Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Report Viewer: host and use the the report viewer locally #1176

Merged
merged 55 commits into from
Feb 20, 2024

Commits on Jul 5, 2023

  1. Testing local report viewer

    dfuchss committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fd89367 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Update to Java JDK 20

    dfuchss committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    739fa34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6807daf View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    a52b059 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    5d2c8df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2d1bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e27f632 View commit details
    Browse the repository at this point in the history
  4. frontend logic for local mode

    Kr0nox committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    3085de0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0defe37 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. remove unneeded dependencies

    Kr0nox committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    5a27848 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature/internal-w…

    …eb-viewer
    
    # Conflicts:
    #	pom.xml
    Kr0nox committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    3a5b0be View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Changed local report viewer to return index html for every path, that…

    … is not used for something else.
    TwoOfTwelve committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    853ff7f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/internal-web-viewer' int…

    …o feature/internal-web-viewer
    
    # Conflicts:
    #	cli/src/main/java/de/jplag/cli/server/ReportViewer.java
    #	report-viewer/package-lock.json
    TwoOfTwelve committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c794eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8ea19 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. fix new tabs on comparison

    Kr0nox committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    30ac721 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    288716f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/internal-web-viewer' int…

    …o feature/internal-web-viewer
    TwoOfTwelve committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d65afab View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix tests

    Kr0nox committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e9f902d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Merge remote-tracking branch 'origin/develop' into feature/internal-w…

    …eb-viewer
    
    # Conflicts:
    #	.github/workflows/maven.yml
    #	.github/workflows/publish.yml
    #	.github/workflows/sonarcloud-branch.yml
    #	.github/workflows/sonarcloud-pr.yml
    #	.github/workflows/spotless.yml
    #	pom.xml
    #	report-viewer/src/components/ComparisonsTable.vue
    #	report-viewer/src/viewWrapper/ComparisonViewWrapper.vue
    #	report-viewer/src/views/FileUploadView.vue
    Kr0nox committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e36eb01 View commit details
    Browse the repository at this point in the history
  2. fix report viewer build

    Kr0nox committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4f055d0 View commit details
    Browse the repository at this point in the history
  3. fix new tabs

    Kr0nox committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    daede42 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Added javadoc to internal report viewer and moved the resource declar…

    …ation in the pom xml into the profile.
    TwoOfTwelve committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    71d094c View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    a207694 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    dc58ad6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Changed port to 1996.

    TwoOfTwelve committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    31b818b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/internal-web-viewer' int…

    …o feature/internal-web-viewer
    TwoOfTwelve committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    aadeae3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/develop' into feature/internal-w…

    …eb-viewer
    
    # Conflicts:
    #	report-viewer/src/components/ComparisonsTable.vue
    Kr0nox committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f9d32d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    10a9453 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/internal-web-viewer' int…

    …o feature/internal-web-viewer
    TwoOfTwelve committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    3c84512 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    e4fa97f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f0716 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge branch 'develop' into feature/internal-web-viewer

    # Conflicts:
    #	cli/src/main/java/de/jplag/cli/CLI.java
    #	cli/src/main/java/de/jplag/cli/CliOptions.java
    #	report-viewer/src/views/FileUploadView.vue
    TwoOfTwelve committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    b69cd36 View commit details
    Browse the repository at this point in the history
  2. fix prettier

    Kr0nox committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    52bf30b View commit details
    Browse the repository at this point in the history
  3. fix loading index html file

    Kr0nox committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    1dcc4b5 View commit details
    Browse the repository at this point in the history
  4. file name in tab

    Kr0nox committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4b9c925 View commit details
    Browse the repository at this point in the history
  5. fix anonymous propagation

    Kr0nox committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d4920db View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    7956543 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into feature/internal-web-viewer

    # Conflicts:
    #	cli/src/main/java/de/jplag/cli/CLI.java
    #	cli/src/main/java/de/jplag/cli/CliOptions.java
    #	core/src/main/java/de/jplag/reporting/reportobject/ReportObjectFactory.java
    #	report-viewer/src/views/FileUploadView.vue
    TwoOfTwelve committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ab6ae74 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/internal-web-viewer' int…

    …o feature/internal-web-viewer
    
    # Conflicts:
    #	cli/src/main/java/de/jplag/cli/CLI.java
    #	report-viewer/src/views/FileUploadView.vue
    TwoOfTwelve committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    34c177b View commit details
    Browse the repository at this point in the history
  4. add example zip name again

    Kr0nox committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ccaddce View commit details
    Browse the repository at this point in the history
  5. add node js link to docs

    Kr0nox committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7b724bb View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    70a449f View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/internal-web-viewer' int…

    …o feature/internal-web-viewer
    TwoOfTwelve committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    24fba7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    889cc05 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    0464d4f View commit details
    Browse the repository at this point in the history
  2. Added port lookup.

    TwoOfTwelve committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    93b6655 View commit details
    Browse the repository at this point in the history
  3. spotless

    TwoOfTwelve committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    1f27130 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    6fe98ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d40b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c198274 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    c3fcf62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00d7d8c View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Sonarcloud issues

    TwoOfTwelve committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cec3c6d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature/internal-w…

    …eb-viewer
    
    # Conflicts:
    #	cli/src/main/java/de/jplag/cli/CLI.java
    TwoOfTwelve committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    54d8474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4303bc View commit details
    Browse the repository at this point in the history