- 10 Feb, 2020 8 commits
-
-
Kushal Pandya authored
Frontend: Remove confidence from security reports See merge request gitlab-org/gitlab!24033
-
Dheeraj Joshi authored
-
Thong Kuah authored
Application limit for ES indexed field length See merge request gitlab-org/gitlab!24345
-
Marcel Amirault authored
Add version badge for Service Desk feature See merge request gitlab-org/gitlab!24753
-
Dylan Griffith authored
Using the plan_limit table we can down store a limit for the maximum size of any fields being indexed in Elasticsearch. This is for https://gitlab.com/gitlab-org/gitlab/issues/201826 . Any strings above the length limit will be truncated down to the limit. We default to 0 which means unlimited so this has no affect for self-managed customers. On GitLab.com we will likely want to set this to around 20k as a sensible upper limit on what we should store.
-
Marcel Amirault authored
Add grammar linting tests for Latin phrases in docs Closes #199110 See merge request gitlab-org/gitlab!23798
-
Ash McKenzie authored
Refactor specs for FeatureFlagsController See merge request gitlab-org/gitlab!24446
-
Marcel Amirault authored
Fix cache:key:prefix section documentation format. See merge request gitlab-org/gitlab!24677
-
- 09 Feb, 2020 10 commits
-
-
Russell Dickenson authored
-
Evan Read authored
Add intro and link to dev docs for GraphQL See merge request gitlab-org/gitlab!24750
-
Evan Read authored
Update links to MRs in various projects See merge request gitlab-org/gitlab!24733
-
Thong Kuah authored
-
Peter Leitzen authored
Add context to the ExpiringWorker See merge request gitlab-org/gitlab!24686
-
Paul Slaughter authored
Update dependency @sourcegraph/code-host-integration to v0.0.30 See merge request gitlab-org/gitlab!24683
-
Marcel Amirault authored
Inline reconfigure instruction in Praefect docs See merge request gitlab-org/gitlab!24712
-
Stan Hu authored
Separate note entities into own class files See merge request gitlab-org/gitlab!24732
-
Rajendra Kadam authored
-
Thong Kuah authored
Set timeout for Kubeclient See merge request gitlab-org/gitlab!23970
-
- 08 Feb, 2020 17 commits
-
-
Heinrich Lee Yu authored
Fix hour-dependent spec in error_tracking_shared_context.rb See merge request gitlab-org/gitlab!24734
-
Stan Hu authored
The test was failing because the expected format included the leading 0 in "08:01:29 AM UTC" instead of omitting it in "8:01:29 AM UTC". As https://ruby-doc.org/stdlib-2.6.5/libdoc/date/rdoc/DateTime.html mentions, we can omit the leading value by using `%-l` in `strftime`.
-
Marcel Amirault authored
Added how pipeline quotas is assigned to projects See merge request gitlab-org/gitlab!20688
-
Sokunrotanak Srey authored
-
Marcel Amirault authored
Links to MRs now need hyphens, added as needed.
-
Stan Hu authored
Remove .git/config from cached repo See merge request gitlab-org/gitlab!24731
-
Stan Hu authored
-
Shinya Maeda authored
Port `trigger` keyword to Core (2/4) - move Bridge-Pipeline interactions See merge request gitlab-org/gitlab!24382
-
Marcel Amirault authored
Document why Junit Reports off by default See merge request gitlab-org/gitlab!24398
-
James Heimbuck authored
-
Marcel Amirault authored
More code block languages See merge request gitlab-org/gitlab!24726
-
Suzanne Selhorn authored
Related to issue 32881
-
Michael Kozono authored
Geo - Remove useless comment on Geo::BlobReplicatorStrategy See merge request gitlab-org/gitlab!24704
-
Stan Hu authored
Separate key and other entities into own class files See merge request gitlab-org/gitlab!24495
-
Rajendra Kadam authored
-
Stan Hu authored
fix: 198645 NPM dependencies, remove deprecated key Closes #198645 See merge request gitlab-org/gitlab!23745
-
Stan Hu authored
Standardize timestamps in Unicorn logs See merge request gitlab-org/gitlab!24612
-
- 07 Feb, 2020 5 commits
-
-
Mayra Cabrera authored
Fix time-dependent spec failures in user_sees_error_details_spec.rb Closes #202678 See merge request gitlab-org/gitlab!24718
-
Stan Hu authored
These features specs were failing because they were using fixed dates and attempting to use Timecop, but Timecop doesn't apply to the browser. When the date crossed the 8th of the month, the Timeago text "1 month ago" advanced to "2 months ago". To fix this issue, we now adjust the test data to use a timestamp relative to today's date, eliminating the need for Timecop. Closes https://gitlab.com/gitlab-org/gitlab/issues/202678
-
Paul Okstad authored
-
Mayra Cabrera authored
Limit number of blobs fetched in a single call See merge request gitlab-org/gitlab!24247
-
Douglas Barbosa Alexandre authored
-