-
Whenever I use the "rollback" feature on Twinkle, I type my reason, and expect it to take me to the user's talk page. But instead, no new tab is opened, and I am sent, instead, to the page I reverted …
-
Amendments roll back to an (apparently) previous state on TLF. When auto-updating at regular intervals, once in a while the API returns a lot of amendments with the "non voted" state. A few seconds/mi…
-
In the cases where an upload fails to the point of rollback, it would be nice to have a "rollback" command.
This could be very simplistic: take a snapshot of all the projects currently deployed to t…
-
Hi, I haven't figured out how to Rollback/Downgrade from a build that has issues without starting over. I have tried the commands I found online but no luck. Please advise.
Thanks
-
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…
-
### Description
Using Build target: Test
OS: Windows.
When using rollback multiplayer in a project,
it seems that Arrays and structs are constantly being added into memory while offline testing.
…
-
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…