1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
Commit Graph

55 Commits

Author SHA1 Message Date
Dr. Peter Poeml
45fa4e1c95 more submit request features. 2008-07-11 10:24:00 +00:00
Dr. Peter Poeml
f06de5c77f take note of some wanted submit request features. 2008-07-11 09:49:47 +00:00
Dr. Peter Poeml
20e75c4669 update NEWS and TODO file 2008-07-09 15:25:16 +00:00
Dr. Peter Poeml
849e2a7153 clean up NEWS and TODO in preperation of 0.100 release 2008-05-19 15:15:18 +00:00
Dr. Peter Poeml
06fb595140 clean up TODO and update NEWS file 2008-04-02 14:38:35 +00:00
Dr. Peter Poeml
94826d6402 add a todo 2008-03-12 22:18:49 +00:00
Dr. Peter Poeml
8138a32863 update TODO 2007-12-10 13:44:59 +00:00
Dr. Peter Poeml
0daff74b79 todo 2007-10-25 13:53:46 +00:00
Dr. Peter Poeml
3e97442f4b add link to draft on source code branching 2007-09-03 11:55:23 +00:00
Dr. Peter Poeml
b4858dbee8 done 2007-09-03 10:49:44 +00:00
Dr. Peter Poeml
b2aa457ecc to do 2007-08-16 17:04:13 +00:00
Dr. Peter Poeml
cbaf5702e4 update TODO file 2007-08-16 07:41:56 +00:00
Dr. Peter Poeml
5284a9b783 - meta: implement -F|--file switch. Can read from stdin to ease scripting.
- rework editmeta class, because it was programmed to pull content from the
  server first
- add a catch-all for the depracated commands which refers to the new meta command
2007-07-16 16:20:09 +00:00
Dr. Peter Poeml
0e6dcd9a4a add to TODO 2007-07-13 14:43:22 +00:00
Dr. Peter Poeml
9985f7fccb add to TODO 2007-07-04 13:31:39 +00:00
Dr. Peter Poeml
713529fc16 extend TODO 2007-06-29 15:19:36 +00:00
Dr. Peter Poeml
f275b58ed9 add to TODO 2007-06-28 10:05:01 +00:00
Dr. Peter Poeml
b00d5ddc41 clean up TODO 2007-06-26 14:56:38 +00:00
Dr. Peter Poeml
bf6d73f3c7 done 2007-06-22 14:04:47 +00:00
Dr. Peter Poeml
4a2c675e6e - build:
- rename --prefer-pacs option to --prefer-pkgs
  - implement --keep-pkgs option
2007-05-03 15:54:40 +00:00
Dr. Peter Poeml
877f8b5ad7 - build:
- implement --prefer-pacs option
  - finished the help text that I started last time
  - rename buildconf -> rpmlist for the sake of consistency
2007-05-02 13:49:57 +00:00
Dr. Peter Poeml
2f5b52e92c Complete rewrite of the internal commandline handling, using cmdln.py.
Bump version to 0.95.

New features:
- implement "rebuild all failed packages", via --failed option in rebuildpac
  subcommand (new api route)
- status -v shows all files, including unmodified ones
- suppress the legend in prjresults by default (show with -l)
- add global options to override config
- can use arbitrary api server via global -A option
- -H enables HTTP traffic debugging
- --version

Bugfixes:
- fix typo in delete_project() (the line building up the URL got lost)
- fix the commit subcommand's arguments. This works correctly now: 
    osc ci ../test/onlyinwc `pwd` fstab ../test/f2 
- fix buildinfo subcommand, if no specfile is posted. Broke with the recent URL
  handling rewrite, but didn't seem to bother because the build subcommand
  always sends the specfile.
- try to fix buildhistory route, but it might be gone actually (need to pursue)
- add --clean/--noinit to osc build help output
2007-04-24 23:00:12 +00:00
Dr. Peter Poeml
989b3c0194 other working copy, more to do. 2007-04-18 00:50:03 +00:00
Dr. Peter Poeml
113302957e some things done, more to do 2007-04-18 00:45:10 +00:00
Dr. Peter Poeml
7f4ed364f0 run build with --norootforbuild, thereby defaulting to build as abuild user 2007-03-21 00:29:10 +00:00
Dr. Peter Poeml
5f4640848e - when updating, don't delete files with local modifications
- add testcase
2007-03-19 13:30:59 +00:00
Dr. Peter Poeml
354b33be1e todo 2007-03-19 13:18:38 +00:00
Dr. Peter Poeml
0b47b21719 - make 'results' subcommand many times faster, by making only a single request
on _result?view=status&package=%s (new api)
2007-03-12 23:21:34 +00:00
Dr. Peter Poeml
3e82391e1f - fix important bug, which could lead to overwriting local modifications when
upstream changes are merged
- if a merge fails, the store copy must be updated neverthelesss
2007-01-23 06:55:43 +00:00
Dr. Peter Poeml
fb9d9495e9 update TODO and NEWS 2007-01-12 04:20:02 +00:00
Dr. Peter Poeml
fb69bbc4b8 2006-12-14 21:32:21 +00:00
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
Dr. Peter Poeml
5f8fc4e340 - fix 'status <filename>'
- use filename matching to exclude files [#208969]
- add '.gitignore', '.pc', '*~' to ignore list
- add testcase
2006-09-29 14:34:18 +00:00
Dr. Peter Poeml
03413a9e32 update NEWS and TODO 2006-09-29 10:37:53 +00:00
Dr. Peter Poeml
89229112cc adjust TODO 2006-09-25 15:21:23 +00:00
Dr. Peter Poeml
2321509096 - change 'buildhistory' to display human-readable text
- add 'deleteprj' command and delete_project() method. Note: the API server
  doesn't seem to support it yet.
- add 'prjresults' command to display aggregated build status over the entire
  project
- 'rebuildpac': accept additional repo and arch argument. Note: the syntax has
  changed.
- 'log': print usage info if called with missing arguments
2006-09-25 15:11:03 +00:00
Dr. Peter Poeml
a79f38bb54 update NEWS and TODO 2006-09-21 14:45:56 +00:00
Dr. Peter Poeml
3bcb8b1c57 update NEWS and TODO 2006-09-15 14:37:30 +00:00
Dr. Peter Poeml
7a8c7664da add subcommands createpac/editpac and createprj/editprj, which wrap around editmeta but are more logical to find; fix help message of editmeta subcommand 2006-09-15 10:53:44 +00:00
Dr. Peter Poeml
93c8689202 add to TODO 2006-09-15 09:47:44 +00:00
Dr. Peter Poeml
b6dd183168 add to TODO 2006-08-10 16:55:25 +00:00
Dr. Peter Poeml
d5d642a169 add to TODO 2006-08-10 16:53:59 +00:00
Dr. Peter Poeml
3003250628 todo 2006-07-17 12:10:11 +00:00
Dr. Peter Poeml
b54e25c46b - 'ci'/'rm': properly quote the path component of URLs used in HTTP requests
(now also in DELETE requests, where no quoting was done before at all)
- 'id': properly quote the query part of the URL 
- fix up tests.py
- add to TODO
2006-06-29 23:34:06 +00:00
Dr. Peter Poeml
8ef7a87667 todo 2006-06-22 13:07:04 +00:00
Dr. Peter Poeml
e7143044e2 TODO 2006-06-08 10:35:15 +00:00
Dr. Peter Poeml
5d4571c5b5 todo 2006-05-31 15:11:33 +00:00
Dr. Peter Poeml
b9f53cbfb7 - add a tentative 'updatepacmetafromspec' subcommand, which takes package
metadata from a specfile
- handle HTTP error codes != 404 when reading metadata in edit_meta()
2006-05-31 12:13:26 +00:00
Dr. Peter Poeml
4671c647ba update TODO 2006-05-29 20:43:35 +00:00
Dr. Peter Poeml
6aac69f3cf more to do 2006-05-23 09:59:40 +00:00