Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting uploaded files #93

Open
gpierre42 opened this issue Dec 8, 2014 · 1 comment
Open

Deleting uploaded files #93

gpierre42 opened this issue Dec 8, 2014 · 1 comment

Comments

@gpierre42
Copy link
Contributor

This is a request for adding a method to remove a version of uploaded code in the relevant services (PHP, Java, Generic etc.).

At the moment, the same code upload functionality is re-implemented in every service. This is obviously not a good idea, as duplicate code is hard to maintain. In the longer run it would be good to move this functionality to the ConPaaS core.

@tcrivat
Copy link
Contributor

tcrivat commented Dec 15, 2014

The requested delete method, along with CLI support (in cpsclient and cps-tools) was added in commit c7307b4 for the Generic Service and in commit 5f42335 for the hosting services (PHP and Java). The Frontend was updated accordingly in commit c09516e.

I am leaving the issue still open because the code management functionality is, indeed, duplicated: once in the Generic Service and once in PHP/Java (which have a common implementation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants