- fixed permissions
[opensuse:osc.git] / osc / core.py
2010-05-24 Marcus Huewe- fixed permissions
2010-05-24 brook hongimplement https://features.opensuse.org/309351
2010-05-22 Adrian Schröterruntime fixes for last commit
2010-05-22 Adrian Schröteradd validation verbose mode for easier debugging
2010-05-22 Adrian Schröterdon't try to execute temporary files in validator directory
2010-05-22 Adrian Schröter* offer access to deleted projects/packages
2010-05-21 Adrian Schrötersupport undelete of project or package
2010-05-21 Juergen WeigertImproved english message text.
2010-05-20 Adrian Schröterdo not die on helper directories
2010-05-20 Adrian SchröterMake source validator moduler, execute all scripts...
2010-05-20 Adrian Schrötersupport source validators as pre-checkin check
2010-05-19 Adrian Schröter* support branching with --force, to override existing...
2010-05-18 Adrian Schröteruse "checksum" to be in sync with other places
2010-05-17 Adrian Schröterallow --force branch, even when target already exists
2010-05-17 Adrian Schröteradd sha256 verification for downloaded files via source...
2010-05-14 Adrian Schröterregister "_service" file, in case it got created
2010-05-14 Adrian Schröteradd support for obs download_url source service.
2010-05-12 Ludwig Nusselrestore mtime handling for getbinaries
2010-05-09 Marcus Huewe- "run_pager()": cleanup + fixed isatty() call
2010-05-09 Marcus Huewe- cut *.changes message after 30 lines (as request...
2010-05-09 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-05-09 Marcus Huewe- simplify "get_commit_message_template()"
2010-05-08 Adrian SchröterMerge branch 'master' of gitorious.org:opensuse/osc
2010-05-04 Danny Kukawkacheck if stdout is a tty before call pager
2010-05-04 Danny Kukawkaadd run_pager() and make osc log/diff work like git...
2010-05-03 Danny Kukawkafix some more close() statements
2010-05-03 Danny Kukawkafixed warning from pychecker
2010-05-03 Ludwig Nusselbuild result may have no status
2010-04-30 Marcus Huewe- store tmpfiles in the default tmpdir
2010-04-29 Adrian Schröterfix creation of package link, when target project has...
2010-04-28 Ludwig Nusseluse common function for launching an editor
2010-04-28 Ludwig Nusseluse common download code for sources and binaries
2010-04-26 Marcus Huewe- core.request_interactive_review(): backward compatibi...
2010-04-23 Adrian Schrötersupport OBS 2.0 "unresolvable" state, former expansion...
2010-04-22 Marcus Huewe- fixes for old python versions
2010-04-22 Marcus Huewe- fixed read_sizelimit()
2010-04-22 Adrian Schröteradd a --size-limit option to checkout and update.
2010-04-21 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-04-20 Michal Vyskocilformat_results - apply format string on each dict in...
2010-04-20 Michal Vyskocilaliases (pac, pkg, package) in result dict
2010-04-20 Michal Vyskocilsplit the formating rules from get_results
2010-04-20 Marcus Huewe- only offer "d(i)ff" option for submitrequests
2010-04-20 Marcus Huewe- use oscerr.UserAbort()
2010-04-19 Marcus Huewe- update version to 0.126git
2010-04-19 Marcus Huewe- update version to 0.126
2010-04-10 Marcus Huewe- do_diff()/do_rdiff(): added "--missingok" parameter
2010-04-09 Marcus Huewe- arghs.. the last commit was not the right fix
2010-04-09 Marcus Huewe- try to read the package name first in order to raise...
2010-04-08 Michal Vyskocilattribute_branch_pkg: raise APIError instead of string
2010-04-07 Marcus Huewe- fixed #590606 ("osc/fetch.py does not support authent...
2010-03-29 Marcus Huewe- only allow --diff for submit requests
2010-03-25 Marcus Huewe- fixed addfile()
2010-03-22 Michal Vyskocilosc rm: ignore IOError with --force
2010-03-21 Marcus Huewe- use a list instead of a generator object otherwise...
2010-03-20 Juergen WeigertOops, I did not mean to revert coolo's fix. Sorry.
2010-03-20 Juergen Weigertadded 'bse' as a shortcur for 'search --binary'
2010-03-15 Marcus Huewe- if the commit is interrupted always delete the upload rev
2010-03-15 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-03-15 Stephan Kulow/search/package returns all meta data for the packages,
2010-03-15 Marcus Huewe- minor changes
2010-03-15 Stephan Kulowput the states first for involved projects
2010-03-13 Marcus Huewe- do_request(): added "--involved-projects" option...
2010-03-13 Marcus Huewe- core.py: added filter_role() method + other minor...
2010-03-10 Marcus Huewe- get_request_list(): use new search interface
2010-03-10 Marcus Huewe- reworked do_search() and osc's search interface
2010-03-09 Juergen WeigertProofreading... it (the computer) shall not speak...
2010-03-07 Juergen Weigertosc add now clears files from _to_be_deleted
2010-03-03 Marcus Huewe- make store_write_* methods more safe
2010-03-02 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-03-02 Marcus Huewe- added "--message" option to branch cmd
2010-03-01 Ludwig Nusselhandle missing details gracefully
2010-02-28 Pavol Rusnakfix whitespace
2010-02-27 Klaas FreitagMerge branch 'master' of git@gitorious.org:opensuse/osc
2010-02-27 Pavol Rusnaktreat pylint warnings
2010-02-25 Marcus Huewe- added --exclude-target-project <prj> option to "osc...
2010-02-25 Marcus Huewe- don't exit if the user made an invalid choice
2010-02-25 Ludwig Nusseladd vim mode lines to avoid evil tab characters :-)
2010-02-24 Marcus Huewe- checkout files with mode 0644
2010-02-24 Ludwig Nusselactually ignore stuff after the footer line
2010-02-23 Ludwig Nusselprint multiple choice prompt in new line
2010-02-22 Marcus Huewe- added missing return
2010-02-19 Marcus Huewe- use correct states
2010-02-18 Marcus HueweMerge commit 'refs/merge-requests/2' of git://gitorious...
2010-02-18 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-02-18 Adrian Schröterfix linktobranch apiurl usage
2010-02-17 Marcus Huewe- skip directories when adding files to a package
2010-02-15 Marcus Huewe- make sure the buffer is flushed
2010-02-14 Marcus Huewe- fixed #579840 ("osc diff output should use a tab...
2010-02-12 Ludwig Nusselbetter linewrapping and output of umlauts
2010-02-11 Marcus Huewe- always remove tempfile
2010-02-11 Marcus Huewe- cleanup
2010-02-11 Ludwig Nusselstore commit message so it doesn't get lost on failure
2010-02-11 Ludwig Nusselunchanged log message is no error
2010-02-11 Ludwig NusselRevert "use the baserev on links by default for diffing"
2010-02-11 Marcus Huewe- get out of the loop..
2010-02-11 Marcus Huewe- review a request interactively
2010-02-09 Marcus Huewe- fixed #547005 ("osc co could show download progress")
2010-02-08 Marcus HueweMerge branch 'master' of git://gitorious.org/opensuse/osc
2010-02-08 Marcus Huewe- fixed #577156 ("osc: develproject redirection notice...
2010-02-05 Marcus Huewe- always close the file
next