Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.
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: NHSDigital/eps-workflow-quality-checks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: NHSDigital/eps-workflow-quality-checks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.3
Choose a head ref
  • 7 commits
  • 14 files changed
  • 2 contributors

Commits on Oct 24, 2024

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

Commits on Nov 1, 2024

  1. Chore: [AEA-4183] - Add semantic release (#7)

    ## Summary
    - Routine Change
    - 🤖 Operational or Infrastructure Change
    
    ### Details
    Adds semantic release and related supporting config/resources.
    Orkastrated authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b93ce18 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Fix: [AEA-0000] - Fix URL (#8)

    ## Summary
    
    - Routine Change
    
    ### Details
    
    Just a minor typo that was preventing the semantic release from running.
    wildjames authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    5bc62f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    017c8a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fix: [AEA-0000] - Fix sonar for java. Fix release tagging flow (#9)

    ## Summary
    
    - 🤖 Operational or Infrastructure Change
    
    ### Details
    
    This should fix java sonar scanning. Also adds an optional input that
    can disable sonar altogether:
    - If `run_sonar` is false, `SONAR_TOKEN_EXISTS` will be unset/false
    - If `run_sonar` is true, and the sonar token is set, then the analysis
    steps can run
    - If it's a Java project, the java one runs
    - If it's not a java project, the normal one runs
    
    Also adds a missing package that stopped the release tagging from
    working.
    wildjames authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e3120b3 View commit details
    Browse the repository at this point in the history
  2. Fix: [AEA-0000] - Fix typo in java sonar (#10)

    ## Summary
    
    - Routine Change
    
    ### Details
    
    It turns out that `'true' != true`
    
    ---------
    
    Signed-off-by: Jim Wild <[email protected]>
    wildjames authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    18c2e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Docs: [AEA-0000] - Tweak the README (#11)

    ## Summary
    
    - Routine Change
    
    ### Details
    Just making the README a bit clearer.
    wildjames authored Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3738e97 View commit details
    Browse the repository at this point in the history
Loading