- 27 Sep, 2019 16 commits
-
-
Fatih Acet authored
Remove nested Promise from project select See merge request gitlab-org/gitlab!17687
-
Winnie Hellmann authored
-
James Lopez authored
Export design management data with project export Closes #11090 See merge request gitlab-org/gitlab!14702
-
Evan Read authored
Docs - Add note about env slugs being immutable See merge request gitlab-org/gitlab!16592
-
Anton Smith authored
-
Luke Duncalfe authored
Export design repository in project export See merge request gitlab-org/gitlab!14700
-
Kushal Pandya authored
[Frontend] Show success banner to user when trial starts See merge request gitlab-org/gitlab!16794
-
-
-
-
Luke Duncalfe authored
Moving a group of shared_examples from project_tree_restorer_spec to its own file in spec/support/shared_examples in order for these examples to be reused in an EE-specific test. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
-
Evan Read authored
Making the code of the markdown table the same as the rendered example See merge request gitlab-org/gitlab!17619
-
Luke Duncalfe authored
-
Evan Read authored
Update oidc.md See merge request gitlab-org/gitlab!17566
-
Evan Read authored
Add UI text label to "Issues workflow" Contributing doc See merge request gitlab-org/gitlab!17622
-
Mike Lewis authored
-
- 26 Sep, 2019 24 commits
-
-
Thong Kuah authored
Fix design flaky specs See merge request gitlab-org/gitlab!17654
-
Luke Duncalfe authored
Some specs that create a design with a `with_file` trait would fail intermittently with a Gitaly error `A file with this name already exists`. This signalled that a collision in the design.full_path in the spec. The full_path is made from the id of the issue and its name. The failing tests would fail when a `create(:design, :with_file)` was - created in a `before` block - its issue was created in a `set` - and it was setting a specific filename for the design. In this situation, if a capybara spec failed once, it would retry again, and would try to create a design with the same name and save it against the same issue from the last time it ran. This would lead to a full_path conflict. The fix is a combination of: - using the default (dynamically sequenced) filenames for designs that are generated by FactoryBot where possible - if we do set a design that has a `with_file` trait (meaning it will create an underlying commit in Gitaly for the design version) then the issue must be created at the same time as the design is within the test See https://gitlab.com/gitlab-org/gitlab/issues/32620#note_222564584
-
Mayra Cabrera authored
Reversible migration helper See merge request gitlab-org/gitlab!16762
-
Luke Duncalfe authored
Can be used to test the reversibility of migrations.
-
Mayra Cabrera authored
Clean up project export error logging See merge request gitlab-org/gitlab!17780
-
Clement Ho authored
Update webpack dependencies Closes #32616 See merge request gitlab-org/gitlab!17560
-
Russell Dickenson authored
Documentation update about Export CSV See merge request gitlab-org/gitlab!17763
-
Russell Dickenson authored
Updated directions for associating a namespace See merge request gitlab-org/gitlab!17280
-
Amanda Rueda authored
-
Hugo Azevedo authored
-
Peter Leitzen authored
Provide metrics dashboard path to cluster health chart See merge request gitlab-org/gitlab!17648
-
Ryan Cobb authored
This makes it so we provide `dashboard-endpoint` to cluster health charts. This is needed so the frontend knows where to fetch cluster dashboards.
-
Stan Hu authored
Unflake unassign test Closes #32621 See merge request gitlab-org/gitlab!17627
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Clement Ho authored
Operations Dashboard: fix minimum query message Closes #32628 See merge request gitlab-org/gitlab!17574
-
Stan Hu authored
Moves Protected paths throttling from Omnibus to GitLab Rails See merge request gitlab-org/gitlab!16463
-
Mayra Cabrera authored
- Adds 4 columns to application_settings - 3 to mimic the configuration of existing throttles - 1 to store the protected paths on database - Set default protected paths (taken from Omnibus) - Add new section on admin panel to personalize protected paths configuration - Includes additional protected paths throttles. - Throttles were renamed to 'rack_attack_gitlab_rails'.rb, otherwise the omnibus file will overwrite this file. - If the Omnibus throttle is enabled, this settings will not take effect.
-