Skip to content

Releases: agoda-com/dotnet-build-metrics

1.0.100

28 Jun 02:23
ae46947
Compare
Choose a tag to compare
Migrate xUnit plugin. (#27)

* Migrate xUnit plugin.

* Remove redundant GitContext class

* Changed target framework for shared library, moved TestCase to shared location.

* Remove old models, simplify test case collection.

* Moved NUnitTestCasePayload to shared library.

* Rewriting TestResultsBuilder

* Fixed typo in enum name.

* Fleshed out rest of reporting.

* Added reference link for NUnit TestCase XML definition.

* Made xUnit package target netstandard2.0 instead of net6

* Moved some tests.

* Renamed to match new type name.

* Added some sample xUnit tests to publish.

* Refactoring to clean up task contention (attempting to run binary inside a task).

* Fixed async issues, testing generated JSON again.

* Fixing how we populate the name

* Removed testing code.

* Code cleanup, remove random tests.

1.0.98

27 Jun 04:38
a5059ee
Compare
Choose a tag to compare
Add clean tokens for gitlab CI and more tests (#34)

1.0.95

23 Jun 14:00
7ec3160
Compare
Choose a tag to compare
Fix wrong mapping and add tests (#33)

* fix datetime format error while deserialize test report

* add more date time formats
update test

---------

Co-authored-by: vdungsrikaew <[email protected]>

1.0.94

23 Jun 12:45
f2db673
Compare
Choose a tag to compare
fix datetime format error while deserialize test report (#32)

Co-authored-by: vdungsrikaew <[email protected]>

1.0.93

21 Jun 07:54
feeb0b6
Compare
Choose a tag to compare
add RedirectStandardError = true (#31)

Co-authored-by: Natchanon Nuntanirund <[email protected]>

1.0.90

20 Jun 03:38
a84747a
Compare
Choose a tag to compare
Update NUnitTestCasePayload.cs (#30)

1.0.82

09 Jun 05:01
9f293c8
Compare
Choose a tag to compare
Capturing Test run data from Developer Local Machines (#26)

* Working e2e on local with Tests

* publish alpha pkg

* add license to nuget

* Add simple local load test we can use

* fix commit

* Changes for addins file to include in output

* fix lint warning

* remove local debugging

* add optional get gitlab user id from piepline trigger

1.0.72

01 Feb 10:32
3e6375e
Compare
Choose a tag to compare
Fix exception name + add CI for pull requests (#24)

1.0.70

09 Jan 03:40
d818d60
Compare
Choose a tag to compare
Add package for measuring aspnet startup time. (#22)

* refactor code for reusability

* create common lib and add timed aspnet startup

* rename BuildTime to DevFeedback in Common lib

* add timed application lifetime started

* fix usability issues

* Extend readme for new AspNetStartup package.

Co-authored-by: nic <[email protected]>

1.0.66

19 Dec 09:58
218895b
Compare
Choose a tag to compare
refactor code for reusability (#21)

Co-authored-by: nic <[email protected]>