Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
d28c775
TS-38628 Base class migration
Avanatiker Feb 24, 2026
18e540c
TS-38628 Fix profiler runner to not dump on creation
Avanatiker Feb 24, 2026
43331e4
TS-38628 Higher order functional logger
Avanatiker Feb 24, 2026
5753c85
TS-38628 Converter
Avanatiker Feb 24, 2026
b8744e5
TS-38628 Commands
Avanatiker Feb 24, 2026
614369e
TS-38628 Top level classes done
Mar 4, 2026
123449b
TS-38628 Utils
Mar 4, 2026
fce5a38
TS-38628 Fixed PreMain logging
Mar 4, 2026
8f4a6cb
TS-38628 Configuration
Mar 5, 2026
8580941
TS-38628 Loggers
Mar 5, 2026
1956a13
TS-38628 Uploader migration
Avanatiker Apr 8, 2026
d287eea
TS-38628 Artifactory
Avanatiker Apr 8, 2026
55f69cd
TS-38628 Reified generation, higher order functions and uploader
Avanatiker Apr 8, 2026
d46fea2
TS-38628 Properties
Avanatiker Apr 9, 2026
51a433d
TS-38628 Commits
Avanatiker Apr 9, 2026
488c92a
TS-38628 Azure
Avanatiker Apr 9, 2026
a7a153d
TS-38628 Options
Avanatiker Apr 9, 2026
c95becf
TS-38628 Agent Options
Avanatiker Apr 12, 2026
37c460e
TS-38628 Test Impact
Avanatiker Apr 12, 2026
16e1095
TS-38628 Full test impact
Avanatiker Apr 12, 2026
62921eb
TS-38628 Agent Option Parser
Avanatiker Apr 14, 2026
1174e55
TS-38628 First Agent Tests
Avanatiker Apr 14, 2026
a29c567
TS-38628 Git Property Tests
Avanatiker Apr 14, 2026
0a577c5
TS-38628 Some tests
Avanatiker Apr 15, 2026
692335a
TS-38628 More tests
Avanatiker Apr 16, 2026
99d5fcc
TS-38628 Bye Java
Avanatiker Apr 16, 2026
4db31cf
TS-38628 Apply last PR to migrated codebase
Avanatiker Apr 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions agent/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
com.teamscale.`kotlin-convention`
com.teamscale.`java-convention`
application

Expand Down Expand Up @@ -60,6 +61,7 @@ dependencies {
testImplementation(project(":tia-client"))
testImplementation(libs.retrofit.converter.jackson)
testImplementation(libs.okhttp.mockwebserver)
testImplementation(libs.mockito.kotlin)
}

application {
Expand Down
201 changes: 0 additions & 201 deletions agent/src/main/java/com/teamscale/jacoco/agent/Agent.java

This file was deleted.

157 changes: 0 additions & 157 deletions agent/src/main/java/com/teamscale/jacoco/agent/AgentBase.java

This file was deleted.

Loading
Loading