[obs-commits] [openSUSE/open-build-service] e51b5c: [ci] Set Ruby version to 2.5.0
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: e51b5cf66330ce6003adad374febe502d9f4708f https://github.com/openSUSE/open-build-service/commit/e51b5cf66330ce6003adad... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: A .ruby-version A src/api/.ruby-version Log Message: ----------- [ci] Set Ruby version to 2.5.0 .ruby-version at the repository's root and symlink it at src/api/.ruby-version Commit: cb1a2860bce15c7ba39ea244db672a02f9365023 https://github.com/openSUSE/open-build-service/commit/cb1a2860bce15c7ba39ea2... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .rubocop_todo.yml Log Message: ----------- [ci] Regenerate .rubocop_todo.yml with Ruby 2.5.0 .rubocop_todo.yml was generated with the command: `rubocop -D --fail-level convention --auto-gen-config` Fixes #4808 Commit: b6f5a701d4af1067837b3f97b0660ce499e30554 https://github.com/openSUSE/open-build-service/commit/b6f5a701d4af1067837b3f... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .travis.yml Log Message: ----------- [ci] Update rubocop-rspec to 1.25.1 in Travis CI Same as in the `Gemfile.lock` Commit: df2bc7b938d4176222cbafacf93ee7c1d9623396 https://github.com/openSUSE/open-build-service/commit/df2bc7b938d4176222cbaf... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .travis.yml Log Message: ----------- [ci] Use .ruby-version in Travis CI When rvm isn't specified, it will rely on `.ruby-version`. See this GitHub issue for details: https://github.com/travis-ci/travis-build/pull/213 Commit: 3ffc09a13f944e971405a738cc2e01e89a17fe0d https://github.com/openSUSE/open-build-service/commit/3ffc09a13f944e971405a7... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .travis.yml Log Message: ----------- [doc] Add comment for before_install in Travis Commit: 5cf18afaa2f2f5f159824be93b451a8607716f44 https://github.com/openSUSE/open-build-service/commit/5cf18afaa2f2f5f159824b... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M src/api/test/functional/maintenance_test.rb Log Message: ----------- [ci] Fix offenses caused by a bug in gem parser Whenever parser encounters #{()}, it leaves garbage in the stack and causes problem. The changes were suggested by one of the parser's contributors (@iliabylich, thank you!) Commit: 269b2b241810f1ec01060a920031c6267a180294 https://github.com/openSUSE/open-build-service/commit/269b2b241810f1ec01060a... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .rubocop.yml Log Message: ----------- [ci] Disable rubocop cop Rails/HttpStatus It is causing problems due to a bug: ``` An error occurred while Rails/HttpStatus cop was inspecting /home/travis/build/openSUSE/open-build-service/src/api/app/controllers/application_controller.rb:350:4. uninitialized constant Rack Did you mean? Racc ``` It has been reported already [here](https://github.com/bbatsov/rubocop/issues/5745). To fix it, we either disable the cop or put the gem `rack` explicitly in the `Gemfile`. I prefer to disable the cop as it doesn't bring value in my opinion. See its [description](https://github.com/bbatsov/rubocop/blob/master/manual/cops_rails.md#railshtt...) Commit: 17a15667ca916c16e42a5445f744670e380abe20 https://github.com/openSUSE/open-build-service/commit/17a15667ca916c16e42a54... Author: Dany Marcoux <danymarcoux@gmail.com> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .rubocop.yml Log Message: ----------- [ci] Exclude routes for Rubocop's cop Metrics/BlockLength Commit: 67083a9e0deb873989dabe657d91f112f353b0a4 https://github.com/openSUSE/open-build-service/commit/67083a9e0deb873989dabe... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2018-04-12 (Thu, 12 Apr 2018) Changed paths: M .rubocop.yml M .rubocop_todo.yml A .ruby-version M .travis.yml A src/api/.ruby-version M src/api/test/functional/maintenance_test.rb Log Message: ----------- Merge pull request #4842 from dmarcoux/Ci-Rubocop-2.5.0-with-todo [ci] Run Rubocop with Ruby 2.5.0 Compare: https://github.com/openSUSE/open-build-service/compare/e769028d98c4...67083a...
participants (1)
-
Ana María Martínez Gómez