about summary refs log tree commit diff
path: root/.circleci
AgeCommit message (Collapse)Author
2020-07-18Set bundle config in local file, and set path (#14351)David Cook
2020-05-01Fix the circleci packages for Buster. (#13583)Shlee
* 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>
2020-05-01Change CircleCI test output (#13587)Eugen Rochko
2020-04-04Update config.yml (#13379)Shlee
2020-03-08Set BUNDLE_PATH in CircleCI (#13214)David Cook
2020-01-28Fix Gemfile.lock (#12995)ThibG
* 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
2020-01-15Drop support for Ruby 2.4 from CircleCI (#12834)Shlee
* Update config.yml * Update Gemfile * Update README.md * Update Gemfile * Update Gemfile * Update Gemfile * Update README.md * Update README.md
2020-01-11Add CircleCI task to test migrations (#12815)ThibG
2020-01-10Upgrade CircleCI testing to Ruby 2.4-2.7 (#12800)Shlee
* Update config.yml * Update Gemfile
2019-12-29Circleci - Upgrade to Buster Images (#12705)Shlee
* Update config.yml * Update Gemfile.lock
2019-09-12Add missing locale file for ga and add rake task to check for it (#11813)Eugen Rochko
* 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
2019-08-30Pushed CircleCI docker images to more recent V (#11708)Shlee
2019-06-16Fix check-i18n builds (#11084)Eugen Rochko
* Fix check-i18n builds * Remove check for missing plural forms
2019-01-02Fix CircleCI (#9695)ThibG
2018-12-29Replace Ruby 2.3 with 2.6 in CircleCI (#9652)ashleyhull-versent
* Update config.yml * Update Gemfile * dropping ruby 2.3 2.3 EOL date: scheduled for 2019-03-31 * Updating docker containers * Update Gemfile
2018-10-28Update i18n-tasks and change CircleCI command (#9104)Eugen Rochko
* Update i18n-tasks and CircleCI command * Fix #9088 * Update i18n-tasks * Fix ast
2018-10-25Add consistent interpolations check to CircleCI (#9072)Eugen Rochko
* Add consistent interpolations check to CircleCI * Fix locale strings using wrong variables
2018-10-25Fix missing plural keys (#9084)Eugen Rochko
* Update i18n-tasks to feature-missing-plural-keys * Fix pluralizations with missing keys in Arabic Fix #8554 * Add i18n-tasks missing-plural-keys to CircleCI
2018-10-20fix: Execute PAM authentication tests on CircleCI (#9029)takayamaki
and use 'if' option of context block
2018-08-18Use CircleCI workflows for ruby dependencies (#8228)ThibG
* 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.
2018-07-30Use workspace instead of caching for built assets (#8103)ThibG
Tests cannot run without built assets, and we want exactly the matching assets. This is not a cache.
2018-07-03Restore support to ruby 2.3, add ruby 2.3 to circle ci (#7935)Renato "Lond" Cerqueira
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
2018-05-11Add CONTINUOUS_INTEGRATION: true to .circleci/config.yml (#7447)Yamagishi Kazutoshi
2018-05-09Disable simplecov on CircleCI (#7416)Yamagishi Kazutoshi
* Disable simplecov on CircleCI * Remove --format progress
2018-05-06Port travis_retry for CI (#7379)Yamagishi Kazutoshi
* Port travis_retry for CI * Add license
2018-04-28Remove unnecessary hyphen from restore_cache key (#7276)Yamagishi Kazutoshi
2018-04-23Move precompile step to build stage (#7235)Yamagishi Kazutoshi
2018-04-21Add parallel test processors (#7215)Yamagishi Kazutoshi
2018-04-20Replace Travis to CircleCI (#7196)Yamagishi Kazutoshi