- 21 Sep, 2020 40 commits
-
-
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
-
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
-
Sean McGivern authored
Cleanup of import url sanitization patch See merge request gitlab-org/gitlab!42539
-
Kerri Miller authored
-
Illya Klymov authored
Merge branch '233686-replace-bootstrap-alerts-in-app/views/admin/projects/show.html.haml' into 'master' Replace bootstrap alerts in app/.../show.html.haml Closes #233686 See merge request gitlab-org/gitlab!41389
-
Gilang Gumilar authored
-
Andreas Brandl authored
Fix reindexing bug when statement_timeout set See merge request gitlab-org/gitlab!42692
-
Sean McGivern authored
Stub Gitlab::JobWaiter#wait for tests See merge request gitlab-org/gitlab!42753
-
Adam Hegyi authored
Remove duplicate broken container scanning findings See merge request gitlab-org/gitlab!42609
-
Phil Hughes authored
Don't include mr_notes store on issue page See merge request gitlab-org/gitlab!42567
-
Simon Knox authored
Async imports for both stores, so lint doesn't complain about consistent return
-
Illya Klymov authored
Merge branch '241949-remove-v-html-from-ee-app-assets-javascripts-geo_replicable-components' into 'master' Replace v-html with gl-sprintf in ee/app/assets/javascripts/geo_replicable/components/geo_replicable_empty_state.vue Closes #241949 See merge request gitlab-org/gitlab!41488
-
Phil Hughes authored
Add gl-button to services/prometheus See merge request gitlab-org/gitlab!42756
-
Illya Klymov authored
Update UI Text in Trial Confirmation Banner See merge request gitlab-org/gitlab!40774
-
Jacki Bauer authored
-
Toon Claes authored
Merge branch '250269-disable-batch-count-because-pipelines-that-have-security-jobs-counters-fail-on-gitlab-com' into 'master' Disable batch counting for "pipelines that have security jobs" metrics See merge request gitlab-org/gitlab!42556
-
Kamil Trzciński authored
This does: - add all leftover `development` feature flags - ensures that licensed `feature flags` are actually checked against `type: :licensed` - makes `development` to be `optional: false`, aka `required`
-
Alper Akgun authored
Update Growth feature flag YAML files See merge request gitlab-org/gitlab!42799
-
Peter Leitzen authored
Change type of "SentryErrorType#project_id" Global ID See merge request gitlab-org/gitlab!42185
-
Sean Arnold authored
Add changelog file
-
Andreas Brandl authored
When a `statement_timeout` is set, this leads to trouble with the inclusion of the migration helper. There is basically a name clash between the reindexing class with `#execute` and the migration helper for the statement timeout expecting to be able to execute SQL queries through `#execute`. This has been fixed with renaming the method on the reindexing class. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/251084
-
Andreas Brandl authored
In sight of https://gitlab.com/gitlab-org/gitlab/-/issues/251084, this change configures a `statement_timeout` for both development and testing environments.
-
can eldem authored
This migration is continuation of 42041
-
Jan Provaznik authored
Add spec to ensure banner will disappear See merge request gitlab-org/gitlab!42534
-
Heinrich Lee Yu authored
Use startup.js to fetch initial data in group and project issue list See merge request gitlab-org/gitlab!41656
-
Phil Calder authored
Adding group, introduced by URL, and optional rollout URL
-
Nicolò Maria Mezzopera authored
Update jsdoc for mergeUrlParams for sort option See merge request gitlab-org/gitlab!42668
-
Kushal Pandya authored
Swimlanes Pagination - Fetch issues per epic See merge request gitlab-org/gitlab!42320
-
Miguel Rincon authored
Create new DAST profiles routes Closes #247935 See merge request gitlab-org/gitlab!42600
-
Miguel Rincon authored
Use gl-icon component for alert system notes See merge request gitlab-org/gitlab!42604
-
Mark Chao authored
Fix performance issue with global search + refactor Closes #249515 See merge request gitlab-org/gitlab!42437
-
Sanad Liaquat authored
Add test for geo replication of Maven package files See merge request gitlab-org/gitlab!42282
-