Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-15 | Port lint to Haskell | Ben Sima | |
2021-01-12 | Fix score calculation | Ben Sima | |
It was always showing 0 because of annoying numeric type conversion stuff. This is my least favorite part of Haskell. | |||
2021-01-11 | Add navbar mostly everywhere | Ben Sima | |
This necessitated adding a few more paths for clarity and such, and a type for the analysis page. There seem to be some bugs with session handling I think, but I'll suss those out later. Also I'm running into many uncaught exceptions so eventually I will need to tackle those as well. | |||
2021-01-11 | Fix cookie settings in test area | Ben Sima | |
2021-01-09 | Fix live cookie settings | Ben Sima | |
Auth was broken without the xsrf thing disabled. Anyway, its best to have well-defined live and test settings. I will re-enable xsrf when I figure out the js snippet I need. | |||
2021-01-08 | Don't ship if bild fails | Ben Sima | |
2021-01-08 | Refactor nix a bit | Ben Sima | |
Using lib.pipe for readability. Moved analyze into the public functions so I can debug things easier by calling bild.analyze from the nix repl. | |||
2021-01-08 | Fix stack overflow in nix | Ben Sima | |
There is a bug in nixpkgs where lib.strings.splitString overflows on long lines. builtins.split performs better, but needs the extra filter for some reason. https://github.com/NixOS/nixpkgs/issues/68951 | |||
2021-01-08 | Note about using vimrc | Ben Sima | |
2021-01-08 | Reload after ftags command | Ben Sima | |
2021-01-08 | Add cookies and store user tokens | Ben Sima | |
Boy that was harder than I thought, but the code is pretty clean now. I still need to fixup the error handling, and maybe move all the extra args into an app monad, but I think otherwise I have it in a good place. | |||
2021-01-08 | Simplify post-checkout | Ben Sima | |
2021-01-05 | dev: put biz in the shell prompt | Ben Sima | |
2021-01-05 | mail: increase my quota | Ben Sima | |
2021-01-04 | Add my simatime key | Ben Sima | |
2021-01-04 | Disable Hero/Prod.nix from ship script | Ben Sima | |
2021-01-04 | Add my Groq VM key | Ben Sima | |
2021-01-04 | Support multiple keys per user | Ben Sima | |
Every key is just a new line in the $USER.pub file. This is not automatically reflected to gitolite, which uses a separate config, so I'll need to come up with a way to replace gitolite someday. | |||
2021-01-04 | Enable bitcoind | Ben Sima | |
2021-01-03 | Biz.Dev: mount campbell automatically | Ben Sima | |
2020-12-30 | colorize sentry output | Ben Sima | |
2020-12-30 | add simple sentry | Ben Sima | |
2020-12-30 | que: use EnvironmentFile instead of keyfile | Ben Sima | |
2020-12-30 | bild: build everyting | Ben Sima | |
Now bild knows how to determine between modules that require ghcjs and ghc. It also knows what *not* to build, meaning it won't try to build non-buildable nix targets, for example (unfortunately this is just hardcoded for now), but it also won't build scm or py targets that I haven't implemented yet. It just silently fails, which is fine, because it means I can do `bild **/*` and everything just works. Of course, if I want to build scm code then I will have to implement that, but that's not a priority right now. | |||
2020-12-30 | Remove Biz/Ibb | Ben Sima | |
2020-12-30 | bild: try to fix the remote bild message again | Ben Sima | |
2020-12-30 | Add stripe pubkey to environment | Ben Sima | |
2020-12-29 | Deploy hoogle to Biz.Dev | Ben Sima | |
I had to refactor Biz/Bild/Rules.nix. I also had to checkin my patched hoogle.nix file, but I also upstreamed the patch to nixpkgs-dev so it shouldn't stick around for too long. | |||
2020-12-28 | Lint everything in ci | Ben Sima | |
2020-12-28 | ide: incremental tags and git hooks | Ben Sima | |
2020-12-28 | Add stripe dep | Ben Sima | |
2020-12-28 | ide: add ftags script | Ben Sima | |
2020-12-28 | devalloc: initialize keep database | Ben Sima | |
2020-12-28 | devalloc: add git to deploy environment | Ben Sima | |
2020-12-28 | shellhook: dont exit shell every time something fails | Ben Sima | |
2020-12-28 | bild: report builder better | Ben Sima | |
2020-12-28 | add ftags to shell hook | Ben Sima | |
2020-12-27 | devalloc: calculate staleness and score | Ben Sima | |
2020-12-24 | linting fixes and cleanup | Ben Sima | |
2020-12-24 | Devalloc: refactoring and organizing | Ben Sima | |
2020-12-24 | hlint fixes | Ben Sima | |
Still calibrating my use of hlint. | |||
2020-12-24 | devalloc: refactor to use servant-generic | Ben Sima | |
2020-12-23 | devalloc: implement github blackhole list | Ben Sima | |
2020-12-23 | Add left-compose and text wrap utils | Ben Sima | |
2020-12-10 | Add alpha-based hlints | Ben Sima | |
2020-12-09 | Add Biz.Namespace library | Ben Sima | |
2020-12-09 | Reorganizing for reabability | Ben Sima | |
2020-12-08 | Lint fixes | Ben Sima | |
2020-12-08 | Update docs, remove useless README | Ben Sima | |
2020-12-08 | Slight refactor for clarity | Ben Sima | |