Commit Graph

25 Commits

Author SHA1 Message Date
Paarth Shah
f19d6b7dcf
Allow github app token created outside of ghorg to be used for https via GHORG_GITHUB_TOKEN_FROM_GITHUB_APP setting (#460) 2024-09-25 20:57:28 +05:30
gabrie30
f3383ddca4
Add/GitHub language filter (#453) 2024-09-18 20:47:58 -07:00
gabrie30
d236580306
Update github and github user call options (#430) 2024-06-29 09:19:04 -07:00
gabrie30
c72625e7c6
Auth/GitHub app (#308) 2023-05-26 15:12:30 -07:00
gabrie30
e31802cd7d
Update github.go (#293) 2023-03-26 16:11:06 -07:00
gabrie30
414c171a19
Update github.go (#292) 2023-03-26 12:37:25 -07:00
Jay Gabriels
ddbac5be61
Update github.go 2022-08-13 11:39:42 -07:00
Jay Gabriels
1c74595dce
Add include submodules flag (#235) 2022-08-12 18:17:02 -07:00
Jay Gabriels
445316e9ce
Fixes prune for wikis and gitlab sub groups (#214) 2022-06-20 19:40:53 -07:00
Jay Gabriels
da4ac382bc
Update github scm to know when user is cloning own repos (#201) 2022-04-17 17:51:53 -07:00
Jay Gabriels
f925b5bb06
Add exclude filtering to regex and prefix matches (#182) 2022-02-05 13:14:54 -08:00
David Schafhauser
e3d9743ba7
Add support for filtering by topics for GitLab SCM (#181)
* fix: emit warning for filtering by topics for Bitbucket
* feat: add support for filtering topics for GitLab
* fix: reset GHORG_TOPICS env var between tests

Co-authored-by: Schafhauser, David <david.schafhauser@siemens.com>
2022-01-19 23:35:36 -08:00
Jay Gabriels
008ade5a43
Add support for cloning github enterprise repos (#169) 2021-12-11 11:04:44 -08:00
Jay Gabriels
7145aeb7e1
update go-github version 2021-12-11 10:13:21 -08:00
Jay Gabriels
04d894ba20
Add GHORG_DRY_RUN 2021-12-04 15:21:25 -08:00
Jay Gabriels
5910576a1f
Add GHORG_CLONE_WIKI to clone wiki pages (#161) 2021-11-03 19:17:36 -07:00
Jay Gabriels
86bd64d955
Update how github users clone their own repos (#127) 2021-04-09 09:00:56 -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
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
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
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