Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-26 | Move Biz/Bild/Rules.nix -> Biz/Bild.nix | Ben Sima | |
2021-11-26 | Fix post-checkout script | Ben Sima | |
Don't exit on no-such-variable because we can just silently fail... | |||
2021-11-26 | Copy gmnisrv into tree | Ben Sima | |
The correct way to do this would be to use my own nixpkgs fork published at git.simatime.com, but to do that I need to setup a public git repo, so until then I have to do it this way, which is fine. | |||
2021-11-26 | Fix wemux package | Ben Sima | |
I also upstreamed this to nixpkgs-dev | |||
2021-11-26 | Run gmnisrv in the cloud | Ben Sima | |
2021-11-26 | Fix typo | Ben Sima | |
2021-11-26 | Add .. operator | Ben Sima | |
2021-11-26 | Remove required nix arguments | Ben Sima | |
This allows us to use nix-build as a check that bild is working. I think bild sometimes hangs because it doesn't get input from nix-build? I'm not sure, but one workaround is to run nix-build on the target, and then bild will just get the cached build. | |||
2021-04-13 | Doc fix and factor for readibility | Ben Sima | |
2021-04-13 | Fix typo | Ben Sima | |
2021-04-13 | Move joinWith to lists section | Ben Sima | |
2021-04-02 | Init bizbot | Ben Sima | |
2021-04-02 | Get my static site working again | Ben Sima | |
2021-03-30 | Move Analysis class instances near type definition | Ben Sima | |
2021-03-30 | Manually specify nameservers | Ben Sima | |
My router's DNS service likes to die, then I can't lookup any names, so let's just use the public ones. | |||
2021-03-30 | Remove watch from sentry | Ben Sima | |
2021-03-29 | Update syntax for example | Ben Sima | |
2021-03-29 | Always restart que.run services | Ben Sima | |
Hopefully this will keep the service online, even if it drops connection with the client or something occasionally. | |||
2021-03-25 | Add manual submission form | Ben Sima | |
2021-03-24 | Add a simple admin page | Ben Sima | |
2021-03-22 | Remove dummy hotspots number | Ben Sima | |
The right way to show number of hotspots would be to find files in which commit frequency is more than like 1 standard deviation from the norm. I could even show a histogram instead of a flame graph... | |||
2021-03-22 | Deduplicate activeAuthor list | Ben Sima | |
This might not be very robust, but it works for now. | |||
2021-03-22 | Timeout bild after 5 minutes | Ben Sima | |
No build should take longer than 5 minutes; if it does then something is wrong so let's just die and start over. | |||
2021-03-22 | Add script for loading example analysis | Ben Sima | |
2021-03-22 | Add descriptions to report details | Ben Sima | |
2021-03-20 | Display hotspots graph and stacked line charts | Ben Sima | |
I think I should change the colors a bit... to be done later I suppose. | |||
2021-03-20 | Calculate hotspotMap in Analysis | Ben Sima | |
2021-03-19 | Add ability to clone private repos | Ben Sima | |
The strategy is to clone over https with the OAuth token: git clone https://<user>:<oauth-token>@github.com/<user>/<repo> | |||
2021-03-19 | Add label for private repos | Ben Sima | |
2021-03-19 | Fix {gmni,gmnisrv}.nix | Ben Sima | |
2021-03-19 | Add bearssl, gmni, and gmnisrv | Ben Sima | |
Eventually I'll just upstream these to nixpkgs-dev. I also want to make z into a gemini-compatible zettlekasten. All in due time. | |||
2021-03-17 | Change auth error message and reorg Analysis css | Ben Sima | |
2021-03-17 | Add a HasCss class | Ben Sima | |
This way I can attach page-specific CSS to the type for the page. I could make this even tighter by combining HasCss with the HTML declaration, but that would basically just be Lucid.ToHtml, so I'm not sure it is worth it. | |||
2021-03-17 | Restful analysis endpoint | Ben Sima | |
2021-03-17 | Remove TODO about XSRF setting | Ben Sima | |
Since we don't use a JavaScript frontend, we don't actually need any XSRF protection. All of the requests will be coming from the browser, not from a computer running inside the browser (js). | |||
2021-03-17 | Put an example analysis on the homepage | Ben Sima | |
The design kinda sucks, but I will refresh it later. I just want to get this shipped right now. | |||
2021-03-16 | Update my home IP | Ben Sima | |
2021-02-23 | Add repoVisibility | Ben Sima | |
2021-02-23 | Add Biz.Log middleware that works with systemd | Ben Sima | |
Perhaps this is not as performant as the wai-provided one, but it is *much* simpler and follows my output format, which I think is much easier to quickly read. Anyway I doubt logging will ever be a bottleneck, and if it is then I should be able to create some instrument to detect that. | |||
2021-02-22 | Keep a checkpoint on shutdown | Ben Sima | |
2021-02-22 | Add quiet option for devalloc startup | Ben Sima | |
It would be good to have this as a general logging config, but I'm not sure how to do that. I probably need a logging monad or something. | |||
2021-02-22 | Test for empty GitHub user email | Ben Sima | |
2021-02-22 | Add note about persisted data types | Ben Sima | |
2021-02-22 | Handle case when GitHub API provides no email | Ben Sima | |
2021-02-22 | Add doc note about ? symbol | Ben Sima | |
2021-02-19 | Fix typo | Ben Sima | |
2021-02-19 | Don't blow up when git mtime is empty | Ben Sima | |
2021-02-19 | Remove dummy pricing link, put small pricing on signup button | Ben Sima | |
2021-02-19 | Factor out panics | Ben Sima | |
2021-02-19 | Move 'developer hot spots' to pitch section | Ben Sima | |