stable
Clone or download
Read-only
Merge commit 'refs/changes/37/12437/6' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: tasks #12095 Button is clickable in modal in plugin tuleap_synchro the last part of request #12084 Add form in plugin Tuleap_Synchro Change-Id: I5798e3baf8cb5718983490606ad8d3a6f222d2fe
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 |