The source project of this merge request has been removed.
Iss. #65 - Fix error caused by no project match in validation req
1 unresolved thread
Merge request reports
Activity
Filter activity
requested review from @heurtemattes, @mbarbero, and @cguindon
63 64 public static MultivaluedMap<String, String> getCommitParams(List<String> commitShas, String projectId, String repoUrl) { 64 65 MultivaluedMap<String, String> params = new MultivaluedMapImpl<>(); 65 66 params.put(GitEcaParameterNames.SHAS_RAW, commitShas); 66 params.add(GitEcaParameterNames.PROJECT_ID_RAW, projectId); 67 67 params.add(GitEcaParameterNames.REPO_URL_RAW, repoUrl); 68 if (projectId != null) { mentioned in commit e568cd51
Please register or sign in to reply