canmove, Confirmed users
1,126
edits
(Update architecture section for bug 1366774 and other cleanup) |
(Mention requires LDAP auth) |
||
Line 23: | Line 23: | ||
** Static UI that interacts with the OrangeFactor API. | ** Static UI that interacts with the OrangeFactor API. | ||
** Served by [https://openresty.org/ OpenResty]. | ** Served by [https://openresty.org/ OpenResty]. | ||
** [https://groups.google.com/forum/#!topic/mozilla.dev.tree-management/cIc63kVSN5M Requires LDAP credentials to access]. | |||
** [https://hg.mozilla.org/automation/orangefactor/file/default/html Source]. | ** [https://hg.mozilla.org/automation/orangefactor/file/default/html Source]. | ||
* [https://brasstacks.mozilla.com/orangefactor/api/ OrangeFactor REST API]: | * [https://brasstacks.mozilla.com/orangefactor/api/ OrangeFactor REST API]: | ||
** Python FastCGI app reverse proxied by OpenResty. | ** Python FastCGI app reverse proxied by OpenResty. | ||
** [https://groups.google.com/forum/#!topic/mozilla.dev.tree-management/cIc63kVSN5M Requires LDAP credentials to access]. | |||
** Read-only API apart from job classification submissions from [https://github.com/mozilla/treeherder Treeherder], which use [https://github.com/kumar303/mohawk Hawk authentication]. | ** Read-only API apart from job classification submissions from [https://github.com/mozilla/treeherder Treeherder], which use [https://github.com/kumar303/mohawk Hawk authentication]. | ||
** API responses are a combination of results from OrangeFactor's ES instance and the public hg.mozilla.org pushlog. | ** API responses are a combination of results from OrangeFactor's ES instance and the public hg.mozilla.org pushlog. |