- 27 Sep, 2019 3 commits
-
-
Luke Duncalfe authored
-
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 37 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.
-
Michael Kozono authored
Adds event tracker helper for controllers Closes #31781 See merge request gitlab-org/gitlab!17055
-
Giorgenes Gelatti authored
Adds controller concern to track events inside controller. Allows to call #track_event() to track arbitrary events.
-
Mike Greiling authored
Extract isEpic getter in related items tree store See merge request gitlab-org/gitlab!17665
-
Winnie Hellmann authored
-
Mayra Cabrera authored
Reorder changelog policy rules See merge request gitlab-org/gitlab!17748
-
Alessio Caiazza authored
-
Walmyr Lima e Silva Filho authored
Quarantine a non-deterministic test See merge request gitlab-org/gitlab!17768
-
Stan Hu authored
Right now when an exception happens, two messages are logged: one with a basic debug message, and another with the full error backtrace. We can clean this up by emitting one error message with a cleaned backtrace as an array.
-
Clement Ho authored
Merge branch '31393-when-adding-labels-in-a-merge-request-adds-them-out-of-order-until-refresh-page' into 'master' alphabetically sorts selected sidebar labels Closes #31393 See merge request gitlab-org/gitlab!17309
-
Clement Ho authored
Remove nested Promise from groups select See merge request gitlab-org/gitlab!17685
-
Winnie Hellmann authored
-
Clement Ho authored
Add project filtering to Bitbucket Cloud import See merge request gitlab-org/gitlab!16828
-
Dan Davison authored
Wait before job log shows something See merge request gitlab-org/gitlab!17570
-