Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

DataDog/system-tests

cbeauchesne pushed 1 commit to main DataDog/system-tests
  • Make DD_API_KEY optional (#3286) 34efd20

View on GitHub

cbeauchesne closed a pull request on DataDog/system-tests
Make DD_API_KEY optional
## Motivation <!-- What inspired you to submit this pull request? --> ## Changes <!-- A brief description of the change being made with this pull request. --> ## Workflow 1. ⚠️ Creat...
vpellan pushed 1 commit to vpellan/add-dev-to-healthcheck DataDog/system-tests
  • Add -dev to healthcheck when not running from Rubygems 9eac6d4

View on GitHub

cbeauchesne created a review on a pull request on DataDog/system-tests
Be careful, you modified test logic. In that situation, you must not prefix your PR title with `[java]`, otherwise, only java test are executed.

View on GitHub

szegedi pushed 9 commits to szegedi/java-onboarding-profiling-2 DataDog/system-tests
  • nodejs: fix AWS bug where messages aren't being consumed (#3296) 1fc0745
  • kafka cluster id test update (#3277) 70f4385
  • Enhance partial flushing tests in prep for enabling by default (#3244) f3db784
  • chore: fix formatting for DD_TAGS (#3260) aa289ca
  • Onboarding: Start Stop VM times (#3262) 96053dd
  • onboarding FPD reports (#3302) 574a97c
  • Fix python version deprecation warning (#3308) c50a7c3
  • [python] enable fastapi cookies (#3292) Co-authored-by: Christophe Papazian <[email protected]... 9aab9e1
  • Turn on profiling scenario for all weblogs for which there is a corresponding tracing scenario ba08f21

View on GitHub

cbeauchesne created a review on a pull request on DataDog/system-tests

View on GitHub

cbeauchesne created a review comment on a pull request on DataDog/system-tests
Just to have clean semver declaration ```suggestion fastapi: v2.16.0-dev ```

View on GitHub

cbeauchesne created a review on a pull request on DataDog/system-tests

View on GitHub

avara1986 deleted a branch DataDog/system-tests

avara1986/fastapi_cookies

avara1986 pushed 1 commit to main DataDog/system-tests

View on GitHub

avara1986 closed a pull request on DataDog/system-tests
[python] enable fastapi cookies
## Motivation <!-- What inspired you to submit this pull request? --> ## Changes <!-- A brief description of the change being made with this pull request. --> ## Workflow 1. ⚠️ Creat...
cbeauchesne created a review on a pull request on DataDog/system-tests

View on GitHub

kevingosse pushed 1 commit to kevin/crashtracking_childprocess DataDog/system-tests

View on GitHub

manuel-alvarez-alvarez pushed 1 commit to malvarez/appsec-user-tracking-tests DataDog/system-tests
  • Reset RC state after running the tests 867ffc4

View on GitHub

manuel-alvarez-alvarez pushed 1 commit to malvarez/appsec-user-tracking-tests DataDog/system-tests
  • Reset RC state after running the tests ab8d7c5

View on GitHub

manuel-alvarez-alvarez created a comment on a pull request on DataDog/system-tests
> It's failing on the modified scenario, but I'm suspecting that it interacts with other tests. > > Why did you choose this scenario at the first place ? I just needed an scenario with RC ena...

View on GitHub

kevingosse opened a draft pull request on DataDog/system-tests
Kevin/crashtracking childprocess
## Motivation <!-- What inspired you to submit this pull request? --> ## Changes <!-- A brief description of the change being made with this pull request. --> ## Workflow 1. ⚠️ Creat...
kevingosse created a branch on DataDog/system-tests

kevin/crashtracking_childprocess - Test framework for libraries and agents.

robertomonteromiguel pushed 1 commit to robertomonteromiguel/onboarding_enable_GA_vms DataDog/system-tests

View on GitHub

robertomonteromiguel pushed 2 commits to robertomonteromiguel/onboarding_enable_GA_vms DataDog/system-tests

View on GitHub

lloeki deleted a branch DataDog/system-tests

lloeki/fix-python-version-deprecation-warning

lloeki pushed 1 commit to main DataDog/system-tests
  • Fix python version deprecation warning (#3308) c50a7c3

View on GitHub

lloeki closed a pull request on DataDog/system-tests
Fix python version deprecation warning
## Motivation <!-- What inspired you to submit this pull request? --> Some loose ends ## Changes <!-- A brief description of the change being made with this pull request. --> - make ...
smola pushed 5 commits to smola/test-java-telemetry-default DataDog/system-tests
  • onboarding FPD reports (#3302) 574a97c
  • Rely on telemetry default config b893fea
  • Force DD_TELEMETRY_LOG_COLLECTION_ENABLED for crash tracking test 7d8a114
  • Force DD_TELEMETRY_LOG_COLLECTION_ENABLED=true for Ruby parametric eb67e01
  • Revert "Force DD_TELEMETRY_LOG_COLLECTION_ENABLED for crash tracking test" This reverts commit 7d8a114cae808d0f58ab9... 99b4d6c

View on GitHub

y9v created a review on a pull request on DataDog/system-tests

View on GitHub

lloeki pushed 1 commit to lloeki/add-env-to-run.sh DataDog/system-tests
  • Pass additional DD_API_KEY{2,3} and DD_APP_KEY{,2,3} to docker mode container bb56e80

View on GitHub

Strech created a review on a pull request on DataDog/system-tests
I think the logic is correct. Well done 👏🏼 I also think we might use solely gemspec to return the version and to reduce the code.

View on GitHub

Strech created a review comment on a pull request on DataDog/system-tests
I have only suggestion to rewrite it into this ```suggestion gemspec = defined?(Datadog::VERSION) ? Gem.loaded_specs['datadog'] : Gem.loaded_specs['ddtrace'] version = gemspec.versio...

View on GitHub

Strech created a review on a pull request on DataDog/system-tests

View on GitHub

Strech created a review comment on a pull request on DataDog/system-tests
The logic here is the following: 1. `Datadog` is a namespace which exists in both cases 2. `Datadog::VERSION` exists only when `datadog` gem is loaded and only in new version 3. Otherwise it's...

View on GitHub

Load more