Alexandre Fedossov
6b66283745
Unmarshal custom properties for the repo ( #566 )
...
Fixed by upgrading go-github from v62 to v72
1. Updated go.mod to require github.com/google/go-github/v72@latest
2. Updated import statements in scm/github.go and scm/github_test.go
3. Updated vendor directory with go mod vendor
The custom_properties field now properly handles GitHub's API response format where it can be an array, thanks to the map[string]interface{} type in v72.
2025-08-28 11:35:57 -07:00
gabrie30
d236580306
Update github and github user call options ( #430 )
2024-06-29 09:19:04 -07:00
Jay Gabriels
f925b5bb06
Add exclude filtering to regex and prefix matches ( #182 )
2022-02-05 13:14:54 -08:00
Jay Gabriels
7145aeb7e1
update go-github version
2021-12-11 10:13:21 -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
Jay Gabriels
b914f94aa4
Revert "Refactor: use NewClient() interface to create a scm client ( #105 )" ( #107 )
...
This reverts commit 80a8ba0b736bb69027de990faf567867ee9c8c12.
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