-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop Plan/Apply, Global Unlock, and Comment to File #1491
Comments
|
@nishkrishnan For unlocking in the UI, there is no "Unlock All" and no select feature. There are times I have 100+ plans and would have to individually click and delete each plan one by one As for the comments, let's say it is supposed to look like this A When Atlantis comments inside a bitbucket PR, it comes out like this (with each set of three being it's own individual comment). G D A |
Hi @nishkrishnan , any update on this? |
Can someone re-open this? This gets really annoying when people are keeping their branches up to date with head and each one triggers a new plan, possibly locking other PRs touching the same modules. We have a lot of people making changes. We might just have to disable auto-plan all together |
I will prefer to leave this closed, this work as designed and we do not have time to implement these changes. You can now disable locking globally, or autoplan globally, or per project so you can tailor your projects in whatever way you want. I personally always thought autoplan was a pain so I always disable it and created atlantis.yaml files.. |
We have roughly 100 modules across multiple repos. Turning off We do create |
using workspaces eliminates that problem too
…On Sat, Sept 9, 2023, 12:53 a.m. Brandon Fryslie ***@***.***> wrote:
I personally always thought autoplan was a pain so I always disable it and
created atlantis.yaml files
We have roughly 100 modules across multiple repos. Turning off autoplan
is a huge pain. But maybe we're just busier than most teams. Disabling
Atlantis locking globally fixed the immediate problem where only one PR
could plan at at time. It would be nice if Atlantis allowed disabling
locking for plan but leaving it enabled for apply, but now we're just
relying on Terraform locking for that.
We do create atlantis.yaml files, but it's generated by a python script
and around 7000 lines long...
—
Reply to this email directly, view it on GitHub
<#1491 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERAK7QOVHO3EL6IB26DXZQN6DANCNFSM42T3NAIQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I have three requests
Please provide a way to stop/cancel actively running plans and applies.
Please provide a way to unlock outside of a pull request AND/OR allow unlocking of, for example, pull request 49 plans inside of pull request 50.
I use Atlantis with Bitbucket Cloud and when the Atlantis comment are too long, it breaks them up into separate comments. However these comments cannot be read straight down from top to bottom - you have to jump around. Please have Atlantis comment in a readable straight top to bottom manner AND/OR allow Atlantis to write to a file with a readable plan.
The text was updated successfully, but these errors were encountered: