Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-07 | r/339 feat(ops/nixos/nugget): Install SBCL in system packages | Vincent Ambo | 1 | -0/+2 | |
2020-01-05 | r/338 chore(ops/secrets): Add Google Maps API key | Vincent Ambo | 1 | -0/+0 | |
2020-01-05 | r/333 feat(ops/nixos/nugget): Install msmtp & lieer timers | Vincent Ambo | 1 | -1/+24 | |
2020-01-05 | r/332 chore(ops/nixos/nugget): Install various needed packages | Vincent Ambo | 1 | -0/+4 | |
2020-01-04 | r/330 feat(ops/nixos): Add 'rebuilder' helper script | Vincent Ambo | 2 | -5/+29 | |
This script rebuilds & activates system configuration based on the hostname. Currently since there is only one host this isn't particularly interesting. | |||||
2020-01-04 | r/329 feat(ops/nixos): Check in updated system configuration for 'nugget' | Vincent Ambo | 3 | -56/+194 | |
This is the rebrand of the desktop machine, now running a config straight out of the depot. | |||||
2020-01-04 | r/328 chore(ops/nixos): Remove deprecated NixOS config files | Vincent Ambo | 9 | -866/+0 | |
2020-01-04 | r/327 chore(ops/nixos): Move NixOS configuration one level up | Vincent Ambo | 18 | -14/+48 | |
2019-12-30 | r/320 docs(kontemplate): Update documentation for depot changes | Vincent Ambo | 1 | -11/+10 | |
2019-12-30 | r/318 feat(sync-gcsr): Synchronise all remote branches | Vincent Ambo | 1 | -14/+46 | |
Explicitly sets all local branches to all equivalent remote branches after each update. Branches deleted on the remote will eventually disappear when the container is restarted. | |||||
2019-12-29 | r/317 refactor(sync-gcsr): Split clone into separate function | Vincent Ambo | 1 | -20/+25 | |
This is in preparation for adding more complex branch-related logic to both functions. | |||||
2019-12-25 | r/300 chore(lieer): Remove OAuth client patch | Vincent Ambo | 1 | -0/+0 | |
This is now done in my work-specific configuration, which is elsewhere. | |||||
2019-12-23 | r/294 feat(third_party/lieer): Overwrite included client secret | Vincent Ambo | 1 | -0/+0 | |
2019-12-23 | r/293 refactor(ops/kms_pass): Pin encrypted secrets into Nix store | Vincent Ambo | 1 | -0/+1 | |
2019-12-20 | r/253 docs(cluster-config): Correct term in cluster config doc | Landon Spear | 1 | -3/+3 | |
Including external variables does not work. You must import them. This change corrects the External Variables section of the cluster-config README. Signed-off-by: Vincent Ambo <tazjin@google.com> | |||||
2019-12-20 | r/252 fix(kontemplate): Make build compatible with readTree | Vincent Ambo | 2 | -4/+2 | |
The kontemplate build will keep using `buildGoPackage` for now until I've had the time to add tests to //nix/buildGo | |||||
2019-12-20 | r/251 merge(kontemplate): Integrate kontemplate at //depot/ops/kontemplate | Vincent Ambo | 47 | -0/+3411 | |
2019-12-20 | chore(kontemplate): Prepare kontemplate for depot-merge | Vincent Ambo | 47 | -0/+3411 | |
This merge will not yet include moving over to buildGo.nix, as support for testing and such is not present in that library yet. | |||||
2019-12-20 | r/239 fix(infra/k8s): Fix Nixery image URLs for moved local projects | Vincent Ambo | 2 | -3/+3 | |
2019-12-20 | r/238 refactor: Fix a variety of filepaths for repo relayouting | Vincent Ambo | 2 | -0/+3 | |
This fixes readTree and the various project builds, as well as (hopefully) most documentation links inside of the projects. | |||||
2019-12-20 | r/237 chore: Significantly restructure folder layout | Vincent Ambo | 51 | -0/+3627 | |
This moves the various projects from "type-based" folders (such as "services" or "tools") into more appropriate semantic folders (such as "nix", "ops" or "web"). Deprecated projects (nixcon-demo & gotest) which only existed for testing/demonstration purposes have been removed. (Note: *all* builds are broken with this commit) |