Adrian Schröter [Thu, 9 Jun 2011 15:30:43 +0000 (17:30 +0200)]
- flag as 0.132.2
Adrian Schröter [Thu, 9 Jun 2011 15:20:51 +0000 (17:20 +0200)]
- fix broken update after commit with service run
- fix up -S on unexpanded checkouts
Petr Uzel [Wed, 8 Jun 2011 11:35:47 +0000 (13:35 +0200)]
osc co: print help instead of crashing if no arguments are given
This fixes:
~> osc checkout
Traceback (most recent call last):
File "/usr/bin/osc", line 21, in <module>
r = babysitter.run(osccli)
File "/usr/lib/python2.7/site-packages/osc/babysitter.py", line 52, in run
return prg.main()
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 310, in main
return self.cmd(args)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 333, in cmd
retval = self.onecmd(argv)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 449, in onecmd
return self._dispatch_cmd(handler, argv)
File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 1179, in _dispatch_cmd
return handler(argv[0], opts, *args)
File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 3386, in do_checkout
m = re.match(r"obs://([^/]+)/(\S+)/([^/]+)/([A-Fa-f\d]+)\-(\S+)", args[0])
IndexError: tuple index out of range
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Adrian Schröter [Wed, 8 Jun 2011 11:33:43 +0000 (13:33 +0200)]
- flag as 0.132.1
Marcus Huewe [Wed, 8 Jun 2011 11:22:51 +0000 (13:22 +0200)]
- getProjectGlobalServices: catch 400 instead of 404
otherwise it breaks older obs instances
Michal Čihař [Wed, 8 Jun 2011 10:10:47 +0000 (12:10 +0200)]
Fix spelling
Adrian Schröter [Wed, 8 Jun 2011 08:25:15 +0000 (10:25 +0200)]
- add the --meta handling also to list, cat and less commands
Adrian Schröter [Tue, 7 Jun 2011 14:39:46 +0000 (16:39 +0200)]
release 0.132
Adrian Schröter [Tue, 7 Jun 2011 14:33:08 +0000 (16:33 +0200)]
- follow changes during commit in test cases
Adrian Schröter [Mon, 6 Jun 2011 12:43:01 +0000 (14:43 +0200)]
- fix error message
Adrian Schröter [Wed, 1 Jun 2011 07:50:30 +0000 (09:50 +0200)]
- add 'requestbugownership' command for setting the bugowner via request
Ludwig Nussel [Wed, 1 Jun 2011 07:12:10 +0000 (09:12 +0200)]
fix lines = None
Ludwig Nussel [Tue, 31 May 2011 09:48:10 +0000 (11:48 +0200)]
avoid first line empty for commit message
Ludwig Nussel [Tue, 31 May 2011 09:48:01 +0000 (11:48 +0200)]
add .changes diff to commit message again
Vincent Untz [Thu, 28 Apr 2011 11:49:48 +0000 (13:49 +0200)]
osc pdiff ("parent diff")
Adrian Schröter [Thu, 26 May 2011 15:13:06 +0000 (17:13 +0200)]
- do not search for requests, if one got specified via -s parameter
Adrian Schröter [Thu, 26 May 2011 14:39:12 +0000 (16:39 +0200)]
- fix changelog comments take over to commit log
Adrian Schröter [Thu, 26 May 2011 13:54:30 +0000 (15:54 +0200)]
- do not fail on special packages with defined source services
Michal Čihař [Thu, 26 May 2011 09:54:14 +0000 (11:54 +0200)]
Handle also errors which can sneak out of httplib
Adrian Schröter [Thu, 26 May 2011 08:21:14 +0000 (10:21 +0200)]
- rdelte and undelete operate with history comment now
Adrian Schröter [Wed, 25 May 2011 11:45:54 +0000 (13:45 +0200)]
- run source services always verbose on "osc build"
Adrian Schröter [Wed, 25 May 2011 11:34:32 +0000 (13:34 +0200)]
- support for local defined source services during commit. Move old validation and trylocal source service run into commit function
Adrian Schröter [Tue, 24 May 2011 08:49:08 +0000 (10:49 +0200)]
- handle errors of source service runs
Adrian Schröter [Mon, 23 May 2011 18:42:35 +0000 (20:42 +0200)]
- fix description of rdelete commands and make a difference to enforce it on server side or to ignore the content. Famous rm -rf command exists now :)
Michael Schroeder [Mon, 23 May 2011 15:14:48 +0000 (17:14 +0200)]
- fix auth failure when converting from passx to pass
Adrian Schröter [Mon, 23 May 2011 14:59:16 +0000 (16:59 +0200)]
- requests in history can be also delete or maintenance requests
Adrian Schröter [Mon, 23 May 2011 14:34:04 +0000 (16:34 +0200)]
- just for readability
Adrian Schröter [Mon, 23 May 2011 13:26:13 +0000 (15:26 +0200)]
- support the new source service file mode of OBS 2.3 Beta 2
Adrian Schröter [Thu, 19 May 2011 15:10:08 +0000 (17:10 +0200)]
- use merged srcmd5sum as default revision on submit request creation, if link target is not submit target.
This allows to create multiple submit requests from same source, if one of them is to the link target.
Otherwise merge conflicts will occur
Marcus Huewe [Wed, 18 May 2011 15:54:33 +0000 (17:54 +0200)]
- server_diff_noex: fixed logic error (body is no Element)
Marcus Huewe [Tue, 17 May 2011 14:09:09 +0000 (16:09 +0200)]
Revert "read_filemeta: create the default _files if not exists"
This reverts commit
a05a2a0a4f8f84cc9d92208e232a6e0e99438691.
Conflicts:
osc/core.py
The commit doesn't make much sense because we can't recover from a missing .osc/_files file.
This has to be fixed.
Marcus Huewe [Mon, 16 May 2011 12:27:55 +0000 (14:27 +0200)]
- fixed os.path.join call
Marcus Huewe [Thu, 12 May 2011 21:27:19 +0000 (23:27 +0200)]
- add new config option include_request_from_project (default True)
This way it's possible to hide requests which have a given project
as a source project when running "osc rq list project".
Original patch by darix (just a bit beautified)
Adrian Schröter [Wed, 4 May 2011 10:11:24 +0000 (12:11 +0200)]
- support to create hidden project on "branch" and "createincident" commands
Adrian Schröter [Tue, 3 May 2011 14:44:20 +0000 (16:44 +0200)]
- update local copy after checkin if source service is there
Adrian Schröter [Mon, 2 May 2011 13:28:44 +0000 (15:28 +0200)]
- block creating submit requests when a source service is still running (OBS 2.3 only)
Adrian Schröter [Mon, 2 May 2011 11:21:28 +0000 (13:21 +0200)]
- add "createincident" command
Marcus Huewe [Fri, 29 Apr 2011 18:29:07 +0000 (20:29 +0200)]
- fixed print statement calls
Marcus Huewe [Thu, 28 Apr 2011 21:55:22 +0000 (23:55 +0200)]
Michal Čihař [Thu, 28 Apr 2011 09:14:38 +0000 (11:14 +0200)]
Fix various typos
Adrian Schröter [Wed, 27 Apr 2011 12:39:17 +0000 (14:39 +0200)]
- open 0.132 version
Adrian Schröter [Wed, 27 Apr 2011 12:38:30 +0000 (14:38 +0200)]
switch to 0.131 release
Adrian Schröter [Tue, 26 Apr 2011 15:18:49 +0000 (17:18 +0200)]
- "review accept/decline" is trying to change all reviews of a requests, if a specific one is not specified by user.
- do not always implicit add by_user on reviews.
- remove default to set a user himself as reviewer (makes no sense)
Marcus Huewe [Sat, 23 Apr 2011 22:27:47 +0000 (00:27 +0200)]
- osc rq show <id> -d: store tmpfile with suffix ".diff" (for syntax highlighting)
- run_pager: added optional "tmp_suffix" parameter
Ludwig Nussel [Thu, 21 Apr 2011 12:30:37 +0000 (14:30 +0200)]
fix PackageNotInstalled printing
Adrian Schröter [Wed, 20 Apr 2011 14:53:42 +0000 (16:53 +0200)]
- "my requests" is showing requests with open reviews also now
Ludwig Nussel [Wed, 20 Apr 2011 12:12:26 +0000 (14:12 +0200)]
allow TLS only
Ludwig Nussel [Wed, 20 Apr 2011 12:05:00 +0000 (14:05 +0200)]
make abortbuild parameters work like rebuild
Ludwig Nussel [Mon, 18 Apr 2011 09:02:26 +0000 (11:02 +0200)]
use ssl session resumption
saves some cycles if osc makes several requests
Ludwig Nussel [Thu, 3 Mar 2011 09:07:45 +0000 (10:07 +0100)]
catch only urllib errors for expand handling
Ludwig Nussel [Tue, 29 Mar 2011 15:15:35 +0000 (17:15 +0200)]
use more generic oscerr.PackageNotInstalled
Martin Mohring [Thu, 14 Apr 2011 19:54:00 +0000 (21:54 +0200)]
[osc] allow expansion of %(apihost)s also as part of setting
packagecachedir in .oscrc so we can have caches per apihost
Test User [Mon, 11 Apr 2011 22:25:21 +0000 (00:25 +0200)]
Merge branch 'master' of gitorious.org:opensuse/osc
Juergen Weigert [Mon, 11 Apr 2011 18:48:59 +0000 (20:48 +0200)]
added new command: osc who [login]
Juergen Weigert [Mon, 11 Apr 2011 13:07:56 +0000 (15:07 +0200)]
osc ls . (shortcut for PROJECT PACKAGE from current dir.)
Test User [Fri, 8 Apr 2011 12:25:56 +0000 (14:25 +0200)]
ci warning 'File "..." is listed in package meta but does not exist.'
was confusing, it is the wrong way around. fixed.
Also allowing 'd' as an alias to 'r', in case the user thinks of
'delete', rather than 'remove'. This is also consistent with Rudi's validator
scripts.
Marcus Huewe [Wed, 6 Apr 2011 15:23:48 +0000 (17:23 +0200)]
- conf.py: workaround for urllib2: reset basic auth retry count if a 404 is encountered
normally we should also do this for all status codes != 401 but so far
it seems to be sufficient to do it only for 404
Juergen Weigert [Wed, 6 Apr 2011 13:31:36 +0000 (15:31 +0200)]
get_api_url() diagnostics now includes ESTALE.
David Greaves [Wed, 30 Mar 2011 21:33:30 +0000 (22:33 +0100)]
ci now accepts "-F -" as stdin
Adrian Schröter [Wed, 30 Mar 2011 12:12:59 +0000 (14:12 +0200)]
- fix failure of aggregatepac when target package exists only via project link
Marcus Huewe [Tue, 29 Mar 2011 23:10:48 +0000 (01:10 +0200)]
- renamed "PackageNotInstalled" exception to "ServiceNotInstalled"
- also catch this exception in babysitter.py
Sascha Peilicke [Tue, 29 Mar 2011 10:16:56 +0000 (12:16 +0200)]
Inherit package roles from parent project.
Juergen Weigert [Thu, 24 Mar 2011 14:20:51 +0000 (15:20 +0100)]
fixed url of the plugin
Juergen Weigert [Thu, 24 Mar 2011 12:56:37 +0000 (13:56 +0100)]
do_install now points to home:jnweiger osc-plugin-install
Marcus Huewe [Wed, 23 Mar 2011 14:33:52 +0000 (15:33 +0100)]
- fixed set_link_rev: if expand is True always get the (expanded) revision from the server
Adrian Schröter [Tue, 22 Mar 2011 09:21:25 +0000 (10:21 +0100)]
- handle missing or wrong service commands with a valid error
Juergen Weigert [Mon, 21 Mar 2011 17:53:05 +0000 (18:53 +0100)]
Added 'env OSC_PLUGIN_FAIL_IGNORE=1 osc ...'
Otherwise a failing plugin prevents us from seeing even a usage.
Marcus Huewe [Mon, 21 Mar 2011 15:57:22 +0000 (16:57 +0100)]
- set_link_rev: minor cleanup; baserev always implies expand=True
also renamed "xsrcmd5" keyword argument to "expand"
Marcus Huewe [Mon, 21 Mar 2011 15:53:48 +0000 (16:53 +0100)]
- adjusted testsuite for the latest setlinkrev changes
Marcus Huewe [Mon, 21 Mar 2011 15:52:13 +0000 (16:52 +0100)]
- common.py, __get_response: support "code" keyword argument to specify the http status code
Adrian Schröter [Mon, 21 Mar 2011 08:46:46 +0000 (09:46 +0100)]
- fix crash on project only service files
Adrian Schröter [Thu, 17 Mar 2011 18:52:27 +0000 (19:52 +0100)]
- do not list "localrun" anymore, it can't work in all circumstances
Marcus Huewe [Sat, 19 Mar 2011 09:47:00 +0000 (10:47 +0100)]
- build.py: remove debug output
Juergen Weigert [Thu, 17 Mar 2011 17:48:20 +0000 (18:48 +0100)]
Better advertise getpac_default_project in the online help of 'osc branch'
Adrian Schröter [Thu, 17 Mar 2011 17:18:01 +0000 (18:18 +0100)]
- fix setlinkrev for current revision when link target is on remote OBS instance
Adrian Schröter [Thu, 17 Mar 2011 14:35:22 +0000 (15:35 +0100)]
- do not try to merge generated _service: files on pull
Adrian Schröter [Wed, 16 Mar 2011 09:20:38 +0000 (10:20 +0100)]
- allow to force the storage of project meta data (to ignore depending repositories for example)
Adrian Schröter [Tue, 15 Mar 2011 13:50:35 +0000 (14:50 +0100)]
- missing source serivce on local workstation is not an API error
Marcus Huewe [Tue, 15 Mar 2011 17:45:36 +0000 (18:45 +0100)]
- support %(apihost)s in the "build-root" config option
apihost is the hostname extracted from currently used apiurl
Marcus Huewe [Fri, 11 Mar 2011 13:44:44 +0000 (14:44 +0100)]
- fixed delPackage (TODO: testcases for this method)
Adrian Schröter [Fri, 11 Mar 2011 10:07:35 +0000 (11:07 +0100)]
- follow renamed attribute to OBS:MaintenanceProject
Adrian Schröter [Fri, 11 Mar 2011 10:07:15 +0000 (11:07 +0100)]
- unbreak maintenance request creation
Juergen Weigert [Thu, 10 Mar 2011 19:14:09 +0000 (20:14 +0100)]
added hint, what to do with a 'user is blank' error.
Marcus Huewe [Wed, 9 Mar 2011 21:47:02 +0000 (22:47 +0100)]
- find_default_project: fixed indention, only "catch" urllib2.HTTPError
Juergen Weigert [Wed, 9 Mar 2011 15:10:48 +0000 (16:10 +0100)]
Allow conf.config['getpac_default_project'] to be a list.
Added find_default_project() to process this list.
Marcus Huewe [Tue, 8 Mar 2011 18:47:54 +0000 (19:47 +0100)]
- do_develproject: small cleanup + fixes
Marcus Huewe [Tue, 8 Mar 2011 18:44:29 +0000 (19:44 +0100)]
- show_develproject: added additional "xml_node=False" parameter (if true an Element instance is returned (if devel exists))
Juergen Weigert [Tue, 8 Mar 2011 18:23:04 +0000 (19:23 +0100)]
- new command 'develproject' to print the devel project from the package meta.
Juergen Weigert [Tue, 8 Mar 2011 17:50:32 +0000 (18:50 +0100)]
Merge branch 'master' of gitorious.org:opensuse/osc
Juergen Weigert [Tue, 8 Mar 2011 17:48:00 +0000 (18:48 +0100)]
fixed osc co proj pack file, which took great effort in following a link
without applying a project.diff -- now it merges correctly.
Adrian Schröter [Mon, 7 Mar 2011 18:45:44 +0000 (19:45 +0100)]
- add also simple maintenance release request command
Juergen Weigert [Mon, 7 Mar 2011 17:16:10 +0000 (18:16 +0100)]
Reverting Sascha's unicode attempt. This made 'osc submit' always fail with
uncaught exception: Fatal error: Start tag expected, '<' not found at :1.
Marcus Huewe [Mon, 7 Mar 2011 12:08:34 +0000 (13:08 +0100)]
- do_maintenancerequest: cleanup
Marcus Huewe [Mon, 7 Mar 2011 12:03:34 +0000 (13:03 +0100)]
- create_maintenance_request: use Request class to build the request
Adrian Schröter [Mon, 7 Mar 2011 10:46:51 +0000 (11:46 +0100)]
- add "maintenancerequests" command to request a maintenance incident from maintenance team
Adrian Schröter [Mon, 7 Mar 2011 08:51:16 +0000 (09:51 +0100)]
- stay backward compatible with pathinfo command. This default will switch, when we switch to new
maintenance modell on api.opensuse.org
Adrian Schröter [Mon, 7 Mar 2011 08:22:13 +0000 (09:22 +0100)]
- do not show requests by default, where I am not responsible right now (waiting for review of other people)
Juergen Weigert [Sat, 5 Mar 2011 19:08:47 +0000 (20:08 +0100)]
osc rdelete now warns, if requests are pending.
Adrian Schröter [Fri, 4 Mar 2011 14:50:06 +0000 (15:50 +0100)]
- do not crash on maintenance release or incident requests
Sascha Peilicke [Fri, 4 Mar 2011 08:04:18 +0000 (09:04 +0100)]
[webui] Fix Jürgen's Unicode issue and stupid default value assignment.