Commit Graph

  • 6e0ac4c6f3 Merge pull request #67 from Slug-Boi/dependabot/go_modules/go_modules-c153b83258 Theis 2025-04-11 15:37:11 +02:00
  • 47277f3318 Merge branch 'main' into dependabot/go_modules/go_modules-c153b83258 Theis 2025-04-11 15:34:56 +02:00
  • c6fec9e840 fix: clear screen to remove ghost elements Slug-Boi 2025-04-11 15:33:05 +02:00
  • 55b78b066c fix: fix tui wrap around issue with temp author Slug-Boi 2025-04-11 15:32:50 +02:00
  • 02962b7c00 refactor: no args means tui opens Slug-Boi 2025-04-10 22:31:44 +02:00
  • 5c41cd4038 refactor: edit existing tui elements to add new gh add tui component Slug-Boi 2025-04-10 22:31:34 +02:00
  • 7662069886 feat: add gh add tui component Slug-Boi 2025-04-10 22:31:16 +02:00
  • 4167f29163 docs: add coverage badge Slug-Boi 2025-04-10 18:34:49 +02:00
  • e327621bcb ci: change to codecov instead Slug-Boi 2025-04-10 18:28:19 +02:00
  • e2423068bb Merge branch 'main' of https://github.com/Slug-Boi/cocommit Slug-Boi 2025-04-10 18:19:45 +02:00
  • 3587998d66 ci: fix version of ci plugin Slug-Boi 2025-04-10 18:19:17 +02:00
  • e9df9462d0 Merge pull request #66 from Slug-Boi/test_testcoverage Theis 2025-04-10 18:13:03 +02:00
  • e6df1344e9 ci: try to remove file path test_testcoverage Slug-Boi 2025-04-10 18:08:28 +02:00
  • c78f72bf47 ci: check error Slug-Boi 2025-04-10 13:36:44 +02:00
  • 3e4c01c8bd test: fix linux not panic on authorfile test Slug-Boi 2025-04-10 13:31:01 +02:00
  • 6153ab95e6 ci: apparently dagger cannot generate a coverage report lol Slug-Boi 2025-04-10 13:26:32 +02:00
  • 7c2f67e39b ci: try to = name and find file from root Slug-Boi 2025-04-10 13:22:44 +02:00
  • 940576eb1d ci: ls Slug-Boi 2025-04-10 13:15:30 +02:00
  • cb0658fa6f ci: try to move workdir Slug-Boi 2025-04-10 13:11:45 +02:00
  • 198a86e803 ci: try to find cover.out Slug-Boi 2025-04-10 13:00:55 +02:00
  • 254fe9b2ed Merge branch 'test_testcoverage' of https://github.com/Slug-Boi/cocommit into test_testcoverage Slug-Boi 2025-04-10 12:57:42 +02:00
  • 1df68cb801 ci: change location of cover.out search Slug-Boi 2025-04-10 12:49:42 +02:00
  • a769e8e9ab ci: change location of cover.out search Slug-Boi 2025-04-10 12:49:42 +02:00
  • fdf5dc51d7 ci: split flag into 2 inputs Slug-Boi 2025-04-10 12:46:40 +02:00
  • cf392035d3 ci: export cover report and add it to page wiki for badge Slug-Boi 2025-04-10 12:43:46 +02:00
  • 5cd8ee63b6 test: increase test coverage of tui to around 70% Slug-Boi 2025-04-10 12:43:24 +02:00
  • e7656ae4e0 test: extend tui test coverage Slug-Boi 2025-04-10 12:17:08 +02:00
  • e8933bc764 refactor: use panic Slug-Boi 2025-04-10 12:16:57 +02:00
  • 1d432f61ed refactor: longname and remove emptystring on errors Slug-Boi 2025-04-10 12:16:48 +02:00
  • b7d6d0aed6 chore(deps): bump golang.org/x/net dependabot[bot] 2025-04-09 20:37:43 +00:00
  • 7cededcdab test: final extend to utils test coverage Slug-Boi 2025-04-09 22:36:05 +02:00
  • ee14a9f141 refactor: add error handler Slug-Boi 2025-04-09 22:35:52 +02:00
  • c8923525ea refactor(depen_injec): add dependency injection to CheckAuthorFile and change to panics Slug-Boi 2025-04-09 22:35:19 +02:00
  • 73020870a1 test: add all flag to hopefully fix ci workflow Slug-Boi 2025-04-09 21:17:47 +02:00
  • 5123e63d9f test: even more extended test coverage Slug-Boi 2025-04-09 21:01:44 +02:00
  • aafba935c3 refactor: error handling and add flags to git push command Slug-Boi 2025-04-09 21:01:19 +02:00
  • 81adc7e2c3 refactor: move error handling Slug-Boi 2025-04-09 21:01:00 +02:00
  • 4696f58bf5 refactor: add error returns and flags Slug-Boi 2025-04-09 21:00:51 +02:00
  • 33d93c834d refactor: panic and rename variable plus move an error so it can actually trigger Slug-Boi 2025-04-09 21:00:30 +02:00
  • 3db2ca2566 test: extend test coverage by adding more utils tests Slug-Boi 2025-04-09 20:00:37 +02:00
  • b7729c3194 refactor: panic not print Slug-Boi 2025-04-09 20:00:18 +02:00
  • d81e13bbc5 refactor(gh_fetcher): integreate the gh-cli using its api access to authenticate Slug-Boi 2025-04-09 20:00:00 +02:00
  • 6e0d7c57f2 refactor: rewrite parts of the commit function to be a bit more sane, removed the jump as well Slug-Boi 2025-04-09 19:58:43 +02:00
  • 7b997c407e Merge pull request #65 from Slug-Boi/feat_github_profile_create Theis 2025-04-09 13:32:08 +02:00
  • a89b33f0db refactor(cmd): reformat the command to match other commands Slug-Boi 2025-04-09 13:07:34 +02:00
  • 823dc0ff3d test(gh): add utils tests to gh Slug-Boi 2025-04-09 13:07:09 +02:00
  • c59d8ddc85 feat(gh): new gh command to add an author from a github username Slug-Boi 2025-04-04 19:46:32 +02:00
  • 187fbed439 feat(gh_fetcher): a small fetcher designed to get info of a github user through gh API Slug-Boi 2025-04-04 19:46:00 +02:00
  • 97f514ccce feat(CA): create author function (required for gh command) Slug-Boi 2025-04-04 19:44:55 +02:00
  • d70825da65 feat(error): add error message popup and retry when creating all kinds of authors Slug-Boi 2025-04-04 19:44:26 +02:00
  • fe7f2c604f Merge branch 'feat_github_profile_create' of https://github.com/Slug-Boi/cocommit into feat_github_profile_create Slug-Boi 2025-04-02 21:02:51 +02:00
  • 6602b199c5 chore: add go files for gh fetcher part Slug-Boi 2025-03-05 08:32:11 +01:00
  • d127fb1066 Merge pull request #64 from Slug-Boi/refactor_authors_as_json Theis 2025-04-02 19:34:10 +02:00
  • 834ce162a4 docs: capital A Slug-Boi 2025-04-02 19:31:33 +02:00
  • 3690597b0a Update src/cmd/utils/author_file_utils.go Theis 2025-04-02 19:30:43 +02:00
  • 36023787b4 test(json): change all test data to json Slug-Boi 2025-04-02 19:27:45 +02:00
  • bddcaa9ba2 refactor(json): change create authorfile to json file and update directory creator to not panic Slug-Boi 2025-04-02 19:27:32 +02:00
  • 375d7f98e5 fix(json): change groups default from empty string to empty string slice Slug-Boi 2025-04-02 19:27:03 +02:00
  • 0f45cd9cd9 docs(json): update the readme with the new json authorfile format Slug-Boi 2025-04-02 18:42:41 +02:00
  • 5106e9ce1e refactor(json): create author now works on new json authorfile Slug-Boi 2025-04-02 18:35:10 +02:00
  • 4a8572efdf chore: defer close Slug-Boi 2025-04-02 18:34:43 +02:00
  • 39781da299 refactor(json): add ability to delete author using the new json author file Slug-Boi 2025-04-02 18:25:14 +02:00
  • ec2f361583 feat: allow for json files to be opened instead of the weird self made csv format Slug-Boi 2025-03-29 22:12:52 +01:00
  • 2029433938 chore: add go files for gh fetcher part Slug-Boi 2025-03-05 08:32:11 +01:00
  • f6a1316d4b docs: add update command to list of CLI commands Slug-Boi 2025-01-28 08:59:43 +01:00
  • 09ece70b12 chore: add lazygit config to readme and example config to repo Slug-Boi 2025-01-27 11:05:57 +01:00
  • b4be9fb978 Merge pull request #59 from Slug-Boi/feat_update_check v1.3.0 Theis 2025-01-14 14:45:16 +01:00
  • 9c98cd1c59 refactor: call update check on users cmd Slug-Boi 2025-01-14 14:40:44 +01:00
  • 1ea3d94421 fix: bug with the update tool and paths not being correct. Changed to abs path checks Slug-Boi 2025-01-14 14:40:31 +01:00
  • 667c25b162 refactor: add update check to cz command Slug-Boi 2025-01-14 14:14:24 +01:00
  • 106957c290 refactor: Fix terrible code and flag handling in root Slug-Boi 2025-01-14 13:49:54 +01:00
  • 79dc578b56 feat: check for tag version on github to let the user know they should update to the new version Slug-Boi 2025-01-13 15:57:59 +01:00
  • 2794a9038b fix: rewrite error messages for error in author file to be more descriptive Slug-Boi 2025-01-13 15:57:24 +01:00
  • 0e47a9336a fix: issue with creating author file from scratch. Fixed file permissions Slug-Boi 2025-01-13 15:22:19 +01:00
  • a15067a013 docs: typo Theis 2024-12-24 13:49:19 +01:00
  • 43a946f101 chore: update net package due to security problems v1.2.1 Slug-Boi 2024-12-19 20:20:05 +01:00
  • 2b1c94d73b chore: update go version to latest Slug-Boi 2024-12-19 20:15:41 +01:00
  • 22e8140a69 fix: change version fetcher to use github refs for build workflow v1.2.0 Slug-Boi 2024-12-14 00:19:17 +01:00
  • 33221e234b feat: add git push flag to commands Slug-Boi 2024-12-14 00:09:59 +01:00
  • 8522fefa86 ci: add Coco_version env var to build flow and remove author.txt (no longer used) Slug-Boi 2024-12-13 23:58:07 +01:00
  • de72d1a35c chore: update install script to work (added sudo to mv) and update gitignore Slug-Boi 2024-12-13 10:28:51 +01:00
  • fa866a7914 Merge pull request #51 from Slug-Boi/dependabot/go_modules/golang.org/x/crypto-0.31.0 Theis 2024-12-12 22:09:58 +01:00
  • d1abad9409 chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 dependabot[bot] 2024-12-12 21:05:57 +00:00
  • e94f59c1ab docs: remove dollar sign from copy paste required code blocks (thanks github :) ) v1.1.1 Slug-Boi 2024-12-01 22:40:58 +01:00
  • 1a338fc921 docs: add dollar sign back Slug-Boi 2024-12-01 22:38:19 +01:00
  • bb0c571d0f docs: add console tag to code blocks as a test Slug-Boi 2024-12-01 22:37:25 +01:00
  • a8d7164dda Merge pull request #48 from Slug-Boi/chore_install_script Theis 2024-12-01 22:33:49 +01:00
  • 6ffb08c561 docs: change readme to include install script commands Slug-Boi 2024-12-01 22:28:38 +01:00
  • 495606d798 chore: refactor install scripts to be actual scripts and simplify approach Slug-Boi 2024-12-01 22:18:43 +01:00
  • c5ee15dd4b refactor: fix syntax errors v1.1.0 Slug-Boi 2024-12-01 21:03:28 +01:00
  • b224eeba40 ci: change tar names and add aarch64 Slug-Boi 2024-12-01 20:58:14 +01:00
  • ccdc550170 refactor: change regex to be actually universal Slug-Boi 2024-12-01 20:55:57 +01:00
  • 73c9adf908 chore: more work on install scripts Slug-Boi 2024-12-01 20:52:20 +01:00
  • 3862338350 feat: add install scripts (actual installer) Slug-Boi 2024-12-01 20:25:38 +01:00
  • 0f2a002690 Merge pull request #47 from Slug-Boi/feat_add_update_command Theis 2024-12-01 19:51:33 +01:00
  • 22db51ab11 Merge branch 'main' into feat_add_update_command feat_add_update_command Theis 2024-11-29 23:58:17 +01:00
  • 8f9e1e9ccb ci: add version variable linkage to build command Slug-Boi 2024-11-29 23:53:42 +01:00
  • 08d1942492 feat: add version variable to cocommit which gets set through build command Slug-Boi 2024-11-29 23:53:15 +01:00
  • 0350779df3 chore: remove default copyright notice from cobra Slug-Boi 2024-11-29 23:52:22 +01:00
  • 5f7365cc22 Merge pull request #44 from Slug-Boi/feat_add_update_command Theis 2024-11-28 13:49:53 +01:00