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: clearlydefined/operations
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.1
Choose a base ref
...
head repository: clearlydefined/operations
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.2
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on Oct 26, 2024

  1. Fix integration tests

    Integration tests running over a list of components are being skipped.  The reason is that the callbacks in `describe()` must be synchronous.  See documentation at https://github.com/mochajs/mocha/pull/5046/files and detailed explanation at mochajs/mocha#2975 (comment).
    
    Adapted the affected tests accordingly.
    qtomlinson committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3701bf2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Merge pull request #106 from qtomlinson/qt/fix_components

    Fix integration tests
    elrayle authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c10f84f View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    5b23f43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f675f17 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from clearlydefined/elr/workflow

    set value to return as docker-image-name-with-tag
    elrayle authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    d758867 View commit details
    Browse the repository at this point in the history
Loading