-
Current rollback behaviour is inconsistent depending on when a user was banned/unbanned and potentially rebanned.
Instead of looping through all bans, and then unbans etc serially, build a view of …
-
This should roll back to the previous successful release, prior to the current release of a service.
-
In `RollbackSynchronizer.process_settings()`:
```gdscript
# Gather all rollback-aware nodes to simulate during rollbacks
_nodes = root.find_children("*")
_nodes.push_front(root)
_nodes = _node…
-
Silverdecisions displays rollback values that start with final branch values, and accumulate branch values as the rollback calculations proceed. It would be nice if there was an option to display rol…
-
Docker 17.05 added an option to start new instances of a service before killing the previous one (see https://github.com/moby/moby/pull/30261, https://github.com/moby/moby/issues/31955), however, docu…
-
Executing
```
WITH x AS (SELECT 1)
SELECT * FROM x;
```
will be considered a transaction by dbeaver (v21.2.4) and I have to rollback/commit manually on my database (postgres 13).
Changing to…
-
We pre-test and expect providers to be as honest as possible in that test, but things may still fail. We can't guarantee permissions for some things unless we try and fail, so there's not a good way t…
-
Hello, I was wondering if it's easy to add support for rollback capability, i.e. if the commit message includes 'rollback' then `cap deploy:rollback`, or even support ROLLBACK_RELEASE.
-
Hi, I wanted to rollback an application but the database was not rolled back.
What do you think about adding a `deploy:db:rollback` to this gem. This task could be also hooked after the `deploy:rever…
-
This gem was very forward thinking, and I don't know why it isn't the default way to do Heroku deploys. If you look at Heroku's pipelines they essentially do the same thing. One feature pipelines have…