329 Commits

Author SHA1 Message Date
Jay Gabriels
2b1d1950ec Update changelog v1.7.0 2021-09-02 18:57:30 -07:00
Jay Gabriels
f5cbf68006 Refactor git into an interface (#146)
* Refactor git into an interface
2021-08-25 20:34:36 -07:00
Jay Gabriels
43f7c06eeb update clone to fetch if checkout is unsuccessful (#145)
* update clone to fetch if checkout is unsuccessful when repo exists locally
2021-08-21 19:01:29 -07:00
Jay Gabriels
805b9266e7 Updates color flag to work as a global flag (#143) 2021-08-14 14:23:21 -07:00
Jay Gabriels
f0fb868bea Update root command and allow configuration files to be passed as a flag (#142) 2021-08-14 11:06:49 -07:00
Jay Gabriels
b7ab5bcf2e Update config init to read in config file (#141)
* Update config init to read in config file
2021-08-11 07:49:17 -07:00
Jay Gabriels
3c6fb5c4d5 Update/ghorgconf (#139)
* Update missing ghorg configuration message
2021-08-08 08:09:01 -07:00
Jay Gabriels
c6e98fe783 Update ghorg conf to be optional (#138) 2021-08-07 09:38:31 -07:00
Jay Gabriels
4b402f2e44 Update readme and examples 2021-08-05 22:08:26 -07:00
Jay Gabriels
39a285bcb9 Add/matchregex (#137)
* Add regex match to filter repos based on regex
2021-08-05 21:50:47 -07:00
Jay Gabriels
afa80cf95b Update CHANGELOG.md (#135) 2021-08-02 19:47:17 -07:00
Jay Gabriels
ba78074411 updates for filepathing to be windows compatible (#134)
* updates for filepathing to be windows compatible
2021-08-02 19:10:18 -07:00
Jay Gabriels
cfd48f83e8 Update clone.go (#129)
* Update clone.go
2021-04-24 09:38:18 -07:00
Jay Gabriels
2cb63df2f0 Update sample-conf.yaml 2021-04-10 08:11:52 -07:00
Jay Gabriels
86bd64d955 Update how github users clone their own repos (#127) v1.6.0 2021-04-09 09:00:56 -07:00
Jay Gabriels
21d74481cd Update CHANGELOG.md v1.5.2 2021-04-05 20:31:44 -07:00
Jay Gabriels
2ae5eecc1e Add/cloneme (#125)
* Update github.go
2021-04-02 09:55:59 -07:00
Jay Gabriels
e5f59fb78c Add clone me option for github (#124) 2021-04-02 09:40:50 -07:00
Jay Gabriels
f28caf4940 Update README.md 2021-03-28 18:15:00 -07:00
Jay Gabriels
60dc06d3c8 Update readme 2021-03-07 10:49:36 -08:00
Jay Gabriels
e6b318e7f0 Update readme 2021-03-07 10:40:37 -08:00
Jay Gabriels
0a8b741803 bump version v1.5.1 1.5.1 2021-03-04 08:53:36 -08:00
Jay Gabriels
cc8743d180 Update README.md 2021-02-25 19:19:09 -08:00
Jay Gabriels
50a10bbbac Update README.md 2021-02-18 08:46:49 -08:00
Jay Gabriels
c199644e68 Update README.md 2021-02-18 08:46:06 -08:00
Jay Gabriels
1accd3b1c5 Update README.md 2021-02-18 08:45:01 -08:00
Jay Gabriels
90ff99ec7a Update README.md 2021-02-18 08:44:04 -08:00
Jay Gabriels
bce9ecf0db Update sample-conf.yaml (#119) 2021-02-14 22:50:46 -08:00
Jonas Plum
a248e985b4 Fix trim (#118) 2021-02-14 22:37:21 -08:00
Jay Gabriels
9920a7e307 Update README.md 2021-02-06 08:39:46 -08:00
Jay Gabriels
67a80fbe3a Update after_cloning.md 2021-01-30 08:42:31 -08:00
Jay Gabriels
44a8528008 Create after_cloning.md 2021-01-30 08:41:50 -08:00
Jay Gabriels
d479395bdf update ghorg branch to first look for repos default branch (#113)
* update ghorg branch to first look for repos default branch
2020-11-29 09:14:13 -08:00
Jay Gabriels
0e63d0a339 Update ls.go 2020-11-23 19:03:51 -08:00
Jay Gabriels
07b6c43357 update error messages for ls command 2020-11-06 21:25:32 -08:00
Jay Gabriels
97970e3cd6 Update README.md 2020-10-31 10:32:37 -07:00
Jay Gabriels
fc871babd3 Update CHANGELOG.md 1.5.0 2020-10-31 10:15:31 -07:00
Jay Gabriels
d2a0a890bb Update README.md 2020-10-31 09:57:30 -07:00
Jay Gabriels
8e815ecab1 add ls command (#109)
* add ls command
2020-10-31 09:50:10 -07:00
6543
559d9ef06b Refactor: use NewClient() interface to create a scm client (redo) (#108)
* Refactor: save perPage in scm client & use determineClient to load lib clients
2020-10-24 12:24:09 -07:00
6543
ab9fabfba2 Determine Supported Clients based on registered once (#106)
* Determine Supported Clients based on registered once

* rm dependencys from scm
2020-10-24 20:34:35 +02:00
Jay Gabriels
b914f94aa4 Revert "Refactor: use NewClient() interface to create a scm client (#105)" (#107)
This reverts commit 80a8ba0b73.
2020-10-24 09:47:11 -07:00
6543
80a8ba0b73 Refactor: use NewClient() interface to create a scm client (#105)
* Refactor: save perPage in scm client & use determineClient to load lib clients

* infent scm NewClient()

* wordings ...
2020-10-24 09:44:30 -07:00
6543
ab69f89b28 Vendor: xanzy/go-gitlab v0.33.0 -> v0.38.2 (#104) 2020-10-20 15:55:07 -07:00
6543
f5f10e7d22 Refactor: Client use interface implementation (#97)
* add `make fmt` to format go code
* use interface
* move all SCM things into scm package
2020-10-11 16:53:53 -07:00
Jay Gabriels
e5d3bf5ddd Update CHANGELOG.md 2020-09-30 22:02:35 -07:00
6543
aa309fd5dc Dedup Client Code (#96)
* Dedub bitbucket.go

* Dedub gitlab.go

* Impruve gitlab client

* Dedub github.go
2020-09-30 21:58:00 -07:00
6543
f988929351 More Gitea Documentation (#95) 2020-09-30 21:45:24 -07:00
Jay Gabriels
896c0d46e6 update spelling and gitlab example 2020-09-30 07:54:41 -07:00
Jay Gabriels
8e0e580ec2 add skip forks flag (#93) 2020-09-27 12:04:34 -07:00