-
Notifications
You must be signed in to change notification settings - Fork 137
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
Support snapper #1491
base: master
Are you sure you want to change the base?
Support snapper #1491
Commits on Oct 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for da73c8f - Browse repository at this point
Copy the full SHA da73c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 055221b - Browse repository at this point
Copy the full SHA 055221bView commit details -
Update all occurrences of this.options
New Backbone versions no longer automatically set this on the object, you have to pass it to initialize().
Configuration menu - View commit details
-
Copy full SHA for 4eca949 - Browse repository at this point
Copy the full SHA 4eca949View commit details
Commits on Oct 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a4fd43c - Browse repository at this point
Copy the full SHA a4fd43cView commit details -
Create snapper root config only if not present
Allows user modifications to persist.
Configuration menu - View commit details
-
Copy full SHA for c061386 - Browse repository at this point
Copy the full SHA c061386View commit details -
Introduce a snapper plugin for yum
Provides automatic pre/post snapshots for each yum transaction, just like the official plugin for zypper (SUSE systems). Related: rockstor#1432
Configuration menu - View commit details
-
Copy full SHA for 5b81527 - Browse repository at this point
Copy the full SHA 5b81527View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d65c36 - Browse repository at this point
Copy the full SHA 5d65c36View commit details -
Introduce standard skeleton view for forms
Embeds a Backform form within our standard Bootstrap panel element. Can be used just like a Backform.Form view, because all constructor arguments are passed on to the form.
Configuration menu - View commit details
-
Copy full SHA for 3b0242a - Browse repository at this point
Copy the full SHA 3b0242aView commit details
Commits on Oct 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6ce42d5 - Browse repository at this point
Copy the full SHA 6ce42d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d576fa4 - Browse repository at this point
Copy the full SHA d576fa4View commit details -
Handle snapper exceptions in viewer
Looks a little cleaner and more appropriate to me.
Configuration menu - View commit details
-
Copy full SHA for a6b3477 - Browse repository at this point
Copy the full SHA a6b3477View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2af6177 - Browse repository at this point
Copy the full SHA 2af6177View commit details -
Revert "Update all occurrences of this.options"
This reverts commit 4eca949.
Configuration menu - View commit details
-
Copy full SHA for f24fafa - Browse repository at this point
Copy the full SHA f24fafaView commit details -
Update handling of Backbone view options
Newer versions of Backbone no longer implicitly attach these to the view, so the relevant initialize functions now do so explicitly.
Configuration menu - View commit details
-
Copy full SHA for 19def16 - Browse repository at this point
Copy the full SHA 19def16View commit details
Commits on Oct 19, 2016
-
Refactor snapshot data parsing
Allow retrieving individual snapshots as well as full list.
Configuration menu - View commit details
-
Copy full SHA for 6667d7b - Browse repository at this point
Copy the full SHA 6667d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 598b862 - Browse repository at this point
Copy the full SHA 598b862View commit details
Commits on Oct 20, 2016
-
Return config name with snapshot, sanitise code
This allows the collections of snapshots to be nested below their configuration name in the web API.
Configuration menu - View commit details
-
Copy full SHA for cefc991 - Browse repository at this point
Copy the full SHA cefc991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 942820b - Browse repository at this point
Copy the full SHA 942820bView commit details -
Refactor and define a generic API view
This is better suited to snapper than the ListCreateAPIView, since snapper's interface does not return Django models or querysets.
Configuration menu - View commit details
-
Copy full SHA for e194825 - Browse repository at this point
Copy the full SHA e194825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4927abf - Browse repository at this point
Copy the full SHA 4927abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d08ca - Browse repository at this point
Copy the full SHA e1d08caView commit details
Commits on Oct 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for aaa2012 - Browse repository at this point
Copy the full SHA aaa2012View commit details -
Modify config and snapshot parsing
Configured subvolume is already returned by snapper. Return snapshot userdata as a dict because that's what SetSnapshot accepts.
Configuration menu - View commit details
-
Copy full SHA for 2f3baa2 - Browse repository at this point
Copy the full SHA 2f3baa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f9145 - Browse repository at this point
Copy the full SHA 03f9145View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bd70b1 - Browse repository at this point
Copy the full SHA 8bd70b1View commit details
Commits on Oct 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f1338e1 - Browse repository at this point
Copy the full SHA f1338e1View commit details
Commits on Oct 23, 2016
-
Change list_snapshots to return all snapshots
Necessary to make deletions function appropriately.
Configuration menu - View commit details
-
Copy full SHA for 1316268 - Browse repository at this point
Copy the full SHA 1316268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c915a2 - Browse repository at this point
Copy the full SHA 2c915a2View commit details
Commits on Oct 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3418ce6 - Browse repository at this point
Copy the full SHA 3418ce6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b918bd5 - Browse repository at this point
Copy the full SHA b918bd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e924ea - Browse repository at this point
Copy the full SHA 1e924eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f0784 - Browse repository at this point
Copy the full SHA b4f0784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad02c8 - Browse repository at this point
Copy the full SHA 2ad02c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b2af6e - Browse repository at this point
Copy the full SHA 5b2af6eView commit details
Commits on Oct 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ac96fbb - Browse repository at this point
Copy the full SHA ac96fbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 275cafe - Browse repository at this point
Copy the full SHA 275cafeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c1b9b6 - Browse repository at this point
Copy the full SHA 2c1b9b6View commit details
Commits on Oct 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 17809b7 - Browse repository at this point
Copy the full SHA 17809b7View commit details -
Update select list event handling
It was not responding to model deletion events.
Configuration menu - View commit details
-
Copy full SHA for 98faac1 - Browse repository at this point
Copy the full SHA 98faac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431ced5 - Browse repository at this point
Copy the full SHA 431ced5View commit details