Branch: refs/heads/2.4
Home: https://github.com/openSUSE/open-build-service
Commit: 8bd696524c78eed47d9b6157073f482045ed129a
https://github.com/openSUSE/open-build-service/commit/8bd696524c78eed47d9b6…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/api/test/functional/interconnect_test.rb
M src/backend/bs_srcserver
Log Message:
-----------
[backend] do not deliver not matching user and group elements in package meta from remote instances
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 6bbeaec8b37ca7647c66230f6df8efdb59eefe91
https://github.com/openSUSE/open-build-service/commit/6bbeaec8b37ca7647c662…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/api/app/models/group.rb
M src/api/test/functional/group_test.rb
Log Message:
-----------
[api] allow to double-add users to groups , they appear just one time afterwards. (this helps the webui)
Branch: refs/heads/2.4
Home: https://github.com/openSUSE/open-build-service
Commit: 4b1b692dcca26082e065b4073e4585da134b87ce
https://github.com/openSUSE/open-build-service/commit/4b1b692dcca26082e065b…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/api/app/models/group.rb
M src/api/test/functional/group_test.rb
Log Message:
-----------
[api] allow to double-add users to groups , they appear just one time afterwards. (this helps the webui)
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 9b9c826820f453efc4d44a7540c947ba4564499e
https://github.com/openSUSE/open-build-service/commit/9b9c826820f453efc4d44…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/app/views/configuration/users.html.erb
M src/webui/app/views/shared/_sign_up.html.erb
Log Message:
-----------
[webui] display all users, sign-up form only in non-proxy mode
Commit: deb584092fe10266b2522296b3bc048f311de702
https://github.com/openSUSE/open-build-service/commit/deb584092fe10266b2522…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/Gemfile
M src/webui/Gemfile.lock
M src/webui/app/assets/javascripts/application.js
M src/webui/app/assets/stylesheets/application.scss
M src/webui/app/controllers/application_controller.rb
M src/webui/app/controllers/configuration_controller.rb
M src/webui/app/controllers/group_controller.rb
M src/webui/app/controllers/user_controller.rb
M src/webui/app/models/group.rb
M src/webui/app/models/person.rb
M src/webui/app/views/configuration/groups.html.erb
M src/webui/app/views/configuration/users.html.erb
M src/webui/app/views/group/add.html.erb
M src/webui/app/views/group/edit.html.erb
M src/webui/config/routes.rb
Log Message:
-----------
[webui] Add tokeninput gem for group adding and editing
Commit: 268d9fe98ed4cd2dd3d2d5749bdf458d8ee59c92
https://github.com/openSUSE/open-build-service/commit/268d9fe98ed4cd2dd3d2d…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/app/controllers/group_controller.rb
M src/webui/app/views/configuration/groups.html.erb
Log Message:
-----------
[webui] Fix group controller/view syntax
Commit: eee167268d6d70628b98fd40918c0f20e512066a
https://github.com/openSUSE/open-build-service/commit/eee167268d6d70628b98f…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/app/controllers/group_controller.rb
M src/webui/app/controllers/package_controller.rb
M src/webui/app/controllers/user_controller.rb
Log Message:
-----------
[webui] Require group parameter for group/edit
Commit: 1db77acfc708ddb7b9fb5e9084e433a8480dfcc1
https://github.com/openSUSE/open-build-service/commit/1db77acfc708ddb7b9fb5…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/api/app/controllers/search_controller.rb
M src/api/app/models/bs_request.rb
M src/api/lib/xpath_engine.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
[api] another attempt to speed up also the request rendering up again.
Empty match arguments are not allowd anymore to avoid people wonder about
timeout errors when every request gets rendered. An explicit match='*' to
achieve the same is still supported.
Compare: https://github.com/openSUSE/open-build-service/compare/70e6d6901ce5...1db77…
Branch: refs/heads/2.4
Home: https://github.com/openSUSE/open-build-service
Commit: 7c49e10d335536e4e3703700d06b80ca8b6b0e5c
https://github.com/openSUSE/open-build-service/commit/7c49e10d335536e4e3703…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/api/app/controllers/search_controller.rb
M src/api/app/models/bs_request.rb
M src/api/lib/xpath_engine.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
[api] another attempt to speed up also the request rendering up again.
Empty match arguments are not allowd anymore to avoid people wonder about
timeout errors when every request gets rendered. An explicit match='*' to
achieve the same is still supported.
Commit: 455a13b4be66dd7846af691f55f1aac3be8b441e
https://github.com/openSUSE/open-build-service/commit/455a13b4be66dd7846af6…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/app/views/configuration/users.html.erb
M src/webui/app/views/shared/_sign_up.html.erb
Log Message:
-----------
[webui] display all users, sign-up form only in non-proxy mode
Commit: b192b9170e6bf29b39925da07ef86ebb1b55a418
https://github.com/openSUSE/open-build-service/commit/b192b9170e6bf29b39925…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/Gemfile
M src/webui/Gemfile.lock
M src/webui/app/assets/javascripts/application.js
M src/webui/app/assets/stylesheets/application.scss
M src/webui/app/controllers/application_controller.rb
M src/webui/app/controllers/configuration_controller.rb
M src/webui/app/controllers/group_controller.rb
M src/webui/app/controllers/user_controller.rb
M src/webui/app/models/group.rb
M src/webui/app/models/person.rb
M src/webui/app/views/configuration/groups.html.erb
M src/webui/app/views/configuration/users.html.erb
M src/webui/app/views/group/add.html.erb
M src/webui/app/views/group/edit.html.erb
M src/webui/config/routes.rb
Log Message:
-----------
[webui] Add tokeninput gem for group adding and editing
Commit: 4829773a940c65a92a1086689c1630f611121f4c
https://github.com/openSUSE/open-build-service/commit/4829773a940c65a92a108…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/app/controllers/group_controller.rb
M src/webui/app/views/configuration/groups.html.erb
Log Message:
-----------
[webui] Fix group controller/view syntax
Commit: deabdee86084379b85947cb21e83c7de2faa5f29
https://github.com/openSUSE/open-build-service/commit/deabdee86084379b85947…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2013-03-07 (Thu, 07 Mar 2013)
Changed paths:
M src/webui/app/controllers/group_controller.rb
M src/webui/app/controllers/package_controller.rb
M src/webui/app/controllers/user_controller.rb
Log Message:
-----------
[webui] Require group parameter for group/edit
Compare: https://github.com/openSUSE/open-build-service/compare/de7f79b171a0...deabd…