- Sep 01, 2020
-
-
Nick Thomas authored
-
- Aug 31, 2020
-
-
Kushal Pandya authored
Migrate Bootstrap button to GlButton in boards modal Closes #229345 See merge request !40633
-
-
Kushal Pandya authored
Fix date spec failure merge_request_analytics/graphql/throughput_chart_query_builder_spec.js Closes #243437 See merge request !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 !40756
-
-
Kushal Pandya authored
Network policy editor preview See merge request !39407
-
Simon Knox authored
GitLab UI tooltips in HAML/Vanilla JS: Dispose tooltips See merge request !39379
-
Russell Dickenson authored
Document auto language detection See merge request !40430
-
-
Mark Lapierre authored
Quarantine cluster_with_prometheus test See merge request !40715
-
Simon Knox authored
Geo Statuses - Fix empty section bug See merge request !40443
-
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 !40609
- Aug 30, 2020
-
-
Tiger Watson authored
Add MergeRequestReviewer for dedicated Reviewers section See merge request !40358
-
It's added to prepare for dedicated reviewers section for MRs on EE
-
Arthur Evstifeev 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 !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 !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 (!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).
-
- Aug 29, 2020
-
-
Marcel Amirault authored
Unit test report docs polishing See merge request !40765
-
- 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 !40720
-
Reuben Pereira authored
-
- Aug 28, 2020
-
-
- 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 !40559
-
Achilleas Pipinellis authored
Docs: Add locked projects troubleshooting note back to ES doc See merge request !40522
-
-
Achilleas Pipinellis authored
Change term Advanced Syntax Search to Advanced Search Syntax Closes #241787 See merge request !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 !38701