Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 98e501d7e8cca70ab53b0276b043c54880d41e58
https://github.com/openSUSE/open-build-service/commit/98e501d7e8cca70ab53b0…
Author: David Kang <dkang(a)suse.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M src/api/app/helpers/webui/buildresult_helper.rb
Log Message:
-----------
Move collapse icon to the right on project
Commit: 88c6f8b723da71c04b69ef7d8142e98bb63a2246
https://github.com/openSUSE/open-build-service/commit/88c6f8b723da71c04b69e…
Author: David Kang <dkang(a)suse.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M src/api/app/views/webui/package/_buildstatus.html.haml
Log Message:
-----------
Use flex instead of col in buildresult
Commit: 390d8c26c1010ac59fc3d4799aaf7919c5063622
https://github.com/openSUSE/open-build-service/commit/390d8c26c1010ac59fc3d…
Author: David Kang <dkang(a)suse.com>
Date: 2020-02-27 (Thu, 27 Feb 2020)
Changed paths:
M src/api/app/assets/stylesheets/webui/project-package-show-grid.scss
M src/api/app/assets/stylesheets/webui/responsive_ux.scss
Log Message:
-----------
Adapt build result sticky button
The new layout are behind a feature flag, so we need to apply different
css style depending on that.
Commit: c1e3dae29c54f0e4b3b96229038e8cff01395286
https://github.com/openSUSE/open-build-service/commit/c1e3dae29c54f0e4b3b96…
Author: David Kang <dkang(a)suse.com>
Date: 2020-02-29 (Sat, 29 Feb 2020)
Changed paths:
M src/api/app/assets/stylesheets/webui/project-package-show-grid.scss
M src/api/app/assets/stylesheets/webui/responsive_ux.scss
M src/api/app/helpers/webui/buildresult_helper.rb
M src/api/app/views/webui/package/_buildstatus.html.haml
Log Message:
-----------
Merge pull request #9147 from DavidKang/responsive-ux/buildresult-project
Align project and package buildresult
Compare: https://github.com/openSUSE/open-build-service/compare/0a1a89d0bb97...c1e3d…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 10c8121a47b51756e3120e42496057917db66b71
https://github.com/openSUSE/open-build-service/commit/10c8121a47b51756e3120…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M src/api/app/controllers/issue_trackers_controller.rb
M src/api/test/functional/issue_trackers_controller_test.rb
Log Message:
-----------
[api] fix editing of issue tracker entries
eg. via
# osc api -e /issue_trackers/$tracker
we need to backport in case 2.10 is also affected.
Also all other places in test suite where "put ...., params: $body_data"
is used needs to be checked if we broke the api there as well.
needs to become raw_put again...
Commit: c7680aaaa4b188d3ee8fbd1c368d774d1618b9a6
https://github.com/openSUSE/open-build-service/commit/c7680aaaa4b188d3ee8fb…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-02-26 (Wed, 26 Feb 2020)
Changed paths:
M docs/api/api/api.txt
M src/api/app/controllers/issue_trackers_controller.rb
M src/api/test/functional/issue_trackers_controller_test.rb
Log Message:
-----------
Drop the IssueTracker JSON API
This didn't work and never was supposed to be exposed via JSON.
Commit: bfb8a1fd0f17625079594754640c09265509b777
https://github.com/openSUSE/open-build-service/commit/bfb8a1fd0f17625079594…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M docs/api/api/api.txt
M src/api/app/controllers/issue_trackers_controller.rb
M src/api/test/functional/issue_trackers_controller_test.rb
Log Message:
-----------
Merge pull request #8346 from adrianschroeter/fix_issue_tracker_api
[api] fix editing of issue tracker entries
Compare: https://github.com/openSUSE/open-build-service/compare/9a385a360696...bfb8a…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: b1b307ff5e153a7f239b19e1c45a27d413ebf88b
https://github.com/openSUSE/open-build-service/commit/b1b307ff5e153a7f239b1…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M src/api/app/assets/javascripts/webui/requests_table.js
Log Message:
-----------
Fix table width when tab is switched
Both tables have the same column widths defined with column.width option.
However table in “Tab 2” has column widths different from the table in “Tab 1”.
After click we have to adjust the columns
Commit: 9a385a360696d2f09eb7ccc96b70d4999f5ee24b
https://github.com/openSUSE/open-build-service/commit/9a385a360696d2f09eb7c…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2020-02-28 (Fri, 28 Feb 2020)
Changed paths:
M src/api/app/assets/javascripts/webui/requests_table.js
Log Message:
-----------
Merge pull request #9158 from vpereira/fix_datatable_tab_table_width
Fix table width when tab is switched in small screens
Compare: https://github.com/openSUSE/open-build-service/compare/d7837b7c2d73...9a385…