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: endorama/devid
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 53c40d7601981cd2b12378ad6abce0418677c160
Choose a base ref
...
head repository: endorama/devid
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12a694b2dd89264762d205fe7efbe0aa8085d775
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Mar 4, 2024

  1. fix linting (#11)

    endorama authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ddec063 View commit details
    Browse the repository at this point in the history
  2. aws: don't configure AWS_PROFILE

    The plugin currently always set AWS_PROFILE to the persona's name. This is
    not necessary, as having multiple personas allow to leverage the default
    profile for each without special AWS configurations.
    
    Updates the plugin to accept an additional custom_profile_name configuration
    that specifies the custom profile name to use. When empty, AWS_PROFILE is
    not set. When set to `$PERSONA`, the value is replaced with current
    persona's name.
    
    **This is a breaking change.**
    endorama committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4e5162c View commit details
    Browse the repository at this point in the history
  3. fix tests

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