summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'prometheus-integration-test-setting-fix' into 'master' Robert Speicher2017-05-051-0/+30
|\ | | | | | | | | | | | | Added rescue block for the test method for the prometheus service Closes #31451 See merge request !10994
| * Improved changelog entry, also changed error message for HTTParty errorprometheus-integration-test-setting-fixJose Ivan Vargas2017-05-041-1/+1
| |
| * Improved code styling and added a HTTParty rescue blockJose Ivan Vargas2017-05-041-11/+23
| |
| * Added specsJose Ivan Vargas2017-05-041-0/+18
| |
* | Merge branch 'mrchrisw-import-shell-timeout'Sean McGivern2017-05-051-0/+41
|\ \
| * | Add configurable timeout for git fetch and clone operationsmrchrisw-import-shell-timeoutChris Wilson2017-04-271-0/+41
| | | | | | | | | | | | | | | | | | | | | GitLab uses the import_project method in GitLab Shell, This method uses a timeout for the operation, hardcoded to 800 seconds. With this MR the timeout is now configurable in the gitlab_shell settings.
* | | Set minimum latency to be non-negative number.Pawel Chojnacki2017-05-052-9/+9
| | | | | | | | | | | | | | | Sometimes the tests run so fast latency is calculated as 0. This causes transient failures in our CI.
* | | Merge branch 'adam-separate-slash-commands' into 'master' Rémy Coutable2017-05-052-17/+101
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Display slash commands outcome when previewing Markdown Closes #21531 See merge request !10054
| * | | Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-042-17/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* | | | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-0427-96/+249
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/gitlab/cycle_analytics/review_stage.rb lib/gitlab/cycle_analytics/staging_stage.rb lib/gitlab/cycle_analytics/test_stage.rb
| * | | | Fix Import/Export configuration spec2274-store-last-repository-updated-at-ceDouglas Barbosa Alexandre2017-05-041-0/+1
| | |_|/ | |/| |
| * | | Merge branch 'dm-artifact-blob-viewer' into 'master' Sean McGivern2017-05-041-0/+11
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use blob viewer for job artifacts Closes #31297 See merge request !11018
| | * | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+11
| | | | |
| * | | | Merge branch '30973-network-graph-sorted-by-date-and-topo' into 'master' Douwe Maan2017-05-041-1/+1
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Sort the network graph both by commit date and topographically Closes #30973 See merge request !11057
| | * | | Sort the network graph both by commit date and topographically.30973-network-graph-sorted-by-date-and-topoTimothy Andrew2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Previously, we sorted commits by date, which seemed to work okay. - The one edge case where this failed was when multiple commits have the same commit date (for example: when a range of commits are cherry picked with a single command, they all have the same commit date [and different author dates]). - Commits with the same commit date would be sorted arbitrarily, and usually break the network graph. - This commit solves the problem by both sorting by date, and by sorting topographically (parents aren't displayed until all their children are displayed) - Include review comments from @adamniedzielski A more detailed explanation is present here: https://gitlab.com/gitlab-org/gitlab-ce/issues/30973#note_28706230
| * | | | Merge branch '2247-emails-forwarded-to-service-desk-email-don-t-come' into ↵Sean McGivern2017-05-041-0/+18
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Handle incoming emails from aliases correctly See merge request !11079
| | * | | Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-031-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
| * | | | Fix project tree saver and fork spec failuresJames Lopez2017-05-031-2/+2
| |/ / /
| * | | Fix lazy error handling of cron parserDosuken shinya2017-05-031-9/+79
| | | |
| * | | Include missing project attributes to Import/ExportJames Lopez2017-05-036-2/+40
| |/ /
| * | Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan2017-05-021-45/+60
| |\ \ | | | | | | | | | | | | | | | | Re-enable ref operations with gitaly after not-found fix See merge request !10773
| | * | Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro Rodríguez2017-05-021-45/+60
| | | |
| * | | Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan2017-05-0217-38/+38
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Enable `RSpec/DescribedClass` cop and correct violations See merge request !10930
| | * | | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-0117-38/+38
| | | | |
* | | | | Add CHANGELOG entry, some specs and locale file for German.Ruben Davila2017-05-041-0/+27
|/ / / /
* | | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-027-2/+566
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Reject more reserved paths Closes #30272 See merge request !10413
| * | | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-2/+2
| | | |
| * | | Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-14/+22
| | | |
| * | | Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+10
| | | |
| * | | Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-014-14/+14
| | | |
| * | | Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+64
| | | |
| * | | Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-012-0/+23
| | | |
| * | | Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-014-148/+184
| | | |
| * | | Add a WIP spec for clearing the cacheBob Van Landuyt2017-05-012-0/+4
| | | |
| * | | Rename projects in a migrationhelperBob Van Landuyt2017-05-013-39/+127
| | | |
| * | | Make renaming records in the database reusableBob Van Landuyt2017-05-012-46/+103
| | | | | | | | | | | | | | | | So we can use it for projects
| * | | Rename namespace-paths in a migration helperBob Van Landuyt2017-05-012-0/+237
| | | |
| * | | Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-011-0/+33
| | | |
| * | | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-0/+7
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `Project` uses `ProjectPathValidator` which is now a `NamespaceValidator` that skips the format validation. That way we're sure we are using the same collection of reserved paths. I updated the path constraints to reflect the changes: We now allow some values that are only used on a top level namespace as a name for a nested group/project.
* | | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-13/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780
| * | | Fix RSpecKim "BKC" Carlbäcker2017-04-281-13/+1
| | | |
* | | | Merge branch 'fix/add-specs-for-request-profiler' into 'master' Douwe Maan2017-05-011-0/+27
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs for Gitlab::RequestProfiler Closes #31513 See merge request !11005
| * | | | Add specs for Gitlab::RequestProfilerAhmad Sherif2017-05-011-0/+27
| | |/ / | |/| | | | | | | | | | Closes #31513
* | | | Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' Douwe Maan2017-05-011-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't blow up when email has no References header Closes gitlab-ee#2247 See merge request !11014
| * | | | Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-headerSean McGivern2017-05-011-1/+9
| |/ / / | | | | | | | | | | | | | | | | | | | | If an email doesn't match our incoming email patterns on the To header, we fall back to the References header. If there was no References header, we'd raise an exception, when we'd be better off acting as if it was empty.
* | | | Merge branch ↵Douwe Maan2017-05-011-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28968-revert-allow-people-with-merge-access-to-create-branches' into 'master' Prevent people from creating branches if they don't have persmission to push Closes #28968 See merge request !10983
| * | | Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki2017-04-281-2/+2
| |/ /
* | | Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher2017-04-289-122/+3
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Enable RSpec/FilePath cop Closes #31316 See merge request !10911
| * | Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-269-122/+3
| | | | | | | | | | | | | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
* | | Merge branch 'remove-invalid-services' into 'master' Douwe Maan2017-04-272-23/+20
|\ \ \ | | | | | | | | | | | | | | | | Remove invalid services with nil or empty type See merge request !10847