Skip to content

Releases: alexellis/derek

Fix issue with new-lines in webhook secret

06 Jul 19:10
Compare
Choose a tag to compare

Fixes #73 via @MrTinD - thank you

Now new lines can be present in the web hook secret file, but only the first line is taken. It fixed a confusing bug when people created the secret via a file instead of via echo -n

Update to support configuration for secrets path

03 Jul 14:25
Compare
Choose a tag to compare

Allows secret path to be set via secrets_path env-var.

Release for configuration and maintenance

17 May 11:29
Compare
Choose a tag to compare

Changes

  • #54 [Merge/release] Accommodate custom .CUSTOMERS via ENV var
  • 55 [WIP] Add privateKeyPath param to MakeAccessTokenForInstallation

  • #57 Support the loading of config files via URL redirection
  • #46 Add secret support for private_key and secret_key

Thanks @rgee @alexellis @neolit123 👍

Support loading of config files via "redirect" URL

11 May 20:20
Compare
Choose a tag to compare

Support the loading of config files via URL redirection #57 via @neolit123

Edit title and 200 status codes for every operation

17 Mar 17:38
Compare
Choose a tag to compare

Via @rgee0 in #34

  • Moved out handleComment code into separate functions.
  • Added tests for new helper functions.
  • Added edit title as an alias for set title & updated README
  • Stopped 500 errors for unwanted events
  • Stopped panic (and 500 error) for invalid requests

Release edit title, lock thread, etc

28 Dec 19:29
Compare
Choose a tag to compare
Added deleted filter for comments. Added setTitle / lock / unlock

Signed-off-by: rgee0 <[email protected]>

Allow alias for maintainers of curators

04 Dec 00:48
Compare
Choose a tag to compare
  • Allow alias for maintainers of curators for the Docker Inc team.

Skips a version (0.2.2) that was used for a Docker images.

.DEREK.yml file for configs

26 Nov 08:59
Compare
Choose a tag to compare
Refactoring and build fix

- test cases move into test functions
- break out method that returns error instead of log.Fatal
- add Makefile

Signed-off-by: Alex Ellis <[email protected]>

Adds close/reopen commands

29 Oct 15:37
Compare
Choose a tag to compare
  • Adds close/reopen commands

Thanks to @rgee0

Initial release

29 Oct 15:31
Compare
Choose a tag to compare
Add rate limiting debug

Signed-off-by: Alex Ellis <[email protected]>