index
:
obsapi.git
master
Python Interface to the Open Build Service API
sbahling@mudgum.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-10
Fix get_package_source_version
Scott Bahling
2
-4
/
+3
2020-02-07
Add get_package_source_version()
Scott Bahling
3
-3
/
+64
2020-02-06
Fix get_package_version
Scott Bahling
2
-12
/
+26
2020-02-06
Handle passing bytes to the FileInfo class
Scott Bahling
7
-127
/
+207
2020-02-04
Fix invalid call
Scott Bahling
1
-1
/
+1
2020-02-03
Re-architect the RepoFlags class
Scott Bahling
4
-168
/
+53
2020-02-03
Use status instead of setting to be consistent with the api
Scott Bahling
2
-12
/
+12
2020-02-03
Use repository attribute instead of "repo" to be consistent with the api
Scott Bahling
2
-7
/
+7
2020-02-03
Reorder arguments to be consistent with get_repo_flags
Scott Bahling
2
-24
/
+18
2020-02-03
Do not default to flag status of enable. We error if no status provided.
Scott Bahling
1
-1
/
+1
2020-02-03
Add pytest.ini
obsapi-0.1.0
Scott Bahling
2
-0
/
+4
2020-02-03
Disable retries for now
Scott Bahling
2
-1
/
+2
2020-02-03
Fix python 3 compatibility
Scott Bahling
1
-0
/
+4
2020-02-03
Add remove_flag method
Scott Bahling
2
-24
/
+102
2020-02-01
Add set_flag method
Scott Bahling
2
-0
/
+55
2020-02-01
Python2 fix
Scott Bahling
1
-1
/
+1
2020-01-31
Fix repoflags
Scott Bahling
1
-3
/
+7
2020-01-31
Finish updating unit tests to use requests_mock
Scott Bahling
8
-111
/
+657
2020-01-31
No need to check if already locked or unlocked
Scott Bahling
1
-6
/
+0
2020-01-31
use re for finding vendor macro
Scott Bahling
1
-6
/
+6
2020-01-31
Enhance lock and unlock commands
Scott Bahling
1
-17
/
+9
2020-01-28
Use requests_mock for unit tests
Scott Bahling
2
-53
/
+148
2020-01-28
Enable calling /source/ root api (project argument optional)
Scott Bahling
1
-2
/
+4
2020-01-27
Update tests to use requests_mock pytest plugin
Scott Bahling
1
-135
/
+125
2020-01-27
Use unittest mocks for test cases
Scott Bahling
2
-39
/
+178
2020-01-26
Pass extra optional arguments to get_log
Scott Bahling
1
-2
/
+2
2020-01-26
Add RepoFlags class and api.get_repo_flags method
Scott Bahling
4
-0
/
+239
2020-01-25
Enhance binaries_ls method to return project level binary lists
Scott Bahling
2
-1
/
+15
2020-01-25
Better get_meta tests
Scott Bahling
1
-5
/
+9
2020-01-25
Fix get_repository call for retrieving binary objects
Scott Bahling
2
-5
/
+14
2020-01-21
PEP8
Scott Bahling
2
-32
/
+32
2020-01-21
Fix some python3 incompatibilities
Scott Bahling
3
-8
/
+5
2020-01-21
Add get_spec_files method
Scott Bahling
2
-0
/
+19
2020-01-21
Change import paths
Scott Bahling
2
-3
/
+3
2019-01-31
Validate the apiurl when setting it.
Scott Bahling
1
-1
/
+20
2019-01-31
Fix logger methods
Scott Bahling
1
-4
/
+4
2018-08-24
Initial user and group methods for ObsApi class
Scott Bahling
2
-0
/
+78
2018-08-24
Enhance api.ls and api.project_ls
Scott Bahling
1
-4
/
+6
2018-08-24
remove bare except:
Scott Bahling
1
-1
/
+1
2018-08-24
Add initial person api
Scott Bahling
2
-0
/
+42
2018-08-24
Generic API get now returns None on failure. Handle appropriately
Scott Bahling
1
-5
/
+11
2018-08-03
Add streaming option for HTTP get method
Scott Bahling
2
-3
/
+9
2018-08-03
Add put and post methods to build api
Scott Bahling
1
-0
/
+10
2018-07-18
Fix module name
Scott Bahling
1
-1
/
+1
2018-07-18
Handle retrieving binary files properly
Scott Bahling
2
-2
/
+10
2018-07-18
Remove output noise
Scott Bahling
1
-2
/
+0
2018-07-18
Make flake8 happy
Scott Bahling
3
-2
/
+35
2017-11-01
Only call osc.conf.get_config() when needed
obsapi-0.0.7
Scott Bahling
2
-13
/
+13
2017-11-01
Add test for sourceapi.put_meta
Scott Bahling
2
-0
/
+20
2017-10-04
Move test project/package to build.opensuse.org
Scott Bahling
3
-29
/
+29
[next]