Age | Commit message (Expand) | Author |
---|---|---|
2020-12-23 | Expose schedule entrypoints to all stores | John Ericson |
2020-12-20 | Overhaul store subclassing | John Ericson |
2020-12-11 | Store metadata about drv outputs realisations | regnat |
2020-10-06 | Shut up some clang warnings | Eelco Dolstra |
2020-10-06 | Remove static variable name clashes | Eelco Dolstra |
2020-09-21 | Move Callback into its own header | Eelco Dolstra |
2020-09-16 | Add a name to the stores | regnat |
2020-09-16 | Document the new store hierarchy | regnat |
2020-09-16 | Properly filter the stores according to their declared uriSchemes | regnat |
2020-09-16 | Correctly call all the parent contructors of the stores | regnat |
2020-09-16 | Separate store configs from the implems | regnat |
2020-09-16 | Separate the instantiation and initialisation of the stores | regnat |
2020-09-16 | Fix the registration of stores | regnat |
2020-09-16 | Make the store plugins more introspectable | regnat |
2020-08-24 | Add DummyStore (dummy://) | Eelco Dolstra |