Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Releases: hygieia/hygieia-scm-github-graphql-collector

Utilizes github global event stream

Choose a tag to compare

@chzhanpeng chzhanpeng released this 02 Feb 19:16
d43433f

Added logic to collect only the repos that are in the public global event stream

Add Repository Type to Github Collector

Choose a tag to compare

@rvema rvema released this 21 Jan 16:33
a62a91a
Merge pull request #59 from Hygieia/add-type-field

Add repository type to allOptions section of Github Collector.

Allows more flexibility in github installation URL

Choose a tag to compare

@benj58xu benj58xu released this 22 Dec 14:05
371ee05

The current code does not allow github installations whose URL contains port numbers, or additional segment (assuming the path must be org/repo). For example, https://mycompany.com:8888/github/myorg/myrepo.git were not allowed. This change enhances the code to allow such installations.

add endpoint to cleanup all obsolete repo's with 404

Choose a tag to compare

@danielyhuang danielyhuang released this 17 Nov 18:55
f103772

updated the status log message.

add new endpoint to cleanup obsolete repo's

Choose a tag to compare

@danielyhuang danielyhuang released this 16 Nov 18:25
802c1b1

add new endpoint to cleanup all obsolete repo's with 404 error codes
make GitHub rate limit wait time configurable in properties file

Logging enhancements and dependency cleanup

Choose a tag to compare

@rvema rvema released this 10 Sep 04:17
fac07f8
Merge pull request #52 from Hygieia/fix-maven-deploy

fix the maven deploy release

logging improvements, keep milli second precision

Choose a tag to compare

@danielyhuang danielyhuang released this 09 Sep 18:53
ecc8a32
Merge pull request #50 from danielyhuang/master

logging improvements, keep the milli second precision.

logging improvements, removed extra requestMapping

Choose a tag to compare

@danielyhuang danielyhuang released this 01 Sep 20:22
1321a83
v3.1.8

logging improvements, removed extra requestMapping (#49)

Added GitHubController, and logging improvements with total record count.

Choose a tag to compare

@danielyhuang danielyhuang released this 31 Aug 17:03
d93d9e0

Added GitHubController,
updated core version,
removed RestOperationsSupplier to fix restClient implementation,
logging improvements with total record count.

Release for GitHub multiple account

Choose a tag to compare

@vidhya9lakshmi vidhya9lakshmi released this 22 Jul 13:34
dfa07a3

Release for GitHub multiple account