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: allenporter/flux-local
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.1.0
Choose a base ref
...
head repository: allenporter/flux-local
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.1.1
Choose a head ref
  • 7 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 21, 2023

  1. Remove complexity from multi-cluster diff (#447)

    Remove the unnecessary code from multi-cluster diff. Multi-cluster repos
    are still supported, just not with a single diff command.
    allenporter authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ed94338 View commit details
    Browse the repository at this point in the history
  2. Improve timeout error message (#448)

    Improve timeout error message when a subcommand fails to complete in
    time to show the actual command that was run.
    
    Example:
    ```
    FAILED tests/tool/test_test.py::test_test_hr[policy] - flux_local.exceptions.CommandException: Command 'flux-local test --enable-helm --enable-kyverno tests/testdata/cluster' timed out
    ```
    allenporter authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    265d162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34c9c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    167478e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a28d6d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b2440e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbbc4c3 View commit details
    Browse the repository at this point in the history
Loading