Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: bf42c70f56989009fbc0e6c988803c903ef7ab6d
https://github.com/openSUSE/osc/commit/bf42c70f56989009fbc0e6c988803c903ef7…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M osc/core.py
Log Message:
-----------
Use a fixed suffix for the upfilename in Package.mergefile
The old code uses a variable .rXYZ suffix (where XYZ is the revision
of the package wc during the merge operation). Now, if Package.mergefile
is invoked during an update, XYZ represents the "old" revision. That
is, if a merge conflict happens, then a subsequent "osc resolved <file>"
will not unlink the <file>.rXYZ file (because
Package.clear_from_conflictlist only takes the current rev into account).
In order to fix this, use a fixed ".new" suffix. This way,
Package.clear_from_conflictlist can properly unlink the corresponding
*.new file. This naming scheme for the "upfilename" is in line with
"osc pull" and "osc repairlink".
Note: if a working copy was updated with an "old" osc version (without
this commit) and a "new" osc version (with this commit) is used to run
"osc resolved <file>", then the <file>.rXYZ file is _NOT_ removed (it
is not worth the effort to add compat code for this).
Commit: e5dda8337cdbaaedec8f542967d7f059c8d70580
https://github.com/openSUSE/osc/commit/e5dda8337cdbaaedec8f542967d7f059c8d7…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M osc/core.py
Log Message:
-----------
Merge branch 'mergefile_fixed_suffix' of https://github.com/marcus-h/osc
Use a fixed suffix for the upfilename in Package.mergefile.
Compare: https://github.com/openSUSE/osc/compare/3883ea4bcb12...e5dda8337cdb
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: b81adeda1a1d206cee19531ff6c9975882e03369
https://github.com/openSUSE/open-build-service/commit/b81adeda1a1d206cee195…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M docs/api/api/api.txt
R docs/api/api/download_counter.xml
R docs/api/api/download_counter.xsd
R docs/api/api/download_counter_summary.xml
R docs/api/api/download_counter_summary.xsd
M src/api/app/controllers/statistics_controller.rb
M src/api/config/routes/api_routes.rb
M src/api/db/seeds.rb
M src/api/test/fixtures/roles_static_permissions.yml
M src/api/test/fixtures/static_permissions.yml
M src/api/test/functional/backend_test.rb
Log Message:
-----------
Remove statistics#download_counter
With the changes from 17cd6b1, this action has been broken for more than
9 years now. It's quite safe to assume we can remove this code.
Commit: 782fcc9d04220fe5952c64211c68a1f3ec29b452
https://github.com/openSUSE/open-build-service/commit/782fcc9d04220fe5952c6…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
A src/api/db/data/20210726221203_delete_static_permission_set_download_counters.rb
M src/api/db/data_schema.rb
Log Message:
-----------
Delete StaticPermission set_download_counters from database
This StaticPermission was removed in the previous commit.
Commit: 44095abd0c3970c0cc03eb6df382394b03b8aa09
https://github.com/openSUSE/open-build-service/commit/44095abd0c3970c0cc03e…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M docs/api/api/api.txt
R docs/api/api/download_counter.xml
R docs/api/api/download_counter.xsd
R docs/api/api/download_counter_summary.xml
R docs/api/api/download_counter_summary.xsd
M src/api/app/controllers/statistics_controller.rb
M src/api/config/routes/api_routes.rb
A src/api/db/data/20210726221203_delete_static_permission_set_download_counters.rb
M src/api/db/data_schema.rb
M src/api/db/seeds.rb
M src/api/test/fixtures/roles_static_permissions.yml
M src/api/test/fixtures/static_permissions.yml
M src/api/test/functional/backend_test.rb
Log Message:
-----------
Merge pull request #11423 from dmarcoux/remove-statistics-download_counter
Remove statistics#download_counter
Compare: https://github.com/openSUSE/open-build-service/compare/a912e7b25ee9...44095…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 05dec94667520357ba841635909589204df0b14b
https://github.com/openSUSE/open-build-service/commit/05dec94667520357ba841…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M docs/api/api/api.txt
R docs/api/api/newest_stats.xml
R docs/api/api/newest_stats.xsd
M src/api/app/controllers/statistics_controller.rb
M src/api/config/routes/api_routes.rb
M src/api/test/functional/backend_test.rb
Log Message:
-----------
Remove statistics#newest_stats
With the changes from 17cd6b1, this action has been broken for more than
9 years now. It's quite safe to assume we can remove this code.
Commit: a912e7b25ee98d90993aa244adb3b6273eb90d30
https://github.com/openSUSE/open-build-service/commit/a912e7b25ee98d90993aa…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2021-07-27 (Tue, 27 Jul 2021)
Changed paths:
M docs/api/api/api.txt
R docs/api/api/newest_stats.xml
R docs/api/api/newest_stats.xsd
M src/api/app/controllers/statistics_controller.rb
M src/api/config/routes/api_routes.rb
M src/api/test/functional/backend_test.rb
Log Message:
-----------
Merge pull request #11422 from dmarcoux/remove-statistics-newest_stats
Remove statistics#newest_stats
Compare: https://github.com/openSUSE/open-build-service/compare/5784fd1f1959...a912e…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: f101277c7debfdd986a3c2a3c69169bf23088e66
https://github.com/openSUSE/open-build-service/commit/f101277c7debfdd986a3c…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M src/api/app/models/configuration.rb
A src/api/db/migrate/20210719103830_add_tosurl_to_configuration.rb
M src/api/db/schema.rb
Log Message:
-----------
Introduces Configuration.tos_url
A simple link to your terms of service page
Commit: aadc93e3a166a18f3199bdfec744a0a9dfa482b2
https://github.com/openSUSE/open-build-service/commit/aadc93e3a166a18f3199b…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M src/api/app/controllers/webui/configuration_controller.rb
M src/api/app/views/webui/configuration/index.html.haml
Log Message:
-----------
Make Configuration.tos_url editable
Commit: 3d5294b36a7617ccf0ad7dd9befe30546df82a65
https://github.com/openSUSE/open-build-service/commit/3d5294b36a7617ccf0ad7…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M src/api/app/views/layouts/webui/_footer.html.haml
M src/api/app/views/layouts/webui/webui.html.haml
Log Message:
-----------
Display Configuration.to_url in the UI
Also uses some more generic terms for links so people can
search for things. Use https urls.
Fixes #11389
Commit: 78a389eb1f09c459ede08928b7f0614635304c9f
https://github.com/openSUSE/open-build-service/commit/78a389eb1f09c459ede08…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M src/api/app/controllers/webui/configuration_controller.rb
M src/api/app/models/configuration.rb
M src/api/app/views/layouts/webui/_footer.html.haml
M src/api/app/views/layouts/webui/webui.html.haml
M src/api/app/views/webui/configuration/index.html.haml
A src/api/db/migrate/20210719103830_add_tosurl_to_configuration.rb
M src/api/db/schema.rb
Log Message:
-----------
Merge pull request #11415 from hennevogel/feature/tos-link
Introduces a Terms (of Service) link
Compare: https://github.com/openSUSE/open-build-service/compare/963d21f6cb81...78a38…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: de4ca619ad798dbb9129967b4bde827ffd73bead
https://github.com/openSUSE/open-build-service/commit/de4ca619ad798dbb91299…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M src/api/app/models/binary_release.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/configuration.rb
M src/api/app/models/flag.rb
M src/api/app/models/issue.rb
M src/api/app/models/issue_tracker.rb
M src/api/app/models/linked_project.rb
M src/api/app/models/package_issue.rb
M src/api/app/models/package_kind.rb
M src/api/app/models/path_element.rb
M src/api/app/models/project.rb
M src/api/app/models/release_target.rb
M src/api/app/models/remote_project.rb
M src/api/app/models/repository.rb
M src/api/app/models/unregistered_user.rb
M src/api/app/models/user.rb
M src/api/db/schema.rb
Log Message:
-----------
Annotate changes
Looks like create_table knows charset/collate options now.
Commit: 963d21f6cb81483acc34ee722f07c242c705fad6
https://github.com/openSUSE/open-build-service/commit/963d21f6cb81483acc34e…
Author: Victor Pereira <vpereira(a)suse.de>
Date: 2021-07-26 (Mon, 26 Jul 2021)
Changed paths:
M src/api/app/models/binary_release.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/configuration.rb
M src/api/app/models/flag.rb
M src/api/app/models/issue.rb
M src/api/app/models/issue_tracker.rb
M src/api/app/models/linked_project.rb
M src/api/app/models/package_issue.rb
M src/api/app/models/package_kind.rb
M src/api/app/models/path_element.rb
M src/api/app/models/project.rb
M src/api/app/models/release_target.rb
M src/api/app/models/remote_project.rb
M src/api/app/models/repository.rb
M src/api/app/models/unregistered_user.rb
M src/api/app/models/user.rb
M src/api/db/schema.rb
Log Message:
-----------
Merge pull request #11420 from hennevogel/bugfix/db-changes-annotate
Annotate changes
Compare: https://github.com/openSUSE/open-build-service/compare/300485c20618...963d2…