- Aug 09, 2019
-
-
Thong Kuah authored
Fix Sidekiq scheduling_latency_s Closes #65748 See merge request gitlab-org/gitlab-ce!31650 (cherry picked from commit 9e19125f) 7ccbb562 Fix Sidekiq scheduling_latency_s
-
Bob Van Landuyt :neckbeard: authored
Revert milestone filter behavior for "any" (CE-backport) See merge request gitlab-org/gitlab-ce!31583 (cherry picked from commit ce0891aa) d18eee9a Revert "Merge branch '4221-board-milestone-should-persist-any-none-properly-ce' into 'master'"
-
- Aug 08, 2019
-
-
Sean McGivern authored
Upgrade Gitaly to v1.57.0 See merge request gitlab-org/gitlab-ce!31568 (cherry picked from commit d02003cf) 46dc2e24 Update Gitaly version to v1.57.0 c5d9d8e3 Add changelog entry
-
Douwe Maan authored
Lessen Gitaly N+1 errors in markdown processing Closes #60449 See merge request gitlab-org/gitlab-ce!31037 (cherry picked from commit e17350be) 9d6fca6f Initial commit of WIP code for consideration d82ac022 Make Rubocop happy, even though it is 100% wrong 978cf4af Cast the Gitaly commit object to a ::Commit 0e318279 If we pass in a commit object, don't attempt a lookup ab01bedb Reload the commit object if it isn't a ::Commit 8360a202 Make #extract_valid_commit_references a private method f98c77e8 Use scan instead of gsub a5b87299 Extract finding of local matches to a new method e5229999 Improve basic test of removing of N+1 situation 91d3d8c5 Add CHANGELOG entry for reduced Gitaly calls a49d1d76 Extract #set_parent_path to reduce complexity 04d7b960 Batch load commit refs found in markdown 56b3d9ba Prepend internal ivar with _ 582bec5c Fix typo in spec title 7e083b11 Track commits by their full SHA string 2d81a176 Combine and simplify guard clauses 83f3d461 Extract #records_per_parent to AbstractReferenceFilter
- Aug 07, 2019
-
- Aug 06, 2019
-
-
Clement Ho authored
Resolve "Add padding to "merged by" widget" Closes #64831 See merge request gitlab-org/gitlab-ce!30972 (cherry picked from commit 029381b1) 98657dbb Add space between icon and `merged by` section 4565e081 Shrink padding for wr-widget-info 4ebd05fe Make status icon in merge widget borderless 0818fdb7 Revert "Make status icon in merge widget borderless" fc012bcb Remove .widget-status-icon class with utilities
- Aug 05, 2019
-
-
Mayra Cabrera authored
Fix error on project name See merge request gitlab-org/gitlab-ce!31471 (cherry picked from commit 881052b8) 325bcfff Fix error on project name b97e6002 Add Changelog entry 0c077702 Fix rubocop offences 7e9b1343 Rephrase changelog entry d36dc730 Add code review remarks
-
Ash McKenzie authored
Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'" Closes #65607 See merge request gitlab-org/gitlab-ce!31456 (cherry picked from commit 6ef8d864) 8ff68917 Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'"
-
Thong Kuah authored
Set DOCKER_TLS_CERTDIR in CI job templates See merge request gitlab-org/gitlab-ce!31201 (cherry picked from commit 82ce29d3) 8d4f53a0 Set DOCKER_TLS_CERTDIR in CI job templates 25486f40 Merge remote-tracking branch 'upstream/master' into patch-72 2535575c Add changelog.
-
- Aug 03, 2019
-
-
Mek Stittri authored
Clarify that we now use group based teams See merge request gitlab-org/gitlab-ce!31381
-
Mek Stittri authored
-
Stan Hu authored
Fix misspelled example url See merge request gitlab-org/gitlab-ce!31442
-
Dustin Hemard authored
-
- Aug 02, 2019
-
-
Drew Blessing authored
Update requirements wording in docs See merge request gitlab-org/gitlab-ce!31428
-
Fatih Acet authored
Merge branch '50130-cluster-cluster-details-update-automatically-after-cluster-is-created' into 'master' Resolve "Cluster > Cluster details > Update automatically after cluster is created" Closes #65151 and #50130 See merge request gitlab-org/gitlab-ce!27189
-
Mike Greiling authored
Only display the details of the cluster page when the cluster exists. If it is in "creating" state, show a message and a spinner
-
Stan Hu authored
All Kubectl command should return array by default See merge request gitlab-org/gitlab-ce!31305
-
João Cunha authored
-
Robert Speicher authored
Don't run danger on stable branches See merge request gitlab-org/gitlab-ce!31430
-
Mike Greiling authored
Update dependency @gitlab/ui to ^5.12 See merge request gitlab-org/gitlab-ce!31242
-
Enrique Alcántara authored
- Also, include pikaday styles through gitlab-ui
-
Sean McGivern authored
Uninstall Helm/Tiller See merge request gitlab-org/gitlab-ce!27359
-
Dylan Griffith authored
Also creates specs Only allow Helm to be uninstalled if it's the only app - Remove Tiller leftovers after reser command - Fixes specs and offenses Adds changelog file Fix reset_command specs
-
Stan Hu authored
Documentation - Services slack See merge request gitlab-org/gitlab-ce!31004
-
Jeffrey Cafferata authored
-
Sean McGivern authored
Make `needs:` to require a strong reference Closes #65512 See merge request gitlab-org/gitlab-ce!31419
-
Paul Slaughter authored
Add md files to .prettierignore See merge request gitlab-org/gitlab-ce!31426
-
This is to prevent prettier from auto formatting doc files.
-
Lukas Eipert authored
-
Cody West authored
I'm adding some wording to our hardware requirements to explain that needs vary by workload. I also included some examples of factors that may influence the workload.
-
Bob Van Landuyt :neckbeard: authored
Removes update_statistics_namespace feature flag See merge request gitlab-org/gitlab-ce!31392
-
Kamil Trzcińśki authored
This changes `needs:` from weak reference to have a strong reference. This means that job will not be created unless all needs are present as part of a pipeline.
-
Robert Speicher authored
Resolve "Breakage in displaying SVG in the same repository" See merge request gitlab-org/gitlab-ce!31352
-
Robert Speicher authored
Support X_if_ee methods for QA tests See merge request gitlab-org/gitlab-ce!31379
-
Drew Blessing authored
Update HA resource descriptions Closes #61192 and #27833 See merge request gitlab-org/gitlab-ce!31064
-
Sean McGivern authored
Respect needs on artifacts Closes #65466 See merge request gitlab-org/gitlab-ce!31413
-
Fatih Acet authored
Improve job log rendering performance See merge request gitlab-org/gitlab-ce!31262
-
Lukas Eipert authored
Currently we write out empty CSS classes (`class=""`) every time we create a new tag. This adds 9 unnecessary bytes per span element. In a recent trace, I have counted 11950 span elements. So we transported 105 unnecessary kilobytes!
-