Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Releases: DataDog/datadog-sdk-testing

0.4.5/ 2017.01.27

27 Jan 22:26
Compare
Choose a tag to compare
0.4.5/ 2017.01.27 Pre-release
Pre-release

Changes

  • [bugfix] Updating manifest template to account for supported OSs. See #37.

0.4.4/ 2017.01.23

23 Jan 19:08
Compare
Choose a tag to compare
0.4.4/ 2017.01.23 Pre-release
Pre-release

Changes

  • [bugfix] Remove auto execution of tasks in common.rb. See #32.
  • [bugfix] Use python2 to create the venv. See #36 (thanks @lastmikoi).
  • [bugfix] Fix patterns of rubocoped files. See #35.

v0.4.3

13 Jan 19:47
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release

0.4.3/ 2017.01.13

Changes

  • [bugfix] Improve linting speeds. See #34.

v0.4.2

04 Jan 14:16
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

0.4.2/ 2017.01.04

Changes

  • [bugfix] Fix broken test filtering logic. See #31.

v0.4.1

03 Jan 13:40
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

0.4.1/ 2017.01.03

Changes

  • [bugfix] adding forgotten SKIP_LINT env var support. See #30.
  • [bugfix] Fixing multiple rubocop issues. See #30.

v0.4.0

29 Dec 09:53
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

0.4.0/ 2016.12.29

Changes

  • [feature] add wipe task to remove integrations. See #2.
  • [feature] Docker: add helper to wait for logs expression hit or raise. See #29.

v0.3.5

22 Dec 17:35
Compare
Choose a tag to compare
v0.3.5 Pre-release
Pre-release

0.3.5/ 2016.12.22

Changes

  • [bugfix] use better env vars to detect ci environment.
  • [improvement] adds a small task to prepare Travis/Circle CI environments.

v0.3.3

18 Nov 19:53
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

0.3.3/ 2016.11.18

Changes

  • [bugfix] fixes bug in SDK setup_env task.

v0.3.2

14 Nov 17:25
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

0.3.2/ 2016.11.14

Changes

  • [bugfix] adds datadog.conf file to agent directory.
  • [bugfix] EOFile will no longer be a fatal error for wait.
  • [bugfix] Fixing broken guard statements.
  • [ci] Rubocop max block length is now 90, instead of 25.

v0.3.1

15 Sep 21:44
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

0.3.1/ 2016.09.15

Changes

  • [bugfix] manifest.json was getting copied with bad name - comma should be dot.
  • [bugfix] sample config YAML should be copied to integration skeleton.