| Commit message (Expand) | Author | Age | Files | Lines |
* | Use correct encoding with Lfs::FileTransfromer | James Edwards-Jones | 2018-03-15 | 1 | -2/+3 |
* | Avoid failed integrity check by linking LfsObjectProjects sooner | James Edwards-Jones | 2018-03-15 | 2 | -8/+9 |
* | Multi-file upload and Commit API obey LFS filters | James Edwards-Jones | 2018-03-15 | 2 | -6/+24 |
* | Rename Lfs::FileModificationHandler to Lfs::FileTransformer | James Edwards-Jones | 2018-03-15 | 1 | -1/+1 |
* | File upload UI obeys LFS filters | James Edwards-Jones | 2018-02-06 | 1 | -1/+11 |
* | Move git operations for multi_action into Gitlab::Git | Alejandro Rodríguez | 2018-01-05 | 1 | -11/+4 |
* | Updates from last code review:38356-add-last_commit_sha-to-the-commit-api | Rubén Dávila | 2017-12-20 | 4 | -27/+33 |
* | Check if file has been modified for each action provided. | Rubén Dávila | 2017-12-20 | 1 | -0/+12 |
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -2/+2 |
* | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 6 | -249/+43 |
* | Fix variable name and change copy | Douwe Maan | 2017-03-01 | 1 | -1/+1 |
* | Fix creating a file in an empty repo using the API | Douwe Maan | 2017-03-01 | 1 | -10/+6 |
* | Enable and autocorrect the CustomErrorClass cop | Sean McGivern | 2017-03-01 | 3 | -3/+3 |
* | Fix specdm-fix-web-edit-new-lines | Douwe Maan | 2017-02-24 | 3 | -5/+5 |
* | Add newline | Douwe Maan | 2017-02-24 | 1 | -0/+1 |
* | Raise error when no content is provided | Douwe Maan | 2017-02-24 | 3 | -7/+23 |
* | Address review | Douwe Maan | 2017-02-24 | 1 | -6/+6 |
* | Rename commit_file, commit_dir and remove_file and update specs | Douwe Maan | 2017-02-24 | 3 | -4/+3 |
* | Consistently create, update, and delete files, taking CRLF settings into account | Douwe Maan | 2017-02-24 | 1 | -3/+11 |
* | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branch | Oswaldo Ferreira | 2017-02-21 | 1 | -4/+4 |
* | Rename Files::DeleteService to Files::DestroyService | dixpac | 2017-02-10 | 1 | -1/+1 |
* | Rename from base to start because base could mean merge base | Lin Jen-Shin | 2017-01-06 | 6 | -18/+18 |
* | Rename source to base to avoid confusion from MR | Lin Jen-Shin | 2017-01-06 | 6 | -18/+18 |
* | Fix source_project and also pass source_project | Lin Jen-Shin | 2016-12-14 | 4 | -0/+4 |
* | Cleanup parameters, easier to understand and | Lin Jen-Shin | 2016-12-08 | 5 | -15/+15 |
* | Prefer repository.branch_exists? | Lin Jen-Shin | 2016-12-08 | 1 | -3/+3 |
* | Merge remote-tracking branch 'upstream/master' into fix-git-hooks-when-creati... | Lin Jen-Shin | 2016-11-24 | 5 | -10/+0 |
|\ |
|
| * | Remove unnecessary require_relative calls from service classes | Semyon Pupkov | 2016-11-22 | 5 | -10/+0 |
* | | Move all branch creation to raw_ensure_branch, | Lin Jen-Shin | 2016-11-22 | 2 | -12/+2 |
* | | Add a few comments to explain implementation detail | Lin Jen-Shin | 2016-11-15 | 1 | -0/+3 |
* | | Make sure we have the branch on the other project | Lin Jen-Shin | 2016-11-15 | 1 | -1/+9 |
* | | Add `source_branch` option for various git operations | Lin Jen-Shin | 2016-11-15 | 6 | -11/+35 |
* | | Revert "Don't execute git hooks if you create branch as part of other change" | Lin Jen-Shin | 2016-11-15 | 1 | -1/+1 |
* | | Don't execute git hooks if you create branch as part of other change | Kamil Trzcinski | 2016-11-02 | 1 | -1/+1 |
|/ |
|
* | multi-file commit | Marc Siegfriedt | 2016-10-05 | 3 | -8/+133 |
* | Add optional 'author' param when making commits | Dan Dunckel | 2016-09-19 | 5 | -4/+8 |
* | Prevents accidental overwrites of commits from UI | Frank West | 2016-08-15 | 2 | -0/+24 |
* | Merge branch 'master' into rename-repo-files | tiagonbotelho | 2016-07-19 | 1 | -1/+1 |
|\ |
|
| * | Revert "Revert "Merge branch '18193-developers-can-merge' into 'master'
"" | Rémy Coutable | 2016-07-18 | 1 | -1/+1 |
| * | Revert "Merge branch '18193-developers-can-merge' into 'master'
" | Robert Speicher | 2016-07-13 | 1 | -1/+1 |
| * | Refactor `Gitlab::GitAccess` | Timothy Andrew | 2016-07-13 | 1 | -1/+1 |
* | | fixes more issues for MR acceptance | tiagonbotelho | 2016-07-12 | 1 | -2/+0 |
* | | refactors to pass values as arguments through options | tiagonbotelho | 2016-07-12 | 1 | -0/+1 |
* | | remove prints and useless comments | tiagonbotelho | 2016-07-12 | 1 | -2/+0 |
* | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-12 | 1 | -0/+2 |
* | | remove prints and useless comments | tiagonbotelho | 2016-07-12 | 1 | -2/+0 |
* | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-12 | 1 | -0/+2 |
* | | implements the form for renaming the new filename on the file edit page | tiagonbotelho | 2016-07-12 | 1 | -0/+1 |
* | | remove prints and useless comments | tiagonbotelho | 2016-07-12 | 1 | -2/+0 |
* | | successfully adds the new version with the updated name on the projects repo | tiagonbotelho | 2016-07-12 | 1 | -0/+2 |