04b6fb137a
Document 'popt' attribute in the _link template
2023-04-26 09:33:04 +02:00
Martin Liska
a01d2a43df
clean-up .old folder if an exception happens
...
Fixes : openSUSE/obs-build#920
2023-04-14 13:53:32 +02:00
d7af821ec1
rq list: Restore 'include_request_from_project' conf option functionality
2023-03-31 14:01:55 +02:00
4f9fb9f1ac
core.get_request_list: Remove deprecation warning
...
It turned out that get_request_list() and get_request_collection()
are not interchangeable and we need both for different use cases.
get_request_collection() was designed mainly for the 'osc my' command,
while get_request_list() should be used in a generic use case
2023-03-13 13:07:20 +01:00
8df8ee63aa
Merge pull request #1265 from andreas-schwab/master
...
Pass --force down to delete_package
2023-03-09 13:14:12 +01:00
e4723f7f74
Replace arbitrary XML escaping code with xml_escape()
2023-03-06 10:12:59 +01:00
5b67164a9c
Pass --force down to delete_package
2023-02-16 10:35:31 +01:00
815009f647
core.ReviewState: Add __repr__() method
2023-02-14 16:24:20 +01:00
e132d093e7
core.Action: Add __repr__() method
2023-02-14 16:24:20 +01:00
95be11130e
core.Action: Add src_pkg_object and tgt_pkg_object properties providing object wrappers to file lists
2023-02-14 16:24:20 +01:00
f5da27ad24
core.Action: Remember apiurl
2023-02-14 15:57:15 +01:00
770217bb8d
core.Request: Add issues property that loads issues on demand
2023-02-14 15:57:15 +01:00
27c3159fdb
core.Request: Add id property that is a shortcut to the reqid attribute
2023-02-14 15:57:15 +01:00
17e25776a2
core.Request: Add from_api() class method
2023-02-14 15:57:15 +01:00
09ad87c865
core.Request: Store apiurl the object was initialized from
2023-02-14 15:57:15 +01:00
1d96c6eb2a
checkout_package: Use pathlib.Path
...
Modify it to use pathlib.Path along with its callers. Some str(path) was
necessary to avoid having a large changeset.
It addresses #1258 and continues the work started in
bac162a712
.
2023-02-08 11:46:16 +01:00
4c7cdaec19
rq list: Fix passing values of the --type option
2023-02-03 09:57:51 +01:00
5810e09aab
Revert "Do not list declined requests by default"
...
This reverts commit 2892f1bb11
.
This reverts commit 9073b1a1d2
.
The declined requests are still on maintainer's TODO list,
they should be either superseded with another request or revoked.
2023-02-02 14:11:04 +01:00
dcc913dd5a
Merge pull request #1229 from Vogtinator/fixlist
...
Support withfullhistory in osc.core.get_request_list again
2023-01-26 14:56:58 +01:00
208dbdf6d1
copypac: Fix downgrading a package to an old revision
2023-01-26 10:34:31 +01:00
6bd2c6eaf1
mv: Fix regression
...
Moved Package.todo handling in one place.
Fixed a situation when path to a file that doesn't exist is passed to Package
2023-01-26 10:11:54 +01:00
Fabian Vogt
3c200caf50
Support withfullhistory in osc.core.get_request_list again
2023-01-25 15:41:00 +01:00
Fabian Vogt
732ff678e7
Fix osc.get_request_list ignoring the req_type parameter
2023-01-25 11:38:08 +01:00
fdd2c3a8f0
Fix creating a Package object by providing multiple files on the command line
2023-01-20 16:52:11 +01:00
2ee52591a5
Fix arguments of PackageInternalError
2023-01-20 16:16:23 +01:00
7f885ac6b2
Fix pylint error: Using variable 'fd' before assignment
2023-01-20 16:16:23 +01:00
6d01df35e6
Use distro module to detect distro on all python versions
...
Also, add a related Recommends to to the spec file
2023-01-20 16:16:23 +01:00
lethliel
18cdec2554
use correct variable prj instead of project
2023-01-20 11:48:52 +01:00
Adrian Schröter
a292e2b6ab
fix manual run of source service
...
A service explicit called via singlerun could get skipped otherwise,
if the service is defined with a different mode.
eg. running
osc service mr download_files
to update and merge files after a version update, but the project has a
global download_files service configured for validation.
2023-01-12 14:05:20 +01:00
c639dfd89c
lock: Move code to core.py/lock(), improve CLI handling
2023-01-12 10:49:43 +01:00
5d31fc1486
rdelete: Migrate to pop_project_package_from_args()
2023-01-12 10:49:35 +01:00
55fd77650d
copypac: Migrate to pop_project_package_targetproject_targetpackage_from_args()
2023-01-12 10:47:46 +01:00
fd851bbe83
aggregatepac: Migrate to pop_project_package_targetproject_targetpackage_from_args()
2023-01-12 10:47:46 +01:00
1b034921c8
linkpac: Improve command-line handling
2022-12-20 17:15:01 +01:00
ba32ff57cb
linkpac: Fix linking a locked package by not copying the lock to the target package
2022-12-20 14:42:19 +01:00
0384db5e2e
setlinkrev: Write a log message on setting a revision
2022-12-19 14:58:12 +01:00
6e4ad5db1c
buildhistory: Produce proper output using build_table() and a CSV writer
2022-12-15 16:29:58 +01:00
af7d3900cf
build_table: Convert all items to strings so we can also pass other types
2022-12-15 16:25:17 +01:00
62ba626eb5
Migrate 'log' command to pop_project_package_from_args()
2022-12-13 08:45:33 +01:00
6dcc45f272
Improve argument handling in the 'develproject' command
2022-12-13 08:45:33 +01:00
074abb400c
Merge pull request #1200 from SchoolGuy/add-types
...
mypy: Add types to methods
2022-12-07 16:19:25 +01:00
37bb5e7785
Handle empty EDITOR=/PAGER= env variable properly
2022-12-07 16:04:10 +01:00
Enno Gotthold
7335a84235
mypy: Add types to methods
...
This is a bulk add of typing that also includes the
formatting with darker.
2022-12-07 13:01:23 +01:00
Enno Gotthold
3e1d91e4bd
core: Add type annotations
2022-12-05 15:23:54 +01:00
4c5d0cf18a
Add branch --disable-build option
2022-11-08 15:34:55 +01:00
2ec573ca79
Add linkpac --disable-build option
2022-11-08 15:01:37 +01:00
eccbe5c4f1
Replace deprecated ElementTree.Element.getiterator() with iter()
2022-11-07 09:43:41 +01:00
0289865bbf
Write scm_url via Store
2022-10-25 13:09:29 +02:00
00842e36fa
Deprecate store_write_apiurl()
2022-10-25 13:09:29 +02:00
e7912ceec0
Deprecate store_read_scmurl()
2022-10-25 13:09:29 +02:00