-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reporter refactoring, enum bugfixes in DTOs, changed install script
- Loading branch information
Balazs Kreith
committed
Aug 28, 2020
1 parent
6c7003a
commit def870d
Showing
73 changed files
with
798 additions
and
546 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
FROM gradle:6.3-jdk14 AS build | ||
COPY --chown=gradle:gradle . /home/gradle/src | ||
WORKDIR /home/gradle/src | ||
RUN gradle :reporter:build --no-daemon | ||
|
||
FROM openjdk:14-alpine | ||
COPY --from=build /home/gradle/src/reporter/build/libs/reporter-*-all.jar reporter.jar | ||
CMD ["java", "-Dcom.sun.management.jmxremote", "-Xmx128m", "-jar", "reporter.jar"] |
This file was deleted.
Oops, something went wrong.
212 changes: 0 additions & 212 deletions
212
bigquery-reporter/src/main/java/org/observertc/webrtc/reporter/BigQueryReportService.java
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
bigquery-reporter/src/main/java/org/observertc/webrtc/reporter/ReporterConfig.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.