Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 8783d1ea54c7125762b0b19cec2e0ca377932bc5
https://github.com/openSUSE/open-build-service/commit/8783d1ea54c7125762b0b…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-31 (Sat, 31 Mar 2012)
Changed paths:
M src/api/app/views/message/index.xml.builder
M src/api/app/views/statistics/activity.xml.builder
M src/api/app/views/statistics/added_timestamp.xml.builder
M src/api/app/views/statistics/download_counter.xml.builder
M src/api/app/views/statistics/global_counters.xml.builder
M src/api/app/views/statistics/highest_rated.xml.builder
M src/api/app/views/statistics/latest_added.xml.builder
M src/api/app/views/statistics/latest_updated.xml.builder
M src/api/app/views/statistics/most_active_packages.xml.builder
M src/api/app/views/statistics/most_active_projects.xml.builder
M src/api/app/views/statistics/newest_stats.xml.builder
M src/api/app/views/statistics/rating.xml.builder
M src/api/app/views/statistics/updated_timestamp.xml.builder
M src/api/app/views/status.xml.builder
M src/api/app/views/status/messages.xml.builder
M src/api/app/views/status/project.xml.builder
M src/api/app/views/tag/_listxml.xml.builder
M src/api/app/views/tag/_objects_by_tag.xml.builder
M src/api/app/views/tag/_tagcloud.xml.builder
M src/api/app/views/tag/_tagged_objects_with_tags.xml.builder
M src/api/app/views/tag/_tags.xml.builder
M src/api/app/views/wizard.xml.builder
Log Message:
-----------
[api] use nokogiri's xml builder for .builder files
This is mainly useful to avoid builder 3.0, it's broken with ruby 1.8
and as long as we have no ruby 1.9 in factory, we're lost with it ;(
Commit: 84068e183a00e781f92897d8a463244dc0e8deb4
https://github.com/openSUSE/open-build-service/commit/84068e183a00e781f9289…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-31 (Sat, 31 Mar 2012)
Changed paths:
M src/api/Gemfile.lock
Log Message:
-----------
[api] some gems are not packaged and we should only rely on packages
Commit: 5f163b992da8d35de9a3b21e9607a60562005ac1
https://github.com/openSUSE/open-build-service/commit/5f163b992da8d35de9a3b…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-31 (Sat, 31 Mar 2012)
Changed paths:
M src/api/config/environment.rb
M src/api/config/environments/development.rb
M src/api/config/environments/test.rb
A src/api/config/initializers/nokogiri-builder.rb
M src/api/script/start_test_backend
Log Message:
-----------
[api] fix CONFIG parsing for some options
Commit: 17bca8c5d6362f28be0e5e6611acf6e3a265c4af
https://github.com/openSUSE/open-build-service/commit/17bca8c5d6362f28be0e5…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-31 (Sat, 31 Mar 2012)
Changed paths:
M src/api/app/controllers/application_controller.rb
Log Message:
-----------
[api] ruby 1.9 needs it differently ;(
Compare: https://github.com/openSUSE/open-build-service/compare/64578a9...17bca8c
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 1cb251c039b07f093e8b5497789d586306d216e4
https://github.com/openSUSE/open-build-service/commit/1cb251c039b07f093e8b5…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/apidocs_controller.rb
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/person_controller.rb
M src/api/app/helpers/public_helper.rb
M src/api/app/models/db_package.rb
M src/api/app/models/db_project.rb
M src/api/config/environment.rb
M src/api/config/environments/development.rb
M src/api/config/environments/production.rb
M src/api/config/environments/production_test.rb
M src/api/config/environments/stage.rb
M src/api/config/environments/test.rb
M src/api/lib/active_rbac_mixins/user_mixins.rb
M src/api/lib/opensuse/backend.rb
M src/api/lib/opensuse/validator.rb
Log Message:
-----------
[api] replace more constants with config variables
Commit: 92c75489229cf3b74be6b4a8c6b5118346b79e0f
https://github.com/openSUSE/open-build-service/commit/92c75489229cf3b74be6b…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/config/initializers/wrap_parameters.rb
Log Message:
-----------
[api] for some funny reason there was ruby 1.9 only syntax hiding
Commit: 743b48b72bfe552a4e8d1cf093ab7329cabb8c6a
https://github.com/openSUSE/open-build-service/commit/743b48b72bfe552a4e8d1…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/Gemfile
M src/api/Gemfile.lock
Log Message:
-----------
[api] use recent version of xmlhash (that does not crash randomly)
and specify a major version for nokogiri
Commit: 7422972d7e0423bce1cf140c5d3f3ab368bef072
https://github.com/openSUSE/open-build-service/commit/7422972d7e0423bce1cf1…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M dist/ci/obs_testsuite_common.sh
Log Message:
-----------
[dist] for now don't be too strict on the versions, we need to sort it
out one by one
Compare: https://github.com/openSUSE/open-build-service/compare/f24d38d...7422972
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: af05d931c1537bdfeec1b5d518077152f177d152
https://github.com/openSUSE/obs-build/commit/af05d931c1537bdfeec1b5d5180771…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M Build.pm
A Build/Arch.pm
M Makefile
A createarchdeps
M createrepomddeps
Log Message:
-----------
- start support for arch linux, code mostly written by Nikolay Rysev <mad.f3ka(a)gmail.com>
Branch: refs/heads/master
Home: https://github.com/openSUSE/software-o-o
Commit: 7ed6c3841d29d859835a32f94840ccfc998e2b85
https://github.com/openSUSE/software-o-o/commit/7ed6c3841d29d859835a32f9484…
Author: Thomas Schmidt <tschmidt(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M TODO
M app/controllers/search_controller.rb
M app/models/seeker.rb
M app/views/package/show.html.erb
M app/views/search/_find_form.rhtml
M public/stylesheets/software.css
Log Message:
-----------
enable searchig for a special project
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: ef17da1feba575e4081b4483f89e72a2e1c7eaed
https://github.com/openSUSE/open-build-service/commit/ef17da1feba575e4081b4…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/webui-testsuite/lib/OBSpages/BuildServicePage.rb
M src/webui-testsuite/lib/OBSpages/ProjectPages/ProjectAttributesPage.rb
M src/webui-testsuite/lib/OBSpages/ProjectPages/ProjectOverviewPage.rb
M src/webui-testsuite/tests/TC80__Spider.rb
Log Message:
-----------
[webui-testsuite] trying to make the test suite more reliable
Commit: 434f135d38f4bd8c77fabef0fb13d46e99ef5114
https://github.com/openSUSE/open-build-service/commit/434f135d38f4bd8c77fab…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/webui/app/controllers/package_controller.rb
Log Message:
-----------
[webui] do not use cached attributes unless the attribute controller invalidates the cache
(already fixed for projects)
Commit: a5edc1a2e1ec07459e57707ec2906da46c5d8e26
https://github.com/openSUSE/open-build-service/commit/a5edc1a2e1ec07459e577…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M dist/ci/obs_testsuite_api.sh
M dist/ci/obs_testsuite_common.sh
M dist/ci/obs_testsuite_webui-testsuite.sh
M dist/ci/obs_testsuite_webui.sh
Log Message:
-----------
[dist] correct exit value
Commit: 204e951edbf3829615b7ca6525ab8521d525325c
https://github.com/openSUSE/open-build-service/commit/204e951edbf3829615b7c…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/webui-testsuite/run_acceptance_tests.rb
Log Message:
-----------
[webui-testsuite] exit with 1 if there are errors
Commit: 2e9285dbe9af8463e519483a864358bd50f6a341
https://github.com/openSUSE/open-build-service/commit/2e9285dbe9af8463e5194…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/activexml/config.rb
A src/api/Gemfile
M src/api/Rakefile
M src/api/app/controllers/distribution_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/helpers/status_helper.rb
A src/api/config.ru
A src/api/config/application.rb
M src/api/config/boot.rb
M src/api/config/environment.rb
M src/api/config/environments/development.rb
M src/api/config/environments/development_base.rb
A src/api/config/initializers/01_options.rb
A src/api/config/initializers/02_apiversion.rb
R src/api/config/initializers/03_options.rb
A src/api/config/initializers/activexml.rb
A src/api/config/initializers/backtrace_silencers.rb
M src/api/config/initializers/create_runtime_directories.rb
A src/api/config/initializers/inflections.rb
A src/api/config/initializers/mime_types.rb
A src/api/config/initializers/secret_token.rb
A src/api/config/initializers/wrap_parameters.rb
M src/api/config/routes.rb
M src/api/db/migrate/20111206151500_kernel_issue_tracker_regexp.rb
M src/api/db/migrate/20120119194300_long_name_per_tracker.rb
M src/api/db/migrate/20120124114303_update_package_meta.rb
M src/api/db/migrate/20120220114304_update_issue_trackers_in_backend.rb
M src/api/lib/hermes.rb
M src/api/lib/memory_debugger.rb
M src/api/lib/opensuse/backend.rb
M src/api/lib/opensuse/permission.rb
M src/api/lib/opensuse/validator.rb
M src/api/lib/tasks/databases.rake
M src/api/lib/tasks/extract.rake
M src/api/lib/tasks/history.rake
M src/api/lib/xpath_engine.rb
M src/api/public/dispatch.cgi
M src/api/public/dispatch.fcgi
M src/api/public/dispatch.rb
R src/api/script/about
R src/api/script/breakpointer
R src/api/script/console
R src/api/script/dbconsole
M src/api/script/delayed_job
R src/api/script/destroy
R src/api/script/generate
R src/api/script/performance/benchmarker
R src/api/script/performance/profiler
R src/api/script/performance/request
R src/api/script/process/inspector
R src/api/script/process/reaper
R src/api/script/process/spawner
R src/api/script/process/spinner
A src/api/script/rails
R src/api/script/runner
R src/api/script/server
M src/api/script/start_test_backend
M src/api/test/functional/distribution_controller_test.rb
M src/api/test/functional/maintenance_test.rb
Log Message:
-----------
[api] initial port to rails 3.2
- RAILS_ROOT, RAILS_ENV and RAILS_LOGGER are deprecated since 3.0
- we need a config/application.rb and a config.ru for rack setup
- we need a Gemfile
- the format of config/routes.rb is completely different
- scripts/* is no more, use rails <script_name> now
Commit: 5cc54183d2181620406ef47cee866627659eaf64
https://github.com/openSUSE/open-build-service/commit/5cc54183d2181620406ef…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/active_rbac/login_controller.rb
M src/api/app/controllers/active_rbac/user_controller.rb
M src/api/app/controllers/main_controller.rb
M src/api/app/models/db_package.rb
M src/api/app/models/db_project.rb
M src/api/app/models/group.rb
M src/api/app/models/issue.rb
M src/api/app/models/registration_mailer.rb
M src/api/app/models/role.rb
M src/api/app/models/static_permission.rb
M src/api/app/models/user.rb
M src/api/app/models/user_registration.rb
M src/api/config/environments/production.rb
M src/api/config/environments/production_test.rb
M src/api/config/environments/stage.rb
M src/api/config/environments/test.rb
M src/api/config/initializers/activexml.rb
M src/api/config/initializers/logging.rb
M src/api/config/initializers/secret_token.rb
M src/api/config/routes.rb
M src/api/lib/active_rbac_mixins/user_mixins.rb
M src/api/lib/tasks/databases.rake
M src/api/test/test_helper.rb
M src/api/test/unit/issue.rb
Log Message:
-----------
[api] change the way the configuration is used for rails 3.2
Commit: 1bdb79c06fbe828d3f59598ccbd2620507bc2947
https://github.com/openSUSE/open-build-service/commit/1bdb79c06fbe828d3f595…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
R src/api/db/development_structure.sql
R src/api/db/production_structure.sql
A src/api/db/structure.sql
R src/api/db/test_structure.sql
M src/api/lib/tasks/databases.rake
Log Message:
-----------
[api] move the SQL structure file to structure.sql
No idea what the intention was of having the $ENV in there, but we used
symlinks to development before anyway - so rails 3.2's default makes
sense for us too
Commit: 9fb990afb3b30c8b835e08c6e18c0df1257f83e3
https://github.com/openSUSE/open-build-service/commit/9fb990afb3b30c8b835e0…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/models/db_package.rb
M src/api/app/models/db_project.rb
M src/api/app/models/flag.rb
M src/api/app/models/groups_user.rb
M src/api/app/models/issue_tracker.rb
M src/api/app/models/linked_project.rb
M src/api/app/models/package_group_role_relationship.rb
M src/api/app/models/tag.rb
M src/api/db/seeds.rb
M src/api/lib/active_rbac_mixins/user_mixins.rb
M src/api/test/unit/attribute_test.rb
M src/api/test/unit/flag_test.rb
M src/api/test/unit/ichain_notifier_test.rb
M src/api/test/unit/tag_test.rb
M src/api/test/unit/user_test.rb
Log Message:
-----------
[api] work on unit tests for rails 3.2
- validations are now working based on callbacks and some functions
are more strict
Commit: 2512875e4eb6718e53be172f008db6736e3210b2
https://github.com/openSUSE/open-build-service/commit/2512875e4eb6718e53be1…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
R src/api/app/views/about/index.rxml
A src/api/app/views/about/index.xml.builder
A src/api/app/views/active_rbac/group/_form.html.erb
R src/api/app/views/active_rbac/group/_form.rhtml
A src/api/app/views/active_rbac/group/create.html.erb
R src/api/app/views/active_rbac/group/create.rhtml
A src/api/app/views/active_rbac/group/delete.html.erb
R src/api/app/views/active_rbac/group/delete.rhtml
A src/api/app/views/active_rbac/group/list.html.erb
R src/api/app/views/active_rbac/group/list.rhtml
A src/api/app/views/active_rbac/group/show.html.erb
R src/api/app/views/active_rbac/group/show.rhtml
A src/api/app/views/active_rbac/group/update.html.erb
R src/api/app/views/active_rbac/group/update.rhtml
A src/api/app/views/active_rbac/login/already_logged_in.html.erb
R src/api/app/views/active_rbac/login/already_logged_in.rhtml
A src/api/app/views/active_rbac/login/login.html.erb
R src/api/app/views/active_rbac/login/login.rhtml
A src/api/app/views/active_rbac/login/login_success.html.erb
R src/api/app/views/active_rbac/login/login_success.rhtml
A src/api/app/views/active_rbac/login/logout.html.erb
R src/api/app/views/active_rbac/login/logout.rhtml
A src/api/app/views/active_rbac/login/logout_success.html.erb
R src/api/app/views/active_rbac/login/logout_success.rhtml
A src/api/app/views/active_rbac/my_account/change_password.html.erb
R src/api/app/views/active_rbac/my_account/change_password.rhtml
A src/api/app/views/active_rbac/registration/_password.html.erb
R src/api/app/views/active_rbac/registration/_password.rhtml
A src/api/app/views/active_rbac/registration/confirm.html.erb
R src/api/app/views/active_rbac/registration/confirm.rhtml
A src/api/app/views/active_rbac/registration/confirm_failure.html.erb
R src/api/app/views/active_rbac/registration/confirm_failure.rhtml
A src/api/app/views/active_rbac/registration/confirm_success.html.erb
R src/api/app/views/active_rbac/registration/confirm_success.rhtml
A src/api/app/views/active_rbac/registration/lostpassword.html.erb
R src/api/app/views/active_rbac/registration/lostpassword.rhtml
A src/api/app/views/active_rbac/registration/lostpassword_success.html.erb
R src/api/app/views/active_rbac/registration/lostpassword_success.rhtml
A src/api/app/views/active_rbac/registration/register.html.erb
R src/api/app/views/active_rbac/registration/register.rhtml
A src/api/app/views/active_rbac/registration/register_success.html.erb
R src/api/app/views/active_rbac/registration/register_success.rhtml
A src/api/app/views/active_rbac/role/_form.html.erb
R src/api/app/views/active_rbac/role/_form.rhtml
A src/api/app/views/active_rbac/role/create.html.erb
R src/api/app/views/active_rbac/role/create.rhtml
A src/api/app/views/active_rbac/role/delete.html.erb
R src/api/app/views/active_rbac/role/delete.rhtml
A src/api/app/views/active_rbac/role/list.html.erb
R src/api/app/views/active_rbac/role/list.rhtml
A src/api/app/views/active_rbac/role/show.html.erb
R src/api/app/views/active_rbac/role/show.rhtml
A src/api/app/views/active_rbac/role/update.html.erb
R src/api/app/views/active_rbac/role/update.rhtml
A src/api/app/views/active_rbac/shared/_pagination.html.erb
R src/api/app/views/active_rbac/shared/_pagination.rhtml
A src/api/app/views/active_rbac/static_permission/_form.html.erb
R src/api/app/views/active_rbac/static_permission/_form.rhtml
A src/api/app/views/active_rbac/static_permission/create.html.erb
R src/api/app/views/active_rbac/static_permission/create.rhtml
A src/api/app/views/active_rbac/static_permission/delete.html.erb
R src/api/app/views/active_rbac/static_permission/delete.rhtml
A src/api/app/views/active_rbac/static_permission/list.html.erb
R src/api/app/views/active_rbac/static_permission/list.rhtml
A src/api/app/views/active_rbac/static_permission/show.html.erb
R src/api/app/views/active_rbac/static_permission/show.rhtml
A src/api/app/views/active_rbac/static_permission/update.html.erb
R src/api/app/views/active_rbac/static_permission/update.rhtml
A src/api/app/views/active_rbac/user/_form.html.erb
R src/api/app/views/active_rbac/user/_form.rhtml
A src/api/app/views/active_rbac/user/_password.html.erb
R src/api/app/views/active_rbac/user/_password.rhtml
A src/api/app/views/active_rbac/user/create.html.erb
R src/api/app/views/active_rbac/user/create.rhtml
A src/api/app/views/active_rbac/user/delete.html.erb
R src/api/app/views/active_rbac/user/delete.rhtml
A src/api/app/views/active_rbac/user/edit.html.erb
R src/api/app/views/active_rbac/user/edit.rhtml
A src/api/app/views/active_rbac/user/list.html.erb
R src/api/app/views/active_rbac/user/list.rhtml
A src/api/app/views/active_rbac/user/new.html.erb
R src/api/app/views/active_rbac/user/new.rhtml
A src/api/app/views/active_rbac/user/show.html.erb
R src/api/app/views/active_rbac/user/show.rhtml
A src/api/app/views/active_rbac/user/update.html.erb
R src/api/app/views/active_rbac/user/update.rhtml
A src/api/app/views/admin/_tag_form.html.erb
R src/api/app/views/admin/_tag_form.rhtml
A src/api/app/views/admin/edit_blacklist_tag.html.erb
R src/api/app/views/admin/edit_blacklist_tag.rhtml
A src/api/app/views/admin/edit_tag.html.erb
R src/api/app/views/admin/edit_tag.rhtml
A src/api/app/views/admin/index.html.erb
R src/api/app/views/admin/index.rhtml
A src/api/app/views/admin/list_blacklist_tags.html.erb
R src/api/app/views/admin/list_blacklist_tags.rhtml
A src/api/app/views/admin/list_sources.html.erb
R src/api/app/views/admin/list_sources.rhtml
A src/api/app/views/admin/list_tags.html.erb
R src/api/app/views/admin/list_tags.rhtml
A src/api/app/views/admin/new_blacklist_tag.html.erb
R src/api/app/views/admin/new_blacklist_tag.rhtml
A src/api/app/views/admin/new_tag.html.erb
R src/api/app/views/admin/new_tag.rhtml
A src/api/app/views/admin/say_hello.html.erb
R src/api/app/views/admin/say_hello.rhtml
A src/api/app/views/admin/show_blacklist_tag.html.erb
R src/api/app/views/admin/show_blacklist_tag.rhtml
A src/api/app/views/admin/show_tag.html.erb
R src/api/app/views/admin/show_tag.rhtml
R src/api/app/views/group/show.rxml
A src/api/app/views/group/show.xml.builder
A src/api/app/views/ichain_notifier/approval.html.erb
R src/api/app/views/ichain_notifier/approval.rhtml
A src/api/app/views/ichain_notifier/reject.html.erb
R src/api/app/views/ichain_notifier/reject.rhtml
A src/api/app/views/layouts/rbac.html.erb
R src/api/app/views/layouts/rbac.rhtml
A src/api/app/views/main/index.html.erb
R src/api/app/views/main/index.rhtml
R src/api/app/views/message/index.rxml
A src/api/app/views/message/index.xml.builder
A src/api/app/views/permerror.html.erb
R src/api/app/views/permerror.rhtml
R src/api/app/views/person/userinfo.rxml
A src/api/app/views/person/userinfo.xml.builder
R src/api/app/views/public/binary_packages.rxml
A src/api/app/views/public/binary_packages.xml.builder
R src/api/app/views/result/packageresult.rxml
A src/api/app/views/result/packageresult.xml.builder
R src/api/app/views/result/projectresult.rxml
A src/api/app/views/result/projectresult.xml.builder
A src/api/app/views/source/_meta.html.erb
R src/api/app/views/source/_meta.rhtml
R src/api/app/views/source/package_meta.rxml
A src/api/app/views/source/package_meta.xml.builder
R src/api/app/views/statistics/activity.rxml
A src/api/app/views/statistics/activity.xml.builder
R src/api/app/views/statistics/added_timestamp.rxml
A src/api/app/views/statistics/added_timestamp.xml.builder
R src/api/app/views/statistics/download_counter.rxml
A src/api/app/views/statistics/download_counter.xml.builder
R src/api/app/views/statistics/global_counters.rxml
A src/api/app/views/statistics/global_counters.xml.builder
R src/api/app/views/statistics/highest_rated.rxml
A src/api/app/views/statistics/highest_rated.xml.builder
R src/api/app/views/statistics/latest_added.rxml
A src/api/app/views/statistics/latest_added.xml.builder
R src/api/app/views/statistics/latest_updated.rxml
A src/api/app/views/statistics/latest_updated.xml.builder
R src/api/app/views/statistics/most_active_packages.rxml
A src/api/app/views/statistics/most_active_packages.xml.builder
R src/api/app/views/statistics/most_active_projects.rxml
A src/api/app/views/statistics/most_active_projects.xml.builder
R src/api/app/views/statistics/newest_stats.rxml
A src/api/app/views/statistics/newest_stats.xml.builder
R src/api/app/views/statistics/rating.rxml
A src/api/app/views/statistics/rating.xml.builder
R src/api/app/views/statistics/updated_timestamp.rxml
A src/api/app/views/statistics/updated_timestamp.xml.builder
R src/api/app/views/status.rxml
A src/api/app/views/status.xml.builder
R src/api/app/views/status/messages.rxml
A src/api/app/views/status/messages.xml.builder
R src/api/app/views/status/project.rxml
A src/api/app/views/status/project.xml.builder
R src/api/app/views/tag/_listxml.rxml
A src/api/app/views/tag/_listxml.xml.builder
R src/api/app/views/tag/_objects_by_tag.rxml
A src/api/app/views/tag/_objects_by_tag.xml.builder
R src/api/app/views/tag/_tagcloud.rxml
A src/api/app/views/tag/_tagcloud.xml.builder
R src/api/app/views/tag/_tagged_objects_with_tags.rxml
A src/api/app/views/tag/_tagged_objects_with_tags.xml.builder
R src/api/app/views/tag/_tags.rxml
A src/api/app/views/tag/_tags.xml.builder
R src/api/app/views/wizard.rxml
A src/api/app/views/wizard.xml.builder
Log Message:
-----------
[api] move file names to new suffixes
.rhtml -> .html.erb
.rxml -> .xml.builder
Commit: caabe76332dc22449a9f42a5cfb39d8885b6466b
https://github.com/openSUSE/open-build-service/commit/caabe76332dc22449a9f4…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/statistics_controller.rb
M src/api/app/models/db_project.rb
M src/api/lib/login_system.rb
M src/api/test/functional/statistics_controller_test.rb
M src/api/test/functional/tag_controller_test.rb
Log Message:
-----------
[api] fix various test failures
- for now leave out the Hidden tests, we need to redo that later
Commit: ef274ae51a8956a8bb8c401a8e7e136abad198c6
https://github.com/openSUSE/open-build-service/commit/ef274ae51a8956a8bb8c4…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/attribute_controller.rb
M src/api/app/models/db_package.rb
M src/api/app/models/db_project.rb
M src/api/app/models/user.rb
M src/api/app/views/layouts/rbac.html.erb
M src/api/config/routes.rb
M src/api/lib/opensuse/validator.rb
M src/api/test/functional/admin_controller_test.rb
M src/api/test/functional/build_controller_test.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/functional/source_services_test.rb
M src/api/test/test_helper.rb
Log Message:
-----------
[api] more porting for rails 3.2
introduce raw_post, raw_put and get_html to differ in test
cases what we want from the controllers
Commit: 3690f886cddebdd397829763da0f022e6eef1c4a
https://github.com/openSUSE/open-build-service/commit/3690f886cddebdd397829…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/Gemfile
A src/api/Gemfile.lock
M src/api/app/controllers/source_controller.rb
A src/api/db/migrate/20120319133739_add_queue_to_delayed_jobs.rb
M src/api/db/structure.sql
M src/api/lib/workers/copy_project_job.rb
M src/api/script/delayed_job
Log Message:
-----------
[api] port to new delayed job version
The new API is much nicer, it supports queues for different tasks
and we don't need extra classes if the model wants to delay something
Commit: 11c988a38f0e328bc5abb2633b69de09f34a4c96
https://github.com/openSUSE/open-build-service/commit/11c988a38f0e328bc5abb…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/models/db_package.rb
M src/api/app/models/db_project.rb
M src/api/test/functional/source_controller_test.rb
Log Message:
-----------
[api] rails 3.2 has a new exception for dups and other fixes
Commit: 97e751b3316210e00c99d1980e5f4589385f832b
https://github.com/openSUSE/open-build-service/commit/97e751b3316210e00c99d…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/apidocs_controller.rb
M src/api/app/controllers/configurations_controller.rb
M src/api/app/helpers/maintenance_helper.rb
M src/api/app/models/group.rb
M src/api/app/models/user.rb
M src/api/config/routes.rb
M src/api/lib/xpath_engine.rb
M src/api/test/functional/apidocs_controller_test.rb
M src/api/test/functional/configurations_controller_test.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/functional/public_controller_test.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
[api] fix for various test failures with rails 3.2
Commit: fd5a3b02dadf5d35db44f2a3f3edd18c1d615019
https://github.com/openSUSE/open-build-service/commit/fd5a3b02dadf5d35db44f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/Gemfile
M src/api/Gemfile.lock
M src/api/app/controllers/source_controller.rb
M src/api/app/models/maintenance_incident.rb
M src/api/app/views/statistics/download_counter.xml.builder
M src/api/config/database.yml.example
M src/api/config/environments/test.rb
M src/api/lib/tasks/databases.rake
Log Message:
-----------
[api] switch to mysql2 adapter
Commit: 28e05f5f467349a189a3f723cc6e295f2ab971ec
https://github.com/openSUSE/open-build-service/commit/28e05f5f467349a189a3f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/helpers/status_helper.rb
M src/api/app/models/db_project.rb
M src/api/app/models/repository.rb
M src/api/script/start_test_backend
Log Message:
-----------
[api] various speed up hacks
Commit: 9f38c9e40c8837e74253f7bd5c435038ebbdc7db
https://github.com/openSUSE/open-build-service/commit/9f38c9e40c8837e74253f…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/webui/script/start_test_api
Log Message:
-----------
[webui] api is rails 3.2 now
Commit: 432b78735360f13973aa781cea152ee940eee444
https://github.com/openSUSE/open-build-service/commit/432b78735360f13973aa7…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/config/routes.rb
Log Message:
-----------
[api] fix config routes to default on XML format - it's important
as osc does not ask for a specific format, but only accepts XML ;(
Commit: 83a0996930d8d464a57bbf137bfacb5b7838c294
https://github.com/openSUSE/open-build-service/commit/83a0996930d8d464a57bb…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/build_controller.rb
M src/api/config/environment.rb
M src/api/config/environments/development.rb
R src/api/config/environments/development_base.rb
M src/api/config/environments/production.rb
M src/api/config/environments/production_test.rb
M src/api/config/environments/stage.rb
M src/api/config/environments/test.rb
R src/api/config/initializers/01_options.rb
M src/api/config/initializers/activexml.rb
M src/api/lib/opensuse/backend.rb
M src/api/script/import
M src/api/script/start_test_backend
Log Message:
-----------
[api] only have in development.$HOSTNAME.rb what is different on that
hostname and have all default development flags back in development
Commit: ceb86037c6cac10f9186c77b76793729951228f3
https://github.com/openSUSE/open-build-service/commit/ceb86037c6cac10f9186c…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/lib/active_rbac_mixins/group_mixins.rb
M src/api/lib/active_rbac_mixins/role_mixins.rb
R src/api/vendor/plugins/acts_as_tree/README
R src/api/vendor/plugins/acts_as_tree/Rakefile
R src/api/vendor/plugins/acts_as_tree/init.rb
R src/api/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb
R src/api/vendor/plugins/acts_as_tree/test/abstract_unit.rb
R src/api/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb
R src/api/vendor/plugins/acts_as_tree/test/database.yml
R src/api/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb
R src/api/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml
R src/api/vendor/plugins/acts_as_tree/test/schema.rb
Log Message:
-----------
[api] get rid of acts_as_tree, we don't groups of groups or roles
of roles, so we don't need this extra dep either
Commit: 96cb296562fa0729f10fc7205aa88ba871b66ede
https://github.com/openSUSE/open-build-service/commit/96cb296562fa0729f10fc…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
R src/api/app/controllers/active_rbac/role_controller.rb
R src/api/app/controllers/active_rbac/static_permission_controller.rb
R src/api/app/controllers/active_rbac/user_controller.rb
R src/api/app/views/active_rbac/shared/_pagination.html.erb
R src/api/app/views/active_rbac/static_permission/list.html.erb
R src/api/app/views/active_rbac/user/list.html.erb
M src/api/app/views/main/index.html.erb
R src/api/vendor/plugins/classic_pagination/CHANGELOG
R src/api/vendor/plugins/classic_pagination/README
R src/api/vendor/plugins/classic_pagination/Rakefile
R src/api/vendor/plugins/classic_pagination/init.rb
R src/api/vendor/plugins/classic_pagination/install.rb
R src/api/vendor/plugins/classic_pagination/lib/pagination.rb
R src/api/vendor/plugins/classic_pagination/lib/pagination_helper.rb
R src/api/vendor/plugins/classic_pagination/test/fixtures/companies.yml
R src/api/vendor/plugins/classic_pagination/test/fixtures/company.rb
R src/api/vendor/plugins/classic_pagination/test/fixtures/developer.rb
R src/api/vendor/plugins/classic_pagination/test/fixtures/developers.yml
R src/api/vendor/plugins/classic_pagination/test/fixtures/developers_projects.yml
R src/api/vendor/plugins/classic_pagination/test/fixtures/project.rb
R src/api/vendor/plugins/classic_pagination/test/fixtures/projects.yml
R src/api/vendor/plugins/classic_pagination/test/fixtures/replies.yml
R src/api/vendor/plugins/classic_pagination/test/fixtures/reply.rb
R src/api/vendor/plugins/classic_pagination/test/fixtures/schema.sql
R src/api/vendor/plugins/classic_pagination/test/fixtures/topic.rb
R src/api/vendor/plugins/classic_pagination/test/fixtures/topics.yml
R src/api/vendor/plugins/classic_pagination/test/helper.rb
R src/api/vendor/plugins/classic_pagination/test/pagination_helper_test.rb
R src/api/vendor/plugins/classic_pagination/test/pagination_test.rb
Log Message:
-----------
[api] remove the active_rbac code and it's plugin. we want to have that
in the webui at some point
Commit: f24d38d43295ef81dc969dd306601d6018a89cd4
https://github.com/openSUSE/open-build-service/commit/f24d38d43295ef81dc969…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/config/environments/development.rb
M src/api/config/initializers/logging.rb
Log Message:
-----------
[api] fix some more rails 3.2 things, including our nice subtimes
Compare: https://github.com/openSUSE/open-build-service/compare/926cbe5...f24d38d
Branch: refs/heads/master
Home: https://github.com/openSUSE/software-o-o
Commit: 7f91ea91f117f48a4dbaedf3097d6bf1a6274fc4
https://github.com/openSUSE/software-o-o/commit/7f91ea91f117f48a4dbaedf3097…
Author: Thomas Schmidt <tschmidt(a)suse.de>
Date: 2012-03-30 (Fri, 30 Mar 2012)
Changed paths:
M locale/ar/LC_MESSAGES/software.mo
M locale/cs/LC_MESSAGES/software.mo
M locale/da/LC_MESSAGES/software.mo
M locale/de/LC_MESSAGES/software.mo
M locale/el/LC_MESSAGES/software.mo
M locale/es/LC_MESSAGES/software.mo
M locale/fi/LC_MESSAGES/software.mo
M locale/fr/LC_MESSAGES/software.mo
M locale/gl/LC_MESSAGES/software.mo
M locale/hu/LC_MESSAGES/software.mo
M locale/it/LC_MESSAGES/software.mo
M locale/ja/LC_MESSAGES/software.mo
M locale/km/LC_MESSAGES/software.mo
M locale/lt/LC_MESSAGES/software.mo
M locale/nb/LC_MESSAGES/software.mo
M locale/nl/LC_MESSAGES/software.mo
M locale/pl/LC_MESSAGES/software.mo
M locale/pt_BR/LC_MESSAGES/software.mo
M locale/ro/LC_MESSAGES/software.mo
M locale/ru/LC_MESSAGES/software.mo
M locale/wa/LC_MESSAGES/software.mo
M locale/zh_TW/LC_MESSAGES/software.mo
Log Message:
-----------
update translations