Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-15 | docs: Update build badge in README | Vincent Ambo | 1 | -1/+1 | |
Moves the build badge to point at Github Actions, instead of the old (failing) Travis build | |||||
2021-04-29 | docs: document unset GOOGLE_APPLICATION_CREDENTIALS | Florian Klink | 1 | -0/+4 | |
In case the `GOOGLE_APPLICATION_CREDENTIALS` environment variable is not set, a redirect to storage.googleapis.com is issued, which means the underlying bucket objects need to be publicly accessible. This wasn't really obvious until now, so further clarify it. | |||||
2020-12-05 | docs: Update README with a link to the NixCon talk | Vincent Ambo | 1 | -4/+10 | |
2020-10-27 | docs: Add a note about a Nix-native builder to the roadmap | Vincent Ambo | 1 | -0/+6 | |
... if I don't mention this somewhere I'll probably never do it! | |||||
2019-10-28 | docs: Add storage configuration options to README | Vincent Ambo | 1 | -1/+25 | |
2019-10-27 | docs: Update GCS signing key documentation | Vincent Ambo | 1 | -8/+10 | |
This key is now taken straight from the configured service account key. | |||||
2019-09-21 | feat: Add configuration option for popularity data URL | Vincent Ambo | 1 | -0/+1 | |
2019-09-02 | docs: Add information about NIX_TIMEOUT variable | Vincent Ambo | 1 | -0/+2 | |
2019-08-17 | docs(README): Update links to layering strategy | Vincent Ambo | 1 | -4/+7 | |
2019-08-15 | docs: Add asciinema demo to README & book | Vincent Ambo | 1 | -17/+8 | |
2019-08-05 | docs: Minor fixes to README after new website release | Vincent Ambo | 1 | -5/+6 | |
2019-08-03 | docs: Add GCS signing envvars to README | Vincent Ambo | 1 | -0/+4 | |
2019-08-02 | docs: Update all nixery.appspot.com references to nixery.dev | Vincent Ambo | 1 | -6/+6 | |
Shiny, new domain is much better and eliminates the TLS redirect issue because there is a HSTS preload for the entire .dev TLD (which, by the way, is awesome!) | |||||
2019-07-31 | docs(README): Revamp with updated information on package sources | Vincent Ambo | 1 | -24/+53 | |
Adds documentation for configuration options and supported features. | |||||
2019-07-30 | docs(README): Add logo & build status | Vincent Ambo | 1 | -3/+9 | |
2019-07-29 | docs(README): Update roadmap information | Vincent Ambo | 1 | -27/+17 | |
Adds information about Kubernetes integration & custom repository support as well as links to the relevant tracking issues. | |||||
2019-07-29 | docs(README): Remove known issues from README | Vincent Ambo | 1 | -20/+0 | |
These issues have been moved to the issue tracker. | |||||
2019-07-23 | chore: Import Nixery from experimental | Vincent Ambo | 1 | -0/+99 | |
Moves the existing Nixery code base to a git repository and switches to public equivalents of libraries used. |