stable
Clone or download
Read-only
tasks #12095 Button is clickable in modal in plugin tuleap_synchro
the last part of request #12084 Add form in plugin Tuleap_Synchro Add endpoint : How to test : Create data with the modal "add endpoint". Expected results : If data are OK : They will be displayed in the plugin. If data aren't OK : Exceptions triggered (If tracker id isn't a numeri. If base uri isn't valid.) Delete endpoint : How to test : Click in the button "Delete". Expected results : The webhook is deleted of the database. Change-Id: Ic7ba1c37a97d1ad02db71ca9217a3fe746725797
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Dao/TuleapSynchroDao.php | +28 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/Endpoint.php | +8 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointBuilder.php | +2 | −2 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointCreatorController.php | +9 | −8 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointDeleteController.php | +67 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointRetriever.php | +1 | −0 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Endpoint/EndpointUpdater.php | +65 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsPresenter.php | +6 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsPresenterBuilder.php | +10 | −2 | Go to diff View file |
M | plugins/tuleap_synchro/include/Tuleap_Synchro/ListEndpoints/ListEndpointsRetriever.php | +5 | −4 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Webhook/Webhook.php | +40 | −0 | Go to diff View file |
A | plugins/tuleap_synchro/include/Tuleap_Synchro/Webhook/WebhookGenerator.php | +88 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/include/constants.php | +1 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/include/tuleap_synchroPlugin.class.php | +13 | −10 | Go to diff View file |
M | plugins/tuleap_synchro/scripts/site-admin/src/index.js | +15 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/site-content/fr_FR/LC_MESSAGES/tuleap-tuleap_synchro.po | +14 | −1 | Go to diff View file |
M | plugins/tuleap_synchro/site-content/tuleap-tuleap_synchro.pot | +11 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/templates/add_new_endpoint.mustache | +11 | −2 | Go to diff View file |
A | plugins/tuleap_synchro/templates/delete_endpoint.mustache | +32 | −0 | Go to diff View file |
M | plugins/tuleap_synchro/templates/list_endpoints.mustache | +12 | −1 | Go to diff View file |