Commit Graph

75 Commits

Author SHA1 Message Date
DataHearth 5682db8ac9
chore(process): add just and goreleaser 2022-10-02 21:15:10 +02:00
DataHearth 29e0be566c
chore(doc): update README.md 2022-09-12 18:47:10 +02:00
DataHearth b27c1f9e89
feat(ssh): add possibilty to use multiple SSH configurations 2022-09-12 18:40:40 +02:00
DataHearth dd6eeb3041
v0.6.0 2022-08-21 01:40:20 +02:00
DataHearth 68f263e245
chore(release): update release process using python script 2022-08-21 01:39:27 +02:00
DataHearth fe4ff05d5d
chore(release): update release process 2022-08-20 18:35:56 +02:00
DataHearth 8efdca8fe4
chore(changelog): update git repository url 2022-08-20 16:38:59 +02:00
DataHearth f85fc9d39c
fix(pkgs): update command building 2022-07-20 18:03:31 +02:00
DataHearth 8051912b35
feat(packages): add nala package manager 2022-07-20 13:33:04 +02:00
DataHearth 224754870d
fix(pkgs): add pkg manager validation check and parsing cli arguments 2022-07-20 11:35:19 +02:00
DataHearth 0f1019774d
fix(items): fix stdout when no path is available 2022-07-20 11:33:51 +02:00
DataHearth 42d2152f8e chore(template): update brew key 2022-07-17 23:17:37 +02:00
DataHearth 66f0fe3042 fix(configuration): remove installation-order default value 2022-07-17 23:15:38 +02:00
DataHearth 21c031d8fc chore(deps): update go.mod dependencies 2022-07-16 15:46:17 +02:00
DataHearth 6e5ede992a chore(release): fix release version creation 2022-07-10 12:44:53 +02:00
DataHearth 48fef365e8 v0.5.0 2022-07-10 12:39:35 +02:00
DataHearth f576eec3c3 feat(pkgs): add more package manager 2022-07-10 12:37:28 +02:00
DataHearth f00d7c0288 fix(git): use go-git for adding removed file (workaround) 2022-07-10 12:37:16 +02:00
DataHearth 7aa343fc2a
chore(release): update release creation with "gh" 2022-06-16 18:54:07 +02:00
DataHearth 0c8d52f32d
v0.4.0 2022-06-16 18:41:39 +02:00
DataHearth 6f24de2bd0
chore(release): change script permissions 2022-06-16 18:41:19 +02:00
DataHearth 5f52ce6658
chore(release): automate release creation 2022-06-15 12:04:15 +02:00
DataHearth e92265791e
chore(doc): update README.md 2022-06-14 13:23:04 +02:00
DataHearth ea25075c82
fix(save): remove folder before copy (avoid unwanted files) 2022-06-14 12:15:24 +02:00
DataHearth 56da676e15
chore(doc): update function documentation 2022-06-14 12:03:53 +02:00
DataHearth a0662e9066
fix(config): don't throw error when file not available on OS 2022-06-14 11:31:35 +02:00
DataHearth d3bab447e0
feat(cli): add verbose flag and a spinner for pkgs 2022-06-06 15:32:01 +02:00
DataHearth 588e3c1e66
chore(doc): update readme issues 2022-06-06 14:52:39 +02:00
DataHearth 555d05d640 chore(doc): update readme 2022-06-02 19:53:41 +02:00
DataHearth 46249857f3 feat(config): add SSH capability with user/pass or key/pass 2022-06-02 19:44:51 +02:00
DataHearth f4bf8070ac chore(git): add .env to .gitignore 2022-06-02 19:44:07 +02:00
DataHearth 3a7210bc69 chore(doc): update readme 2022-06-02 18:02:33 +02:00
Antoine Langlois 07e187e528
Update README.md 2022-06-01 20:32:46 +02:00
Antoine Langlois 02c82bc9d1
chore(doc): update readme 2022-06-01 20:30:27 +02:00
DataHearth ec82828509
chore(doc): update changelog 2022-06-01 20:13:19 +02:00
DataHearth 29d91e0e73
chore(ci): use golang:1.18-alpine3.15 for earthly build 2022-06-01 20:13:19 +02:00
DataHearth 3b3a4d59e0
feat(sync): add .ignore file to filter folder's content 2022-06-01 20:12:29 +02:00
DataHearth 81713eb583
feat(cli): packages are disabled by default 2022-06-01 11:47:33 +02:00
DataHearth 1241858027
chore(doc): update changelog 2022-05-23 13:19:37 +02:00
DataHearth fab9533da1
fix(stderr): add stderr to brew command output 2022-05-23 13:08:43 +02:00
DataHearth 1cfd84b8cf
fix(rm): remove dir even if not empty 2022-05-23 09:35:35 +02:00
DataHearth f526bf1f5d
refactor(cli): separate functions from CLI for lisibility 2022-05-23 09:09:59 +02:00
DataHearth 3af07f159e
chore(doc): update readme 2022-04-07 21:49:56 +02:00
DataHearth 638e0ff3a2
refactor(logging): drop pterm 2022-04-07 21:44:21 +02:00
DataHearth 35d8210ca9
fix(git): use git binary for "git add" 2022-04-07 21:43:50 +02:00
DataHearth 584fe09fe2
feat(index): add indexing system 2022-04-07 21:43:26 +02:00
DataHearth a85165e8fe fix(git): deleted files are not pushed 2022-03-01 19:52:02 +01:00
DataHearth 94b2838f7e fix(git): add error handling and repo URL from config 2022-03-01 12:31:35 +01:00
DataHearth 71526ec28d feat(cli): add git push option with message 2022-02-28 23:41:21 +01:00
DataHearth 759604ebda refactor(archi): reduce base code to one struct 2022-02-28 22:36:26 +01:00