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

v0.3.0

22 Aug 18:25
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

0.3.0/ 2016.08.22

Changes

  • [improvement] New Task to allow adding new flavor to existing integration.
  • [improvement] Enable Matrix (flavored) testing on TravisCI.
  • [bugfix] big refactor to be rubocop compliant.
  • [ci] enabled rubocop linting.

v0.2.6

08 Aug 17:05
Compare
Choose a tag to compare
v0.2.6 Pre-release
Pre-release

0.2.6/ 2016.08.08

Changes

  • [improvement] Removing separate mock test facilities, all tests will be run together.

v0.2.5

03 Aug 17:11
Compare
Choose a tag to compare
v0.2.5 Pre-release
Pre-release

0.2.5/ 2016.08.03

Changes

  • [bugfix] The [lint] task may also install requirements, ensure the volatile dir exists.

v0.2.4

01 Aug 16:50
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release

0.2.4/ 2016.08.01

Changes

  • [bugfix] When the [default] task runs, ensure the volatile dir exists.
  • [improvement] Metadata csv should have a descriptive header for each field.

v0.2.3

29 Jul 21:10
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release

Changes

  • [bugfix] Reqs required before lint task, make sure they're satisfied.
  • [bugfix] Do not allow overwriting if integration already exists with same name.
  • [bugfix] Fix hook setup task - remove extra }.

v0.2.2: Merge pull request #7 from gmmeyer/greg/install-all

28 Jul 14:21
Compare
Choose a tag to compare

Changes

  • [bugfix] Ensure requirements are installed for default test as well.

v0.2.1

25 Jul 22:31
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Changes

  • [bugfix] Fixing test launcher so that it now knows how to find nose tests (regression in 0.2.0).

v0.2.0

25 Jul 16:31
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changes

  • [improvement] Keeping ci/ Rakefile in SDK integration package folder. Not the SDK integrations root folder.
  • [bugfix] wrap sed in function to allow compatibility with GNU and BSD seds.
  • [bugfix] fallback to SDK_HOME environment variable if attribute not define on run_tests task.

v0.1.0

16 Jun 23:13
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial Release

  • This is the first pre(release) for our datadog-sdk-testing gem. This gem aims to make life easier and allow you to get up and running with scaffolding, testing and integrating with our CI when developing on the new dd-agent integration SDK.