该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 9月 01, 2020
-
-
由 Nick Thomas 创作于
-
- 8月 31, 2020
-
-
由 Mark Chao 创作于
[RUN AS-IF-FOSS] Support custom Azure Blob Storage domains See merge request gitlab-org/gitlab!40694
-
由 Kushal Pandya 创作于
Migrate Bootstrap button to GlButton in boards modal Closes #229345 See merge request gitlab-org/gitlab!40633
-
由 Sunjung Park 创作于
-
由 Kushal Pandya 创作于
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 创作于
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 创作于
Migrate application row bs-callout to glalert Closes #242021 See merge request gitlab-org/gitlab!40756
-
由 Taurie Davis 创作于
-
由 Kushal Pandya 创作于
Network policy editor preview See merge request gitlab-org/gitlab!39407
-
由 Mark Chao 创作于
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 创作于
GitLab UI tooltips in HAML/Vanilla JS: Dispose tooltips See merge request gitlab-org/gitlab!39379
-
由 Russell Dickenson 创作于
Document auto language detection See merge request gitlab-org/gitlab!40430
-
由 Taylor McCaslin 创作于
-
由 Mark Lapierre 创作于
Quarantine cluster_with_prometheus test See merge request gitlab-org/gitlab!40715
-
由 Simon Knox 创作于
Geo Statuses - Fix empty section bug See merge request gitlab-org/gitlab!40443
-
由 Zack Cuddy 创作于
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 创作于
Don't overwrite user's description by default template description Closes #220941 See merge request gitlab-org/gitlab!40609
-
由 Tiger Watson 创作于
Add MergeRequestReviewer for dedicated Reviewers section See merge request gitlab-org/gitlab!40358
-
由 David Kim 创作于
It's added to prepare for dedicated reviewers section for MRs on EE
-
由 Tiger Watson 创作于
Add gitlab_subscriptions to the list of high traffic tables See merge request gitlab-org/gitlab!40696
-
由 Tiger Watson 创作于
Add seats_in_use and seats_owed to gitlab_subscriptions See merge request gitlab-org/gitlab!40470
-
由 Peter Leitzen 创作于
Don't send SameSite=None to incompatible browsers See merge request gitlab-org/gitlab!40667
-
- 8月 30, 2020
-
-
由 Stan Hu 创作于
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 创作于
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).
-
- 8月 29, 2020
-
-
由 Marcel Amirault 创作于
Unit test report docs polishing See merge request gitlab-org/gitlab!40765
-
由 Ricky Wiens 创作于
- remove redundant section header "Use cases" - add in link to JUnit report format
-
由 Marcel Amirault 创作于
Fix typo on CI CD template docs See merge request gitlab-org/gitlab!40720
-
由 Stan Hu 创作于
Fix bug in seed fixture to create self monitoring project See merge request gitlab-org/gitlab!40784
-
由 rpereira2 创作于
-
由 Stan Hu 创作于
Add Feature Flags search shortcut when feature enabled See merge request gitlab-org/gitlab!40578
-
由 Angelo Gulina 创作于
- makes the navigation to Feature Flags more convenient - makes the Feature Flags sub nav element more findable
-
由 Jose Ivan Vargas 创作于
Render markdown attribute definitions as tooltips See merge request gitlab-org/gitlab!40541
-
由 Jose Ivan Vargas 创作于
Fix vulnerability comment delete button spinner position See merge request gitlab-org/gitlab!40681
-
由 Andreas Brandl 创作于
Add kubernetes_agents usage metric See merge request gitlab-org/gitlab!40559
-
由 Achilleas Pipinellis 创作于
Docs: Add locked projects troubleshooting note back to ES doc See merge request gitlab-org/gitlab!40522
-
由 Blair Lunceford 创作于
-
由 Achilleas Pipinellis 创作于
Change term Advanced Syntax Search to Advanced Search Syntax Closes #241787 See merge request gitlab-org/gitlab!40660
-
由 Kamil Trzciński 创作于
Copy CI secrets when retrying a job [RUN AS-IF-FOSS] Closes #218746 See merge request gitlab-org/gitlab!40458
-
RUN AS-IF-FOSS Fix group search users scope times out See merge request gitlab-org/gitlab!38701
-