summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2020-07-27Properly fix setup.py feature/runSoniEx2
2020-07-27Fix setup.pySoniEx2
Oops
2020-07-26Add the run-once targetSoniEx2
I need to look into async/await before trying to make a proper run target, but this should help until then.
2020-07-23Restore functionality feature/new-configSoniEx2
Everything works again, as far as I can tell.
2020-07-19Partially restore cron-target functionalitySoniEx2
Restored functionality: - Can use `config`, `project-list` and `index` targets Still broken: - `cron-target` with a project doesn't work yet
2020-07-19Move a lot of things around (broken)SoniEx2
2020-05-01Restore merge-configs functionalitySoniEx2
For backwards compatibility. However, this is deprecated, and shouldn't be used on new deployments. It'll be removed in the future. The new config system has built-in support for external repo lists.
2020-04-30Fix bugs in the new config systemSoniEx2
2020-04-24Add basic support for remote repo listsSoniEx2
2020-04-24Add MISTAKES.mdSoniEx2
2020-02-26Create an URIPredicateSoniEx2
2020-02-24Update abdl.py so we can use key predicatesSoniEx2
2020-02-21Make new config system load configsSoniEx2
2020-02-16Squashed commit of the following:SoniEx2
* Move things around a bit more * Add project structure details to HACKING.md * Create setup.py * Split off A Boneless Datastructure Language
2019-12-25Updade README.mdSoniEx2
2019-12-25Move things around a bitSoniEx2
2019-12-09Allow running doctestsSoniEx2
2019-12-05Fix some docsSoniEx2
2019-12-03Add multiple value matchesSoniEx2
2019-11-30Remove deprecated featuresSoniEx2
2019-11-27Tweaked key matching syntaxSoniEx2
2019-11-26DetailsSoniEx2
2019-11-10Add ignore rulesSoniEx2
2019-11-10Add some testsSoniEx2
2019-11-10Make it easier to setup.SoniEx2
2019-11-10Experimental new config parserSoniEx2
2019-11-10Add datastructure parsing librarySoniEx2
2019-07-15Add debuggingSoniEx2
2019-06-20Update README.mdSoniEx2
2019-06-20Fix crash when loading multiple configsSoniEx2
2019-06-20Add project list outputSoniEx2
2019-06-19Completely reworked configurationSoniEx2
2019-06-16Use GPLv3 for templates and javascriptSoniEx2
This reduces potential legal issues
2019-06-16Improve commit handlingSoniEx2
Previously we relied solely on the cache for commit counts and other things. This improves that and fixes issues with commit metadata extraction.
2019-05-27Uhh broken stuff????SoniEx2
2019-05-22Update READMESoniEx2
2019-05-19Added multiple projects and non-default branchesSoniEx2
2019-05-07venv support?SoniEx2
2019-05-03Trivial migrations implementationSoniEx2
2019-05-02Prepare for migrationsSoniEx2
2019-04-28Update README.mdSoniEx2
2019-04-28Add protocol handlerSoniEx2
2019-04-23Get rid of //, it makes no sense hereSoniEx2
2019-04-22Prepare for future web+ganarchy URI handlersSoniEx2
2019-04-20Display project commit detailsSoniEx2
2019-04-20Parse project commitSoniEx2
2019-04-20Avoid conflict with commit hashesSoniEx2
2019-04-19Sort(?) correctly(?)SoniEx2
2019-04-19Index repo_history by URLSoniEx2
2019-04-19Tweak sortingSoniEx2