Commit Graph

29 Commits

Author SHA1 Message Date
Benjamin Dauvergne 4479ddcb12 On merge-and-push add list of commits to issue 2019-03-12 11:30:39 +01:00
Benjamin Dauvergne 74a2342278 on merge-and-push propose aborting if commit message contains rebase 2019-03-11 16:00:29 +01:00
Benjamin Dauvergne 554460811e allow get_patches to work with explicit refs 2019-03-11 15:40:52 +01:00
Benjamin Dauvergne 672244a433 set issue status to solved after merge-and-push 2019-03-11 15:36:11 +01:00
Benjamin Dauvergne 1f5f623893 push branch to origin on issue submit 2019-03-11 15:30:05 +01:00
Benjamin Dauvergne 59338752a4 PEP8ness 2019-03-06 16:05:19 +01:00
Benjamin Dauvergne 7b7dae75fc always rebase before submit 2019-03-06 15:58:42 +01:00
Benjamin Dauvergne 98d79a13bc add a rebase command which pull master then rebase the feature branch 2019-03-06 15:58:35 +01:00
Benjamin Dauvergne f1d42f4ad0 fix typo 2019-03-02 14:06:49 +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 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 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 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 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 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