launchdarkly / ld-find-code-refs

Build tool for automatically sending feature flag code references to LaunchDarkly
https://launchdarkly.com
Other
46 stars 34 forks source link

Support scanning for coderefs for non-git codebases #129

Closed atrakh closed 4 years ago

atrakh commented 4 years ago
atrakh commented 4 years ago

Synced with @vlymar offline - we'll add a new option for configuring vcs if/when we do add first-class support for non-git repos. The existing repoType argument may also be appropriate here

@ld-kyee Good catch, I'll add documentation for pruning as well

atrakh commented 4 years ago

Also, the prune only deletes the branch record and nothing else in the other tables as far as I can tell. Is this expected?

Confirmed offline - we do remove stale code reference data alongside stale branch data.