- 07 Feb, 2017 1 commit
-
-
Ad Schellevis authored
-
- 11 Dec, 2016 1 commit
-
-
Franco Fichtner authored
-
- 07 Dec, 2016 1 commit
-
-
Ad Schellevis authored
-
- 05 Nov, 2016 1 commit
-
-
Franco Fichtner authored
-
- 23 Oct, 2016 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
(mvc, migrations) remove the need for empty boilerplates by using BaseModelMigration when no custom migration is available for the current version.
-
- 17 Oct, 2016 1 commit
-
-
- 27 Aug, 2016 1 commit
-
-
Ad Schellevis authored
-
- 21 Aug, 2016 2 commits
-
-
Ad Schellevis authored
(model) skip save on migration when defaults lead to inconsistent data, closes https://github.com/opnsense/core/issues/1149
-
Per von Zweigbergk authored
-
- 16 Aug, 2016 1 commit
-
-
Franco Fichtner authored
-
- 12 Aug, 2016 5 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
(mvc) more work on migrations, fix autoloader, serialize to config when all steps for this model are finished
-
Ad Schellevis authored
-
Ad Schellevis authored
(mvc) BaseModel add getVersion() to retrieve the running config version, commit changes to in memory config after every migration step. Errors will be send to syslog, current policy is to always upgrade and ignore migration errors. (there's not really a way back, other then undo pkg install and revert the full config)
-
Franco Fichtner authored
-
- 11 Aug, 2016 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 08 Aug, 2016 2 commits
-
-
Ad Schellevis authored
This reverts commit 6c6b861e.
-
Ad Schellevis authored
-
- 20 Jul, 2016 1 commit
-
-
Franco Fichtner authored
-
- 21 Apr, 2016 1 commit
-
-
Franco Fichtner authored
-
- 29 Jan, 2016 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
just a pattern that returns from time to time, encapsulated into a new method so we can remove some code.
-
- 22 Sep, 2015 1 commit
-
-
Ad Schellevis authored
-
- 02 Jul, 2015 1 commit
-
-
Ad Schellevis authored
-
- 31 May, 2015 1 commit
-
-
Ad Schellevis authored
-
- 27 May, 2015 1 commit
-
-
Ad Schellevis authored
-
- 21 May, 2015 2 commits
-
-
Ad Schellevis authored
Integrate uuid generation into the core of the model system so items are uniquely identified and can be directly accessed using their uuids. For example: // set recurring pipe item to 1001 $model->setNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue', "1001"); // echo the contents back echo $model->getNodeByReference('pipes.pipe.86f19d48-bc91-4c70-a81c-e05cdd3a4372.queue');
-
Ad Schellevis authored
-
- 13 May, 2015 1 commit
-
-
Franco Fichtner authored
-
- 12 May, 2015 1 commit
-
-
Ad Schellevis authored
-
- 09 Apr, 2015 1 commit
-
-
Ad Schellevis authored
-
- 04 Mar, 2015 2 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
- 05 Feb, 2015 1 commit
-
-
Ad Schellevis authored
-
- 03 Feb, 2015 1 commit
-
-
Ad Schellevis authored
Added profile option to check_reload_status (configd), measured framework overhead, current max processing for the daemon is about 6200 req/s on my macbook. ( limited by socket.accept, if needed we could implement another dispatch method in the future) Simple implementation to use the backend service from the frontend implemented.
-
- 01 Feb, 2015 1 commit
-
-
Ad Schellevis authored
-
- 30 Jan, 2015 1 commit
-
-
Ad Schellevis authored
-
- 29 Jan, 2015 1 commit
-
-
Ad Schellevis authored
-