-
Updated
Jun 30, 2020 - YAML
#
rollback
Here are 59 public repositories matching this topic...
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
hooks
ansible
deployment
capistrano
deployer
deploy
rollback
deployments
deployment-strategy
ansible-roles
Modern Lockstep with clientside prediction and rollback
networking
unity
simulation
rollback
ecs
entitas
deterministic-game
multiplayer-game-server
clientside-prediction
-
Updated
Mar 21, 2019 - C#
Ansible role to rollback scripting applications like PHP, Python, Ruby, etc. in a capistrano style
-
Updated
May 16, 2020 - YAML
Tools to deploy applications to remote server(iis,windowsService,docker) support netframwork and dotnetcore,support rollback and increment deploy
-
Updated
May 30, 2020 - C#
extending ember data to track and rollback changes including objects and associations
-
Updated
Jun 6, 2020 - JavaScript
Gr3q
commented
Feb 6, 2020
Describe the solution you'd like
Add a --label option or something when the restore point is created manually, also show the label if exist in -l, -rb and such.
Would add some context on why an user created it (or if its an automatic point creation, add that as well).
-
Updated
Sep 8, 2019 - C#
kubernetes
cli
deployment
rollback
k8s
cobra
kubernetes-deployment
kubernetes-rollback
k8s-client-go
-
Updated
Sep 18, 2019 - Go
Easy to use snapshot and restore utility for any Linux (Unix) OS and filesystem powered by BASH
macos
linux
bash
freebsd
backup
openbsd
restore
systemd
timer
rollback
backup-files
backup-directories
cya
backup-profiles
restore-utility
-
Updated
Sep 19, 2018 - Shell
PoC: Blue-green deployment wih Docker Compose, Nginx, Consul and Registrator
-
Updated
Sep 29, 2019 - Shell
Coolbernetes - rollback your apps by simply clicking a button!
-
Updated
Jun 14, 2018 - JavaScript
ECS for Unity with full game state automatic rollbacks
framework
networking
csharp
unity
network
rollback
unity3d
ecs
transport
states
rts
game-state
determinism
csharp-framework
ecs-framework
states-history
-
Updated
Jul 2, 2020 - C#
Unity C# Port of GGPO built atop Hourai Networking
-
Updated
Jun 25, 2020 - C#
Free Monad Action Creators for Redux
-
Updated
Jun 6, 2020 - JavaScript
BedcoreProtect is a fast, efficient, data logging and anti-griefing tool for PocketMine servers. Rollback and restore any amount of damage.
restore
logger
rollback
pmmp
survival
pmmp-plugin
pocketmine-mp-plugin
coreprotect
anti-grief
block-logger
-
Updated
Jun 15, 2020 - PHP
Handles operations with automatic rollback mechanisms.
-
Updated
May 20, 2020 - PHP
Pyranid is a minimalist JDBC interface for modern Java applications.
-
Updated
Jul 3, 2020 - Java
This is a file cleaner which gets rid of junk files which may get in the way of your day to day use of the computer or just take up storage.
search
windows
files
touch
directory
filter
os
rollback
desktop
temporary-files
documents
cleaner
downloads
checkup
junk
cleaners
junk-folder
junkfiles
windows-cleaner
hitting-enter
-
Updated
Jun 23, 2020 - Python
Rancher Upgrader! - Upgrade, rollback and finish upgrade from Azure DevOps Pipelines
typescript
azure
deploy
rollback
rancher
upgrade
azure-devops
azure-pipelines
upgrader
azure-extensions
vss-extension
-
Updated
Sep 25, 2019 - TypeScript
A simple util to make rollback easy for complex nested promises
-
Updated
Mar 19, 2018 - JavaScript
This addon extends ember-data by providing deeper dirty tracking
-
Updated
Feb 11, 2019 - JavaScript
Initiate rollback on any exception in a grails service marked as transactional.
-
Updated
May 5, 2020 - Groovy
Migration tool for MongoDB (liquibase like)
-
Updated
Feb 26, 2019 - Go
2D fixed-point physics for Unity (WIP).
-
Updated
May 13, 2020 - C#
Improve this page
Add a description, image, and links to the rollback topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rollback topic, visit your repo's landing page and select "manage topics."
We started using the library and on a specific scenario, we have to use
Ecto.Multi.Looking through the documentation/code, the usage of
ExAudit.Tracking.track_changeimplies that user will build the resulting_struct throughEcto.Repo.Schemaand that is clear unless you go through the codebase.Also, Ecto Documentation does not expose
Ecto.Repo.Schemawhich makes the usage trickier.