Ecosyste.ms: Timeline

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

DataDog/system-tests

manuel-alvarez-alvarez pushed 8 commits to malvarez/appsec-user-tracking-tests DataDog/system-tests
  • 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
  • Make DD_API_KEY optional (#3286) 34efd20
  • [ruby] Enables a bunch of easy wins (#3306) ff58fa0
  • Add tests for user and session tracking/blocking 9df6bdb
  • Reset RC state after running the tests 7eee679
  • Use scenario appsec_runtime_activation e0c33c6

View on GitHub

cbeauchesne created a comment on a pull request on DataDog/system-tests
nah, you did well, I need to dig in the log to understand what's hapenning, I'm worried it's coming from the RC API

View on GitHub

Strech created a review comment on a pull request on DataDog/system-tests
Alright, then we can add the "salt" to the good-meaning value, like ``` malicious-uri-wX1GdUiWdVdoklf0pYBi5kQApO9i77tN ```

View on GitHub

vpellan deleted a branch DataDog/system-tests

vpellan/add-dev-to-healthcheck

vpellan pushed 1 commit to cbeauchesne/ruby-version DataDog/system-tests
  • [ruby] Add -dev to healthcheck when not using gem from Rubygems (#3295) a334368

View on GitHub

vpellan closed a pull request on DataDog/system-tests
[ruby] Add -dev to healthcheck when not using gem from Rubygems
## Motivation <!-- What inspired you to submit this pull request? --> This will enable the activation of system-tests on ruby dev environment for the upcoming version (e.g.: current version i...
vpellan created a review comment on a pull request on DataDog/system-tests
Fixed in 2bfd6af0f8ad4f75847d4debbc025a1ef312f67f

View on GitHub

vpellan 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
Shouldn't we return microseconds (nil or 0) in case if it's `nil` or `0` ```suggestion if microseconds.nil? || microseconds == 0 microseconds ```

View on GitHub

Strech created a review comment on a pull request on DataDog/system-tests
We can go with a struct here and it will be similar ```ruby HeaderTuple = Struct.new(:key, :value, keyword_init: true) ```

View on GitHub

Strech created a review on a pull request on DataDog/system-tests
Great step forward! I think we could improve the code afterwards, like replace classes with simple structs and so on, but it's a huge step forward already ❤️

View on GitHub

Strech created a review on a pull request on DataDog/system-tests
Great step forward! I think we could improve the code afterwards, like replace classes with simple structs and so on, but it's a huge step forward already ❤️

View on GitHub

NachoEchevarria pushed 1 commit to nacho/enableATOAndRCTests DataDog/system-tests

View on GitHub

gnufede 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
To be honest, I think cryptic values make it hard to read the tests itself. Instead I would like to see something, which will immediately give me a sign in the tests, that I see a value, which supp...

View on GitHub

Strech created a review comment on a pull request on DataDog/system-tests
```suggestion """Test that blocked requests are blocked before being processed""" assert self.block_req2.status_code == 403 interfaces.library.assert_waf_attack...

View on GitHub

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

View on GitHub

avara1986 pushed 1 commit to avara1986/fix_semver DataDog/system-tests
  • fix(python): semver format e5a1992

View on GitHub

avara1986 pushed 1 commit to avara1986/fix_semver DataDog/system-tests
  • fix(python): semver format aed6bdb

View on GitHub

wconti27 pushed 1 commit to conti/aws-test-cleanup DataDog/system-tests

View on GitHub

cbeauchesne deleted a branch DataDog/system-tests

skip-ruby

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

View on GitHub

mtoffl01 pushed 1 commit to mtoff/golang-headertags-test-fix DataDog/system-tests

View on GitHub

avara1986 created a comment on a pull request on DataDog/system-tests
> Should we remove all the dev from already released version as they refer to commit on main branch that will never be tested again? Sounds good to me

View on GitHub

ZStriker19 created a comment on a pull request on DataDog/system-tests
> If I'm not wrong, those change are also in #3279 ? We wanted to do it separately originally but let's just close this and merge #3279

View on GitHub

cecile75 pushed 2 commits to cecile/tracer_flare_java DataDog/system-tests
  • [ruby] Enables a bunch of easy wins (#3306) ff58fa0
  • Merge branch 'main' into cecile/tracer_flare_java 305683d

View on GitHub

wconti27 opened a pull request on DataDog/system-tests
AWS Test cleanup
## Motivation Fixing small bugs 1- Kinesis client was not exiting once a message was found. 2- AWS resource cleanup was hit rate exceptions, limited this by adding time sleeps in between cal...
ZStriker19 pushed 8 commits to zachg/ruby_grpc_to_http DataDog/system-tests
  • 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
  • Make DD_API_KEY optional (#3286) 34efd20
  • [ruby] Enables a bunch of easy wins (#3306) ff58fa0
  • Merge branch 'main' into zachg/ruby_grpc_to_http 2ee4d42

View on GitHub

ZStriker19 pushed 1 commit to zachg/ruby_grpc_to_http DataDog/system-tests
  • Update tests/parametric/test_headers_tracestate_dd.py Co-authored-by: Charles de Beauchesne <charles.debeauchesne@da... b951fdc

View on GitHub

wconti27 created a branch on DataDog/system-tests

conti/aws-test-cleanup - Test framework for libraries and agents.

Load more