Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 40af21152f56cc2cd61faef0f63827493db32502
https://github.com/openSUSE/open-build-service/commit/40af21152f56cc2cd61fa…
Author: Evan Rolfe <evanrolfe(a)gmail.com>
Date: 2017-03-30 (Thu, 30 Mar 2017)
Changed paths:
M src/api/app/controllers/attribute_controller.rb
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/message_controller.rb
M src/api/app/controllers/person_controller.rb
M src/api/app/controllers/published_controller.rb
M src/api/app/controllers/statistics_controller.rb
M src/api/app/controllers/tag_controller.rb
M src/api/app/helpers/validation_helper.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
[api] replace @http_user with User.current
Commit: 094ca13eee3c9b5e74e9cc753c918aa828a6a993
https://github.com/openSUSE/open-build-service/commit/094ca13eee3c9b5e74e9c…
Author: Evan Rolfe <evanrolfe(a)gmail.com>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/1_14_1.yml
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/1_14_2.yml
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/lets_the_user_know_there_was_an_error.yml
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/redirects_to_the_package_binaries_path.yml
M src/api/spec/controllers/webui/package_controller_spec.rb
M src/api/spec/models/package_spec.rb
Log Message:
-----------
[ci] increase test coverage
Commit: e451ee95e825e747745ec4e9642f0bc64ef954fc
https://github.com/openSUSE/open-build-service/commit/e451ee95e825e747745ec…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M src/api/app/controllers/attribute_controller.rb
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/message_controller.rb
M src/api/app/controllers/person_controller.rb
M src/api/app/controllers/published_controller.rb
M src/api/app/controllers/statistics_controller.rb
M src/api/app/controllers/tag_controller.rb
M src/api/app/helpers/validation_helper.rb
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/1_14_1.yml
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/1_14_2.yml
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/lets_the_user_know_there_was_an_error.yml
A src/api/spec/cassettes/Webui_PackageController/DELETE_trigger_rebuild/redirects_to_the_package_binaries_path.yml
M src/api/spec/controllers/webui/package_controller_spec.rb
M src/api/spec/models/package_spec.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
Merge pull request #2921 from evanrolfe/refactor/http_user
[api] replace @http_user with User.current
Compare: https://github.com/openSUSE/open-build-service/compare/096e2db10b77...e451e…
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 3397acc756f57db961544ab76d0367c57e3f17ec
https://github.com/openSUSE/osc/commit/3397acc756f57db961544ab76d0367c57e3f…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2017-03-31 (Fri, 31 Mar 2017)
Changed paths:
M osc/commandline.py
Log Message:
-----------
Try to autodetect a local package when running "osc build"
Note that this detection might fail... in the this case osc will
eventually error out and suggest to rerun with "--local-package".
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 4f839f33ed956d829cd4138ef039943bc914675b
https://github.com/openSUSE/open-build-service/commit/4f839f33ed956d829cd41…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M src/api/Gemfile
M src/api/Gemfile.lock
Log Message:
-----------
[ci] Add haml-lint gem
`haml-lint` integrates with Rubocop to analyse HAML files.
Commit: f04a854ebca3c0b15ea06ea3e714ff994878ef4d
https://github.com/openSUSE/open-build-service/commit/f04a854ebca3c0b15ea06…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
A src/api/.haml-lint_todo.yml
Log Message:
-----------
[ci] Autogenerate `.haml-lint_todo.yml`
The `auto-gen-config` option for `haml-lint` is not yet in the last release as
it was added to the project yesterday. Moreover, there are some bugs on the
current version of the gem in master. So, I used the version in:
https://github.com/Ana06/haml-lint/tree/fix-todo
to autogenerate the file.
I also added a comment in the generated file to point to the branch where the
code used to generate the file is.
Commit: 0ea50ae8524ef402e8dafe722974a37ed728d320
https://github.com/openSUSE/open-build-service/commit/0ea50ae8524ef402e8daf…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
A src/api/.haml-lint.yml
R src/api/.haml-lint_todo.yml
Log Message:
-----------
[ci] Add default haml configuration file
Move `.haml-lint_todo.yml` to the default haml configuration file
(`.hmal-lint.yml`), as `inherits_from` is not available yet in the
last release of the gem.
Commit: c6765baa9cd1ba7680dcc19fb405a060a79b175f
https://github.com/openSUSE/open-build-service/commit/c6765baa9cd1ba7680dcc…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M src/api/Rakefile
Log Message:
-----------
[ci] Add haml_lint rake task
Rake task to run haml-lint.
Commit: 9a28b235be94e59483abbc3137f375523135381d
https://github.com/openSUSE/open-build-service/commit/9a28b235be94e59483abb…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M .travis.yml
M dist/ci/travis_script.sh
Log Message:
-----------
[ci] Add haml-lint to Travis
Run haml_lint rake task in Travis to ensure that no haml style offenses are
introduced.
Commit: c571d058abc54568cc22ae10a88667a7e6af88f7
https://github.com/openSUSE/open-build-service/commit/c571d058abc54568cc22a…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M src/api/.haml-lint.yml
Log Message:
-----------
[ci] Exclude bundle from haml
Exclude files inside the `src/api/vendor/bundle` folder from the haml analysis.
This avoid that haml-lint fails in Travis.
Commit: 0b2171b23928750730e532847d287979e3261c50
https://github.com/openSUSE/open-build-service/commit/0b2171b23928750730e53…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M .travis.yml
M dist/ci/travis_script.sh
Log Message:
-----------
[ci] Merge linter suites in Travis
Merge rubocop, jshint and haml-lint test environment in a linter environment.
Commit: 4712fec1030953f62d4ed3b01b6c77a4dad803db
https://github.com/openSUSE/open-build-service/commit/4712fec1030953f62d4ed…
Author: Ana María Martínez Gómez <ammartinez(a)suse.de>
Date: 2017-03-29 (Wed, 29 Mar 2017)
Changed paths:
M .travis.yml
M dist/ci/travis_script.sh
A src/api/.haml-lint.yml
M src/api/Gemfile
M src/api/Gemfile.lock
M src/api/Rakefile
Log Message:
-----------
Merge pull request #2906 from Ana06/haml-lint
[ci] Add haml-lint
Compare: https://github.com/openSUSE/open-build-service/compare/7e9de4f91acb...4712f…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ed1247e703e84cdc608b028eacd35cb600d70f3a
https://github.com/openSUSE/open-build-service/commit/ed1247e703e84cdc608b0…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2017-03-28 (Tue, 28 Mar 2017)
Changed paths:
M src/api/spec/controllers/statistics/maintenance_statistics_controller_spec.rb
Log Message:
-----------
[ci] Add rspec maintenance statistics test for hidden projects
Verifies that projects with access flag set to 'disable' are hidden to
other users.
Commit: 4d94318912fbde35642d42fb4bf49c93548a3853
https://github.com/openSUSE/open-build-service/commit/4d94318912fbde35642d4…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2017-03-28 (Tue, 28 Mar 2017)
Changed paths:
M src/api/spec/controllers/statistics/maintenance_statistics_controller_spec.rb
Log Message:
-----------
Merge pull request #2914 from bgeuken/add_access_test_for_maintenance_stats
[ci] Add rspec maintenance statistics test for hidden projects
Compare: https://github.com/openSUSE/open-build-service/compare/012a3f7ac77f...4d943…