Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: extent-framework/extentreports-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.1.1
Choose a base ref
...
head repository: extent-framework/extentreports-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.2
Choose a head ref
  • 9 commits
  • 35 files changed
  • 4 contributors

Commits on Sep 20, 2023

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

Commits on Oct 16, 2023

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

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    b665ead View commit details
    Browse the repository at this point in the history
  2. Update maven.yml (remove update dependency graph)

    This was causing several 403 issues: https://github.com/extent-framework/extentreports-java/actions/runs/9579125973/job/26410971673?pr=400
    
    ```
    Error: HTTP Status 403 for request POST https://api.github.com/repos/extent-framework/extentreports-java/dependency-graph/snapshots
    Error: Response body:
    {
      "message": "Resource not accessible by integration",
      "documentation_url": "https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository",
      "status": "403"
    }
    Error: Resource not accessible by integration
    Error: HttpError: Resource not accessible by integration
        at /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:5317:1
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
    
    /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:396
            function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
    ^
    Error: Failed to submit snapshot: HttpError: Resource not accessible by integration
        at /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:499:1
        at Generator.throw (<anonymous>)
        at rejected (/home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:396:1)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
    ```
    anshooarora authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    0d6a33a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81cbe23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41ae106 View commit details
    Browse the repository at this point in the history
  5. Add video display in tests (#400)

    * Add video display in tests
    
    * Fix tests
    
    * Fix template spacing (for minify)
    
    * Fix GherkinDialect related tests
    
    * Update maven.yml (remove update dependency graph)
    
    This was causing several 403 issues: https://github.com/extent-framework/extentreports-java/actions/runs/9579125973/job/26410971673?pr=400
    
    ```
    Error: HTTP Status 403 for request POST https://api.github.com/repos/extent-framework/extentreports-java/dependency-graph/snapshots
    Error: Response body:
    {
      "message": "Resource not accessible by integration",
      "documentation_url": "https://docs.github.com/rest/dependency-graph/dependency-submission#create-a-snapshot-of-dependencies-for-a-repository",
      "status": "403"
    }
    Error: Resource not accessible by integration
    Error: HttpError: Resource not accessible by integration
        at /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:5317:1
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
    
    /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:396
            function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
    ^
    Error: Failed to submit snapshot: HttpError: Resource not accessible by integration
        at /home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:499:1
        at Generator.throw (<anonymous>)
        at rejected (/home/runner/work/_actions/advanced-security/maven-dependency-submission-action/571e99aab1055c2e71a1e2309b9691de18d6b7d6/webpack:/maven-dependency-tree-action/node_modules/@github/dependency-submission-toolkit/dist/index.js:396:1)
        at processTicksAndRejections (node:internal/process/task_queues:96:5)
    ```
    
    ---------
    
    Co-authored-by: grasshopper7 <[email protected]>
    Co-authored-by: Anshoo Arora <[email protected]>
    3 people authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    182c433 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. release 5.1.2

    anshooarora committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    bfc926a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015acb7 View commit details
    Browse the repository at this point in the history
Loading