Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-04Optimize creation of commit API by using Repository#commit instead of ↵Stan Hu
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
2017-05-31Change no_limits to limitsDouwe Maan
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-04-20Refactor changing files in web UIDouwe Maan
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ↵Rémy Coutable
API routes Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-14Ensure dots in project path is allowed in the commits APIRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-03-08Returns correct header data for commits endpointOswaldo Ferreira
2017-03-08Fix pagination headers for repository commits api endpointGeorge Andrinopoulos
2017-03-08Manually set total_count when paginating commitsJordan Ryan Reuter
`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
2017-03-03Fix cherry-picking or reverting through an MRDouwe Maan
2017-02-24Consistently create, update, and delete files, taking CRLF settings into accountDouwe Maan
2017-02-23Enable Style/WordArrayDouwe Maan
2017-02-21Change branch_name param to branch throughout V4 APIOswaldo Ferreira
2017-02-20Fix some grammar in the API docsRobert Schilling
2017-02-20Use grape validation for datesRobert Schilling
2017-02-15Ensure only commit comments relevant to target project are returnedMark Fletcher
2017-01-26Merge remote-tracking branch 'upstream/master' into ↵Lin Jen-Shin
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 ...
2017-01-06Fix renamingLin Jen-Shin
2017-01-05Fix for initial commit and remove unneeded argsLin Jen-Shin
2017-01-03Fix Commits API to accept a Project path upon POSTMark Fletcher
2016-12-13API: Ability to cherry-pick a commitRobert Schilling
2016-11-24Don't convert data which already is the target typeRobert Schilling
2016-11-22Define common helper for describe pagination params in apiSemyon Pupkov
2016-11-14Use declared_params helper in APIRobert Schilling
2016-10-24Added path parameter to Commits APILuis HGO
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-18Use GrapeDSL for commitsZ.J. van de Weg
2016-10-05multi-file commitMarc Siegfriedt
add docs and tests - add additional validation allow move without content updated response
2016-08-03switch from diff_file_collection to diffsPaco Guzman
So we have raw_diffs too
2016-05-14Extract LegacyDiffNote out of NoteDouwe Maan
2016-04-29API support for the 'since' and 'until' operators on commit requestsPaco Guzman
- Parameter validation as ISO8601 format
2016-03-03Use Gitlab::Git::DiffCollectionsJacob Vosmaer
2015-05-08Order commit comments in API chronologicallyMartin Luder
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.
2015-04-24Use project.commit convenience method.Douwe Maan
2015-01-07Add a message when unable to save an object through api.Marin Jankovski
2014-12-30Message for api files and groups.Marin Jankovski
2014-12-30Clearer message if adding comment to commit via api fails.Marin Jankovski
2014-09-26Adds comments to commits in the APIJeroen Jacobs
2014-03-31Move branches api to separate classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-18Extract commits API to separate fileDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2012-09-21API: commits belong to project repositoryNihad Abbasov
2012-09-21APi for commits. Better api docsDmitriy Zaporozhets