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 'document-not-using-serialize' into 'master'Douwe Maan
Document not using ActiveRecord's serialize method See merge request !11821
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 'dm-emails-are-not-user-references' into 'master'Sean McGivern
Don't match email addresses or foo@bar as user references See merge request !11837
2017-06-01Merge branch 'dm-discussions-n-plus-1' into 'master'Sean McGivern
Resolve N+1 query issue with discussions Closes #33013 See merge request !11775
2017-06-01Don't match email addresses or foo@bar as user referencesDouwe Maan
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-05-31Move includes call to scopeDouwe Maan
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-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Added Cop to blacklist the use of serializeYorick Peterse
This Cop blacklists the use of ActiveRecord's "serialize" method, except for cases where we already use this.
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 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-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-30Define last_pipeline in PipelineScheduleEntityShinya Maeda
2017-05-30Remove bang from update!Shinya Maeda
2017-05-30Add own! method on PipleineScheduleShinya Maeda
2017-05-30Add API support for pipeline scheduleShinya Maeda
2017-05-30Don’t create comment on JIRA if link already existsJarka Kadlecova
2017-05-30Merge branch ↵Douwe Maan
'19107-404-when-creating-new-milestone-or-issue-for-project-that-has-issues-disabled' into 'master' 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Closes #19107 See merge request !11754
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-30'New issue'/'New merge request' dropdowns should show only projects with ↵blackst0ne
issues/merge requests feature enabled
2017-05-30Consistent diff and blob size limit namesDouwe Maan
2017-05-30Resolve N+1 query issue with discussionsDouwe 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-29Validate parameters when active is falseShinya Maeda
2017-05-29Fix: Milestone - Participants list is showing duplicate assigneesValery Sizov
2017-05-26Merge branch 'fix_counter_cache_invalidation' into 'master'Douwe Maan
Fix counter cache invalidation Closes #32854 and #32870 See merge request !11736
2017-05-26Set "expire_in" for counters cacheValery Sizov
2017-05-26Add API URL to JIRA settingsJarka Kadlecova
2017-05-26Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
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-25Provide default for calculating label text color (!11681)winh
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 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