Commit Graph

105 Commits

Author SHA1 Message Date
bangn
ba0e52d3c5 [#108]: Bump up github to 0.23 (#119)
Bump up github to 0.22

Bump up to github 0.23

Fix stack build

Fix show issue number bug

It now show issue number correctly.

For example:

[# 123] instead of [IssueNumber #123]
2019-10-08 13:38:43 +04:00
Georgi Bojinov
0771f8591e [#107] Add local flag to amend command (#114)
* [#107] Add local flag to amend command

* When the flag is passed the `amend` command does not force push

* [#107] Apply comments

* Add documentation for amend flag

Co-Authored-By: Dmitrii Kovanikov <kovanikov@gmail.com>
2019-10-02 14:38:50 +04:00
Robert
2b3080c549 Addresses #112: sets default to n in hit clear prompt. (#113) 2019-10-01 11:58:23 +03:00
Sridhar Ratnakumar
b8ad58d172 Add support for building and installing with Nix (#103)
* Fix version lock on shellmet

$? operator's semantic has changed in 0.0.1.

* Add default.nix, enabling Nix based install

- Also add `./result` to .gitignore (gets created by `nix-build`)
- Pin a version of nixpkgs that has the GHC used by stack.yaml (8.6.5)
2019-08-05 11:32:18 +08:00
Dmitry Kovanikov
3a4d7793e4
Fix CI deploy condition 2019-08-03 20:05:17 +08:00
Dmitrii Kovanikov
58efa176b4 Prepare 0.1.0.0 release (#102) 2019-08-03 19:50:23 +08:00
Dmitrii Kovanikov
f31317c606 [#49] Configure GitHub releases on Travis CI for OSX (#100) 2019-08-03 13:25:32 +08:00
Veronika Romashkina
a136309a32 [#96] Add table of all supported commands in README (#101)
Resolves #96
2019-08-03 13:14:15 +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
1c43c48314 [#84] Show conflict files in 'hit status' (#87) 2019-07-28 13:36:00 +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
cda4a2e074 [#75] Align count properly (#78)
Resolves #75
2019-07-11 13:42:51 +08:00
Kahlil Abreu
4e57daebf4 [#35] Implement Unit Tests for 'parseOwnerRepo' function (#74)
* [#35] Implement Unit Tests for 'parseOwnerRepo' function

* Add common-options import to test-suite in cabal file, remove extra opts

* Formatting adjustments and addition of non-happy test case scenarios

- Remove LANGUAGE pragmas
- Format and arrange imports, add explicit imports
- Minor improvements
2019-07-08 21:53:17 +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
Veronika Romashkina
5a87905075
Add screenshot 2019-03-17 00:25:40 +08:00
Veronika Romashkina
52daa831a1 [#43] Add --me option (#61)
Resolves #43
2019-03-17 00:03:21 +08:00
Dmitrii Kovanikov
19744c921b [#47] Specify GITHUB_TOKEN scopes (#60)
Resolves #47
2019-03-16 22:44:51 +08:00
Dmitrii Kovanikov
3836c5e3eb
Add logo 2019-03-05 23:33:15 +08:00
Veronika Romashkina
8b83d5cbfe [#50] Make .git suffix optional (#57)
Resolves #50
2019-02-24 20:31:54 +08:00
Veronika Romashkina
647e602cf9 [#36] Improve hit issue <n> command output (#56)
Resolves #36
2019-02-24 18:53:59 +08:00
Veronika Romashkina
ea4f734a47 [#53] Use shellmet (#54)
Resolves #53
2019-02-24 15:53:08 +08:00
Veronika Romashkina
50e1245e90 [#51] Add hit clone command (#52)
Resolves #51
2019-02-23 22:52:24 +08:00
Dmitrii Kovanikov
d85abf67a6 [#40] Configure download from releases (#48)
* Implement Travis CI deploy to releases

* Update key
2019-02-11 18:03:55 +08:00
Dmitrii Kovanikov
7af006e5e4
[#34] Write documentation (#45) 2019-02-08 09:09:09 +08:00
Jigar Chavada
908e8a3c3e Implemented hit fix [WIP] (#46)
* Implemented h`hit fix`

* Implemented `hit fix`
2019-02-08 09:07:44 +08:00
Jigar Chavada
a7fae08349 Changed hit fix to hit amend (#44)
* replace hit fix with hit ammend

* Update src/Hit/Git.hs

Co-Authored-By: Jigar3 <chavada.jigar.3@gmail.com>
2019-02-06 22:58:39 +08:00
Dmitrii Kovanikov
83f27fff44 [#37] Support OAuth (#38)
Resolves #37
2019-02-06 13:52:23 +08:00
Veronika Romashkina
4f8d392967 [#29] Get the owner and repo name (#33)
Resolves #29
2019-02-06 01:27:26 +08:00
Dmitrii Kovanikov
eaaebd9e4b [#11] Implement 'fix' command (#32)
Resolves #11
2019-02-06 00:17:39 +08:00
Dmitrii Kovanikov
375c935090 [#6] Add short description to branch (#31)
Resolves #6
2019-02-05 23:47:34 +08:00
Veronika Romashkina
9a447392c4 [#26] Add --force flag to push command (#30) 2019-02-05 23:16:23 +08:00
Veronika Romashkina
023d7fe6ce
[#20] Implement current command (#28) 2019-02-05 22:44:51 +08:00
Dmitrii Kovanikov
752a9f7b2f [#23] Add 'no-issue' option to 'commit' command (#27)
Resolves #23
2019-02-05 21:51:58 +08:00
Veronika Romashkina
a62fe2b3f9 [#12] Implement resolve command (#25)
* [#12] Implement resolve command

* [#12] Add option to resolve -- master branch
2019-02-05 21:25:15 +08:00
Dmitrii Kovanikov
79cdd04804 [#9] Implement 'sync' command (#24) 2019-02-05 21:05:38 +08:00
Dmitrii Kovanikov
4ed88b08e6 [#8] Implement 'commit' command (#22) 2019-02-05 20:40:40 +08:00
Veronika Romashkina
02a7eaf45d [#7] Impl git push command (#21) 2019-02-05 20:18:46 +08:00
Dmitrii Kovanikov
a47b12bcb9
Update README.md 2019-02-05 19:56:54 +08:00
Dmitrii Kovanikov
bf26f3967d [#4] Implement 'new' command (#19) 2019-02-05 19:51:13 +08:00
Veronika Romashkina
f63cd2ba76 [#5] Implement issue command (#18)
* [#5] Implement issue command

* Fix hlint
2019-02-05 18:07:43 +08:00