- 21 Sep, 2020 40 commits
-
-
Tomasz Maczukin authored
-
Heinrich Lee Yu authored
Show contributors and authors on notes See merge request gitlab-org/gitlab!42576
-
Mark Florian authored
Fix missing VSA request parameters See merge request gitlab-org/gitlab!42655
-
Ezekiel Kigbo authored
Adds additional feature specs to ensure filters are applied correctly Minor refactor specs
-
Ramya Authappan authored
Fix roadmap e2e spec and update selectors See merge request gitlab-org/gitlab!42758
-
Mark Florian authored
Switch to rails-ujs Closes #219253 See merge request gitlab-org/gitlab!27394
-
Nick Thomas authored
Resolve "Increase limit for number of files loaded for a single diff" See merge request gitlab-org/gitlab!40357
-
Kushal Pandya authored
Hide apply batch suggestion button for single suggestions Closes #224141 See merge request gitlab-org/gitlab!42681
-
Phil Hughes authored
This only shows the apply batch suggestion when there is more than 1 suggestion. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/224141
-
Olena Horal-Koretska authored
Move the remediated badge to the activity column See merge request gitlab-org/gitlab!42599
-
Mark Florian authored
Merge branch '241931-remove-v-html-from-app-assets-javascripts-monitoring-components-group_empty_state-vue' into 'master' Remove v-html from app/assets/javascripts/monitoring/components/group_empty_state.vue Closes #241931 See merge request gitlab-org/gitlab!41503
-
Sean McGivern authored
Add build status update exponential backoff mechanism See merge request gitlab-org/gitlab!42693
-
Dmytro Zaporozhets (DZ) authored
Update group members JSON See merge request gitlab-org/gitlab!42416
-
Peter Hegman authored
Instead of checking for presence of `user`. This is a better check because it is possible to have a member with an orphaned user.
-
Imre Farkas authored
Remove unused helper See merge request gitlab-org/gitlab!42713
-
Sean McGivern authored
This removes the feature flag, and so makes it enabled everywhere. This was originally implemented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40198 and only applies to the Contributor badge. The Author badge has a separate issue, discussed in https://gitlab.com/gitlab-org/gitlab/-/issues/250282.
-
Patrick Bajao authored
Create email notifications for merge request reviewers See merge request gitlab-org/gitlab!41851
-
David Kim authored
Notifications for reviewers should be pretty much the same as Assignees.
-
Sean McGivern authored
Resolve "Add filter capabilities to Incident list" Closes #229404 See merge request gitlab-org/gitlab!42377
-
David O'Regan authored
Update incident filters to allow token based search with author and assignees
-
Sean McGivern authored
Normalize empty params in ActionCable logging See merge request gitlab-org/gitlab!42804
-
Peter Leitzen authored
Fix Rails/SaveBang offenses for spec files in spec/services/issuable/* See merge request gitlab-org/gitlab!42780
-
Rajendra Kadam authored
Fixes Rails/SaveBang cop for spec files in spec/services/issuable/*
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!42817
-
Grzegorz Bizon authored
This commit adds a class that will be used to calculate an exponential backoff in seconds that we will pass to a runner to avoid overloading the API in case of object storage slowness.
-
Dmytro Zaporozhets (DZ) authored
Add Review Requested to Todo list filter See merge request gitlab-org/gitlab!42344
-
David Kim authored
-
Lukas Eipert authored
-
Lukas Eipert authored
On these pages we need Rails initialized immediately in order to be able to get the confirmation dialog toggled. As we defer initialization in main.js, it might be too late.
-
Lukas Eipert authored
Rails UJS `.csrfToken` doesn't seem to overrideable. As it uses the same methodlogy under the hood, we do not need to cache the CSRF token: https://github.com/rails/rails/blob/master/actionview/app/assets/javascripts/rails-ujs/utils/csrf.coffee#L5-L8
-
Heinrich Lee Yu authored
@rails/ujs uses native XHR rather than jQuery AJAX. Thus we add event listeners to count pending Rails UJS requests. This uses the same methodology as our request counting for axios.
-
Heinrich Lee Yu authored
Remove jquery-ujs and use rails-ujs instead
-
Mark Florian authored
Merge branch '241924-remove-v-html-from-ee-app-assets-javascripts-clusters-components-environments-vue' into 'master' Replace v-html with gl-sprintf in ee/app/assets/javascripts/clusters/components/environments.vue Closes #241924 See merge request gitlab-org/gitlab!41510
-
Savas Vedova authored
- Update tests - Update translations - Add changelog
-
GitLab Release Tools Bot authored
-
Dmytro Zaporozhets (DZ) authored
Speed up specs for quick action interpret service See merge request gitlab-org/gitlab!42571
-
Grzegorz Bizon authored
Make `development` flags to be `required` See merge request gitlab-org/gitlab!42687
-
Peter Leitzen authored
Cleanup request http method/code metrics See merge request gitlab-org/gitlab!42618
-
Ben Kochie authored
Remove 13 of the 93 request method codes from Prometheus metrics intialization. Reduces un-used/extremely rare metrics by 14% Filter method label by the list of valid request methods. Signed-off-by: Ben Kochie <bjk@gitlab.com>
-
Illya Klymov authored
Update UI for collapsed files body Closes #249640 See merge request gitlab-org/gitlab!42465
-