1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 01:36:16 +02:00
github.com_openSUSE_osc/osc
Dr. Peter Poeml baafea955b - add 'edituser' command for editing the metadata of a user account. It tries
to create a user if it doesn't exist yet. A new command 'usermeta' replaces
  'id' respectively 'userid'.
- add preliminary support for doing uploads with a subsequent "commit" request
  (not switched on now, since I want to do more testing on this, and there is
  no way to pass on a commit message yet anyway.)
- add runtime check for build.rpm version, so the rpm package dependencies is
  no longer required
- fix typo introduced last time in the editmeta, deletepac, deleteprj commands
- rewrite the PUT and DELETE request methods to 
  - transparently handle HTTPS 
  - handle path parameters (for commits)
  - send user agent
- rename get_user_id() function to get_user_meta()
- change copyright notice from Peter Poeml to Peter Poeml / Novell Inc.
- fix testsuite
- add CREDITS file
2006-10-12 13:22:56 +00:00
..
__init__.py fix osc/__init__.py to contain new modules 2006-07-17 13:15:21 +00:00
build.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +00:00
commandline.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +00:00
conf.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +00:00
core.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +00:00
fetch.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +00:00
meter.py - bump version (0.7) 2006-07-14 17:39:46 +00:00
othermethods.py - add 'edituser' command for editing the metadata of a user account. It tries 2006-10-12 13:22:56 +00:00