summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-15Rename and rewrite push-all to turnkeyBen Sima
This script will eventually do all of the testing and linting and such as well.
2020-04-15Get $where from the bilt derivation dataBen Sima
This will only work on OS'es, but I think that's fine because that's the only thing I deploy.
2020-04-15ReformattingBen Sima
Now I'm using ormolu instead of brittany for Haskell formatting now. Figured I should just make all of these big changes at once.
2020-04-15Re-namespacingBen Sima
Moving away from the DNS-driven namespacing toward more condensed names, mostly because I don't like typing so much.
2020-04-13Add capability libraryBen Sima
2020-04-12Refactor biz.nix to dry up codeBen Sima
2020-04-12Remove duplicate depBen Sima
2020-04-12Add some linksBen Sima
2020-04-12Rename Quedata to MessageBen Sima
2020-04-12Move Com.Simatime.Go to Control.Concurrent.GoBen Sima
2020-04-12De-namespace AlphaBen Sima
A bunch of formatting changes got in there too. Oops. I will probably eventually de-namespace everything, mostly because I'm tired of typing "Com.Whatever.Thing" all the time. A better namespacing strategy might be to use normal Haskell namespacing (Data, Control, Network, etc) for code that is not specific to biz activities (i.e. if I could open-source it at any time), and use simply "Biz" for stuff that I would never want to open-source.
2020-04-12Relax indent setting in editorconfigBen Sima
2020-04-12Autodecode incoming dataBen Sima
It's an attempt. Perhaps this will change over time.
2020-04-11Fix bad referenceBen Sima
2020-04-11Update index.mdBen Sima
2020-04-11Fix fonts: remove --self-contained from pandocBen Sima
With --self-contained pandoc will embed the entire font in the HTML, which is just too much. Instead let's link it, but we have to tread the style.css as an HTML file in order to do so.
2020-04-11Slightly better auth handlingBen Sima
2020-04-11Switch website to Adobe Source fontsBen Sima
2020-04-11Deploy que-website to Run.Que.ProdBen Sima
2020-04-11Add some generally-useful packagesBen Sima
From http://dev.stephendiehl.com/hask/#what-should-be-in-prelude, which seems reasonable. Also removed 'safe' because I'm not using it.
2020-04-11Loop que-website threads independentlyBen Sima
2020-04-11Bound ques to 1 elementBen Sima
Also *really* block on writes.
2020-04-11Retry after disconnectBen Sima
I think this will only retry once... would be nice to have some kind of backoff... oh well.
2020-04-11Add channel size to json serializationBen Sima
2020-04-11Fix a bug in que --serveBen Sima
2020-04-11Make Quepath just a single TextBen Sima
Prevents nested lists in the app state.
2020-04-11Add auth header to que clientBen Sima
2020-04-11Make push work from anywhereBen Sima
2020-04-11Switch que-server to envyBen Sima
2020-04-10Replace Config/Init/Logger with envy and simpler codeBen Sima
Idk what I was thinking, I dodn't need any of that stuff.
2020-04-10Deploy herocomics.app production serverBen Sima
This also includes some drive-by formatting changes and config changes needed to get it up and running.
2020-04-10Remove unnecessary blaze depsBen Sima
I prefer lucid anyway
2020-04-10Get the ghcjs build workingBen Sima
2020-04-08Refactor client, fixing some bugsBen Sima
2020-04-08Set python indent to 4Ben Sima
2020-04-08Fix push-all scriptBen Sima
2020-04-08Finish the request after guardingBen Sima
This prevents and further code from being executed. I think this was happening so posted messages were still going on the que even though I said they weren't. I really need some tests.
2020-04-08Return the app state as a simple dashboardBen Sima
2020-04-07Add user agent header to que clientBen Sima
2020-04-06Add tmux in addition to wemuxBen Sima
2020-04-05Deploy que.run without nginxBen Sima
I still have to reimplement the SSL stuff but in the Haskell code. That seems kinda hard or at least requires research that I don't wanna do right now.
2020-04-04Remove some empty spaceBen Sima
2020-04-04Remove some TODOsBen Sima
I stored them in my org files.
2020-04-04Attempt to fix ipv6Ben Sima
Not sure if this worked. Hopefully it didn't break anything in the meantime.
2020-04-04Fix jellyfinBen Sima
Apparently it needs the user to be jellyfin. Idk.
2020-04-04Get prod up and running againBen Sima
Hopefully this will be the last time I need to do this!
2020-04-04Try to get tags working reliablyBen Sima
2020-04-03Update motd once againBen Sima
2020-04-03Add wemux to the dev machineBen Sima
I also had to refactor the overlays stuff a bit, but it is much nicer now.
2020-04-03Fix motdBen Sima