Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 9a8ff7adccfe78aca7320e16f831cab9f652fc5d
https://github.com/openSUSE/open-build-service/commit/9a8ff7adccfe78aca7320…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M src/backend/BSNotify.pm
M src/backend/plugins/notify_hermes.pm
M src/backend/plugins/notify_rabbitmq.pm
Log Message:
-----------
[backend] clean up BSNotify and the notify plugins
Also support $BSConfig::rabbidmqconfig
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 54728a43f1b6cd3eaffc592018f981df4955743d
https://github.com/openSUSE/open-build-service/commit/54728a43f1b6cd3eaffc5…
Author: Jan Blunck <jblunck(a)infradead.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M src/backend/BSNotify.pm
M src/backend/bs_publish
M src/backend/bs_repserver
Log Message:
-----------
[backend] Refactor bs_publish and bs_repserver notify function into BSNotify::notify
This removes code duplication and adds some clarifications how the
notification mechanism is suppose to work. Obviously the source server
itself should not call BSNotify::notify.
Signed-off-by: Jan Blunck <jblunck(a)infradead.org>
Conflicts:
src/backend/bs_publish
Commit: 7436cab7d9072d7c02bcf5fca9d4267db98ffe7d
https://github.com/openSUSE/open-build-service/commit/7436cab7d9072d7c02bcf…
Author: Jan Blunck <jblunck(a)infradead.org>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M src/backend/BSNotify.pm
M src/backend/bs_srcserver
Log Message:
-----------
[backend] Move generate_commit_flist to bs_srcserver
The function is only used in source server.
Signed-off-by: Jan Blunck <jblunck(a)infradead.org>
Compare: https://github.com/openSUSE/open-build-service/compare/f3091136977c...7436c…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: f3091136977ccd38aa6b155b012985de3a22e924
https://github.com/openSUSE/open-build-service/commit/f3091136977ccd38aa6b1…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2015-01-30 (Fri, 30 Jan 2015)
Changed paths:
M src/backend/bs_srcserver
Log Message:
-----------
[backend] put timestamp in generated servicemark
Fixes issue #852.
Also sets the xsrcmd5 for failed service runs, this breaks very old
osc versions, but hey...
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 2fc4b0944ad93c0e3c7c1f9406aeedf23bf2f1f8
https://github.com/openSUSE/open-build-service/commit/2fc4b0944ad93c0e3c7c1…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
A src/api/db/migrate/20150129135427_add_group_requests_id.rb
M src/api/db/structure.sql
M src/api/test/functional/group_request_test.rb
Log Message:
-----------
[api] fix group requests with rails 4.2
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 2273b369c5d139d902f44fb21d0c66ee84c4c0c8
https://github.com/openSUSE/open-build-service/commit/2273b369c5d139d902f44…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
M src/api/app/models/roles_user.rb
A src/api/db/migrate/20150129135426_add_roles_users_id.rb
M src/api/db/seeds.rb
M src/api/db/structure.sql
Log Message:
-----------
[api] fix roles_users via proper id column
We do not need it technically, but rails 4.2.0 wants to have it
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 11cf93d82a204cb503508e4e837804378d87f7b9
https://github.com/openSUSE/open-build-service/commit/11cf93d82a204cb503508…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-01-29 (Thu, 29 Jan 2015)
Changed paths:
M src/api/db/seeds.rb
Log Message:
-----------
[api] fix database seeding
This is just a workaround for now. Rails is by default ordering by the
primary_key, but that one must not be a mysql key, because mysql seems
not to support ordering by keys.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 873ce2b7e969c36109393c86af6b5fe5c6e08c0e
https://github.com/openSUSE/open-build-service/commit/873ce2b7e969c36109393…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/api/Gemfile
M src/api/Gemfile.lock
M src/api/app/models/bs_request.rb
M src/api/app/models/package.rb
M src/api/app/models/path_element.rb
M src/api/app/models/repository_architecture.rb
M src/api/app/models/roles_user.rb
M src/api/config/application.rb
M src/api/config/environments/test.rb
M src/api/test/functional/group_request_test.rb
M src/api/test/functional/person_controller_test.rb
M src/api/test/functional/request_controller_test.rb
M src/api/test/functional/search_controller_test.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/functional/webui/users_test.rb
M src/api/test/unit/project_test.rb
Log Message:
-----------
[api][webui] switch to rails 4.2
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 325eb771a321334fa85cfcba656e71482a8824db
https://github.com/openSUSE/open-build-service/commit/325eb771a321334fa85cf…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/api/app/controllers/search_controller.rb
M src/api/app/models/owner.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
[api] added project/package maintainer lookup to the /search/owner route
This can be used to lookup the direct and indirect maintainers/bugowners
for a specific project or package.
Commit: 7687be09d331256d1a877e02d435d026c608bd40
https://github.com/openSUSE/open-build-service/commit/7687be09d331256d1a877…
Author: Birunthan Mohanathas <birunthan(a)mohanathas.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/api/app/controllers/application_controller.rb
Log Message:
-----------
[api] Don't raise error if password is empty and LDAP mode is on
Without this fix, the user is not allowed to perform actions even if
subsequent user checks would have succeeded.
Commit: 2e88aaeab7460e3ac4b42a4aabf734c7924a5dfe
https://github.com/openSUSE/open-build-service/commit/2e88aaeab7460e3ac4b42…
Author: Birunthan Mohanathas <birunthan(a)mohanathas.com>
Date: 2015-01-28 (Wed, 28 Jan 2015)
Changed paths:
M src/api/config/routes.rb
Log Message:
-----------
[api] Add missing route constraints
Compare: https://github.com/openSUSE/open-build-service/compare/e904df68da13...2e88a…