1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00
Commit Graph

21 Commits

Author SHA1 Message Date
Dr. Peter Poeml
f966f87c32 fix testsuite for changed osc info output 2008-04-02 14:08:23 +00:00
Dr. Peter Poeml
ab76e2cf84 fix testsuite for changed osc info output 2008-03-26 15:22:53 +00:00
Dr. Peter Poeml
c0fabfc449 merged the package-tracking branch changes r2404:3491 into the trunk. 2008-03-10 18:04:23 +00:00
Dr. Peter Poeml
afa755c09e fix testsuite for varying output of project meta 2008-01-24 19:05:00 +00:00
Dr. Peter Poeml
f24255f384 small fix for the testsuite (my email address changed in the buildservice) 2008-01-24 18:52:25 +00:00
Dr. Peter Poeml
cdf91d7f39 commit: use the documented commit method by default now 2007-08-14 10:30:39 +00:00
Dr. Peter Poeml
2710cca3e0 fix testsuite for do_commits=0 (I had do_commits=1 in my .oscrc) 2007-08-09 11:30:08 +00:00
Dr. Peter Poeml
043db4c43f add tests for commit messages and commit log 2007-08-09 07:38:29 +00:00
Dr. Peter Poeml
49845edef0 adjust testsuite for the new meta command, and for the new commit output 2007-07-16 10:11:40 +00:00
Dr. Peter Poeml
d7985774b4 fix up tests:TestOsc.testMerge for r1732 (diff handling files not ending with a newline) 2007-07-04 14:10:43 +00:00
Dr. Peter Poeml
34a2310db3 - make startdir a module global
- add tests for commandline options
2007-05-16 09:53:10 +00:00
Dr. Peter Poeml
5c0d0565ec adjust the unit tests 2007-05-03 16:57:55 +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
92b3f041a8 update osc tests for small api changes 2007-03-19 11:53:31 +00:00
Dr. Peter Poeml
3e1d1a1e78 rework testsuite, and add a testcase for successful merging 2007-01-23 06:52:08 +00:00
Dr. Peter Poeml
9a944edfeb - sort output of 'status' (unknown files first, filenames alphabetically)
- fix the unit tests for the above change, and for api changes
2007-01-23 00:32:45 +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
2b4a5ae46a - fix 'status' to work with project directories as arguments, and print proper relative pathnames
- fix testsuite, and add test for relative directories with 'status'
- add is_package_dir() method
- add pathjoin() method, similar to os.path.join but it removes a leading ./
2006-09-29 13:15:41 +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
42cbc3c702 add testsuite 2006-05-30 09:51:36 +00:00