Commit Graph

91 Commits

Author SHA1 Message Date
Valentin Deniaud 5bf3fec830 misc: update git-blame-ignore-revs to ignore quote changes (#79788) 2023-08-16 11:52:46 +02:00
Valentin Deniaud 00ec5e5bbe misc: apply double-quote-string-fixer (#79788) 2023-08-16 11:52:46 +02:00
Valentin Deniaud 2b68647e9f misc: add pre commit hook to force single quotes (#79788) 2023-08-16 11:52:46 +02:00
Frédéric Péters a94468bfd1 ci: upgrade isort (#74044) 2023-02-01 09:29:07 +01:00
Frédéric Péters 4024300c60 strip - from default branch name (#71298) 2022-11-14 18:30:26 +01:00
Frédéric Péters cad963709a ci: update pyupgrade to 3.1.0 (#70693) 2022-10-26 19:22:43 +02:00
Frédéric Péters b619a60691 add newlines around <pre> tags for pushed commits (#68506) 2022-08-29 14:11:02 +02:00
Frédéric Péters 2ab097211a fix typo when asking for validation comment (#68504) 2022-08-29 14:04:28 +02:00
Benjamin Dauvergne da73943bd0 document "issue comment" command 2022-01-29 09:02:20 +01:00
Benjamin Dauvergne cf670cfae3 add command "issue validate" 2022-01-29 09:01:23 +01:00
Benjamin Dauvergne 1e40d313ee add cloning ability of remote branch to "issue take" command 2022-01-29 08:47:50 +01:00
Benjamin Dauvergne 8e16d6c988 release 1.1.0 2022-01-29 08:09:53 +01:00
Benjamin Dauvergne 6def9b43f3 document "clean" command 2022-01-29 08:09:21 +01:00
Benjamin Dauvergne ba755c27dc add --local/--no-local option to "clean" command 2022-01-29 08:09:12 +01:00
Benjamin Dauvergne a8a33fcbc7 release 1.0.0 2021-11-25 12:09:19 +01:00
Benjamin Dauvergne 8e2950e101 add pre-commit hooks 2021-11-25 12:09:19 +01:00
Benjamin Dauvergne e32cda0fba clean: report branch's deletion failure instead of stopping 2021-11-25 12:09:19 +01:00
Benjamin Dauvergne c58395944a api: use 10 sized chunk when requesting redmine's API 2021-11-25 12:09:19 +01:00
Benjamin Dauvergne a36b792190 do not force main as main branch's name, try to guess 2021-11-25 12:09:19 +01:00
Benjamin Dauvergne a476266393 add new link command to link to another issue 2021-11-25 12:09:16 +01:00
Benjamin Dauvergne 24889c7f02 new: check subject and description content 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 2e3616c2a2 take: assign to self by default if issue is new and has no currently assigned person 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne e7a55c9ff5 take: ask user if she wants to move to the issue's branch 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 8340ca2e75 change main branch name to 'main' 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 08676d5533 misc: use config_writer as a context manager 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 1e8f06bcd0 misc: reduce number of requests to get known status 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 2ad89b95db misc: default to True for assignation if no assignation exists 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 1df2a392ef migrate to py3 2021-11-25 12:03:06 +01:00
Benjamin Dauvergne 253ff93085 add command clean to delete origin and local branches for closed issues 2019-08-06 17:03:30 +02:00
Benjamin Dauvergne 69007372fc add option to block message validation on merge-and-push 2019-08-06 17:03:15 +02:00
Benjamin Dauvergne 978088096c add a --reference option to the new command 2019-08-06 17:02:38 +02:00
Benjamin Dauvergne bf27d15b45 only checks really submitted commits 2019-08-06 17:02:07 +02:00
Benjamin Dauvergne 10f7762ab4 add option to prevent rebase before submit 2019-08-06 17:01:30 +02:00
Benjamin Dauvergne 3ed6983474 add more default=True 2019-08-06 17:01:04 +02:00
Benjamin Dauvergne a0597039ec allow specifying a reference branch when starting work on an issue 2019-08-06 16:59:36 +02:00
Benjamin Dauvergne 48650d3343 use 3-way merge when applying attached patchs 2019-08-06 16:57:54 +02:00
Benjamin Dauvergne b3061993e0 report missing issue number in commit messages 2019-03-27 21:18:50 +01:00
Benjamin Dauvergne d500037d83 force development tracker when creating/updating issues 2019-03-27 21:18:25 +01:00
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 169ba98417 release version 0.9.0 2019-03-06 16:05:50 +01:00
Benjamin Dauvergne 59338752a4 PEP8ness 2019-03-06 16:05:19 +01:00
Benjamin Dauvergne 7bf132a0d4 update README with rebase command 2019-03-06 16:01:12 +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 8d7b0fe1d4 README: add description of merge and push operation 2019-03-02 14:08:46 +01:00
Benjamin Dauvergne f1d42f4ad0 fix typo 2019-03-02 14:06:49 +01:00