- 22 Oct, 2019 1 commit
-
-
Valery Sizov authored
-
- 21 Oct, 2019 39 commits
-
-
Russell Dickenson authored
Fix bad image permissions See merge request gitlab-org/gitlab!18910
-
Dan Davison authored
Images shouldn't have the +x bit
-
Mayra Cabrera authored
Time limit database lock when rebasing a merge request See merge request gitlab-org/gitlab!18481
-
Mayra Cabrera authored
Expose prometheus status to monitor dashboard See merge request gitlab-org/gitlab!18289
-
Kirstie Cook authored
Add tests for presence and absence of cluster and deployment platform
-
Mayra Cabrera authored
Update Global Policy to Reject Anonymous Users For read_operations_dashboard See merge request gitlab-org/gitlab!18687
-
Jason Goodman authored
Adjust global policy
-
Stan Hu authored
Zoom meetings model and migrations See merge request gitlab-org/gitlab!17890
-
Peter Leitzen authored
Add Active Record backed class `ZoomMeeting`s to persist and validate zoom links associated to an issue. We also associate meetings to a project (via project_id) to avoid table joins. `ZoomMeeting`s can have an issue_status of `added` or `removed` which will be used to show or hide the zoom link on an issue via quick actions.
-
Stan Hu authored
Removes an exception that prevented stable CI builds See merge request gitlab-org/gitlab!18906
-
John Skarbek authored
* This prevents CI from constructing a pipeline for stable branches, let's fix that situation
-
Mark Lapierre authored
Create loop_runner module to run test repeatedly See merge request gitlab-org/gitlab!18546
-
Jennifer Louie authored
Create QA::Specs::LoopRunner Call LoopRunner with --loop CLI option Allow loop duration to be set with an ENV var
-
Andreas Brandl | OOO from Wed authored
Remove self monitoring project alerting token migration See merge request gitlab-org/gitlab!17049
-
Reuben Pereira authored
- Remove it since it will not do anything since the migration that adds the self-monitoring project itself has been removed. - The migration does not fail since it checks for the existence of the self-monitoring project.
-
Bob Van Landuyt authored
Add spec for filtering by multiple types See merge request gitlab-org/gitlab!18489
-
Dan Davison authored
Disallow running untagged jobs by default in tests Closes #34356 See merge request gitlab-org/gitlab!18850
-
Douglas Barbosa Alexandre authored
Fix incorrect selection of custom templates Closes #9146 See merge request gitlab-org/gitlab!17205
-
Kamil Trzciński authored
Scope feature flag `job_log_json` to project See merge request gitlab-org/gitlab!18883
-
Fabio Pitino authored
-
Clement Ho authored
Refactor stage_spec to Jest Closes #31625 See merge request gitlab-org/gitlab!16854
-
Illya Klymov authored
* Switches to Jest for stage_spec * Uses snapshots to simplify test code
-
Stan Hu authored
`MergeRequest#rebase_async` can lock indefinitely with a SELECT FOR UPDATE call. If an update is idle in transaction or another rebase attempts to run, `MergeRequest#rebase_async` could queue indefinitely or until statement timeouts are triggered. To limit the impact of this operation, we now just bail out after 5 s if we can't get the lock. The user will see an error message if this happens. Part of https://gitlab.com/gitlab-org/gitlab/issues/30528
-
Paul Slaughter authored
Fix typo in generic alerts integration documentation See merge request gitlab-org/gitlab!18889
-
Clement Ho authored
-
Stan Hu authored
Previously if multiple project templates had similar names, it was possible the wrong template were used. For example, if you had three different templates with the names: 1. docker 2. docker-image 3. docker-image-and-app Clicking on `docker` would cause the search to match all three items, and `CreateFromTemplateService` would just pick the first one returned from the database. Instead of using names, this commit uses the project ID to avoid this ambiguity. The backend support for this feature went in GitLab 12.4 via https://gitlab.com/gitlab-org/gitlab/merge_requests/18178. This change updates the frontend to use this. Closes https://gitlab.com/gitlab-org/gitlab/issues/9146
-
Stan Hu authored
Bump Gitaly to 1.70.0 and remove cache invalidation feature flag See merge request gitlab-org/gitlab!18766
-
Paul Okstad authored
-
Clement Ho authored
Merge branch '34245-flaky-test-spec-features-search-user_uses_header_search_field_spec-rb' into 'master' Resolve "Flaky test: spec/features/search/user_uses_header_search_field_spec.rb" Closes #34245 See merge request gitlab-org/gitlab!18742
-
Clement Ho authored
Fixed version number See merge request gitlab-org/gitlab!18884
-
Sarah Waldner authored
-
Sean McGivern authored
Feature #33533, redirect to root when path does not exist on branch Closes #33533 See merge request gitlab-org/gitlab!18169
-
Jesse Hall authored
-
Bob Van Landuyt authored
gitlab-shell: Replace `bin/compile` with `make build` See merge request gitlab-org/gitlab!18820
-
Natalia Tepluhina authored
Rename trace to log in the UI Closes #29121 See merge request gitlab-org/gitlab!18865
-
Rémy Coutable authored
Expose arbitrary artifacts via MR widget See merge request gitlab-org/gitlab!18385
-
Fabio Pitino authored
* Allow user to specify `artifacts:expose_as` in CI config * Save :has_exposed_artifacts in job metadata for queries * Find exposed artifacts in build metadata model * Expose API endpoint for frontend to fetch data Fix unlrelated controller specs Use default has_exposed_artifacts NULL Avoid using a background migration to change NULL to false. It's not needed. Feedback from review * add links to issue for follow up refactoring * preload job artifacts and metadata associations * merge DisallowedRegexInArrayValidator into existing ArrayOfStringsValidator * other minor changes Rename params to match frontend code Feedback from review Feedback from review
-
Tim Zallmann authored
Remove commented code in the services form See merge request gitlab-org/gitlab!18795
-
Sanad Liaquat authored
Add group file template tests See merge request gitlab-org/gitlab!16267
-