Commit Graph

37 Commits

Author SHA1 Message Date
Veronika Romashkina
5b40c7e725
[#194] Add 'hit tag' commands (#209)
* [#194] Add 'hit tag' commands

Resolves #194

* Update src/Hit/Git/Tag.hs

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>
2020-12-01 13:31:51 +00:00
Veronika Romashkina
880efa2e11
[#201] Switch the default branch to 'main' (#202)
* [#201] Switch the default branch to 'main'

Resolves #201

* Update src/Hit/Git/Fresh.hs

Co-authored-by: hint-man[bot] <44720633+hint-man[bot]@users.noreply.github.com>

* Update src/Hit/Git/Branch.hs

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>

* Use main at CI

Co-authored-by: hint-man[bot] <44720633+hint-man[bot]@users.noreply.github.com>
Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>
2020-11-06 13:57:38 +00:00
Veronika Romashkina
04fe5c8d21
[#178] Add newly created issues to milestones (#189)
Resolves #178
2020-07-08 12:03:00 +01:00
Veronika Romashkina
fd36f10767
[#109] Do not fail on 'hit fresh' when unsuccessful rebasing (#188)
Resolves #109
2020-07-07 15:29:26 +01:00
Dmitrii Kovanikov
7082774b7f
[#135] Improve stash command (#186)
* [#135] Improve `stash` command

Resolves #135

* Update changelog
2020-07-04 11:42:19 +01:00
Veronika Romashkina
a91ce7b736
[#165] hit fork command (#185)
* [#165] hit fork command

Resolves #165

* Add upstream remote after fork
2020-06-30 17:21:07 +01:00
Veronika Romashkina
2ee9247582
[#182] Populate labels for the 'hit pr' command (#184)
Resolves #182
2020-06-30 16:10:24 +01:00
Veronika Romashkina
f29e918989
[#116] hit new without arguments should choose the only assigned issue and create a branch for it (#183)
Resolves #116
2020-06-30 14:25:58 +01:00
Veronika Romashkina
e11d1c8473
[#160] hit rename (#181)
* [#160] hit rename

Resolves #160

* Fix Hlint
2020-06-30 11:33:28 +01:00
Veronika Romashkina
fe44a48000
[#177] hit milestones command to get the list of open milestones (#179)
* [#177] `hit milestones` command to get the list of open milestones

Resolves #177

* Fix Hlint
2020-06-26 10:43:54 +01:00
Veronika Romashkina
6ba3edcba6
[#155] Notify if there are no open issues (#172)
Resolves #155
2020-06-25 19:11:58 +01:00
Veronika Romashkina
24a3aba8a1
[#148] Replace dots with hyphens when guessing branch name (#170)
Resolves #148
2020-06-25 18:54:57 +01:00
Veronika Romashkina
d6f6559a74
[#157] Show issues from the current milestone (#169)
* [#157] Show issues from the current milestone

Resolves #157

* Update src/Hit/Issue.hs

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>

* Add more useful warning messages

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>
2020-06-25 18:44:55 +01:00
Dmitrii Kovanikov
fb00d5cd6d
[#149] Shorter status signs (#168)
* [#149] Shorter status signs

Resolves #149

* Fix for deleted files
2020-06-25 18:23:14 +01:00
Veronika Romashkina
b49673d5ce
[#154] Add '--date=now' to 'hit ammend' (#167)
Resolves #154
2020-06-25 12:47:42 +01:00
Veronika Romashkina
5333b70387
[#151] Print issue link when create the issue (#166)
Resolves #151
2020-06-25 11:34:31 +01:00
Max Strübing
b71914214e
Add --include-untracked option to hit stash command (#150)
closes #144
2020-03-12 21:14:48 +00:00
Veronika Romashkina
39ac333873
Use colourista (#145)
* Use colourista

* Update src/Hit/Git/Commit.hs

Co-Authored-By: Dmitrii Kovanikov <kovanikov@gmail.com>

* Use colourista from Hackage

* Fix HLint

Co-authored-by: Dmitrii Kovanikov <kovanikov@gmail.com>
2020-02-17 21:42:05 +00:00
Veronika Romashkina
7aaef21059 [#15] When new branch for issue created add the user as assignee (#141)
* [#15] When new branch for issue created add the user as assignee

Resolves #15

* Improve code after review
2020-02-10 08:53:54 +00:00
Veronika Romashkina
aa7e20e143 [#133] Move to GHC-8.8.1 (#134)
* [#133] Move to GHC-8.8.1

Resolves #133

* Add missing-deriving-strategies
2019-12-27 14:06:31 +00:00
Dmitrii Kovanikov
0680c67d7c [#127] Assign users on hit new --issue command (#128)
* [#127] Assign users on `hit new --issue` command

* Fix stack

* Update src/Hit/Git.hs

Co-Authored-By: Veronika Romashkina <vrom911@gmail.com>

* Improve description
2019-12-08 12:13:01 +00:00
Veronika Romashkina
67ebfa36cd Use Relude 0.6.0.0 (#125)
* Use Relude 0.6.0.0

* Use haddock version of relude-0.6.0.0

* Use newer relude HLint file

* Update CHANGELOG
2019-10-31 09:46:33 +03:00
Dmitrii Kovanikov
58efa176b4 Prepare 0.1.0.0 release (#102) 2019-08-03 19:50:23 +08:00
Veronika Romashkina
21c77cc929 [#72] Make new command take branch names (#99)
Resolves #72
2019-07-30 18:13:03 +08:00
Dmitrii Kovanikov
630f7f4b23 [#69] Set up autocompetion (#98) 2019-07-30 17:30:54 +08:00
Dmitrii Kovanikov
d4c6e3f1a8 [#77] hit clear command (#97)
Resolves #77
2019-07-29 19:41:33 +08:00
Veronika Romashkina
e74581b21c [#80] Add hit uncommit command (#95)
Resolves #80
2019-07-29 16:46:02 +08:00
Veronika Romashkina
b334901bac [#89] Add [-p|--push] flag to 'hit commit' (#94)
Resolves #89
2019-07-28 22:16:15 +08:00
Dmitrii Kovanikov
59b78663f8 [#86] Better support for binary files in 'hit status' (#93)
Resolves #86
2019-07-28 21:38:46 +08:00
Dmitrii Kovanikov
d74410e6bf [#67] hit stash / unstash (#92) 2019-07-28 20:59:11 +08:00
Dmitrii Kovanikov
d9fe0547d7 [#81] Implement 'hit diff' command (#90) 2019-07-28 20:13:10 +08:00
Veronika Romashkina
df795c3466 [#85] hit commit to guess commit name (#91)
* [#85] `hit commit` to guess commit name

Resolves #85

* Update src/Hit/Git.hs

Co-Authored-By: Dmitrii Kovanikov <kovanikov@gmail.com>

* Fix

* Add docs
2019-07-28 18:59:00 +08:00
Veronika Romashkina
ed9969ab36 [#82] Add force flag to hit fix (#88)
* [#82] Add force flag to hit fix

Resolves #82

* Fix stupid HLint rule

* Fix
2019-07-28 15:45:13 +08:00
Dmitrii Kovanikov
a941d5d7b3 [#79] Tell about rebase in 'hit status' (#83)
Resolves #79
2019-07-26 11:13:50 +08:00
Dmitrii Kovanikov
50c77c051b [#63] Implement 'hit status' command (#73)
* [#63] Implement 'hit status' command

Resolves #63

* Update src/Hit/Cli.hs

Co-Authored-By: Veronika Romashkina <vrom911@gmail.com>

* Fix after review
2019-07-05 20:43:49 +08:00
Dmitrii Kovanikov
43a6795266 [#70] Bump up to GHC 8.6.5 (#71)
Resolves #70
2019-05-17 21:28:42 +08:00
vrom911
f506c8c65a
Create the project 2019-02-05 12:14:56 +08:00