Fix T11551 conduit API for "project.create" with only "name" passed as
parameter.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T11551: Conduit API "project.create" return error with ERR-CONDUIT-CORE when only "name" passed as parameter
- Get or create new Conduit token
- Execute "project.create" with curl,
$ curl http://phabricator.localdomain:10010/api/project.create \
-d api.token=api-pcbhtiluxuarqcvg44a4vfkyikw5 \
-d name=Test
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- master
- Lint
Lint Errors Severity Location Code Message Error /home/ms/Workspaces/phabricator/libphutil/src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnection.php:128 PHL1 Unknown Symbol Error /home/ms/Workspaces/phabricator/libphutil/src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnection.php:129 PHL1 Unknown Symbol Error /home/ms/Workspaces/phabricator/libphutil/src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnection.php:133 PHL1 Unknown Symbol Error /home/ms/Workspaces/phabricator/libphutil/src/aphront/storage/connection/mysql/AphrontMySQLDatabaseConnection.php:197 PHL1 Unknown Symbol Error /home/ms/Workspaces/phabricator/libphutil/src/parser/PhutilJSONParser.php:28 PHL1 Unknown Symbol Error src/applications/celerity/CelerityResourceTransformer.php:108 PHL1 Unknown Symbol Error src/applications/console/plugin/DarkConsoleServicesPlugin.php:151 PHL1 Unknown Symbol Error src/applications/console/plugin/DarkConsoleStartupPlugin.php:17 PHL1 Unknown Symbol Error src/applications/console/plugin/xhprof/DarkConsoleXHProfPluginAPI.php:132 PHL1 Unknown Symbol Error src/applications/harbormaster/controller/HarbormasterCircleCIHookController.php:14 PHL1 Unknown Symbol Error src/applications/maniphest/controller/ManiphestExportController.php:121 PHL1 Unknown Symbol Error src/applications/maniphest/export/ManiphestExcelDefaultFormat.php:124 PHL1 Unknown Symbol Error src/applications/maniphest/export/ManiphestExcelDefaultFormat.php:130 PHL1 Unknown Symbol Error src/applications/maniphest/export/ManiphestExcelFormat.php:30 PHL1 Unknown Symbol Error src/applications/metamta/adapter/PhabricatorMailImplementationAmazonSESAdapter.php:32 PHL1 Unknown Symbol Error src/applications/metamta/adapter/PhabricatorMailImplementationPHPMailerAdapter.php:15 PHL1 Unknown Symbol Error src/applications/phortune/provider/PhortuneStripePaymentProvider.php:121 PHL1 Unknown Symbol Error src/applications/phortune/provider/PhortuneStripePaymentProvider.php:256 PHL1 Unknown Symbol Error src/applications/phortune/provider/PhortuneWePayPaymentProvider.php:58 PHL1 Unknown Symbol Error src/applications/xhprof/view/PhabricatorXHProfProfileSymbolView.php:29 PHL1 Unknown Symbol Error src/applications/xhprof/view/PhabricatorXHProfProfileTopLevelView.php:33 PHL1 Unknown Symbol Error src/infrastructure/env/PhabricatorConfigFileSource.php:16 PHL1 Unknown Symbol Error src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php:25 PHL1 Unknown Symbol Error src/infrastructure/sms/adapter/PhabricatorSMSImplementationTwilioAdapter.php:18 PHL1 Unknown Symbol Error src/infrastructure/sms/adapter/PhabricatorSMSImplementationTwilioAdapter.php:33 PHL1 Unknown Symbol - Unit
Tests Passed - Build Status
Buildable 13484 Build 17340: arc lint + arc unit