Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
Expand journal test list to whole team (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
akalin-keybase committed Feb 13, 2017
1 parent 31fd34c commit 4647d58
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion libkbfs/journal_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,27 @@ import (
"golang.org/x/net/context"
)

// TODO: Expand this list to the whole team.
// TODO: Add a server endpoint to get this data.
var journalingBetaList = map[keybase1.UID]bool{
"23260c2ce19420f97b58d7d95b68ca00": true, // Chris Coyne "chris"
"dbb165b7879fe7b1174df73bed0b9500": true, // Max Krohn, "max"
"ef2e49961eddaa77094b45ed635cfc00": true, // Jeremy Stribling, "strib"
"41b1f75fb55046d370608425a3208100": true, // Jack O'Connor, "oconnor663"
"9403ede05906b942fd7361f40a679500": true, // Jinyang Li, "jinyang"
"b7c2eaddcced7727bcb229751d91e800": true, // Gabriel Handford, "gabrielh"
"1563ec26dc20fd162a4f783551141200": true, // Patrick Crosby, "patrick"
"ebbe1d99410ab70123262cf8dfc87900": true, // Fred Akalin, "akalin"
"8bc0fd2f5fefd30d3ec04452600f4300": true, // Andy Alness, "alness"
"e0b4166c9c839275cf5633ff65c3e819": true, // Chris Nojima, "chrisnojima"
"d95f137b3b4a3600bc9e39350adba819": true, // Cécile Boucheron, "cecileb"
"4c230ae8d2f922dc2ccc1d2f94890700": true, // Marco Polo, "marcopolo"
"237e85db5d939fbd4b84999331638200": true, // Chris Ball, "cjb"
"69da56f622a2ac750b8e590c3658a700": true, // John Zila, "jzila"
"673a740cd20fb4bd348738b16d228219": true, // Steve Sanders, "zanderz"
"95e88f2087e480cae28f08d81554bc00": true, // Mike Maxim, "mikem"
"5c2ef2d4eddd2381daa681ac1a901519": true, // Max Goodman, "chromakode"
"08abe80bd2da8984534b2d8f7b12c700": true, // Song Gao, "songgao"
"eb08cb06e608ea41bd893946445d7919": true, // Miles Steele, "mlsteele"
}

type journalServerConfig struct {
Expand Down

0 comments on commit 4647d58

Please sign in to comment.