From 6266c5d32f9ff651fcfc3a4cc0c68e89da56ca65 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Sun, 11 Apr 2021 17:53:27 -0400 Subject: refactor(users/glittershark): Rename to grfn Rename my //users directory and all places that refer to glittershark to grfn, including nix references and documentation. This may require some extra attention inside of gerrit's database after it lands to allow me to actually push things. Change-Id: I4728b7ec2c60024392c1c1fa6e0d4a59b3e266fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/2933 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: lukegb Reviewed-by: glittershark --- web/panettone/OWNERS | 2 +- web/panettone/src/authentication.lisp | 2 +- web/panettone/src/model.lisp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web/panettone') diff --git a/web/panettone/OWNERS b/web/panettone/OWNERS index aedec9ae6d..b2b0acc303 100644 --- a/web/panettone/OWNERS +++ b/web/panettone/OWNERS @@ -1,5 +1,5 @@ inherited: true owners: - - glittershark + - grfn - tazjin - sterni diff --git a/web/panettone/src/authentication.lisp b/web/panettone/src/authentication.lisp index 07b9a6a87c..c335345020 100644 --- a/web/panettone/src/authentication.lisp +++ b/web/panettone/src/authentication.lisp @@ -95,7 +95,7 @@ instance of `user'" (ldap-entry->user ldap-entry)))))) (comment - (find-user-by-dn "cn=glittershark,ou=users,dc=tvl,dc=fyi") + (find-user-by-dn "cn=grfn,ou=users,dc=tvl,dc=fyi") ) (defun authenticate-user (user-or-username password) diff --git a/web/panettone/src/model.lisp b/web/panettone/src/model.lisp index 4fa51026a0..77a7cd6da9 100644 --- a/web/panettone/src/model.lisp +++ b/web/panettone/src/model.lisp @@ -413,7 +413,7 @@ explicitly subscribing to / unsubscribing from individual issues." (ddl/init) (make-instance 'issue :subject "test") (create-issue :subject "test" - :author-dn "cn=glittershark,ou=users,dc=tvl,dc=fyi") + :author-dn "cn=grfn,ou=users,dc=tvl,dc=fyi") (issue-commenter-dns 1) (issue-subscribers 1) -- cgit 1.4.1