- 24 Feb, 2020 1 commit
-
-
Emily Ring authored
Moved /create_cluster/gke_cluster/stores/getters_spec.js file and /create_cluster/gke_cluster/helpers.js file to migrate tests from karma to jest.
-
- 21 Feb, 2020 39 commits
-
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Kushal Pandya authored
Adjust Create issue button on the error tracking detail page for mobile See merge request gitlab-org/gitlab!24390
-
David O'Regan authored
fix(error_detail): Update CSS for mobile view and render a dropdown rather than buttons via a broken layout
-
Imre Farkas authored
Disable CSRF protection on logout endpoint Closes #206912 See merge request gitlab-org/gitlab!25521
-
Diego Louzán authored
Allow external applications to destroy sessions without requiring a CSRF token
-
James Lopez authored
Merge branch '199908-use-only-the-first-line-of-the-commit-message-on-chat-service-notification' into 'master' Use commit title (only the first line of the commit message) on chat service notification Closes #199908 See merge request gitlab-org/gitlab!25224
-
Toon Claes authored
Add when migrations are run on GitLab deploys See merge request gitlab-org/gitlab!25634
-
Martin Wortschack authored
migrate fa spinner for notification_dropdown.js Closes #202271 See merge request gitlab-org/gitlab!25141
-
Kushal Pandya authored
Remove usage of underscore from ./spec/javascripts/boards See merge request gitlab-org/gitlab!25456
-
Mark Florian authored
Merge branch '118818-dismissed-fixed-vulnerability-findings-can-be-commented-upon-but-comment-is-never-shown' into 'master' Fix dismissed vulnerability comment updates See merge request gitlab-org/gitlab!25328
-
Dave Pisek authored
Context: We currently use two different data-sources for displaying dismissal-feedback inside the vulnerability modal. Within the MR-widget the data from the security-report is used before the response from the vulnerability-feedback-endpoint. The issue is that the security report endpoints are being cached, so any changes to the dismissal comments are not reflected in the UI until the cache is stale. By using the data from the dedicated feedback-endpoint this can be avoided.
-
Walmyr Lima e Silva Filho authored
Update `Git::Repository` to handle changes made while a test was disabled See merge request gitlab-org/gitlab!25496
-
Peter Leitzen authored
Send email notifications for Generic Alerts Closes #199400 See merge request gitlab-org/gitlab!24414
-
Sean Arnold authored
- Extract some incident management setting code - Show issues link in generic alert email
-
Takuya Noguchi authored
instead of the full commit message as on it is not necessary to have the full commit message on chat services. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
-
Imre Farkas authored
Add http status cop to api specs a-f See merge request gitlab-org/gitlab!25168
-
Peter Leitzen authored
Set `first_mentioned_in_commit_at` on issue closes See merge request gitlab-org/gitlab!25503
-
Mark Florian authored
Replace underscore with lodash for ./spec/javascripts/notes/components Closes #196670 See merge request gitlab-org/gitlab!25527
-
Martin Wortschack authored
Prevent "create merge request" button from overflowing on mobile See merge request gitlab-org/gitlab!25195
-
Martin Wortschack authored
Merge branch '196657-replace-underscore-with-lodash-for-app-assets-javascripts-import_projects' into 'master' Convert underscore to lodash Closes #196657 See merge request gitlab-org/gitlab!25563
-
Natalia Tepluhina authored
Design view: Do not restrict design image width See merge request gitlab-org/gitlab!25327
-
Natalia Tepluhina authored
Resolve "Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/notes.js'" Closes #202282 See merge request gitlab-org/gitlab!24916
-
Raihan Kabir authored
-
Adam Hegyi authored
Improve migration style guide See merge request gitlab-org/gitlab!25607
-
Arturo Herrero authored
- Remove unnecessary mixing with migration helper methods. - Passing a hash containing `:from` and `:to` will make this change reversible in migration.
-
Phil Hughes authored
Clean up conditional `col-` classes in `nav_dropdown_button.vue` See merge request gitlab-org/gitlab!25312
-
David O'Regan authored
-
Phil Hughes authored
Address lingering changes to `deployment_view_button` See merge request gitlab-org/gitlab!25617
-
Phil Hughes authored
Resolve "Migrate '.fa-spinner' to '.spinner' for 'app/assets/javascripts/right_sidebar.js'" Closes #202284 See merge request gitlab-org/gitlab!25017
-
Raihan Kabir authored
-
Peter Leitzen authored
243 files inspected, 427 offenses detected, 427 offenses corrected
-
Marcel Amirault authored
docs: Add warning about JUnit test reports See merge request gitlab-org/gitlab!25573
-
Marcel Amirault authored
Document merge request child pipelines See merge request gitlab-org/gitlab!25611
-
Fabio Pitino authored
-
James Lopez authored
Project level issues analytics Closes #196561 See merge request gitlab-org/gitlab!25417
-
Kushal Pandya authored
Add responsivity to environments table See merge request gitlab-org/gitlab!25501
-
Kushal Pandya authored
Allow the selection of several cards when the cmd or ctrl key is pressed. Closes #195969 See merge request gitlab-org/gitlab!25344
-
Adam Hegyi authored
This change sets the `first_mentioned_in_commit_at` attribute of the issue metrics record to the first commit in the MR. The change is behind feature flag: store_first_mentioned_in_commit_on_issue_close
-