Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CI/CD job auto-retry specsfeature/gb/auto-retry-failed-ci-job | Grzegorz Bizon | 2017-07-20 | 2 | -4/+4 |
| | |||||
* | Do not allow to auto-retry a job more than 2 times | Grzegorz Bizon | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | Add specs for pipeline process with auto-retries | Grzegorz Bizon | 2017-07-17 | 1 | -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 configured | Grzegorz Bizon | 2017-07-17 | 1 | -0/+14 |
| | |||||
* | Make it possible to auto retry a failed CI/CD job | Grzegorz Bizon | 2017-07-17 | 1 | -1/+32 |
| | |||||
* | Make it possible to count a number of job retries | Grzegorz Bizon | 2017-07-17 | 2 | -0/+45 |
| | |||||
* | Add a new `retry` CI/CD configuration keyword | Grzegorz Bizon | 2017-07-17 | 2 | -0/+61 |
| | |||||
* | Merge branch '34964-have_gitlab_http_status' into 'master' | Rémy Coutable | 2017-07-17 | 2 | -2/+16 |
|\ | | | | | | | | | | | | | Introduce have_gitlab_http_status Closes #34964 See merge request !12883 | ||||
| * | Introduce have_gitlab_http_status34964-have_gitlab_http_status | Lin Jen-Shin | 2017-07-15 | 2 | -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 Maan | 2017-07-14 | 4 | -46/+29 |
|\ \ | |/ |/| | | | | | | | | | Update metric names to match Prometheus guidelines. Closes #35031 See merge request !12812 | ||||
| * | Rename ConnectionRackMiddleware to RequestsRackMiddleware.bjk/metric_names | Pawel Chojnacki | 2017-07-13 | 1 | -19/+13 |
| | | | | | | | | + fix tests after metrics rename | ||||
| * | Add unit to latency metrics. | Ben Kochie | 2017-07-12 | 3 | -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 names | Ben Kochie | 2017-07-12 | 1 | -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 McGivern | 2017-07-14 | 2 | -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-search | Tiago Botelho | 2017-07-14 | 2 | -3/+18 |
| | | | |||||
* | | | Merge branch 'pass-before-script-as-is' into 'master' | Grzegorz Bizon | 2017-07-14 | 2 | -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-is | Kamil Trzcinski | 2017-07-07 | 2 | -24/+72 |
| | | | | |||||
* | | | | Update Pipeline's badge count in Merge Request and Commits view to match ↵ | Filipa Lacerda | 2017-07-14 | 3 | -2/+39 |
| | | | | | | | | | | | | | | | | real-time content | ||||
* | | | | Merge branch 'fix/gb/recover-from-renaming-project-with-container-images' ↵ | Sean McGivern | 2017-07-14 | 3 | -21/+72 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Recover from renaming project that has container images Closes #23019 See merge request !12840 | ||||
| * | | | Remove one assertion from projects controller specs | Grzegorz Bizon | 2017-07-14 | 1 | -3/+2 |
| | | | | |||||
| * | | | Adds specs for renaming a project with container images | Grzegorz Bizon | 2017-07-14 | 1 | -0/+15 |
| | | | | |||||
| * | | | Fix rubocop offense in projects controller specs | Grzegorz Bizon | 2017-07-14 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add specs for changing default branch in a project | Grzegorz Bizon | 2017-07-14 | 1 | -9/+25 |
| | | | | |||||
| * | | | Recover from renaming project that has container images | Grzegorz Bizon | 2017-07-13 | 3 | -14/+35 |
| | | | | |||||
* | | | | Merge branch ↵ | Grzegorz Bizon | 2017-07-14 | 1 | -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-codes | Shinya Maeda | 2017-07-13 | 1 | -7/+0 |
| | | | | | |||||
* | | | | | Merge branch '19629-remove-inactive-tokens-list' into 'master' | Filipa Lacerda | 2017-07-14 | 2 | -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-list | kushalpandya | 2017-07-14 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Update tests to cover removal of inactive tokens table | kushalpandya | 2017-07-14 | 2 | -9/+13 |
| | | | | | | |||||
* | | | | | | Revert "Merge branch 'revert-2c879643' into 'master'" | Sean McGivern | 2017-07-14 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | | | | This reverts merge request !12633 | ||||
* | | | | | | Merge branch 'gitlab-git-repository-log' into 'master' | Sean McGivern | 2017-07-14 | 1 | -8/+8 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitlab::Git shuffling and Gitaly annotations See merge request !12849 | ||||
| * | | | | | | Change Git::Repository#log to return Commits | Jacob Vosmaer | 2017-07-13 | 1 | -8/+8 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master' | Sean McGivern | 2017-07-14 | 13 | -43/+143 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | Fixes needed when GitLab sign-in is not enabled See merge request !12491 | ||||
| * | | | | | Fixes needed when GitLab sign-in is not enabled | Robin Bobbitt | 2017-07-13 | 13 | -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 nil | Stan Hu | 2017-07-13 | 1 | -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 Coutable | 2017-07-13 | 1 | -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-spec | Sean McGivern | 2017-07-13 | 1 | -18/+9 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge branch 'bvl-enable-features-in-test' into 'master' | Rémy Coutable | 2017-07-13 | 5 | -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-test | Bob Van Landuyt | 2017-07-13 | 5 | -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 McGivern | 2017-07-13 | 1 | -5/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | Add Gitaly notes to Gitlab::Git, delete diff options See merge request !12814 | ||||
| * | | | | Try to eliminate unused diff options | Jacob Vosmaer | 2017-07-12 | 1 | -5/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'migrate-workhorse-send-blob-to-gitaly' into 'master' | Robert Speicher | 2017-07-12 | 1 | -0/+38 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate Workhorse SendBlob to Gitaly Closes gitaly#356 See merge request !12313 | ||||
| * | | | | Migrate Workhorse SendBlob to Gitaly | Ahmad Sherif | 2017-07-11 | 1 | -0/+38 |
| | | | | | |||||
* | | | | | Merge branch 'mr-branch-link-use-tree' into 'master' | Robert Speicher | 2017-07-12 | 4 | -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-tree | Clement Ho | 2017-07-12 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | Make commits behind text a link to the target branch commits page | Clement Ho | 2017-07-11 | 4 | -4/+32 |
| | | | | | | |||||
| * | | | | | Convert target branch link to use tree | Clement Ho | 2017-07-11 | 3 | -5/+5 |
| | | | | | | |||||
| * | | | | | MR branch link now links to tree instead of commits | Clement Ho | 2017-07-10 | 1 | -0/+13 |
| | |_|/ / | |/| | | | |||||
* | | | | | Update vue-resource | Filipa Lacerda | 2017-07-12 | 4 | -28/+51 |
| | | | | | |||||
* | | | | | Merge branch 'bugfix-htmlenc' into 'master' | Sean McGivern | 2017-07-12 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | decode user/namespace names before display See merge request !10085 |