mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
No description
d0b6602e29
datasources Summary: The open source Phabricator has like 3,500 user accounts now and it takes a while to pull/render them. Add an option to switch to ondemand for large installs. I'll follow up with a patch at some point to address a couple of name things: - Denormalize last names into a keyed column (although this evidences some bias toward the western world). - Force all usernames to lowercase (sorry Girish, Makinde). Also this patch is so clean it's crazy. Didn't bother with other object types for now, I'm planning to dedicate a few days to Projects at some point and I'll flesh out some auxiliary features like this when I do that. Test Plan: Switched to ondemand, verified data was queried dynamically. Switched back, verified data was preloaded. Reviewers: jungejason, nh, tuomaspelkonen, aran Reviewed By: nh CC: aran, epriestley, nh Differential Revision: 923 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support/aphlict | ||
webroot | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
.gitmodules | ||
CHANGELOG | ||
README |
Phabricator is a open source collection of web applications which make it easier to write, review, and share source code. Phabricator was developed at Facebook. This is an early release. It's pretty high-quality and usable, but under active development so things may change quickly. You can learn more about the project and find links to documentation and resources at: http://phabricator.org/ LICENSE Phabricator is released under the Apache 2.0 license except as otherwise noted. http://www.apache.org/licenses/LICENSE-2.0