phab/src/applications/conduitproduction
phab/src/applications/conduit
production
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
aa6e788f3666 | epriestley | Mark "v3" API methods as stable; mark obsoleted methods as "Frozen" | Jan 9 2017 | |||
5f26dd9b6660 | epriestley | Use futures to improve clustered repository main page performance | Dec 8 2016 | |||
bfbf75a8720c | epriestley | Slightly modernize ConduitTokenQuery | Dec 6 2016 | |||
55a54facd5db | epriestley | Use PhabricatorCachedClassMapQuery in Conduit method lookups | Dec 6 2016 | |||
706c21375e8f | epriestley | Remove empty implementations of `describeAutomaticCapabilities()` | Nov 10 2016 | |||
b1449fab63ff | Giedrius Dubinskas/gd | Fixed undefined variable error in call from ConduitIntListParameterType | Oct 17 2016 | |||
c71bb0550c5d | Giedrius Dubinskas/gd | Conduit accept int/bool parameters as strings | Oct 14 2016 | |||
6649b0cef890 | Josh Cox | Remove "Application" field from ConduitSearchEngine | Sep 27 2016 | |||
38ae81fb3916 | epriestley | Throw when callers pass an invalid constraint to a "*.search" method | Sep 7 2016 | |||
3c62be695653 | Josh Cox | Add patch to remove conduit_connectionlog table (Fixes T9982) | Aug 23 2016 | |||
07082d28678c | epriestley | Don't allow empty list constraints in Conduit calls | Aug 14 2016 | |||
6e57582aff82 | epriestley | Allow `*.search` Conduit API methods to have data bulk-loaded by extensions | Jul 31 2016 | |||
65980ac68347 | epriestley | Convert all remaining old tabs to new PHUITabGroupViews | Jul 1 2016 | |||
ec8581ab629e | epriestley | Clean up redirect URIs for "Temporary Tokens" and "API Tokens" settings panels | Jun 28 2016 | |||
814fa135b036 | epriestley | Centralize "this is the current user for the request" code | Jun 7 2016 | |||
421bf2e548f0 | epriestley | Allow administrators to configure global default settings | Jun 5 2016 | |||
eb673fd783e4 | epriestley | Formalize and fully modularize settings panel groups | Jun 4 2016 | |||
0308d580d7df | epriestley | Deactivate SSH keys instead of destroying them completely | May 18 2016 | |||
dc6d108b26cf | Aviv Eyal/avivey | Paramater type inheritence fix | May 11 2016 | |||
63bbe6b129f0 | epriestley | Port "Allow Dangerous Changes" to new Manage UI | Apr 27 2016 | |||
7f15e8fbe8d2 | epriestley | Formally deprecate owners.query Conduit API method | Apr 20 2016 | |||
7150aa8e192e | June Rhodes/epriestley | Use Conduit in PhabricatorRepositoryGitCommitChangeParserWorker | Apr 14 2016 | |||
99be132ea21e | epriestley | Allow public users to make intracluster API requests | Apr 13 2016 | |||
ecd4dd4e0b08 | epriestley | Expose column positions via maniphest.edit | Apr 6 2016 | |||
e2685a248b8c | Chad Little | Update Conduit for new UI | Apr 5 2016 | |||
e55522cade3f | epriestley | Implement "auth.logout" Conduit API method | Apr 4 2016 | |||
60133b6fa5d5 | epriestley | Begin cleaning up OAuth scope handling | Apr 4 2016 | |||
601aaa5a86c1 | epriestley | Modularize content sources | Mar 26 2016 | |||
73bab5716073 | Eitan Adler/epriestley | fix the typo in the label field | Feb 17 2016 | |||
f84130f9cd74 | epriestley | Support enabling a formal points field in Maniphest | Feb 9 2016 | |||
fe5cd4ca2c77 | Chad Little | Move FontIcon calls to Icon | Jan 28 2016 | |||
36158dbdc081 | Chad Little | Convert all calls to 'IconFont' to just 'Icon' | Jan 28 2016 | |||
add8333b98cb | epriestley | Improve behavior of "owner" transaction in "maniphest.edit" endpoint | Jan 11 2016 | |||
e0a97c88dbec | epriestley | Provide phame.post.edit Conduit API method | Dec 28 2015 | |||
3335bcbfc9f2 | epriestley | Add a phame.blog.edit Conduit API endpoint | Dec 28 2015 | |||
57cc30d0c4aa | epriestley | Continue hammering new *.search / *.edit documentation into shape | Dec 16 2015 | |||
161ebad56d7a | epriestley | Improve Conduit type handling for `*.edit` endpoints | Dec 16 2015 | |||
c19654db161b | epriestley | Write some basic "dealing with Conduit changes" documentation | Dec 15 2015 | |||
2805ba6f42b9 | epriestley | Add by-caller lookup to call logs, plus viewer calls | Dec 15 2015 | |||
6580bbdf395b | epriestley | Make it easy to find deprecated calls in the Conduit call log | Dec 15 2015 | |||
0692115953fa | epriestley | Remove all references to the Conduit ConnectionLog | Dec 15 2015 | |||
4a147dcbfb15 | epriestley | Move ConduitLogs to ApplicationSearch | Dec 14 2015 | |||
00bd824781d2 | epriestley | Remove the "deprecated calls in the last 30 days" setup warning | Dec 14 2015 | |||
0a50219f1b4f | epriestley | Formalize custom Conduit fields on objects | Dec 14 2015 | |||
3db175f79ddd | epriestley | Add a "content" attachment for Pastes for Conduit API | Dec 14 2015 | |||
8ec413b97201 | epriestley | Clean up "ids" and "phids" handling in SearchEngines | Dec 14 2015 | |||
fdd2d802d245 | epriestley | Clean up "*.search" API method documentation pages | Dec 14 2015 | |||
99ade500bc3a | epriestley | Flesh out Conduit parmeter types for maniphest.search | Dec 14 2015 | |||
663dce5029f5 | epriestley | Flesh out Conduit parameter types for Owners + CustomFields | Dec 14 2015 | |||
0282ce74ab8c | epriestley | Flesh out Conduit types for Paste search fields | Dec 14 2015 | |||
05a798e3ac68 | epriestley | Add basic typechecking support to Conduit | Dec 14 2015 | |||
d1a1d4800143 | epriestley | Give ConduitAPIMethod->getMethodDescription() access to a real Viewer | Dec 14 2015 | |||
4ec6990ca767 | epriestley | Implement a rough initial version of ApplicationSearch-driven Conduit read… | Dec 12 2015 | |||
12dd9ec3ff34 | epriestley | Have EditEngine API methods provide the correct application to Conduit | Nov 16 2015 | |||
a8e9da4a5624 | Chad Little | Update Conduit for handleRequest | Oct 19 2015 | |||
4b43667086ae | epriestley | Introduce PHUIRemarkupView, a sane way to work with Remarkup | Oct 15 2015 | |||
9c798e5ccabb | epriestley | Provide `bin/garbage` for interacting with garbage collection | Oct 2 2015 | |||
878a493301d2 | epriestley | Begin standardizing garbage collectors | Oct 2 2015 | |||
666f19e50491 | Chad Little | Make icon setting in Section Headers easier/consistent | Sep 19 2015 | |||
29948eaa5bd2 | epriestley | Use phutil_hashes_are_identical() when comparing hashes in Phabricator | Sep 2 2015 | |||
368f3591142e | Joshua Spence | Use PhutilClassMapQuery instead of PhutilSymbolLoader | Aug 13 2015 | |||
630fb06c428e | epriestley | Document how to use `harbormaster.sendmessage` to report lint and unit results | Aug 4 2015 | |||
7d7e13d79b86 | epriestley | Merge branch 'master' into redesign-2015 | Jun 19 2015 | |||
801607381d5e | Chad Little | [Redesign] PhabricatorApplicationSearchResultView | Jun 19 2015 | |||
90078fe06ea5 | epriestley | Clarify that 'order' is an optional parameter in Conduit API methods | Jun 18 2015 | |||
53ef057b1b51 | epriestley | Merge branch 'master' into redesign-2015 | Jun 15 2015 | |||
1239cfdeaf3a | Joshua Spence | Add a bunch of tests for subclass implementations | Jun 15 2015 | |||
b6d745b66687 | Joshua Spence | Extend from Phobject | Jun 15 2015 | |||
57b898af9a53 | epriestley | Merge branch 'master' into redesign-2015 | Jun 10 2015 | |||
992c19957760 | epriestley | Add "Mailing List" users | Jun 4 2015 | |||
8440b3efc0e3 | epriestley | Update account roles documentation and remove actAsUser | Jun 4 2015 | |||
bf81fda03609 | Joshua Spence | Linter fixes | Jun 2 2015 | |||
3699253e49f6 | epriestley | Merge branch 'master' into redesign-2015 | May 28 2015 | |||
c0d780543c7c | Chad Little | [Redesign] Update Conduit UI | May 28 2015 | |||
7d757483a0db | epriestley | Make everything 1000x or 1000000x slower | May 23 2015 | |||
bfca11dbbadf | epriestley | Merge branch 'master' into redesign-2015 | May 22 2015 | |||
36e2d02d6ec5 | Joshua Spence | phtize all the things | May 22 2015 | |||
a4784e03fff4 | Chad Little | [Redesign] Add Table, Collapse support to ObjectBox | May 20 2015 | |||
acb45968d889 | Joshua Spence | Use `__CLASS__` instead of hard-coding class names | May 13 2015 | |||
3a34d948b9d3 | epriestley | Show how to call Conduit API methods from clients | May 8 2015 | |||
70c864914210 | Joshua Spence | Use phutil_json_decode instead of json_decode | May 5 2015 | |||
ba6b1376f261 | epriestley | Provide an "api" context to Multimeter for API events | May 4 2015 | |||
f5580c7a083e | epriestley | Make buildWhereClause() a method of AphrontCursorPagedPolicyAwareQuery | Apr 20 2015 | |||
09ad69238ee7 | epriestley | Drive conduit result ordering through Query order specifications | Apr 13 2015 | |||
156b156e77b6 | epriestley | Give Conduit params/return/errors protected visibility | Apr 13 2015 | |||
ec12b710aac0 | Joshua Spence | Re-enable the deprecated calls setup check | Apr 7 2015 | |||
ea376685ae9e | Joshua Spence | Fix some odd looking arrays | Apr 5 2015 | |||
c169199e6429 | epriestley | Allow applications to have multiple "help" menu items | Apr 1 2015 | |||
423180430e61 | Chad Little | Modernize Conduit app a bit | Mar 3 2015 | |||
aaf8d73ec798 | Joshua Spence | Fix `pht` method calls | Feb 10 2015 | |||
5a9df1a22526 | Bob Trahan | Policy - filter app engines where the user can't see the application from panel… | Feb 5 2015 | |||
55c00ebfa125 | epriestley | Disable the deprecated calls setup check until we remedy upstream calls | Feb 2 2015 | |||
bd905352f5d9 | epriestley | Fix a bad setup check call | Feb 2 2015 | |||
9af376a74356 | epriestley | Add a setup warning for calls to deprecated Conduit methods | Feb 2 2015 | |||
8b06804394f8 | Chad Little | Remove getIconName from all applications | Jan 30 2015 | |||
5d8bb61dde25 | Chad Little | Add FontIcon bridge to AppIcons | Jan 25 2015 | |||
d94d1da61098 | epriestley | Proxy Diffusion Conduit API calls | Jan 23 2015 | |||
fff04811842e | Joshua Spence | Add method description to `conduit.query` | Jan 22 2015 | |||
1258ed348b44 | Joshua Spence | Add return type to `conduit.query` | Jan 22 2015 | |||
daadf955378c | Joshua Spence | Fix visibility of `PhutilArgumentWorkflow::didConstruct` methods | Jan 15 2015 |
c4science · Help