- 16 Feb, 2021 35 commits
-
-
Ezekiel Kigbo authored
Add the user busy status to the note header Adds the busy status indicator to the sidebar assignees dropdown and the note header in dicusssions Minor cleanup specs
-
Kushal Pandya authored
Minor dependency cleanup See merge request gitlab-org/gitlab!54253
-
Miguel Rincon authored
Fix unencoded octothorpes (and spaces) in Image Diff URLs See merge request gitlab-org/gitlab!53638
-
David Fernandez authored
Deprecate GMA apps that will be removed in 14.0 See merge request gitlab-org/gitlab!54162
-
Kushal Pandya authored
Export only selected fields in requirements See merge request gitlab-org/gitlab!53707
-
Matthias Käppler authored
Boilerplate for learn gitlab page experiment [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53089
-
Matthias Käppler authored
Update Danger text to encourage use of Reviewer See merge request gitlab-org/gitlab!51123
-
Austin Regnery authored
-
Etienne Baqué authored
Dedupe vulnerability_findings for bandit and semgrep See merge request gitlab-org/gitlab!54181
-
Etienne Baqué authored
Clean up deploy_keys_on_protected_branches feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53812
-
Lukas Eipert authored
See: https://www.npmjs.com/advisories/1547
-
Lukas Eipert authored
- `kind-of`: https://www.npmjs.com/advisories/1490 - `ini`: https://www.npmjs.com/advisories/1589 - `node-fetch`: https://www.npmjs.com/advisories/1556 - `http-proxy`: https://www.npmjs.com/advisories/1486 - `dot-prop`: https://www.npmjs.com/advisories/1213
-
Lukas Eipert authored
We recently removed favicon specs from karma, which were the only ones utilizing the pixelmatch library. See: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/50530
-
Lukas Eipert authored
1. brace-expansion seems to have been added in order to fix a vulnerability, this is not strictly necessary, as it requires a newer version in our yarn.lock file. Original commit: https://gitlab.com/gitlab-org/gitlab/-/commit/e6adc5088ffe4e844f63f68542049b5df6cd10f9 2. fontawesome is unused
-
Lukas Eipert authored
We don't use glob, jest-transform-graphql, miragejs or mock-apollo-client in production code. So let's move them to our dev dependencies.
-
Heinrich Lee Yu authored
Epic boards show page See merge request gitlab-org/gitlab!54141
-
Michael Kozono authored
Merge branch '13842-when-a-primary-package-is-checksummed-reset-verification-on-secondaries' into 'master' When a primary Package is checksummed, reset verification on secondaries See merge request gitlab-org/gitlab!53884
-
Thong Kuah authored
-
charlie ablett authored
-
charlie ablett authored
Merge branch 'philipcunningham-add-model-level-constraints-for-dast-profile-and-dast-scanner-profile' into 'master' Add missing validations to DAST models See merge request gitlab-org/gitlab!53434
-
Philip Cunningham authored
Adds model-level constraints to reflect database constraints.
-
Stan Hu authored
Update Gitaly version See merge request gitlab-org/gitlab!54240
-
GitLab Release Tools Bot authored
-
Dylan Griffith authored
Enable selecting newest record for webhook tests [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54030
-
Luke Duncalfe authored
Removes the integrations_test_webhook_reorder feature flag to enable the changes to select the newest record for webhook tests. https://gitlab.com/gitlab-org/gitlab/-/issues/320861 https://gitlab.com/gitlab-org/gitlab/-/issues/290116
-
Marcel Amirault authored
Adds note on authentication for /ci/lint See merge request gitlab-org/gitlab!54216
-
Laura Montemayor authored
-
Kerri Miller authored
Resolve "Track Create merge request from issues" [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!53808
-
Luke Duncalfe authored
Fix flaky calendar spec by clicking the same cell again See merge request gitlab-org/gitlab!54281
-
Simon Knox authored
We recently added more tabs which pushed the tabs to the left and meant the Overview tab is obscured by a tooltip. So instead we now click, then wait, then click the same cell again Unsure if it's actually supposed to behave like this, but it does
-
Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/53808 Issue: gitlab.com/gitlab-org/gitlab/-/issues/299264
-
Heinrich Lee Yu authored
Remove ci_custom_yaml_tags feature flag [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!54198
-
Gabriel Mazetto authored
Added maintenance mode to planned failover See merge request gitlab-org/gitlab!53149
-
Heinrich Lee Yu authored
Add GraphQL mutation for configuring API fuzzing scans See merge request gitlab-org/gitlab!53883
-
Avielle Wolfe authored
The mutation has all of its fields and arguments, but does not yet contain any functionality.
-
- 15 Feb, 2021 5 commits
-
-
Valery Sizov authored
We create "checksum_succeeded" event on primary and propagate it all the way to secondary.
-
Evan Read authored
Add an availability warning to junit screenshots docs See merge request gitlab-org/gitlab!54270
-
Mayra Cabrera authored
Revert "Fixes GraphQL pipeline status notification with warnings" See merge request gitlab-org/gitlab!54268
-
Luke Duncalfe authored
Wait for requests in `add_note` feature spec helper See merge request gitlab-org/gitlab!54227
-
Peter Leitzen authored
This might make some feature specs less flaky. Also, remove a bunch unnecessary `wait_for_requests` after calling `add_note`.
-