summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
* Allow moving wiki pages from the UIFrancisco Javier López2018-02-051-0/+36
|
* Merge branch '42547-upload-store-mount-point' into 'master'Sean McGivern2018-02-051-1/+1
|\ | | | | | | | | | | | | Store uploader context in uploads Closes #42547 See merge request gitlab-org/gitlab-ce!16779
| * fix specsMicaël Bergeron2018-02-021-1/+1
| |
* | Enable Prometheus metrics for deployed IngressesJoshua Lambert2018-02-051-2/+2
| |
* | Merge branch 'gitaly-user-squash' into 'master'Rémy Coutable2018-02-052-1/+50
|\ \ | | | | | | | | | | | | | | | | | | Incorporate OperationService.UserSquash Gitaly RPC Closes gitaly#991 See merge request gitlab-org/gitlab-ce!16899
| * | Incorporate OperationService.UserSquash Gitaly RPCgitaly-user-squashAlejandro Rodríguez2018-02-022-1/+50
| | |
* | | Merge branch 'query-counts' into 'master'Rémy Coutable2018-02-054-0/+300
|\ \ \ | | | | | | | | | | | | | | | | Track and act upon the number of executed SQL queries See merge request gitlab-org/gitlab-ce!16466
| * | | Track and act upon the number of executed queriesquery-countsYorick Peterse2018-02-014-0/+300
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that we have more visibility in the number of SQL queries that are executed in web requests. The current threshold is hardcoded to 100 as we will rarely (maybe once or twice) change it. In production and development we use Sentry if enabled, in the test environment we raise an error. This feature is also only enabled in production/staging when running on GitLab.com as it's not very useful to other users.
* | | | Merge branch '25327-coverage-badge-rounding' into 'master'Rémy Coutable2018-02-051-4/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Change rounding on code coverage badge to be consistent with other displays See merge request gitlab-org/gitlab-ce!10083
| * | | | Change coverage badge rounding for other CI system consistencyJeff Stubler2018-02-011-4/+14
| |/ / /
* | | | Merge branch ↵Grzegorz Bizon2018-02-031-6/+19
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/remove-duplicated-logic-between-model-and-lib-in-find-branch' into 'master' Remove repo reloading logic from Repository#find_branch Closes #42609 See merge request gitlab-org/gitlab-ce!16815
| * | | Remove repo reloading logic from Repository#find_branchfix/remove-duplicated-logic-between-model-and-lib-in-find-branchAhmad Sherif2018-02-021-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | Gitlab::Git::Repository#find_branch has a similar logic. Fixes #42609
* | | | Merge branch '24167__color_label' into 'master'Douwe Maan2018-02-022-0/+151
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Colors to GitLab Flavored Markdown Closes #24167 See merge request gitlab-org/gitlab-ce!16095
| * | | | Add Colors to GitLab Flavored MarkdownTony Rom2018-01-292-0/+151
| | | | |
* | | | | Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' ↵Douwe Maan2018-02-021-0/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!16821
| * | | | | Sanitize extra blank spaces used when uploading a SSH keyRubén Dávila2018-02-011-0/+35
| | | | | |
* | | | | | Merge branch 'bvl-fix-500-on-fork-without-restricted-visibility-levels' into ↵Douwe Maan2018-02-021-0/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Avoid error when creating forks and restricted levels are defined Closes #42607 See merge request gitlab-org/gitlab-ce!16881
| * | | | | | Avoid error when no restricted levels are definedbvl-fix-500-on-fork-without-restricted-visibility-levelsBob Van Landuyt2018-02-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When no visibility levels are defined they could sometimes return `nil` instead of an empty array. In this case we want to allow all levels.
* | | | | | | use Gitlab::UserSettings directly as a singleton instead of ↵Mario de la Ossa2018-02-023-16/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | including/extending it
* | | | | | | fix label issueJames Lopez2018-02-021-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'master' into '3867-port-to-ce'Sean McGivern2018-02-021-4/+80
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | # Conflicts: # db/schema.rb
| * | | | | | Fix an issue where sparse checkout wasn't configured correctly42223-squashing-mrs-takes-too-longAlejandro Rodríguez2018-02-011-4/+42
| |/ / / / / | | | | | | | | | | | | | | | | | | This was affecting the performance of `Gitlab::Git::Repository#squash`.
| * | | | | Merge branch 'gitaly-970-repo-write-config' into 'master'Robert Speicher2018-02-011-0/+38
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Gitlab::Git::Repository#write_config to Gitaly Closes gitaly#970 See merge request gitlab-org/gitlab-ce!16730
| | * | | | | Migrate Gitlab::Git::Repository#write_config to Gitalygitaly-970-repo-write-configKim "BKC" Carlbäcker2018-01-311-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add tests for Repository#write_config
* | | | | | | fix specsMicaël Bergeron2018-02-011-4/+0
| | | | | | |
* | | | | | | port of 594e6a0a625^..f74c90f68c6Micaël Bergeron2018-02-014-38/+30
|/ / / / / /
* | | | | | Merge branch '36009-user-default-project-creator-in-factories' into 'master'Robert Speicher2018-02-011-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make user/author use project.creator in most factories Closes #36009 See merge request gitlab-org/gitlab-ce!13321
| * | | | | Make user/author use project.creator in most factoriesRémy Coutable2018-01-311-1/+1
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch '42497-rubocop-style-regexpliteral' into 'master'Rémy Coutable2018-02-0110-20/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Style/RegexpLiteral cop Closes #42497 See merge request gitlab-org/gitlab-ce!16752
| * | | | | Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-0110-20/+20
| | |/ / / | |/| | |
* | | | | Merge branch 'repository-log-disable-walk' into 'master'Douwe Maan2018-01-311-38/+0
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Remove Rugged::Walk implementation of #log See merge request gitlab-org/gitlab-ce!16798
| * | | | Remove Rugged::Walk implementation of #logrepository-log-disable-walkJacob Vosmaer2018-01-311-38/+0
| | | | |
* | | | | Merge branch 'rugged-reference-cache-rescue' into 'master'Sean McGivern2018-01-311-12/+8
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Stop rescuing Rugged::Reference in Repository cache See merge request gitlab-org/gitlab-ce!16770
| * | | | Remove Rugged exception in cache rescuerugged-reference-cache-rescueJacob Vosmaer2018-01-301-12/+8
| | | | |
* | | | | Merge branch 'zj-gitaly-server-info' into 'master'Sean McGivern2018-01-311-0/+30
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | Gitaly Server info for admin panel See merge request gitlab-org/gitlab-ce!16794
| * | | | Gitaly Server info for admin panelZeger-Jan van de Weg2018-01-311-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements the client side for gitlab-org/gitaly#819. Which is a server info command. This checks the server version and git binairy version on the server. A small UI was added for administrators, so they can check the status of the Gitaly server. This is done for each storage the monolith knows. Because of this commit, gitlab-org/gitlab-ce!15580 is now closed. That MR removed the Git version too, but didn't replace it with anything.
* | | | | Merge branch 'feature/migrate-delete-refs-to-gitaly' into 'master'Robert Speicher2018-01-302-21/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Git::Repository#delete_refs to Gitaly Closes gitaly#967 See merge request gitlab-org/gitlab-ce!16723
| * | | | | Migrate Git::Repository#delete_refs to Gitalyfeature/migrate-delete-refs-to-gitalyAhmad Sherif2018-01-302-21/+25
| | |_|_|/ | |/| | | | | | | | | | | | | Closes gitaly#967
* | | | | Merge branch '41771-reduce-cardinality-of-metrics' into 'master'Grzegorz Bizon2018-01-307-49/+167
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Reduce the cardinality of GitLab metrics Closes #41771 See merge request gitlab-org/gitlab-ce!16443
| * | | | Rename Concern -> Methods41771-reduce-cardinality-of-metricsPawel Chojnacki2018-01-291-2/+2
| | | | |
| * | | | use public_send where appropriatePawel Chojnacki2018-01-291-3/+3
| | | | |
| * | | | before -> afterPawel Chojnacki2018-01-292-2/+2
| | | | |
| * | | | use define_method to define devine_metric_method. (couldn't resist)Pawel Chojnacki2018-01-291-15/+12
| | | | |
| * | | | Fix ruby sampler specPawel Chojnacki2018-01-291-12/+10
| | | | |
| * | | | Convert InfluxDB to concern. Fix uninitialized metrics when metrics code is ↵Pawel Chojnacki2018-01-291-2/+5
| | | | | | | | | | | | | | | | | | | | inherited.
| * | | | Cleanup rspecPawel Chojnacki2018-01-291-14/+20
| | | | |
| * | | | NullMetric as a singletonPawel Chojnacki2018-01-291-1/+3
| | | | |
| * | | | Avoid cascading lockingPawel Chojnacki2018-01-291-1/+1
| | | | |
| * | | | Test if feature is respectedPawel Chojnacki2018-01-291-19/+52
| | | | |
| * | | | Small Concern_spec cleanupPawel Chojnacki2018-01-291-3/+1
| | | | |