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
path: root/lib
AgeCommit message (Collapse)Author
2017-06-02Increase diff limits to 100 KB for collapse and 200 KB overallSean McGivern
This is controlled with the feature flag gitlab_git_diff_size_limit_increase. Both of these limits were basically picked arbitrarily in the first place; disabling the feature flag reverts to the old limits.
2017-06-01Merge branch 'bugfix/deploy_keys__can_push__usage_in_api' into 'master'Rémy Coutable
Add missing `can_push` parameter to POST /v3/deploy_keys See merge request !11607
2017-06-01Merge branch 'fix_diff_line_comments' into 'master'Sean McGivern
Fix: A diff comment on a change at last line of a file shows as two comments in discussion Closes #32353 See merge request !11802
2017-06-01Merge branch 'dm-collapsed-blob' into 'master'Sean McGivern
Consistent diff and blob size limit names See merge request !11776
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez
2017-05-31Merge branch 'dm-gitmodules-parsing' into 'master'Grzegorz Bizon
Make .gitmodules parsing more resilient to syntax errors Closes #26009 See merge request !11803
2017-05-31Change no_limits to limitsDouwe Maan
2017-05-31Remove entry variableDouwe Maan
2017-05-31Fix: A diff comment on a change at last line of a file shows as two comments ↵Valery Sizov
in discussion
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (63 commits) Update docs related to protected actions Add changelog for protected branches abilities fix Ask for an example project for bug reports Center loading spinner in issuable filters Fix chat commands specs related to protected actions Fix builds controller specs related to protected actions Fix pipeline retry specs related to protected actions Fix environment model specs related to protected actions Fix build factory specs related to protected actions Fix job play service specs related to protected actions Fix play status specs related to protected actions Fix deploy chat command specs for protected actions Fix environment specs related to protected actions Fix pipeline processing specs related to protected actions Fix build entity specs related to protected actions Check only a merge ability for protected actions Add tag_list param to project api Allow PostReceivePack to be enabled with Gitaly Remove some deprecated methods Add :owned param to ProjectFinder ...
2017-05-31Merge branch 'tc-improve-project-api-perf' into 'master'Douwe Maan
Improve /project API performance Closes #31855 and #31937 See merge request !11666
2017-05-31Merge branch '33000-tag-list-in-project-create-api' into 'master'Rémy Coutable
Add tag_list param to project api Closes #33000 See merge request !11799
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Merge branch '30892-add-api-support-for-pipeline-schedule' into 'master'Kamil Trzciński
Add API support for pipeline schedule Closes #30892 See merge request !11307
2017-05-31Merge branch 'enable-gitaly-receive-pack' into 'master'Rémy Coutable
Allow PostReceivePack to be enabled with Gitaly Closes gitaly#246 See merge request !11809
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
2017-05-31Add tag_list param to project apivanadium23
2017-05-31Fix Diff#too_large? and specsDouwe Maan
2017-05-31Allow PostReceivePack to be enabled with GitalyAlejandro Rodríguez
2017-05-31Return nil when looking up config for unknown LDAP providerDouwe Maan
2017-05-31Remove some deprecated methodsToon Claes
To avoid the use of slow queries, remove some deprecated methods and encourage the use of ProjectFinder to find projects.
2017-05-31Make .gitmodules parsing more resilient to syntax errorsDouwe Maan
2017-05-30Add :owned param to ProjectFinderToon Claes
And use it in the API.
2017-05-30Use helper to construct Finder paramsToon Claes
The ProjectsFinder and GroupFinder both support the same set of params. And the `/api/v4/projects` and `/api/v4/group/:id/projects` also support the same set of params. But they do not match the Finder params. So use a helper method to transform them.
2017-05-30Use ProjectFinder to filter the projectsToon Claes
Instead of trying to do the heavy lifting in the API itself, use the existing features of the ProjectFinder.
2017-05-30Handle `membership` in ProjectFinderToon Claes
The ProjectFinder supports the `non_public` parameter. This can be used to find only projects the user is member of.
2017-05-30Build options hash after finding the list of projectsToon Claes
Because this order makes more sense and makes the code easier to read.
2017-05-30Move ProjectsFinder to `present_projects` for simplificationToon Claes
To avoid passing parameters double, move all filtering to the `present_projects` helper.
2017-05-30Copy `filter_projects` helper to V3Toon Claes
The helper will be modified in V4, so copy the original to V4 to keep the current behavior in V3.
2017-05-30Fix Diff#to_hash and #init_from_hashDouwe Maan
2017-05-30Merge branch '30410-revert-9347-and-10079' into 'master'Douwe Maan
Resolve "Allow to disable username on checkout url" Closes #30410 and #30174 See merge request !11792
2017-05-30Use update_pipeline_scheduleShinya Maeda
2017-05-30Return 202 for destory. Remove []. Remove def pipeline_schedules from helper.Shinya Maeda
2017-05-30Improve API with optinal and default. Allow to use scope as a parameter.Shinya Maeda
2017-05-30Use PipelineScheduleDetailsShinya Maeda
2017-05-30Improve documentShinya Maeda
2017-05-30Remove deleted_at from Entity. Use find_by. Remove returns.Shinya Maeda
2017-05-30Expose last_pipeline only when detailed statusShinya Maeda
2017-05-30Dryup fetching pipeline_schedule with helperShinya Maeda
2017-05-30Switch to preload. Remove unncecessary associations.Shinya Maeda
2017-05-30Include owner for pipeline_schedules. Improve N+1 spec. Use PipelineBasic ↵Shinya Maeda
for small payload.
2017-05-30includes last_pipelineShinya Maeda
2017-05-30zj keen eye2Shinya Maeda
2017-05-30avoids N + 1 queriesShinya Maeda
2017-05-30Define last_pipeline in PipelineScheduleEntityShinya Maeda
2017-05-30Move authenticate! to beforeShinya Maeda
2017-05-30Add own! method on PipleineScheduleShinya Maeda
2017-05-30Use CreatePipelineScheduleServiceShinya Maeda
2017-05-30Remove if from last_pipeline in entityShinya Maeda