Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 6b2dadfe4ad020d84790ee41a535bfddf9e82cad
https://github.com/openSUSE/open-build-service/commit/6b2dadfe4ad020d84790e…
Author: David Kang <dkang(a)suse.com>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/assets/javascripts/webui2/collapsible_text.js
M src/api/app/assets/stylesheets/webui2/collapsible-text.scss
M src/api/app/assets/stylesheets/webui2/texts.scss
M src/api/app/views/webui2/webui/package/show.html.haml
M src/api/app/views/webui2/webui/project/show.html.haml
M src/api/app/views/webui2/webui/request/_request_history.html.haml
M src/api/app/views/webui2/webui/request/_request_history_element.html.haml
M src/api/app/views/webui2/webui/request/_show_overview.html.haml
M src/api/app/views/webui2/webui/request/show.html.haml
M src/api/app/views/webui2/webui/webui/_collapsible_text.html.haml
M src/api/spec/bootstrap/features/webui/requests_spec.rb
Log Message:
-----------
Add collapsible for package and project description
We modified a little bit the css to make it works with the descriptions
section.
Commit: 9019fd3efc04af7231e31f15b6a8a155c1bf8864
https://github.com/openSUSE/open-build-service/commit/9019fd3efc04af7231e31…
Author: David Kang <dkang(a)suse.com>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/views/webui2/webui/request/_show_overview.html.haml
M src/api/app/views/webui2/webui/request/show.html.haml
Log Message:
-----------
Fix request `Add a review` style
For consistency we moved it under an %ul tag like in `project` and
`package`.
Commit: 17503b9b1d300988e6b08764d21de5908ff0e696
https://github.com/openSUSE/open-build-service/commit/17503b9b1d300988e6b08…
Author: David Kang <dkang(a)suse.com>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/assets/javascripts/webui2/collapsible_text.js
M src/api/app/assets/stylesheets/webui2/collapsible-text.scss
M src/api/app/assets/stylesheets/webui2/texts.scss
M src/api/app/views/webui2/webui/package/show.html.haml
M src/api/app/views/webui2/webui/project/show.html.haml
M src/api/app/views/webui2/webui/request/_request_history.html.haml
M src/api/app/views/webui2/webui/request/_request_history_element.html.haml
M src/api/app/views/webui2/webui/request/_show_overview.html.haml
M src/api/app/views/webui2/webui/request/show.html.haml
M src/api/app/views/webui2/webui/webui/_collapsible_text.html.haml
M src/api/spec/bootstrap/features/webui/requests_spec.rb
Log Message:
-----------
Merge pull request #7411 from DavidKang/collapsible
Add collapsible for description
Compare: https://github.com/openSUSE/open-build-service/compare/fb6e30481bd0...17503…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 4d7f7de11aa184f11f802772f6b3b371b749028e
https://github.com/openSUSE/open-build-service/commit/4d7f7de11aa184f11f802…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-23 (Tue, 23 Apr 2019)
Changed paths:
M src/api/app/models/project.rb
Log Message:
-----------
Ignore all patchinfo packages when querying maintenance incident packages
Commit: 36dcc5f46c5d5b66007dd4c65eb8113c965051dc
https://github.com/openSUSE/open-build-service/commit/36dcc5f46c5d5b66007dd…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/helpers/webui/maintenance_incident_helper.rb
M src/api/app/models/project.rb
M src/api/app/views/webui/projects/maintenance_incidents/_incident_table_entries.html.erb
M src/api/app/views/webui2/webui/projects/maintenance_incidents/_incident_table_entry.html.haml
M src/api/test/unit/project_test.rb
Log Message:
-----------
Move collecting patchinfo data to helper method...
... and refactor the code.
Commit: 3915f2301fa4fa9f1e16afdcae4cb44b43029e53
https://github.com/openSUSE/open-build-service/commit/3915f2301fa4fa9f1e16a…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/models/project.rb
Log Message:
-----------
Require repository parameter in Project#build_succeeded?
We always call this method with a parameter. So we don't need to
handle other options.
Commit: 3918ff696f22c6fd0740f662ae2173e2633910d3
https://github.com/openSUSE/open-build-service/commit/3918ff696f22c6fd0740f…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/controllers/webui/projects/maintenance_incidents_controller.rb
A src/api/app/datatables/maintenance_incident_datatable.rb
M src/api/app/helpers/webui/maintenance_incident_helper.rb
R src/api/app/views/webui2/webui/projects/maintenance_incidents/_incident_table_entry.html.haml
M src/api/app/views/webui2/webui/projects/maintenance_incidents/index.html.haml
Log Message:
-----------
Use server side pagination for the maintenance incident table
Most of the columns render data that is not part of the
project table. In case of the patchinfo, which is used in 3 columns,
we don't even have a database table we could query.
Because of these limitations only the 'Summary' column is sortable
right now.
For the same reason the search field was dropped.
Commit: fb6e30481bd04462480dd45ab6283224a5d11b14
https://github.com/openSUSE/open-build-service/commit/fb6e30481bd04462480dd…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2019-04-25 (Thu, 25 Apr 2019)
Changed paths:
M src/api/app/controllers/webui/projects/maintenance_incidents_controller.rb
A src/api/app/datatables/maintenance_incident_datatable.rb
M src/api/app/helpers/webui/maintenance_incident_helper.rb
M src/api/app/models/project.rb
M src/api/app/views/webui/projects/maintenance_incidents/_incident_table_entries.html.erb
R src/api/app/views/webui2/webui/projects/maintenance_incidents/_incident_table_entry.html.haml
M src/api/app/views/webui2/webui/projects/maintenance_incidents/index.html.haml
M src/api/test/unit/project_test.rb
Log Message:
-----------
Merge pull request #7461 from bgeuken/pagination_maintenance
Pagination maintenance
Compare: https://github.com/openSUSE/open-build-service/compare/d47382af9748...fb6e3…