Slug-Boi
|
c546326412
|
ci: add env var to build test workflow
|
2024-10-28 18:52:11 +01:00 |
|
Slug-Boi
|
63fd1f13f9
|
ci: fix dagger ci problems and failing tests
|
2024-10-28 18:43:38 +01:00 |
|
Slug-Boi
|
aa3ec23277
|
ci: change tests to actually run all tests
|
2024-10-28 18:14:26 +01:00 |
|
Slug-Boi
|
f763c81fe2
|
test: fix remove author test
|
2024-10-28 18:13:31 +01:00 |
|
Slug-Boi
|
01da231735
|
test: fix remove author test
|
2024-10-28 18:12:54 +01:00 |
|
Slug-Boi
|
7a263741e8
|
docs: further badge updates
|
2024-10-28 18:04:04 +01:00 |
|
Slug-Boi
|
2707d11982
|
docs: update badges and icon
|
2024-10-28 17:56:02 +01:00 |
|
Slug-Boi
|
50776355ce
|
chore: update go.sum
|
2024-10-28 15:52:02 +01:00 |
|
Slug-Boi
|
5ae68f1fd8
|
docs: started updating readme
|
2024-10-28 15:51:08 +01:00 |
|
Theis
|
675a352342
|
Merge pull request #21 from Slug-Boi/cobra_commands
refactor: refactor whole project to based on cobra commands with tui elements
|
2024-10-27 20:40:31 +01:00 |
|
Slug-Boi
|
04f5a50579
|
test: add more tui tests
|
2024-10-26 21:55:50 +02:00 |
|
Slug-Boi
|
aff8d49620
|
refactor: remove user to actually remove both names
|
2024-10-26 21:55:39 +02:00 |
|
Slug-Boi
|
aac02d095f
|
feat: add confirmation to author deletion
|
2024-10-26 21:54:29 +02:00 |
|
Slug-Boi
|
c7e39201ac
|
test: write tui tests
|
2024-10-26 18:35:57 +02:00 |
|
Slug-Boi
|
47128cf3f6
|
test: cobra tests added
|
2024-10-26 12:51:24 +02:00 |
|
Slug-Boi
|
ef674c20f9
|
ci: work path change
|
2024-10-25 17:34:41 +02:00 |
|
Slug-Boi
|
9086597d17
|
ci:change go work path
|
2024-10-25 17:32:13 +02:00 |
|
Slug-Boi
|
55ee0c66d1
|
ci: update workflow files and mod version
|
2024-10-25 13:55:25 +02:00 |
|
Slug-Boi
|
6c96fc90bd
|
test:update util tests and remove a line
|
2024-10-25 13:54:41 +02:00 |
|
Slug-Boi
|
def99f602f
|
chore: fixed imports and function signatures
|
2024-10-24 21:11:24 +02:00 |
|
Slug-Boi
|
135d02dec1
|
Merge branch 'main' into cobra_commands
|
2024-10-24 21:02:17 +02:00 |
|
Slug-Boi
|
3dfecbeab6
|
chore: go mod updates
|
2024-10-24 20:59:49 +02:00 |
|
Slug-Boi
|
2ab9312126
|
chore: update go mod
|
2024-10-24 20:49:45 +02:00 |
|
Slug-Boi
|
55dd1bc5ee
|
refactor: add screen clear to root command
|
2024-10-24 20:49:32 +02:00 |
|
Slug-Boi
|
2a222ad488
|
feat
|
2024-10-24 20:48:02 +02:00 |
|
Slug-Boi
|
fbfde5999f
|
refactor: change model structure of show users for testing
|
2024-10-24 20:47:53 +02:00 |
|
Slug-Boi
|
b0a5125113
|
feat: add temp add command
|
2024-10-24 20:47:32 +02:00 |
|
Slug-Boi
|
d3820826d1
|
other: change commit key to enter (alt enter stopped working)
|
2024-10-24 20:45:52 +02:00 |
|
Slug-Boi
|
7521fd5f26
|
refactor: change name of author and combine with temp add command
|
2024-10-24 20:45:28 +02:00 |
|
Slug-Boi
|
c6fe91d24c
|
other: removed unsued line
|
2024-10-21 13:12:12 +02:00 |
|
Slug-Boi
|
b0baa0cf70
|
refactor: changed color of commit message field to match rest of TUI
|
2024-10-21 13:11:20 +02:00 |
|
Slug-Boi
|
580f56555f
|
fix: fixed output of users command to be readable
|
2024-10-20 23:16:13 +02:00 |
|
Slug-Boi
|
7f5a3bcca6
|
feat: added commit message window to tui
|
2024-10-20 22:52:37 +02:00 |
|
Theis
|
87a6de6b6f
|
test: create tests for the util functions
|
2024-10-16 20:47:35 +02:00 |
|
Theis
|
5cfa40876b
|
docs: add small readme in tui folder for bubbletea templates
|
2024-10-11 11:21:52 +02:00 |
|
Theis
|
fa03de4695
|
feat: add tui show users (WIP) and prefer bat if present
|
2024-10-11 11:21:39 +02:00 |
|
Theis
|
55fe196536
|
feat: finish add and remove author bindings and tui elements
|
2024-10-10 22:36:29 +02:00 |
|
Theis
|
a78cdf37f9
|
feat: add buble tea tui elements for creating authors and selecting authors. More to come
|
2024-10-10 21:42:59 +02:00 |
|
Theis
|
527269f788
|
refactor: change root command to include commit wrapper options
|
2024-10-10 21:42:16 +02:00 |
|
Theis
|
0e57a48f61
|
refactor: refactor whole project to based on cobra commands
|
2024-10-08 20:00:43 +02:00 |
|
Theis
|
c9b5764e7b
|
Merge pull request #18 from August-Brandt/main
Update code for usage message
|
2024-08-26 16:58:33 +02:00 |
|
August-Brandt
|
edc34e8df4
|
Update code for usage message
|
2024-07-27 11:43:59 +02:00 |
|
Theis
|
7bc6763903
|
sec: updated depen with security issues
Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.15 in /ci
|
2024-07-04 12:12:19 +02:00 |
|
Theis
|
5c77b7f36d
|
tried to update golang version for dagger workflows
v0.3.1
|
2024-07-04 12:10:16 +02:00 |
|
dependabot[bot]
|
cdf6e1d06f
|
Bump github.com/vektah/gqlparser/v2 from 2.5.11 to 2.5.15 in /ci
Bumps [github.com/vektah/gqlparser/v2](https://github.com/vektah/gqlparser) from 2.5.11 to 2.5.15.
- [Release notes](https://github.com/vektah/gqlparser/releases)
- [Commits](https://github.com/vektah/gqlparser/compare/v2.5.11...v2.5.15)
---
updated-dependencies:
- dependency-name: github.com/vektah/gqlparser/v2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-06-25 12:26:31 +00:00 |
|
Slug-Boi
|
5556c4c44e
|
chore: added nix specific build command (for package building)
v0.3.0
|
2024-05-19 23:07:35 +02:00 |
|
Slug-Boi
|
e355bec97d
|
feat: added author file default path and config creation utility
|
2024-05-19 23:07:15 +02:00 |
|
Theis
|
dbc32f5106
|
Delete go.work
v0.2.3
|
2024-05-17 22:43:05 +02:00 |
|
Slug-Boi
|
edcc78ed21
|
Merge branch 'main' of https://github.com/Slug-Boi/cocommit
|
2024-05-17 22:41:42 +02:00 |
|
Slug-Boi
|
c19a58487c
|
chore: add makefile
|
2024-05-17 22:41:38 +02:00 |
|