8000 Comparing runatlantis:main...Yelp:master · runatlantis/atlantis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: runatlantis/atlantis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Yelp/atlantis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 7, 2021

  1. Always use the default workspace directory when building commands con…

    …text
    
    When pre_workflow_hooks is being used to generate atlantis.yaml
    and projects are set with specific workspaces different than "default",
    a different directory is created for each project-workspace pair,
    but all those that are not on the "default" workspace will
    not have an atlantis.yaml file at their root.
    
    This change ensures that when atlantis is building the projects commands
    for either:
    - a project-specific plan, triggered via (atlantis plan -d foo -w bar)
    - a project-specific apply, triggered vi (atlantis apply -d foo -w bar)
    - or applies for all the plans it can find (atlantis apply)
    it uses the default workspace to find the atlantis.yaml config.
    giuli007 committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    31ebd50 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Delete previous plans on autoplan or atlantis plan

    When using non-default workspaces, plans are stored
    in pr-and-workspace-specific directories.
    If a PR is subsequently updated it might happen that
    some of the plans are no longer relevant with regards
    to the latest changes.
    This change ensures that plans are always deleted
    when a generic plan is triggered either by autoplan
    or by a "atlantis plan" command.
    NB Plans are not cleaned up when specific projects are
    planned explicitly with "atlantis plan -p/-d/-w".
    giuli007 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    a8a94f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Merge pull request #14 from Yelp/delete_potentially_stale_previous_plans

    Delete previous plans on autoplan or atlantis plan
    giuli007 authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a387260 View commit details
    Browse the repository at this point in the history
  2. Fix test

    giuli007 committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    a0cffd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Merge pull request #18 from Yelp/test_fix

    Fix test
    giuli007 authored Jun 16, 2021
    Configuration menu
    Copy the full SHA
    9179407 View commit details
    Browse the repository at this point in the history
Loading
0