Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 460f15b510de8f9a81d9cec336b4c6d22742707a
https://github.com/openSUSE/open-build-service/commit/460f15b510de8f9a81d9c…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
A src/api/db/migrate/20221123163119_change_notifications_primary_and_foreign_keys_to_bigint.rb
M src/api/db/schema.rb
Log Message:
-----------
Change notifications primary and foreign keys to bigint
We are adding new notifications types which could increase the number of
notifications considerably. So we extend the capacity of the primary key
to avoid future overflow.
Not only do we extend the Notification#id and NotifiedProject#id but
also the NotifiedProject#notification_id.
Commit: b79c3554b7c6c0c5f3cacdc194515e664d6716e4
https://github.com/openSUSE/open-build-service/commit/b79c3554b7c6c0c5f3cac…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M src/api/app/models/notification.rb
M src/api/app/models/notified_project.rb
Log Message:
-----------
Update annotations in the affected models
Commit: 54cb27bdd62daae6a71e8a1256b8bd26638585f9
https://github.com/openSUSE/open-build-service/commit/54cb27bdd62daae6a71e8…
Author: Eduardo J <enavarro(a)suse.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M src/api/app/models/notification.rb
M src/api/app/models/notified_project.rb
A src/api/db/migrate/20221123163119_change_notifications_primary_and_foreign_keys_to_bigint.rb
M src/api/db/schema.rb
Log Message:
-----------
Merge pull request #13421 from saraycp/extend_notifications_id_column_capacity
Extend notifications primary and foreign keys capacity
Compare: https://github.com/openSUSE/open-build-service/compare/93cd2bd4fbb3...54cb2…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 8015845163d76aabe48a7b779ef051adf3df4cf3
https://github.com/openSUSE/open-build-service/commit/8015845163d76aabe48a7…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M src/api/app/controllers/person_controller.rb
M src/api/app/views/models/_user.xml.builder
M src/api/app/views/person/userinfo.xml.builder
M src/api/spec/controllers/person_controller_spec.rb
Log Message:
-----------
Replace old code by new_watchlist code in API
Commit: 7327a768173ba3f9f6cb4b013cafdbc8a215daac
https://github.com/openSUSE/open-build-service/commit/7327a768173ba3f9f6cb4…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M src/api/spec/controllers/person_controller_spec.rb
Log Message:
-----------
Test watchlist for requests through API
Commit: 4f22c25c7b76e5ce8ab586d04cf05be9399eeb31
https://github.com/openSUSE/open-build-service/commit/4f22c25c7b76e5ce8ab58…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M src/api/test/functional/person_controller_test.rb
Log Message:
-----------
Adapt minitests to new watchlist
Commit: fa1da107a8f1921d914c0596814af8fdd4c4659c
https://github.com/openSUSE/open-build-service/commit/fa1da107a8f1921d914c0…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.com>
Date: 2022-11-30 (Wed, 30 Nov 2022)
Changed paths:
M src/api/app/controllers/person_controller.rb
M src/api/app/views/models/_user.xml.builder
M src/api/app/views/person/userinfo.xml.builder
M src/api/spec/controllers/person_controller_spec.rb
M src/api/test/functional/person_controller_test.rb
Log Message:
-----------
Merge pull request #13431 from saraycp/clean_up_API_new_watchlist_code
Replace old watchlist code by code under new_watchlist feature in API
Compare: https://github.com/openSUSE/open-build-service/compare/8a4213a7690e...fa1da…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 97588eb84ffde89695092a3ab8c0292fd4f2b4e6
https://github.com/openSUSE/open-build-service/commit/97588eb84ffde89695092…
Author: Jacob Michalskie <jacob.michalskie(a)suse.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M src/api/app/assets/stylesheets/webui/tabs.scss
M src/api/app/views/webui/configuration/_tabs.html.haml
M src/api/app/views/webui/package/_tabs.html.haml
M src/api/app/views/webui/project/_tabs.html.haml
M src/api/app/views/webui/request/beta_show.html.haml
Log Message:
-----------
Improve scrollable-tabs styling
Commit: c83877be7cef7ca8554fe43d59907378855c890b
https://github.com/openSUSE/open-build-service/commit/c83877be7cef7ca8554fe…
Author: Jacob Michalskie <jacob.michalskie(a)suse.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M src/api/app/assets/stylesheets/webui/card-component.scss
M src/api/app/assets/stylesheets/webui/tabs.scss
M src/api/app/views/webui/comment/_comment_field.html.haml
M src/api/app/views/webui/configuration/_tabs.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/kiwi/_tabs.html.haml
M src/api/app/views/webui/kiwi/images/_build_info.html.haml
M src/api/app/views/webui/package/_tabs.html.haml
M src/api/app/views/webui/project/_tabs.html.haml
M src/api/app/views/webui/project/show.html.haml
M src/api/app/views/webui/search/_tabs.html.haml
M src/api/app/views/webui/shared/_buildresult_box.html.haml
M src/api/app/views/webui/user/_involvement_and_activity.html.haml
M src/api/app/views/webui/user/_tabs_profile.html.haml
M src/api/app/views/webui/users/tasks/index.html.haml
Log Message:
-----------
Use consistent card header styling
Commit: f457a3aad460ed986f32d19848dcd62fc5ebd8b9
https://github.com/openSUSE/open-build-service/commit/f457a3aad460ed986f32d…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
M src/api/app/assets/stylesheets/webui/card-component.scss
M src/api/app/assets/stylesheets/webui/tabs.scss
M src/api/app/views/webui/comment/_comment_field.html.haml
M src/api/app/views/webui/configuration/_tabs.html.haml
M src/api/app/views/webui/groups/show.html.haml
M src/api/app/views/webui/kiwi/_tabs.html.haml
M src/api/app/views/webui/kiwi/images/_build_info.html.haml
M src/api/app/views/webui/package/_tabs.html.haml
M src/api/app/views/webui/project/_tabs.html.haml
M src/api/app/views/webui/project/show.html.haml
M src/api/app/views/webui/request/beta_show.html.haml
M src/api/app/views/webui/search/_tabs.html.haml
M src/api/app/views/webui/shared/_buildresult_box.html.haml
M src/api/app/views/webui/user/_involvement_and_activity.html.haml
M src/api/app/views/webui/user/_tabs_profile.html.haml
M src/api/app/views/webui/users/tasks/index.html.haml
Log Message:
-----------
Merge pull request #13407 from hellcp-work/scrollable-tabs
Improve scrollable-tabs styling
Compare: https://github.com/openSUSE/open-build-service/compare/311b981adabf...f457a…