Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move line code generation into Gitlab::Gitconflict-resolution-refactor | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
| | | | | Having a distinct class just for that was a bit overkill | ||||
* | Create a Gitlab::Git submodule for conlict-related files | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
| | | | | Rename classes to (hopefully) clearer names while we're doing that. | ||||
* | Move Gitlab::Diff::LineCode to module Gitlab::Git | Alejandro Rodríguez | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | Remove 'Repo' prefix from API entites | Vitaliy @blackst0ne Klachkov | 2017-10-05 | 1 | -9/+9 |
| | |||||
* | wip: fake its a binary diff | micael.bergeron | 2017-09-06 | 1 | -1/+1 |
| | |||||
* | Fix the /projects/:id/repository/commits endpoint to handle dots in the ref ↵rc/fix-commits-api | Rémy Coutable | 2017-08-08 | 1 | -16/+17 |
| | | | | | | name when the project full path contains a `/` Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Fix batch commit API | Douwe Maan | 2017-08-04 | 1 | -1/+2 |
| | |||||
* | Add start_branch to files and commits APIs | Douwe Maan | 2017-08-04 | 1 | -2/+4 |
| | |||||
* | Optimize creation of commit API by using Repository#commit instead of ↵sh-optimize-project-commit-api | Stan Hu | 2017-07-03 | 1 | -1/+1 |
| | | | | | | | | | Repository#commits Repository#commits is expensive because it has to use Rugged to walk the Git tree as opposed to doing a direct ref lookup. Improves performance in #34533 | ||||
* | Change no_limits to limitsdm-collapsed-blob | Douwe Maan | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Consistent diff and blob size limit names | Douwe Maan | 2017-05-29 | 1 | -1/+1 |
| | |||||
* | Refactor changing files in web UI | Douwe Maan | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵ | Rémy Coutable | 2017-03-16 | 1 | -1/+1 |
| | | | | | | API routes Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Ensure dots in project path is allowed in the commits API | Rémy Coutable | 2017-03-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Returns correct header data for commits endpoint | Oswaldo Ferreira | 2017-03-07 | 1 | -7/+17 |
| | |||||
* | Fix pagination headers for repository commits api endpoint | George Andrinopoulos | 2017-03-07 | 1 | -3/+2 |
| | |||||
* | Manually set total_count when paginating commits | Jordan Ryan Reuter | 2017-03-07 | 1 | -1/+4 |
| | | | | | | | | | | | | `Kaminari.paginate_array` takes some options, most relevant of which is a `total_count` parameter. Using the `commit_count` for `total_count` lets us correctly treat the return of `Repository#commits` as a subset of all the commits we may wish to list. Addition of a new `Repository#commit_count_for_ref` method was necessarry to allow the user to start from an arbitrary ref. Ref #1381 | ||||
* | Fix cherry-picking or reverting through an MR | Douwe Maan | 2017-03-02 | 1 | -1/+1 |
| | |||||
* | Consistently create, update, and delete files, taking CRLF settings into account | Douwe Maan | 2017-02-24 | 1 | -7/+0 |
| | |||||
* | Enable Style/WordArray | Douwe Maan | 2017-02-23 | 1 | -1/+1 |
| | |||||
* | Change branch_name param to branch throughout V4 API22132-rename-branch-name-params-to-branch | Oswaldo Ferreira | 2017-02-21 | 1 | -4/+3 |
| | |||||
* | Fix some grammar in the API docs | Robert Schilling | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Use grape validation for datesapi-grape-datetime | Robert Schilling | 2017-02-20 | 1 | -5/+2 |
| | |||||
* | Ensure only commit comments relevant to target project are returned | Mark Fletcher | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into ↵ | Lin Jen-Shin | 2017-01-26 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix-git-hooks-when-creating-file * upstream/master: (1122 commits) Update CHANGELOG.md for 8.16.2 Display project ID in project settings (!8572) fixed points from comments to improve code quality Update CHANGELOG.md for 8.14.8 Statisfy eslint Add CHANGELOG entry Fix access to the wiki code via HTTP when repository feature disabled Display fullscreen button on small screens (!5302) Prevent removing fields from dropdowns on input elements fix for all themes Return struct instead of multiple values Fix race conditions for AuthorizedProjectsWorker Add User#nested_groups and User#nested_projects methods Fix spec failure due to timestamp ordering issue in mySQL Fixed error with filter keyboard tests `can?` already includes the `feature_available?` check Test there is no Merge Request button when MRs are disabled Ensure the correct Merge Request button is found Add 409 conflict tests Add CHANGELOG ... | ||||
| * | Fix Commits API to accept a Project path upon POST | Mark Fletcher | 2017-01-03 | 1 | -1/+0 |
| | | |||||
* | | Fix renaming | Lin Jen-Shin | 2017-01-07 | 1 | -1/+1 |
| | | |||||
* | | Fix for initial commit and remove unneeded args | Lin Jen-Shin | 2017-01-06 | 1 | -2/+0 |
|/ | |||||
* | API: Ability to cherry-pick a commit | Robert Schilling | 2016-12-13 | 1 | -1/+35 |
| | |||||
* | Don't convert data which already is the target typeapi-no-convert | Robert Schilling | 2016-11-24 | 1 | -1/+1 |
| | |||||
* | Define common helper for describe pagination params in api | Semyon Pupkov | 2016-11-22 | 1 | -2/+3 |
| | |||||
* | Use declared_params helper in APIgrapify-declared-params | Robert Schilling | 2016-11-14 | 1 | -1/+1 |
| | |||||
* | Added path parameter to Commits API | Luis HGO | 2016-10-24 | 1 | -0/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use GrapeDSL for commits | Z.J. van de Weg | 2016-10-18 | 1 | -60/+69 |
| | |||||
* | multi-file commit | Marc Siegfriedt | 2016-10-05 | 1 | -0/+36 |
| | | | | | | add docs and tests - add additional validation allow move without content updated response | ||||
* | switch from diff_file_collection to diffs20034-safe-diffs | Paco Guzman | 2016-08-03 | 1 | -2/+2 |
| | | | | So we have raw_diffs too | ||||
* | Extract LegacyDiffNote out of Note | Douwe Maan | 2016-05-13 | 1 | -0/+2 |
| | |||||
* | API support for the 'since' and 'until' operators on commit requests | Paco Guzman | 2016-04-29 | 1 | -1/+7 |
| | | | - Parameter validation as ISO8601 format | ||||
* | Use Gitlab::Git::DiffCollections | Jacob Vosmaer | 2016-03-03 | 1 | -3/+3 |
| | |||||
* | Order commit comments in API chronologically | Martin Luder | 2015-05-08 | 1 | -1/+1 |
| | | | | | | When fetching commit comments via API, the comments were not ordered, but just returned in the order Postgresql finds them. Now the API always returns comments in chronological order. | ||||
* | Use project.commit convenience method. | Douwe Maan | 2015-04-24 | 1 | -4/+4 |
| | |||||
* | Add a message when unable to save an object through api. | Marin Jankovski | 2015-01-07 | 1 | -1/+1 |
| | |||||
* | Message for api files and groups. | Marin Jankovski | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Clearer message if adding comment to commit via api fails. | Marin Jankovski | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Adds comments to commits in the API | Jeroen Jacobs | 2014-09-26 | 1 | -0/+61 |
| | |||||
* | Move branches api to separate class | Dmitriy Zaporozhets | 2014-03-31 | 1 | -10/+1 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Extract commits API to separate file | Dmitriy Zaporozhets | 2014-02-18 | 1 | -0/+64 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | API: commits belong to project repository | Nihad Abbasov | 2012-09-21 | 1 | -29/+0 |
| | |||||
* | APi for commits. Better api docs | Dmitriy Zaporozhets | 2012-09-21 | 1 | -0/+29 |