Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
nguerrera pushed 1 commit to main microsoft/security-utilities
- build: speed up BuildAndTest.cmd (#123) `BuildAndTest` was terribly slow and basically unusable in any inner loop. T... f0b718f
nguerrera closed a pull request on microsoft/security-utilities
build: speed up BuildAndTest.cmd
`BuildAndTest` was terribly slow and basically unusable in any inner loop. The main culprit was that `cargo clean` was done on every invocation. This causes the rust world to be rebuilt every singl...nguerrera pushed 2 commits to incremental-build nguerrera/security-utilities
nguerrera pushed 1 commit to main microsoft/security-utilities
- ci: fix build break due to deprecated v3 artifact upload (#124) See https://github.blog/changelog/2024-04-16-depreca... 496d754
nguerrera created a review comment on a pull request on microsoft/security-utilities
Ah!
nguerrera created a comment on a pull request on microsoft/security-utilities
#124 will fix the failed PR validation.
nguerrera created a review comment on a pull request on microsoft/security-utilities
@rwoll It seems this doesn't actually upload anything as it doesn't find `playwright-report`. This was already the case with v3 too from what I can tell. Should I remove it instead of upgrading it ...
nguerrera pushed 1 commit to fix-build nguerrera/security-utilities
- ci: fix build break due to deprecated v3 artifact upload See https://github.blog/changelog/2024-04-16-deprecation-no... 06795ee
nguerrera created a branch on nguerrera/security-utilities
fix-build - Security utilities for key generation, string redaction, etc.
nguerrera opened a pull request on microsoft/security-utilities
build: speed up BuildAndTest.cmd
`BuildAndTest` was terribly slow and basically unusable in any inner loop. The main culprit was that `cargo clean` was done on every invocation. This causes the rust world to be rebuilt every singl...nguerrera pushed 1 commit to incremental-build nguerrera/security-utilities
- build: speed up BuildAndTest.cmd `BuildAndTest` was terribly slow and basically unusable in any inner loop. The main... 1808e4c
nguerrera pushed 1 commit to incremental-build nguerrera/security-utilities
- build: speed up BuildAndTest.cmd `BuildAndTest` was terribly slow and basically unusable in any inner loop. The main... 5d5a9c6
nguerrera created a branch on nguerrera/security-utilities
incremental-build - Security utilities for key generation, string redaction, etc.
nguerrera opened a pull request on microsoft/security-utilities
Run tests on .NET 8, fix issues uncovered by that
This started with wanting to examine `IdentifiableScan` performance. I profiled its unit test and the profiler told me that it was spending a lot of time in regular expressions and so I probably wa...nguerrera pushed 1 commit to test-net8 nguerrera/security-utilities
- Run tests on .NET 8, fix issues uncovered by that This started with wanting to examine `IdentifiableScan` performanc... 4f73a36
nguerrera pushed 1 commit to test-net8 nguerrera/security-utilities
- Run tests on .NET 8, fix issues uncovered by that This started with wanting to examine IdentifiableScan performance.... 3a822fb
nguerrera pushed 1 commit to test-net8 nguerrera/security-utilities
- Run tests on .NET 8, fix issues uncovered by that This started with wanting to examine IdentifiableScan performance.... 460f902
nguerrera created a branch on nguerrera/security-utilities
test-net8 - Security utilities for key generation, string redaction, etc.
nguerrera pushed 1 commit to main nguerrera/security-utilities
- chore: Use Directory.Build.props instead of manual Build.props import (#121) 96ec21c
nguerrera pushed 1 commit to main microsoft/security-utilities
- chore: Use Directory.Build.props instead of manual Build.props import (#121) 96ec21c
nguerrera pushed 1 commit to db-props nguerrera/security-utilities
- chore: Use Directory.Build.props instead of manual Build.props import 1be5b53
nguerrera created a branch on nguerrera/security-utilities
db-props - Security utilities for key generation, string redaction, etc.