package com.perforce.spark.artifact; import spark.Request; import com.perforce.spark.deploy.ChangeModel; public interface ArtifactInterface { public int userUpload(Request request) throws Exception; public ChangeModel userSubmit(int id, String desc) throws Exception; public void proxyUpload() throws Exception; public void index() throws Exception; public void disconnect() throws Exception; }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#8 | 15782 | Paul Allen |
Update to UX - deploy has 3 process steps (including a submit report) |
||
#7 | 15313 | Paul Allen |
Added Client Workspace pool to manage parallel upload requests by the proxy (configuration set to 50). User uploads are restricted to only one per user. |
||
#6 | 15232 | Paul Allen | Fix on Artifact indexing | ||
#5 | 15221 | Paul Allen | Generate Gem index and submit after a deploy or proxy fetch event. | ||
#4 | 15218 | Paul Allen |
Index/catalog for Ruby. Plus depot names must be lower-case. |
||
#3 | 14883 | Paul Allen | Submit via preview and redirect to asset | ||
#2 | 14723 | Paul Allen | Tidy up deploy/upload | ||
#1 | 14226 | Paul Allen | Tidy up Browse elements over to micro MVC model |