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 (Expand)Author
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-06Allow all personal snippets to be accessed by APINick Thomas
2018-11-05Rewrite SnippetsFinder to improve performanceYorick Peterse
2018-10-31Whitelist none method from ActiveRecord::QueryingDouglas Barbosa Alexandre
2018-09-17Added FromUnion to easily select from a UNIONYorick Peterse
2018-09-13Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu
2018-09-11Enable frozen string in app/graphql + app/findersgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-06-14[Rails5] Fix snippets_finder arel queriesblackst0ne
2018-03-02Extract method User#authorizations_for_projects.Andreas Brandl
2018-03-02Use yield instead of block.call.Andreas Brandl
2018-03-02Apply query changes to snippets only.Andreas Brandl
2018-03-02Revert Project.public_or_visible_to_user changesYorick Peterse
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-20Rename use_conditions_only option to use_where_in.Andreas Brandl
2018-02-20Allow choice between #where or #from.Andreas Brandl
2018-02-20Remove duplication in Project methods.Andreas Brandl
2018-02-20Push feature-related query part up.Andreas Brandl
2018-02-09Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan
2018-02-07Fix N+1 query problem for snippets dashboard.Andreas Brandl
2017-05-10Merge branch 'snippets-finder-visibility' into 'security'Douwe Maan
2016-12-12Merge branch '19990-update-snippets-page-design' into 'master' Fatih Acet
2016-12-10use Snippet.none in favor of nil to allow chainingMike Greiling
2016-12-10refactor duplicate code into a by_scope methodMike Greiling
2016-12-10add scope filters to project snippets pageMike Greiling
2016-12-01API: Endpoint to expose personal snippets as /snippetsGuyzmo
2016-06-14Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre
2016-04-25Prevent private snippets in public/internal projects from being leaked via APIStan Hu
2016-03-06Remove `Snippet#expires_at`Robert Speicher
2015-02-03Rubocop: indentation fixes Yay!!!Dmitriy Zaporozhets
2014-10-24internal snippets: fix exposing of titleValery Sizov
2014-10-13Admin: user sortingValery Sizov
2014-10-09Snippets: public/internal/privateValery Sizov