about summary refs log tree commit diff
path: root/users (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18 r/1013 feat(gerrithook): implement a crap gerrit mercurial extensionLuke Granger-Brown1-0/+63
Change-Id: Iae1fc9fb5efe046fe70b229e7b5cedc3c8f15749
2020-06-18 r/1012 chore(users/lukegb): Add OWNERS fileLuke Granger-Brown1-0/+3
Change-Id: Ib0e81533fecf259129e0db58cf11280434d35339
2020-06-16 r/1002 chore: Remove traces of HoundVincent Ambo1-1/+0
We can always revert this if we want it back. Change-Id: I1332b6dd541199584b7b5b94a8651172d79e53a9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/442 Reviewed-by: glittershark <grfn@gws.fyi> Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-06-16 r/998 fix(gws.fyi): fix typo in soundcloud linkGriffin Smith1-1/+1
don't know how *this* got in there Change-Id: I73102136d90127a40697ae5c39382c6739a76091 Reviewed-on: https://cl.tvl.fyi/c/depot/+/430 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/997 feat(gws.fyi): link to last.fmGriffin Smith1-1/+2
Change-Id: I12397453b25b40a0283254ee1da9541c3512d8ac Reviewed-on: https://cl.tvl.fyi/c/depot/+/429 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/996 feat(gws.fyi): link to my monorepo dirGriffin Smith1-3/+6
If my work is going here anyway, might as well link to it alongside github Change-Id: Ib686f14c16180d24fe9b8647b2297f6a1a569760 Reviewed-on: https://cl.tvl.fyi/c/depot/+/427 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/995 feat(nixos/sourcegraph): Add a module for running SourceGraphVincent Ambo1-2/+10
This module spins up the Sourcegraph container. Builds: Note that this is contrary to how our other deployments work, but packaging Sourcegraph is quite difficult (it's a Gitlab style deployment with a lot of moving parts and third-party things that it bundles). If we decide to keep it around, we will want to look at packaging it in Nix in the future. Deployment: The deployment is a hack. Sourcegraph does not support public instances, but we want it to be public. To work around this we have configured HTTP-proxy based authentication (i.e. auth via a header) and hardcoded a static header. This works, but lets anonymous users change the "Anonymous" user's settings. We can expect this to get defaced (profile picture, name etc), until we figure out how to write some nginx configuration to drop those requests. See git-bug for details. The Sourcegraph configuration is also not checked in to the repository. It's unclear where in the data directory it is stored. Change-Id: I414ff11c3b49989b6792d697bffc8a0edf96c9cb Reviewed-on: https://cl.tvl.fyi/c/depot/+/425 Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-06-16 r/994 chore(camden): Disable HoundVincent Ambo1-21/+0
Change-Id: Id732f7e2dbc43b2c530a9475499b0dfebff9b273 Reviewed-on: https://cl.tvl.fyi/c/depot/+/424 Reviewed-by: tazjin <mail@tazj.in>
2020-06-16 r/991 fix(gws.fyi): Gitignore letsencrypt dirGriffin Smith1-0/+1
Change-Id: Ife765377a8a8facd59a391a9c3e3e328f2f5e041 Reviewed-on: https://cl.tvl.fyi/c/depot/+/426 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/989 feat(gws.fyi): Make title work properly in indexGriffin Smith4-8/+32
This is remarkably silly, but it gets the job done Change-Id: Ifbc57988a59c4f51a3bba0ed8ad397cb9855d8ab Reviewed-on: https://cl.tvl.fyi/c/depot/+/423 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/988 feat(gws.fyi): add org config fileGriffin Smith1-0/+3
Change-Id: Ie4c7f3648cb2ee5150d8bcab8f8ebcd51c851869 Reviewed-on: https://cl.tvl.fyi/c/depot/+/422 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/987 chore(users/ericvolp12): Create ericvolp12 user directory and OWNERS fileEric Volpert1-0/+3
This change creates a ericvolp12 user directory and an OWNERS file because I am new to the monorepo and need a home. Change-Id: Ie800ec8d9c405fbabbc7c488b6a3c2884a28f34c Reviewed-on: https://cl.tvl.fyi/c/depot/+/421 Reviewed-by: tazjin <mail@tazj.in>
2020-06-16 r/986 feat(gws.fyi): Build from org + integrate with readTreeGriffin Smith6-34/+75
Build from org via emacs --batch, and update all the top-level definitions to make things work nicely with readTree. Change-Id: If0ac49c1d264856392e29b9e7b155641d865525b Reviewed-on: https://cl.tvl.fyi/c/depot/+/400 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/982 feat(tazjin/camden): Regularly back up Gerrit to GCSVincent Ambo1-1/+27
This configures a timer that will push hourly, incremental backups of Gerrit's state (including repositories) to GCS. The GCS bucket tvl-fyi-backups is an Archive-class bucket in the tazjins-infrastructure project. Change-Id: I3bb5b084d8dd929bc4c3e51ddfb524b78d9445cb Reviewed-on: https://cl.tvl.fyi/c/depot/+/397 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/981 feat(gws.fyi): add current source of gws.fyiGriffin Smith6-0/+80
This will soon be replaced with a pile of org, but for now- HTML! Change-Id: I54c15d5734fd3662ea4916553e0cd1b32cc0681f Reviewed-on: https://cl.tvl.fyi/c/depot/+/395 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/980 fix(g/xanthous): Make xanthous readTree-compatibleGriffin Smith1-0/+2
readTree passes in some extra args that we can generally just ignore Change-Id: I2607421da086cfef0502695bcf5658f6d4dbb44d Reviewed-on: https://cl.tvl.fyi/c/depot/+/394 Reviewed-by: glittershark <grfn@gws.fyi>
2020-06-16 r/979 Add 'users/glittershark/emacs.d/' from commit ↵Vincent Ambo74-0/+5656
'69ee53bffaf145eb86dd39a6cdc0ae4d9d3de45c' git-subtree-dir: users/glittershark/emacs.d git-subtree-mainline: 2edb963b97867b27f68efac8d05bf966077b0b01 git-subtree-split: 69ee53bffaf145eb86dd39a6cdc0ae4d9d3de45c
2020-06-16 r/978 Add 'users/glittershark/xanthous/' from commit ↵Vincent Ambo96-0/+10030
'53b56744f4335c038724a1bcffc27a7eb8cf6a6d' git-subtree-dir: users/glittershark/xanthous git-subtree-mainline: 91f53f02d8479303910abfd3f3690d3ef27e6c4b git-subtree-split: 53b56744f4335c038724a1bcffc27a7eb8cf6a6d
2020-06-16 r/977 Add 'users/glittershark/keyboard/' from commit ↵Vincent Ambo6-0/+261
'eb211c2701ad6437bbe5c846823b17acb1dcb1c7' git-subtree-dir: users/glittershark/keyboard git-subtree-mainline: 04d3fb675b6a0f395b9470662511b48f2b02b82a git-subtree-split: eb211c2701ad6437bbe5c846823b17acb1dcb1c7
2020-06-16 r/976 Add 'users/glittershark/org-clubhouse/' from commit ↵Vincent Ambo5-0/+1494
'8838454236cd448afa2c752c4a6dc6f4bb7a3bf4' git-subtree-dir: users/glittershark/org-clubhouse git-subtree-mainline: 81564185e951f69d490be8f5ad76e8ea642b5dde git-subtree-split: 8838454236cd448afa2c752c4a6dc6f4bb7a3bf4
2020-06-16 r/975 Add 'users/glittershark/system/' from commit ↵Vincent Ambo49-0/+3802
'3b174300ae60f63f50427cde3bfd680fd3043c3a' git-subtree-dir: users/glittershark/system git-subtree-mainline: 85d82a9dc262bffa87423f595f7e957c42713798 git-subtree-split: 3b174300ae60f63f50427cde3bfd680fd3043c3a
2020-06-15 r/974 chore(users/glittershark): init glittershark home dirGriffin Smith1-0/+3
Change-Id: I2d9d344be8c448c9cd1ef8555cf7123054e8b567 Reviewed-on: https://cl.tvl.fyi/c/depot/+/392 Reviewed-by: tazjin <mail@tazj.in>
2020-06-15 r/973 feat(users/cynthia): Add cynthia's directoryCynthia Revström1-0/+3
Meow: 3 Change-Id: I7e898528c110e6cf2ec254f08d265dac8ed85e1b Reviewed-on: https://cl.tvl.fyi/c/depot/+/393 Reviewed-by: tazjin <mail@tazj.in>
2020-06-15 r/969 feat(fun/uggc): Install desktop handler in Nix derivationVincent Ambo1-1/+2
This actually registers the desktop entry, so xdg-open etc. start working: tazjin@frog /depot> xdg-open 'uggcf://gjvggre.pbz/alnabgrpu/fgnghf/1272363652679524352' Opening in existing browser session. Change-Id: Ia754cb87470fce2f8d3340d1147f3f01b9914858 Reviewed-on: https://cl.tvl.fyi/c/depot/+/387 Reviewed-by: riking <rikingcoding@gmail.com>
2020-06-14 r/958 chore(users/tazjin): Add avatar for tvlbotVincent Ambo1-0/+0
This is needed for running a git-bug web UI on camden. The important thing is that this gives us a stable URL to the image. Change-Id: If0e069c3d11376a1fb17411e52bb14a8481edb7d Reviewed-on: https://cl.tvl.fyi/c/depot/+/347 Reviewed-by: tazjin <mail@tazj.in>
2020-06-14 r/957 chore(users/tazjin): Move my avatar to my folderVincent Ambo1-0/+0
Change-Id: If05860cd975f20c6d8fec301cabcc80d49d0dcda Reviewed-on: https://cl.tvl.fyi/c/depot/+/344 Reviewed-by: tazjin <mail@tazj.in>
2020-06-14 r/949 chore(users/tazjin): Remove offlineimaprcVincent Ambo1-39/+0
I use lieer these days. Change-Id: I76ec4654c9d18abbbb28e51d53fca549afde056d Reviewed-on: https://cl.tvl.fyi/c/depot/+/258 Reviewed-by: tazjin <mail@tazj.in>
2020-06-14 r/945 chore(isomer): Add Isomer's homedir.Perry Lorier1-0/+3
Change-Id: Ic04f1a44b1cab0d5d6d2dfa52c577c718b404a9b Reviewed-on: https://cl.tvl.fyi/c/depot/+/256 Reviewed-by: isomer <isomer@tvl.fyi> Reviewed-by: tazjin <mail@tazj.in>
2020-06-14 r/943 feat(tazjin/dotfiles): Update msmtprc for lieer configurationVincent Ambo1-8/+7
Change-Id: I4e2fa960b904dc558904e3df94669513c4163312 Reviewed-on: https://cl.tvl.fyi/c/depot/+/247 Reviewed-by: tazjin <mail@tazj.in>
2020-06-14 r/942 chore(users/tazjin): Add OWNERS fileVincent Ambo1-0/+3
I own this, okay? Documentation for this file syntax is at https://gerrit.googlesource.com/plugins/owners/+/refs/heads/stable-3.1/owners-autoassign/src/main/resources/Documentation/config.md Change-Id: If4e6430bdb2d27f31727b5169ce8b82c08ec8de2 Reviewed-on: https://cl.tvl.fyi/c/depot/+/246 Reviewed-by: lukegb <lukegb@tvl.fyi>
2020-06-13 r/941 refactor(ops/nixos): Move my NixOS configurations to //users/tazjinVincent Ambo9-0/+1180
NixOS modules move one level up because it's unlikely that //ops/nixos will contain actual systems at this point (they're user-specific). This is the first users folder, so it is also added to the root readTree invocation for the repository. Change-Id: I546c701145fa204b7ba7518a8a56a783588629e0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/244 Reviewed-by: tazjin <mail@tazj.in>