Commit Graph

29 Commits (82556834cf816030eac0d3f962028cb8dafac2aa)

Author SHA1 Message Date
David Cook f2d977914e
Set bundle config in local file, and set path ()
Shlee a1062df1e1
Fix the circleci packages for Buster. ()
* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update .circleci/config.yml

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* Update config.yml

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
Eugen Rochko 60408fa3ef
Change CircleCI test output ()
Shlee ae7e3f0933
Update config.yml ()
David Cook 05d83cb07d
Set BUNDLE_PATH in CircleCI ()
ThibG 1051de0165 Fix Gemfile.lock ()
* Use bundle install in deployment mode for Continuous Integration to catch Gemfile.lock issues

* Fix deprecation warnings

* Fix Gemfile.lock

* More changes to catch Gemfile.lock issues
Shlee 827e590d8e Drop support for Ruby 2.4 from CircleCI ()
* Update config.yml

* Update Gemfile

* Update README.md

* Update Gemfile

* Update Gemfile

* Update Gemfile

* Update README.md

* Update README.md
ThibG 630b5136ec Add CircleCI task to test migrations ()
Shlee e326b0dda1 Upgrade CircleCI testing to Ruby 2.4-2.7 ()
* Update config.yml

* Update Gemfile
Shlee 7a81346d55 Circleci - Upgrade to Buster Images ()
* Update config.yml

* Update Gemfile.lock
Eugen Rochko 9361981388
Add missing locale file for ga and add rake task to check for it ()
* Add missing locale file for ga and add rake task to check for it

* Update lib/tasks/repo.rake

Co-Authored-By: Yamagishi Kazutoshi <ykzts@desire.sh>

* Fix check-i18n build
Shlee db28bb487b Pushed CircleCI docker images to more recent V ()
Eugen Rochko 65efe892cf
Fix check-i18n builds ()
* Fix check-i18n builds

* Remove check for missing plural forms
ThibG eb3b9e22bd Fix CircleCI ()
ashleyhull-versent 29484f6555 Replace Ruby 2.3 with 2.6 in CircleCI ()
* Update config.yml

* Update Gemfile

* dropping ruby 2.3

2.3 EOL date: scheduled for 2019-03-31

* Updating docker containers

* Update Gemfile
Eugen Rochko 26fe37c414
Update i18n-tasks and change CircleCI command ()
* Update i18n-tasks and CircleCI command

* Fix 

* Update i18n-tasks

* Fix ast
Eugen Rochko 9b5348240e
Add consistent interpolations check to CircleCI ()
* Add consistent interpolations check to CircleCI

* Fix locale strings using wrong variables
Eugen Rochko df3a7e724d
Fix missing plural keys ()
* Update i18n-tasks to feature-missing-plural-keys

* Fix pluralizations with missing keys in Arabic

Fix 

* Add i18n-tasks missing-plural-keys to CircleCI
takayamaki 33976c8ecc fix: Execute PAM authentication tests on CircleCI ()
and use 'if' option of context block
ThibG 5059989cc7 Use CircleCI workflows for ruby dependencies ()
* Add “bundle clean” suggestion from CircleCI doc

Cf. https://circleci.com/docs/2.0/caching/#bundler-ruby

* Use workspaces instead of caches for ruby gems

Cache are not guaranteed to be available, while the test jobs *require* their
depencies to run. Workspaces are thus more suitable.

One downside is that the order of workspace layer additions need to be
deterministic, which is why install-ruby{2.3,2.4} now depend on
install-ruby2.5.
ThibG d425d30804 Use workspace instead of caching for built assets ()
Tests cannot run without built assets, and we want
exactly the matching assets. This is not a cache.
Renato "Lond" Cerqueira 4045b50bd6 Restore support to ruby 2.3, add ruby 2.3 to circle ci ()
This replace calls of String#match? with rails Regex#match?
This follows the same idea used to keep Rails 5.2 compatible with Ruby
2.2.2 in https://github.com/rails/rails/pull/32973
Yamagishi Kazutoshi 1337ca837b Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml ()
Yamagishi Kazutoshi ac788ad47e Disable simplecov on CircleCI ()
* Disable simplecov on CircleCI

* Remove --format progress
Yamagishi Kazutoshi 8c35d163a5 Port travis_retry for CI ()
* Port travis_retry for CI

* Add license
Yamagishi Kazutoshi 1c3ace23cb Remove unnecessary hyphen from restore_cache key ()
Yamagishi Kazutoshi 3bf6da1ffc Move precompile step to build stage ()
Yamagishi Kazutoshi b8f0cfd6e3 Add parallel test processors ()
Yamagishi Kazutoshi 6f63cbb53c Replace Travis to CircleCI ()