Skip to content
Snippets Groups Projects

Create and edit files in web editor via rugged

Merged username-removed-444 requested to merge web-editor-rugged into master
  • create file via rugged
  • update file via rugged
  • remove file via rugged
  • fix tests
  • remove satellites code
  • create activity event for new/edit file via rugged
  • base64 support

Part of https://dev.gitlab.org/gitlab/gitlabhq/issues/2300

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
  • 370 370 @root_ref ||= raw_repository.root_ref
    371 371 end
    372 372
    373 def commit_file(user, path, content, message, ref)
    374 path[0] = '' if path[0] == '/'
  • Added 3 commits:

    • d9d9c7d7 - Allow base64 for edit blobs
    • 54113319 - Use rugged in web editor for base64 encoding
    • 2c403dfd - Remove file api tests which depend on old satellite logic
  • Added 2 commits:

    • 3d416f16 - Create activity event and execute hooks on web editor commit
    • 8ad5f084 - Remove now unnecessary satelittes logic for creating and editing file with web editor
  • Added 3 commits:

    • 89978126 - Remove files in web editor using rugged
    • 435f680b - Make web editor work correctly after switch from satellites
    • d684b110 - Remove unnecessary satellite files and add CHANGELOG item
  • username-removed-444 Status changed to merged

    Status changed to merged

  • mentioned in commit 5a1aa49b

  • Please register or sign in to reply
    Loading