Brian Warner
Brian Warner
Please add your contributions to the November GraphQL Foundation newsletter: https://docs.google.com/document/d/1WlBymqiv6s7V_dp0th6ua_ycbxp_yJrawzE6Y7wWUhA/edit
We don't currently publish a contact email for code of conduct concerns. This adds an alias that forwards to @leebyron as ED, cc to the operations alias (currently me). Signed-off-by:...
Update the CONTRIBUTING.md file to remove reference to the Facebook CLA, and instead describe the EasyCLA process. Signed-off-by: Brian Warner
Update the CONTRIBUTING.md file to remove reference to the Facebook CLA, and instead describe the EasyCLA process. Signed-off-by: Brian Warner
Signed-off-by: Brian Warner --- name: Update the contributor guide about: Merges in language from the new standard template --- ## What does this PR do? Fidelity is updating and standardizing...
Per @sgoggins' request, this feature would alter the tables to store the committer and author dates in a DATETIME column instead of VARCHAR. The context of the original decision is...
The analysis portion of a `facade-worker.py` run is very database intensive, for a number of reasons. When designing the analysis functions, I wanted to be able to log neurotically, and...
Per discussion with @sgoggins, this issue proposes some major structural changes to the way commit data is stored. It was triggered by discussion around #33 For a while I have...
Right now, Facade is mostly intended to be run internally, behind a firewall. The authentication is pretty basic (see issue #16), so this should certainly be addressed before putting this...
Authentication is quite basic at this point, mainly intended to allow you to show someone else the results without them changing the configurations or accidentally deleting important things. Facade simply...