Skip to content

Releases: agoda-com/dotnet-build-metrics

1.0.113

03 Nov 05:44
030ee79
Compare
Choose a tag to compare
Update Agoda.DevFeedback.Common.csproj (#42)

1.0.111

23 Aug 04:30
6575a4e
Compare
Choose a tag to compare
fix branch name on CI (#41)

Co-authored-by: psomangali <priya.somangali@agoda.com>

1.0.110

22 Aug 14:45
c220e67
Compare
Choose a tag to compare
using ternary expression (#40)

Co-authored-by: psomangali <priya.somangali@agoda.com>

1.0.109

22 Aug 14:00
912de6d
Compare
Choose a tag to compare
include runid TestCasePayload (#39)

Co-authored-by: psomangali <priya.somangali@agoda.com>

1.0.108

10 Jul 09:33
c094a88
Compare
Choose a tag to compare
use default timeout (#38)

Co-authored-by: Virasak Dungrikaew <virasak.dungsrikaew@agoda.com>

1.0.107

10 Jul 09:33
f6eb265
Compare
Choose a tag to compare
fix wrong endpoint for sending build time (#37)

Co-authored-by: Virasak Dungrikaew <virasak.dungsrikaew@agoda.com>

1.0.104

06 Jul 03:40
d4cc6b8
Compare
Choose a tag to compare
use Newtonsoft instead of System.Text.Json (#36)

Co-authored-by: vdungsrikaew <virasak.dungsrikaew@agoda.com>

1.0.103

04 Jul 09:39
80ff768
Compare
Choose a tag to compare
Proposal: Refactor publisher (#29)

* Refactoring publisher to reduce logic and support async operation.

* Forgot to fill in environment variable names in lookup table.

* Fixed failed conflict resolution.

* Updated to use new publish methods.

* Use Wait instead of RunSynchronously

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)