summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* Fix CI/CD job auto-retry specsfeature/gb/auto-retry-failed-ci-jobGrzegorz Bizon2017-07-202-4/+4
|
* Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
|
* Add specs for pipeline process with auto-retriesGrzegorz Bizon2017-07-171-0/+29
| | | | | This also resolve a possible race condition - a next stage should not start until are retries are done in a previous one.
* Add specs seeding jobs with auto-retries configuredGrzegorz Bizon2017-07-171-0/+14
|
* Make it possible to auto retry a failed CI/CD jobGrzegorz Bizon2017-07-171-1/+32
|
* Make it possible to count a number of job retriesGrzegorz Bizon2017-07-172-0/+45
|
* Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-172-0/+61
|
* Merge branch '34964-have_gitlab_http_status' into 'master'Rémy Coutable2017-07-172-2/+16
|\ | | | | | | | | | | | | Introduce have_gitlab_http_status Closes #34964 See merge request !12883
| * Introduce have_gitlab_http_status34964-have_gitlab_http_statusLin Jen-Shin2017-07-152-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | So that whenever this failed: expect(response).to have_gitlab_http_status(200) We see what's the response there. Here's an example: ``` 1) API::Settings Settings PUT /application/settings custom repository storage type set in the config updates application settings Failure/Error: expect(response).to have_gitlab_http_status(200) expected the response to have status code 200 but it was 400. The response was: {"error":"password_authentication_enabled, signin_enabled are mutually exclusive"} ```
* | Merge branch 'bjk/metric_names' into 'master'Douwe Maan2017-07-144-46/+29
|\ \ | |/ |/| | | | | | | | | Update metric names to match Prometheus guidelines. Closes #35031 See merge request !12812
| * Rename ConnectionRackMiddleware to RequestsRackMiddleware.bjk/metric_namesPawel Chojnacki2017-07-131-19/+13
| | | | | | | | + fix tests after metrics rename
| * Add unit to latency metrics.Ben Kochie2017-07-123-20/+20
| | | | | | | | | | | | | | Add `seconds` unit to latency metrics based on uptream naming convention[0]. [0]: https://prometheus.io/docs/practices/naming/#metric-names
| * Update rack metric namesBen Kochie2017-07-121-12/+1
| | | | | | | | | | | | | | | | * Follow Prometheus naming conventions[0]. * Simplify metrics by adding response lables to the histogram. * Use standard `http_request_duration_seconds_...` names for the histogram. [0]: https://prometheus.io/docs/practices/naming/#metric-names
* | Merge branch ↵Sean McGivern2017-07-142-3/+18
|\ \ | | | | | | | | | | | | | | | | | | 'fix-exact-matches-of-username-and-email-on-top-of-the-user-search' into 'master' Fixes the user order being overriden in the autocomplete controller See merge request !12868
| * | Fixes the user order being overriden in the autocomplete controllerfix-exact-matches-of-username-and-email-on-top-of-the-user-searchTiago Botelho2017-07-142-3/+18
| | |
* | | Merge branch 'pass-before-script-as-is' into 'master'Grzegorz Bizon2017-07-142-24/+72
|\ \ \ | | | | | | | | | | | | | | | | Pass before_script and script as-is preserving arrays See merge request !12680
| * | | Pass before_script and script as-is preserving arrayspass-before-script-as-isKamil Trzcinski2017-07-072-24/+72
| | | |
* | | | Update Pipeline's badge count in Merge Request and Commits view to match ↵Filipa Lacerda2017-07-143-2/+39
| | | | | | | | | | | | | | | | real-time content
* | | | Merge branch 'fix/gb/recover-from-renaming-project-with-container-images' ↵Sean McGivern2017-07-143-21/+72
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Recover from renaming project that has container images Closes #23019 See merge request !12840
| * | | Remove one assertion from projects controller specsGrzegorz Bizon2017-07-141-3/+2
| | | |
| * | | Adds specs for renaming a project with container imagesGrzegorz Bizon2017-07-141-0/+15
| | | |
| * | | Fix rubocop offense in projects controller specsGrzegorz Bizon2017-07-141-1/+1
| | | |
| * | | Add specs for changing default branch in a projectGrzegorz Bizon2017-07-141-9/+25
| | | |
| * | | Recover from renaming project that has container imagesGrzegorz Bizon2017-07-133-14/+35
| | | |
* | | | Merge branch ↵Grzegorz Bizon2017-07-141-7/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'fix/sm/32032-remove-the-rest-of-trigger_schedule-related-codes' into 'master' Remove the rest of `trigger_schedule` related codes Closes #32032 See merge request !12839
| * | | | Remove trigger_schedule_attributes and factory :ci_trigger_for_trigger_schedulefix/sm/32032-remove-the-rest-of-trigger_schedule-related-codesShinya Maeda2017-07-131-7/+0
| | | | |
* | | | | Merge branch '19629-remove-inactive-tokens-list' into 'master'Filipa Lacerda2017-07-142-10/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove Inactive Personal Access Tokens list from Access Tokens page Closes #19629 See merge request !12866
| * | | | | Update test description to reflect behaviour19629-remove-inactive-tokens-listkushalpandya2017-07-141-1/+1
| | | | | |
| * | | | | Update tests to cover removal of inactive tokens tablekushalpandya2017-07-142-9/+13
| | | | | |
* | | | | | Revert "Merge branch 'revert-2c879643' into 'master'"Sean McGivern2017-07-141-21/+0
| | | | | | | | | | | | | | | | | | This reverts merge request !12633
* | | | | | Merge branch 'gitlab-git-repository-log' into 'master'Sean McGivern2017-07-141-8/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitlab::Git shuffling and Gitaly annotations See merge request !12849
| * | | | | | Change Git::Repository#log to return CommitsJacob Vosmaer2017-07-131-8/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-1413-43/+143
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | Fixes needed when GitLab sign-in is not enabled See merge request !12491
| * | | | | Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-1313-43/+143
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
* | | | | | Handle case when BroadcastMessage.current is nilStan Hu2017-07-131-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Somehow Rails.cache.fetch occasionally returns `nil` values, which causes this endpoint to crash. Closes #35094
* | | | | | Merge branch 'fix-issue-tracker-spec' into 'master'Rémy Coutable2017-07-131-18/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent GitLab issue tracker spec from failing later specs Closes #35042 See merge request !12835
| * | | | | | Prevent GitLab issue tracker spec from failing later specsfix-issue-tracker-specSean McGivern2017-07-131-18/+9
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'bvl-enable-features-in-test' into 'master'Rémy Coutable2017-07-135-2/+22
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Enable all feature flags by default in specs See merge request !12832
| * | | | | Enable all feature flags by default in specsbvl-enable-features-in-testBob Van Landuyt2017-07-135-2/+22
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise some features would go untested in non-specific contexts I did need to disable the `gitlab_git_diff_size_limit_increase`-feature in some specs since we depend on diffs being expandable while the file we are testing on is smaller than the increased limit.
* | | | | Merge branch 'lib-git-gitaly' into 'master'Sean McGivern2017-07-131-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Add Gitaly notes to Gitlab::Git, delete diff options See merge request !12814
| * | | | Try to eliminate unused diff optionsJacob Vosmaer2017-07-121-5/+5
| | |_|/ | |/| |
* | | | Merge branch 'migrate-workhorse-send-blob-to-gitaly' into 'master'Robert Speicher2017-07-121-0/+38
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Workhorse SendBlob to Gitaly Closes gitaly#356 See merge request !12313
| * | | | Migrate Workhorse SendBlob to GitalyAhmad Sherif2017-07-111-0/+38
| | | | |
* | | | | Merge branch 'mr-branch-link-use-tree' into 'master'Robert Speicher2017-07-124-5/+46
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MR branch link now links to tree instead of commits Closes #34243 See merge request !12763
| * | | | | Fix spec name grammermr-branch-link-use-treeClement Ho2017-07-121-3/+3
| | | | | |
| * | | | | Make commits behind text a link to the target branch commits pageClement Ho2017-07-114-4/+32
| | | | | |
| * | | | | Convert target branch link to use treeClement Ho2017-07-113-5/+5
| | | | | |
| * | | | | MR branch link now links to tree instead of commitsClement Ho2017-07-101-0/+13
| | |_|/ / | |/| | |
* | | | | Update vue-resourceFilipa Lacerda2017-07-124-28/+51
| | | | |
* | | | | Merge branch 'bugfix-htmlenc' into 'master'Sean McGivern2017-07-121-0/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | decode user/namespace names before display See merge request !10085