Skip to content
Snippets Groups Projects

Fix: Missing commit message when uploading

Closed Sirieam Marie Hunke requested to merge Issue/2102-gitLabResTypeRCV into dev
2 unresolved threads

coscine/issues#2102

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
244 246 {
245 247 // do nothing
246 248 }
247 await resourceTypeDefinition.StoreEntry(resource.Id.ToString(), path, stream);
249 var options = new Dictionary<string, string>();
250 var resourceType = _resourceTypeModel.GetById(resource.TypeId);
251
252 if (resourceType.Type == "gitlab")
  • 324 334 {
    325 335 return BadRequest($"No provider for: \"{resource.Type.DisplayName}\".");
    326 336 }
    327 await resourceTypeDefinition.DeleteEntry(resource.Id.ToString(), path);
    337 var options = new Dictionary<string, string>();
    338 var resourceType = _resourceTypeModel.GetById(resource.TypeId);
    339
    340 if (resourceType.Type == "gitlab")
  • closed

  • Please register or sign in to reply
    Loading