- 31 Aug, 2020 15 commits
-
-
Kushal Pandya authored
Migrate Bootstrap button to GlButton in boards modal Closes #229345 See merge request gitlab-org/gitlab!40633
-
Sunjung Park authored
-
Kushal Pandya authored
Fix date spec failure merge_request_analytics/graphql/throughput_chart_query_builder_spec.js Closes #243437 See merge request gitlab-org/gitlab!40816
-
Mark Chao authored
Fix throughput_chart_query_builder_spec.js Due to we use current date as prototype, and manipulate month first to get a date object, on 31st, when we move to a month with only 30 days, the month will increase unintentionally.
-
Natalia Tepluhina authored
Migrate application row bs-callout to glalert Closes #242021 See merge request gitlab-org/gitlab!40756
-
Taurie Davis authored
-
Kushal Pandya authored
Network policy editor preview See merge request gitlab-org/gitlab!39407
-
Mark Chao authored
Merge branch '240917-ensure-user-submits-trial-form-during-new-user-onboarding-signup-process' into 'master' Skip onboarding issues exp. when in trial flow See merge request gitlab-org/gitlab!40304
-
Simon Knox authored
GitLab UI tooltips in HAML/Vanilla JS: Dispose tooltips See merge request gitlab-org/gitlab!39379
-
Russell Dickenson authored
Document auto language detection See merge request gitlab-org/gitlab!40430
-
Taylor McCaslin authored
-
Mark Lapierre authored
Quarantine cluster_with_prometheus test See merge request gitlab-org/gitlab!40715
-
Simon Knox authored
Geo Statuses - Fix empty section bug See merge request gitlab-org/gitlab!40443
-
Zack Cuddy authored
There was an issue when there was NOTHING to show that it would omit the progress bars. This was not the desired behavior, we instead want to show the queued jobs.
-
charlie ablett authored
Don't overwrite user's description by default template description Closes #220941 See merge request gitlab-org/gitlab!40609
-
- 30 Aug, 2020 8 commits
-
-
Tiger Watson authored
Add MergeRequestReviewer for dedicated Reviewers section See merge request gitlab-org/gitlab!40358
-
David Kim authored
It's added to prepare for dedicated reviewers section for MRs on EE
-
ap4y authored
This commit implements yaml and humanized previews for policy editor
-
Tiger Watson authored
Add gitlab_subscriptions to the list of high traffic tables See merge request gitlab-org/gitlab!40696
-
Tiger Watson authored
Add seats_in_use and seats_owed to gitlab_subscriptions See merge request gitlab-org/gitlab!40470
-
Peter Leitzen authored
Don't send SameSite=None to incompatible browsers See merge request gitlab-org/gitlab!40667
-
Stan Hu authored
The browser gem is quite inefficient for checking SameSite compatibility. If we rewrite the checks, we see much better performance: ``` Warming up -------------------------------------- no check 46.338k i/100ms check 21.325k i/100ms Calculating ------------------------------------- no check 446.012k (± 5.5%) i/s - 2.224M in 5.003135s check 210.757k (± 2.8%) i/s - 1.066M in 5.062987s Comparison: no check: 446012.3 i/s check: 210756.9 i/s - 2.12x (± 0.00) slower ```
-
Stan Hu authored
We set `SameSite=None` in GitLab 12.10 via https://gitlab.com/gitlab-org/gitlab/-/merge_requests/28205 because Chrome v80, rolled out in March 2020, treats any cookies without the `SameSite` directive set as though they are `SameSite=Lax` (https://www.chromestatus.com/feature/5088147346030592). This is a breaking change from the previous default behavior, which was to treat those cookies as `SameSite=None`. However, older browsers (e.g. MacOS 10.14 on Safari 13.0.3) may interpret the `None` as `Strict`, which causes users that click on gitlab.com links from third-party sites (e.g. Gmail, Slack) to log in again. https://www.chromium.org/updates/same-site/incompatible-clients recommends a set of regular expressions to determine whether to send this. This commit implements most of the logic but skips one case since this doesn't seem common: macOS 10.14 with an embedded WebKit browser. This is also what https://rubygems.org/gems/rails_same_site_cookie does. I considered using that gem (https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40663), but I didn't like how it added another dependency (`user_agent_parser`) that loads a large YAML database (https://github.com/ua-parser/uap-ruby#the-pattern-database).
-
- 29 Aug, 2020 5 commits
-
-
Marcel Amirault authored
Unit test report docs polishing See merge request gitlab-org/gitlab!40765
-
Ricky Wiens authored
- remove redundant section header "Use cases" - add in link to JUnit report format
-
Marcel Amirault authored
Fix typo on CI CD template docs See merge request gitlab-org/gitlab!40720
-
Stan Hu authored
Fix bug in seed fixture to create self monitoring project See merge request gitlab-org/gitlab!40784
-
rpereira2 authored
-
- 28 Aug, 2020 12 commits
-
-
Stan Hu authored
Add Feature Flags search shortcut when feature enabled See merge request gitlab-org/gitlab!40578
-
Angelo Gulina authored
- makes the navigation to Feature Flags more convenient - makes the Feature Flags sub nav element more findable
-
Jose Ivan Vargas authored
Render markdown attribute definitions as tooltips See merge request gitlab-org/gitlab!40541
-
Jose Ivan Vargas authored
Fix vulnerability comment delete button spinner position See merge request gitlab-org/gitlab!40681
-
Andreas Brandl authored
Add kubernetes_agents usage metric See merge request gitlab-org/gitlab!40559
-
Achilleas Pipinellis authored
Docs: Add locked projects troubleshooting note back to ES doc See merge request gitlab-org/gitlab!40522
-
Blair Lunceford authored
-
Achilleas Pipinellis authored
Change term Advanced Syntax Search to Advanced Search Syntax Closes #241787 See merge request gitlab-org/gitlab!40660
-
Kamil Trzciński authored
Copy CI secrets when retrying a job [RUN AS-IF-FOSS] Closes #218746 See merge request gitlab-org/gitlab!40458
-
Douglas Barbosa Alexandre authored
RUN AS-IF-FOSS Fix group search users scope times out See merge request gitlab-org/gitlab!38701
-
Terri Chu authored
-
Douglas Barbosa Alexandre authored
Remove file_name and content from snippet mutations See merge request gitlab-org/gitlab!40727
-