Commit Graph

41 Commits

Author SHA1 Message Date
Benjamin Dauvergne facbc0e7b3 release version 0.8.0 2019-03-01 21:49:54 +01:00
Benjamin Dauvergne 85a851f119 add a merge-and-push command
By defult if will:
* pull rebase master branch on origin
* rebase current feature branch with respect to master
* merge feature branch to master
* propose to delete copy of feature branch on origin
* push master to origin
* delete local feature branch
2019-03-01 21:48:19 +01:00
Benjamin Dauvergne 7279e690b8 prevent too long wip branch names 2019-03-01 21:40:31 +01:00
Benjamin Dauvergne 7ade8ccd3a allow working from inside the working dir 2019-03-01 21:37:37 +01:00
Benjamin Dauvergne a76768e3dc release version 0.7.0 2018-10-23 10:43:03 +02:00
Benjamin Dauvergne c546fb0093 do not abort when refusing to assign issue to self 2018-10-23 10:43:03 +02:00
Benjamin Dauvergne fd3c86a040 fix user_fullname 2018-10-23 10:43:03 +02:00
Benjamin Dauvergne 1c9a3ed29f allow not applying any patch 2018-10-23 10:43:03 +02:00
Benjamin Dauvergne 4d6c9c3f7f submit: change status on submit and ask for assignment to myself if not already the case 2018-06-22 22:53:56 +02:00
Benjamin Dauvergne 93ce294512 ask for assignment when taking an issue 2018-06-22 22:53:56 +02:00
Benjamin Dauvergne a05be5a08e pep8ness 2018-06-22 22:53:56 +02:00
Christophe Siraut 5cb2485dbe fix typo in docstring 2018-06-18 13:33:30 +02:00
Benjamin Dauvergne b5573dad1c release 0.6.0 2018-03-22 22:38:19 +01:00
Benjamin Dauvergne b2029845c6 set EO custom field "Patch proposed" to 1 on submit 2018-03-22 22:37:01 +01:00
Benjamin Dauvergne 7e7680dbf1 add a command to launch a shell inside source code for exploration 2018-03-22 22:36:29 +01:00
Benjamin Dauvergne c4bc065184 set encoding of source code to utf-8 2018-03-22 22:36:07 +01:00
Benjamin Dauvergne 1448d0c6f4 debian: increase jessie revision 2018-02-08 21:06:26 +01:00
Benjamin Dauvergne e86065332d debian: specialize packaging for jessie 2018-02-08 21:02:17 +01:00
Benjamin Dauvergne 7a076c093c release 0.5 2018-02-08 19:10:08 +01:00
Benjamin Dauvergne af34c62882 debian: add link from /usr/bin/git-redmine to venv script 2018-02-08 19:09:12 +01:00
Benjamin Dauvergne 643e0b758e setup.py: add missing dependencies upon Unidecode and requests 2018-02-08 19:08:48 +01:00
Benjamin Dauvergne 88288c1aba release 0.4.2 2018-02-08 09:42:08 +01:00
Benjamin Dauvergne 7032121132 setup.py: add author, author_email and url metadata 2018-02-08 09:40:59 +01:00
Benjamin Dauvergne 36e5394d03 release 0.4.1: add long_description to setup.py 2018-02-08 09:36:12 +01:00
Benjamin Dauvergne 392dfcd9d7 release 0.4 2018-02-07 22:44:32 +01:00
Benjamin Dauvergne cf2b250dce update README 2018-02-07 22:44:10 +01:00
Benjamin Dauvergne e75a1e7b79 allowing showing any issue 2018-02-07 22:43:58 +01:00
Benjamin Dauvergne 9be7ca2662 allow applying any issue 2018-02-07 22:40:55 +01:00
Benjamin Dauvergne b19e3a1fc5 allow submitting commits to any issue 2018-02-07 22:39:04 +01:00
Benjamin Dauvergne c1a5ed64be package release 0.3 2018-02-07 22:16:22 +01:00
Benjamin Dauvergne ad6278e627 set default retries for requests to 3 as redmine API is a bit unstable 2018-02-07 21:23:36 +01:00
Benjamin Dauvergne e1b5d0562d when taking an issue allow applying attached patches 2018-02-07 21:01:36 +01:00
Benjamin Dauvergne f51daca3ca allow submitting the n-th last commits 2018-02-07 21:00:59 +01:00
Benjamin Dauvergne 25209d5c03 debian: add release 0.2 to changelog 2018-01-12 17:04:35 +01:00
Benjamin Dauvergne 0d4a3f9544 setup.py: bump version to 0.2 2018-01-12 16:59:41 +01:00
Benjamin Dauvergne 70c9437290 rename README.rst to README 2018-01-12 16:59:26 +01:00
Benjamin Dauvergne f7f7bee5d1 setup.py: add description 2018-01-12 16:59:18 +01:00
Benjamin Dauvergne 356652d982 debian: complete packaging 2018-01-12 16:57:13 +01:00
Benjamin Dauvergne 9c702907de debian: add packaging 2017-12-22 17:48:04 +01:00
Benjamin Dauvergne a769fa9392 README.rst: add 2017-12-20 17:30:13 +01:00
Benjamin Dauvergne ef69ac87a9 git-redmine first commit
It's an extension to git to manage pull request with git issues.
2017-12-20 17:21:55 +01:00