Skip to content

Releases: launchdarkly/ld-find-code-refs

1.5.0-beta2

1.5.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 24 Apr 19:21
7f778b0
check for yaml configuration when initializing cli options (#116)

* check for yaml configuration when initializing cli options

* return err

1.5.0-beta1

1.5.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 22 Apr 18:23
9675c02
alias fixes for command line wrappers (#112)

* update makefile and instructions

* make sure alias options are configured for wrappers

1.4.0

Choose a tag to compare

@atrakh atrakh released this 16 Mar 23:06
68d6d49

[1.4.0] - 2020-03-16

Added

  • Added a --ignoreServiceErrors option to the CLI. If enabled, the scanner will terminate with exit code 0 when the LaunchDarkly API is unreachable or returns an unexpected response.

Changed

  • ld-find-code-refs now requires go1.13 to build.

1.3.1

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 24 Sep 20:56
6d23f01

[1.3.1] - 2019-09-24

Fixed

  • Fixed a regression causing no references to be found when a relative path is supplied to dir

1.3.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 19 Sep 21:56

[1.3.0] - 2019-09-19

Added

  • Added a --outDir option to the CLI. If provided, code references will be written to a csv file in outDir.
  • Added a --dryRun option to the CLI. If provided, ld-find-code-refs will scan for code references without sending them to LaunchDarkly. May be used in conjunction with --outDir to output code references data to a csv file instead of sending data to LaunchDarkly.

Fixed

  • ld-find-code-refs now supports scanning repositories with a large number of flags using a pagination strategy. Thanks @cuzzasoft!
  • Delimiters will now always be respected when searching for flags referenced in code. This fixes a bug causing references for certain flag keys to match against other flag keys that are substrings of the matched reference.

1.2.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 13 Aug 17:16
c8460a5

[1.2.0] - 2019-08-13

Added

  • Added a --branch option to the CLI. This lets a branch name be manually specified when the repo is in a detached head state.
  • Github actions v2 support: the github actions wrapper reads the branch name from GITHUB_REF and populates the branch option with it.

1.1.1

Choose a tag to compare

@atrakh atrakh released this 11 Apr 21:30
f68e960

[1.1.1] - 2019-04-11

Fixed

  • ld-find-code-refs will no longer exit with a fatal error when Git credentials have not been configured (required for branch cleanup). Instead, a warning will be logged.

1.1.0

Choose a tag to compare

@atrakh atrakh released this 11 Apr 21:28
ec95a0b

[1.1.0] - 2019-04-11

Added

  • ld-find-code-refs will now remove branches that no longer exist in the git remote from LaunchDarkly.

1.0.1

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 12 Mar 20:41

[1.0.1] - 2019-03-12

Changed

  • Fixed a potential bug causing .ldignore paths to not be detected in some environments.
  • When .ldignore is found, a debug message is logged.

1.0.0

Choose a tag to compare

@LaunchDarklyCI LaunchDarklyCI released this 21 Feb 22:38
c59cd70

[1.0.0] - 2019-02-21

Official release