Skip to content

Commit

Permalink
docs(adr): move inital ADR out to new PR, clean up 0002
Browse files Browse the repository at this point in the history
  • Loading branch information
GenPage committed May 12, 2023
1 parent 6dbf5b6 commit 2084532
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 34 deletions.
20 changes: 0 additions & 20 deletions docs/adr/0001-record-architecture-decisions.md

This file was deleted.

30 changes: 16 additions & 14 deletions docs/adr/0002-project-locks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# ADR-001: Project Locks
# ADR-0002: Project Locks

- Date: 2023-04-18
- Date: 2023-05-09
- Status: Draft

## Context and Problem Statement
Expand Down Expand Up @@ -123,13 +123,15 @@ This is not to suggest the revival of these PRs in their current state but to ac
### Possible Solutions
**Note**: Some of these solutions will purposely be contradictory to the ADR Goals or Non-Goals in an effort to flesh out alternatives and to assist in the decision-making process.



### Solution 1: Clone once + TF_DATA_DIR

**TO-DO**: flesh out

Take PR #2921 and re-implement locks on the DATA_DIR only for plans and the entire base repo + PR for git clones.

**TO-DO**: flesh out
#### Pros
-
#### Cons

### Solution 2: Clone once + move plans into state/backend

Expand All @@ -149,12 +151,12 @@ TBD

## Links

https://github.com/runatlantis/atlantis/issues/1914
https://github.com/runatlantis/atlantis/pull/2131
https://github.com/runatlantis/atlantis/pull/2180
https://github.com/runatlantis/atlantis/pull/2882
https://github.com/runatlantis/atlantis/pull/2921
https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_data_dir
https://github.com/runatlantis/atlantis/blob/main/server/events/models/models.go
https://github.com/runatlantis/atlantis/blob/main/server/events/working_dir.go
https://github.com/runatlantis/atlantis/blob/main/server/events/working_dir_locker.go
- https://github.com/runatlantis/atlantis/issues/1914
- https://github.com/runatlantis/atlantis/pull/2131
- https://github.com/runatlantis/atlantis/pull/2180
- https://github.com/runatlantis/atlantis/pull/2882
- https://github.com/runatlantis/atlantis/pull/2921
- https://developer.hashicorp.com/terraform/cli/config/environment-variables#tf_data_dir
- https://github.com/runatlantis/atlantis/blob/main/server/events/models/models.go
- https://github.com/runatlantis/atlantis/blob/main/server/events/working_dir.go
- https://github.com/runatlantis/atlantis/blob/main/server/events/working_dir_locker.go

0 comments on commit 2084532

Please sign in to comment.