depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
nixery
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-14
feat(build-image): Use new image layering algorithm for images
Vincent Ambo
1
-38
/
+47
2019-08-14
feat(build-image): Introduce a terrifying hack to build group-layers
Vincent Ambo
3
-13
/
+86
2019-08-14
feat: Add shell.nix for running a local Nixery
Vincent Ambo
1
-0
/
+27
2019-08-14
feat(popcount): Clean up popularity counting script
Vincent Ambo
5
-51
/
+93
2019-08-14
refactor(server): Use wrapper script to avoid path dependency
Vincent Ambo
7
-9
/
+73
2019-08-14
chore(docs): Move mdBook derivation to docs/default.nix
Vincent Ambo
2
-23
/
+20
2019-08-14
refactor: Move registry server to a subfolder
Vincent Ambo
4
-29
/
+18
2019-08-14
chore(build): Update Go dependencies & add gonum
Vincent Ambo
1
-4
/
+13
2019-08-14
feat(group-layers): Finish layering algorithm implementation
Vincent Ambo
1
-58
/
+103
2019-08-14
feat(group-layers): Add initial popcount scripts
Vincent Ambo
2
-0
/
+64
2019-08-14
feat(group-layers): Add preliminary size & popularity considerations
Vincent Ambo
1
-26
/
+66
2019-08-14
feat(group-layers): Implement first half of new layering strategy
Vincent Ambo
1
-0
/
+267
2019-08-08
docs: Update embedded nix-1p
Vincent Ambo
1
-2
/
+2
2019-08-08
chore(nix): Increase maximum number of layers to 96
Vincent Ambo
2
-6
/
+5
2019-08-08
fix(go): Fix breakage in unsigned URLs
Vincent Ambo
1
-1
/
+1
2019-08-05
docs: Minor fixes to README after new website release
Vincent Ambo
1
-5
/
+6
2019-08-05
docs: Add a section on Nix itself
Vincent Ambo
1
-0
/
+31
2019-08-05
docs: Add a section on running your own Nixery
Vincent Ambo
2
-2
/
+145
2019-08-05
docs: Add an "under-the-hood" page explaining the build process
Vincent Ambo
3
-4
/
+110
2019-08-05
feat(build): Build Nixery book and embed it into Nixery image
Vincent Ambo
2
-8
/
+46
2019-08-05
feat(build): Add mdBook 0.3.1 to build environment
Vincent Ambo
1
-0
/
+18
2019-08-05
docs: Replace static page with mdBook site
Vincent Ambo
11
-108
/
+97
2019-08-04
feat(build): Configure Cachix for build caching in CI
Vincent Ambo
1
-0
/
+5
2019-08-04
feat(build): Support additional pre-launch commands in image
Vincent Ambo
1
-1
/
+4
2019-08-03
fix(nix): Support retrieving differently cased top-level attributes
Vincent Ambo
1
-4
/
+29
2019-08-03
docs: Add GCS signing envvars to README
Vincent Ambo
1
-0
/
+4
2019-08-03
feat(go): Support signed GCS URLs with static keys
Vincent Ambo
1
-20
/
+57
2019-08-03
fix(go): Registry API acknowledgement URI has a trailing slash
Vincent Ambo
1
-6
/
+6
2019-08-03
chore: Prevent accidental key leaks via gitignore
Vincent Ambo
1
-0
/
+6
2019-08-03
fix(static): Fix logo nitpick (smoothened λ edges)
Vincent Ambo
1
-0
/
+0
2019-08-03
style(static): Fix favicon background colour
Vincent Ambo
1
-0
/
+0
2019-08-03
chore(go): Remove 'builder' metapackage
Vincent Ambo
1
-5
/
+2
2019-08-02
docs: Update all nixery.appspot.com references to nixery.dev
Vincent Ambo
3
-9
/
+9
2019-08-02
style(static): Update Nixery logo to a healthier version
Vincent Ambo
2
-0
/
+0
2019-08-02
fix(build): coreutils are still required by launch script
Vincent Ambo
1
-0
/
+1
2019-08-02
docs(static): Note that the demo instance is just a demo
Vincent Ambo
1
-0
/
+10
2019-08-02
fix(nix): Calculate MD5 sum of config layer correctly
Vincent Ambo
1
-1
/
+1
2019-08-02
feat(go): Return error responses in registry format
Vincent Ambo
1
-9
/
+35
2019-08-02
feat(go): Return errors with correct status codes to clients
Vincent Ambo
1
-3
/
+17
2019-08-02
fix(go): Return response code 500 if Nix builds fail
Vincent Ambo
1
-0
/
+1
2019-08-02
feat(nix): Return structured errors if packages are not found
Vincent Ambo
1
-10
/
+37
2019-07-31
docs(README): Revamp with updated information on package sources
Vincent Ambo
1
-24
/
+53
2019-07-31
feat(go): Add environment configuration for package set sources
Vincent Ambo
1
-11
/
+74
2019-07-31
feat(nix): Support package set imports from different sources
Vincent Ambo
1
-5
/
+57
2019-07-31
feat(build): Add dependencies for custom repo clones
Vincent Ambo
1
-4
/
+4
2019-07-31
fix(nix): Add empty image config to allow k8s usage
Vincent Ambo
1
-0
/
+2
2019-07-30
docs(static): Update index page with post-launch information
Vincent Ambo
1
-33
/
+36
2019-07-30
docs(README): Add logo & build status
Vincent Ambo
1
-3
/
+9
2019-07-30
feat(static): Add logo & favicon resources
Vincent Ambo
3
-0
/
+1
2019-07-30
refactor(main): Introduce more flexible request routing
Vincent Ambo
1
-57
/
+62
[next]