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-06-01Merge branch 'fix-n-plus-one-queries-for-user-access' into 'master'Yorick Peterse
Fix N+1 queries for non-members in comment threads See merge request !11827
2017-06-01Fix N+1 queries for non-members in comment threadsSean McGivern
When getting the max member access for a group of users, we stored the results in RequestStore. However, this will only return results for project members, so anyone who wasn't a member of the project would be checked once at the start, and then once for each comment they made. These queries are generally quite fast, but no query is faster!
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-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-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Fix environment model specs related to protected actionsGrzegorz Bizon
2017-05-31Fix Diff#too_large? and specsDouwe 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-30Add starred_by scope to ProjectToon Claes
Add a scope to search for the projects that are starred by a certain user.
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-30Don’t create comment on JIRA if link already existsJarka Kadlecova
2017-05-30Don't allow to pass a user to ProjectWiki#http_url_to_repoRémy Coutable
This partially reverts be25bbc4d2c7e3d5cf3da6f51cb7f7355295ef52. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-30Revert "Merge branch '1937-https-clone-url-username' into 'master' "Rémy Coutable
This reverts commit c425f366bfa84efab92b5d5e1d0721f16a2890bc, reversing changes made to 82f6c0f5ac4ed29390ed90592d2c431f3494d93f. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-29Merge branch '32790-pipeline_schedules-pages-throwing-error-500' into 'master'Kamil Trzciński
Resolve "pipeline_schedules pages throwing error 500" Closes #32790 See merge request !11706
2017-05-29Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan
Rework project authorizations and nested groups for better performance See merge request !10885
2017-05-29Add a test for deletion of importing_or_inactive?Shinya Maeda
2017-05-29Fix: Milestone - Participants list is showing duplicate assigneesValery Sizov
2017-05-27Update spec to match latest EE changesStan Hu
2017-05-27Add missing project import job example from gitlab-eeAlejandro Rodríguez
2017-05-26Add API URL to JIRA settingsJarka Kadlecova
2017-05-26Merge branch 'dm-diff-cleanup' into 'master'Robert Speicher
Clean up diff rendering See merge request !11390
2017-05-25Merge branch 'winh-label-textcolor-default' into 'master'Grzegorz Bizon
Provide default for calculating label text color Closes #32728 See merge request !11681
2017-05-25Add failing test for #32728winh
2017-05-25Merge branch 'revert-b0498c17' into 'master'Robert Speicher
Refactor `DynamicPathValidator` and `GitLab::Regex` some more See merge request !11693
2017-05-25Merge branch 'fix-kubernetes-namespace' into 'master'Grzegorz Bizon
Fix terminals support for Kubernetes service Closes #31754 See merge request !11653
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Fix terminals support for Kubernetes serviceKamil Trzcinski
It was broken, because we introduced a default namespace, which was not used by terminal methods.
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-24Revert "Remove changes that are not absolutely necessary"Douwe Maan
This reverts commit b0498c176fa134761d899c9b369be12f1ca789c5
2017-05-24ensure rss token on readAlexis Reigel
we do this on attribute read since migrating all existing users is not a feasible solution.
2017-05-24add missing spec for incoming email token presenceAlexis Reigel
2017-05-24add rss_token attribute to user modelAlexis Reigel
2017-05-24Merge branch 'dm-outdated-system-note' into 'master'Grzegorz Bizon
Add system note with link to diff comparison when MR discussion becomes outdated Closes #30058 See merge request !11584
2017-05-24Address reviewDouwe Maan
2017-05-24Merge branch 'dm-fix-routes' into 'master'Robert Speicher
Fix ambiguous routing issues by teaching router about reserved words See merge request !11570
2017-05-24Remove changes that are not absolutely necessaryDouwe Maan
2017-05-24Fix ambiguous routing issues by teaching router about reserved wordsDouwe Maan
2017-05-24Add system note with link to diff comparison when MR discussion becomes outdatedDouwe Maan
2017-05-23Pass fallback_diff_refs to Diff::File instead of using view helpersDouwe Maan
2017-05-23Merge branch 'issue_32225' into 'master'Robert Speicher
Add transient head_pipeline_of to pipeline factories See merge request !11566
2017-05-22Test the ExpireJobCacheWorker and related changesZ.J. van de Weg
These were untested by the cherry picked commit.
2017-05-22Add transient head_pipeline_of to pipeline factoriesFelipe Artur
2017-05-19Exclude manual actions from cancelable jobs scopeGrzegorz Bizon
2017-05-18Merge branch 'rubocop-empty-example-group' into 'master'Robert Speicher
Enable the RSpec/EmptyExampleGroup cop See merge request !11497
2017-05-18Merge branch 'dm-gemfile-viewer'Rémy Coutable
See merge request !11346.
2017-05-18Enable the RSpec/EmptyExampleGroup copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-18Fixes #32474Michael Kozono
Older namespace records may be both `type == ‘Group` AND `owner_id` is not null.
2017-05-17Add auxiliary blob viewers to dependency filesDouwe Maan