Andre Ziviani

Results 36 comments of Andre Ziviani

@innovia I've created a PR for something else but I think it should fix your problem (more specifically line 186) https://github.com/runatlantis/atlantis/pull/2053/files#diff-6583ec7260b28e573c74e18e783ee24ba8dce7d0a2e6929c105cc7e74d3d9c6fR186

I did the change that broke your workflow, my PR has already been reverted (https://github.com/runatlantis/atlantis/pull/2173) I will try to reimplement it with an option to enable/disable it, sorry for breaking...

Also you need to actually add the pending apply status [here](https://github.com/runatlantis/atlantis/blob/master/server/events/plan_command_runner.go#L105) like I did [here](https://github.com/runatlantis/atlantis/pull/2053/files#diff-6583ec7260b28e573c74e18e783ee24ba8dce7d0a2e6929c105cc7e74d3d9c6fR107) but keep in mind that this change will affect all VCS not only GitHub Make...

> [...] another attempt to try to get mergeable working with required "atlantis/apply" status checks. I assumed that you want to add a pending "atlantis/apply" status check after you run...

when you run `atlantis plan` it automatically adds a pending apply status? it doesn't for me ![image](https://user-images.githubusercontent.com/7469258/183965679-fdc3c9b8-8806-4b9e-8135-e90df8fa0feb.png) I'm asking because since it does not add a pending/apply status it already...

Then I apologize for the confusion, I misunderstood what you are trying to do. LGTM

You are absolutely right @chicocvenancio , that’s the main reason why I gave up trying to implement something like this

We tried everything we could think of to fix this, only thing that worked was dropping the database and recreating everything (we manage everything via Terraform), after that it is...

There were a few bugs around cache writeback, check these PR: https://github.com/grafana/loki/pull/12456 https://github.com/grafana/loki/pull/11776 The last one is the most relevant but TLDR there was a bug on how the queue...