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: gophercloud/devstack-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c41f86d
Choose a base ref
...
head repository: gophercloud/devstack-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e82a9cb
Choose a head ref
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 11, 2024

  1. Don't require to shell-escape conf_overrides

    Use heredoc syntax to append the value of `conf_overrides` to the
    `local.conf` file. Compared to the previous solution using `echo`, this
    removes the need to shell escape your value.
    
    Also remove the useless test, since the default value for
    `inputs.conf_overrides` is an empty string which results in a noop.
    
    Fixes #19.
    mandre committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    81537f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Merge pull request #20 from mandre/conf-overrides

    Don't require to shell-escape conf_overrides
    EmilienM authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5fa6a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44f4938 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21 from mandre/drop-unmaintained-openstack

    Drop CI jobs for unmaintained OpenStack versions
    EmilienM authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    de8a623 View commit details
    Browse the repository at this point in the history
  4. Remove workarounds for yoga

    EmilienM committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e82a9cb View commit details
    Browse the repository at this point in the history
Loading