Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-19 | Remove $ from Alpha | Ben Sima | |
2020-10-13 | Fix typo | Ben Sima | |
2020-10-13 | Remove rouge nix file | Ben Sima | |
2020-10-13 | Move nix files into Biz.Bild namespace | Ben Sima | |
2020-10-13 | hero: renamings | Ben Sima | |
Model -> Form Action -> Move Page -> PageNumber | |||
2020-10-12 | merge Biz/Bild.scm into Biz/Bild.hs | Ben Sima | |
2020-10-12 | pie prototype | Ben Sima | |
2020-09-30 | devalloc: load active users from mailmap | Ben Sima | |
2020-09-30 | devalloc: make a simple sales pitch document | Ben Sima | |
2020-09-29 | devalloc: calculate and print stale files | Ben Sima | |
2020-09-28 | lint: guard against todos | Ben Sima | |
2020-09-16 | devalloc: prototype | Ben Sima | |
2020-07-26 | dev: move _{bild,keep,skey} to _/{bild,keep,skey} | Ben Sima | |
2020-07-26 | reorganize readme | Ben Sima | |
2020-07-25 | bild: support incremental compilation | Ben Sima | |
Closes https://github.com/bsima/biz/issues/9 | |||
2020-07-25 | hero: rename Assets -> Pack and lint fixes | Ben Sima | |
2020-07-25 | lint: colors and check all changed files | Ben Sima | |
2020-07-25 | shell: move push and ship to shell hook | Ben Sima | |
2020-07-25 | bild: port to haskell | Ben Sima | |
2020-07-25 | hero: fix config thing | Ben Sima | |
2020-07-25 | ship: fix call to lint | Ben Sima | |
2020-07-24 | hero: working authenticated api calls | Ben Sima | |
2020-07-19 | hero: rename stuff to new structure | Ben Sima | |
Working toward https://github.com/bsima/biz/issues/5 | |||
2020-07-17 | Revert "deps: update miso" | Ben Sima | |
This reverts commit ca28f4a86b839d702bdaa70925884aa2bd5cf9ed. There seems to be a regression in miso where it doesn't load properly any more. | |||
2020-07-14 | deps: update sources.nix | Ben Sima | |
2020-07-14 | dev: move some commands to shell | Ben Sima | |
2020-07-14 | deps: update miso | Ben Sima | |
2020-07-12 | hero: put app routes behind auth | Ben Sima | |
2020-07-12 | auth: explicit export list | Ben Sima | |
2020-07-12 | hero: move CanSnakeCase to Alpha | Ben Sima | |
2020-07-12 | dev: dontCheck acid-state | Ben Sima | |
2020-07-10 | dev: fixes for macos build | Ben Sima | |
2020-07-10 | dev: add trusted users for remote builds | Ben Sima | |
2020-06-27 | turnkey: rename to ship | Ben Sima | |
2020-06-27 | hero: add @mcovino user | Ben Sima | |
2020-06-27 | turnkey: take an optional arg | Ben Sima | |
2020-06-27 | hero: add skey to environment | Ben Sima | |
2020-06-27 | hero: implement the basics of user logins | Ben Sima | |
There's also a lot of refactoring/renaming in here, so the diff is really messy. The overall problem is that I've only ever added code, I've never gone back and reorganized/rearchitected stuff. So adding even small features is becoming an enormous effort. Anyway, this adds the basics of user auth. Next I need to add the auth checks for every route that needs it, and make sure everything is back to working correctly. | |||
2020-06-26 | biz: open extra port for urbit dev | Ben Sima | |
2020-06-17 | Fix dev envars | Ben Sima | |
2020-06-17 | bild: print log output if the build fails | Ben Sima | |
This also switches to using `nix-build` instead of `nix build`. The reason for this is that the latter does something with the stdout/stderr that makes it hard to capture via tee. Idk why. Maybe I'll look into this again, or maybe not, since nix-build works just fine. | |||
2020-06-12 | Reorganize a bunch of code | Ben Sima | |
Nothing should be functioning differntly, just made it easier to work on. | |||
2020-06-05 | Add user datatype to keep | Ben Sima | |
I also restructured some types so that I could grab a handle on the keep to close it on shutdown, otherwise the database would be locked and I can't do anything about it. This might mean I have to delete and start the database from scratch when I deploy, but that's okay because I haven't stored anything yet. I also renamed some stuff like 'deck' and 'beam' just for fun. I could make these into more general interfaces like I always planned to. Also I haven't really tested this yet, so... next commit will implement the user login. | |||
2020-06-02 | Add EDITOR to .envrc | Ben Sima | |
I'm using vim lately for biz coding... | |||
2020-06-02 | Rename Hero.Database -> Hero.Keep | Ben Sima | |
I just like this better. | |||
2020-06-02 | Fix layout of featured comic | Ben Sima | |
2020-06-02 | Initialize Hero database | Ben Sima | |
2020-06-01 | Some fixups | Ben Sima | |
2020-05-25 | Add more re functions and docs | Ben Sima | |
2020-05-19 | Port (bs string) to r6rs, add Pythonic split function | Ben Sima | |