Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-23Opt out of L1 cache for operations that perform invalidationan-multi-level-cache-storeAndrew Newdigate
2019-07-19Adds Multi-level cacheAndrew Newdigate
This change allows a multilevel cache to be configured in Rails. When the GITLAB_L1_RAILS_CACHE_SIZE_MB is set, a local in-memory cache, with the specified size, is configured in front of the Redis cache. This is done to reduce load on the redis cache, and also to improve peformance.
2019-07-19Merge branch '64613-add-note-about-private-profile-in-docs' into 'master'Mike Lewis
Add a note about private_profile changes in 12.1 Closes #64613 See merge request gitlab-org/gitlab-ce!30772
2019-07-19Add a note about private_profile changes in 12.1Adam Hegyi
2019-07-19Merge branch 'docs-for-merge-train-parallel-pipelines' into 'master'Marcia Ramos
Documentations for parallel execution strategy for Merge Trains Closes #63369 See merge request gitlab-org/gitlab-ce!30661
2019-07-19Documentations for parallel execution strategy for Merge TrainsShinya Maeda
This commit adds a documentation for parallel pipelines on merge trains. Fix typo
2019-07-19Merge branch 'add-endswith-to-polyfill' into 'master'Phil Hughes
Add endsWith to polyfill See merge request gitlab-org/gitlab-ce!30920
2019-07-19Add endsWith to polyfillSamantha Ming
2019-07-19Merge branch 'jramsay/metrics-reports-docs' into 'master'Marcia Ramos
Link Metrics Reports from merge request docs See merge request gitlab-org/gitlab-ce!30848
2019-07-19Link Metrics Reports from merge request docsJames Ramsay
2019-07-19Merge branch '64295-predictable-environment-slugs' into 'master'Lin Jen-Shin
Use predictable environment slugs See merge request gitlab-org/gitlab-ce!30551
2019-07-19Merge branch '10009-ee-board' into 'master'Phil Hughes
Removes EE differences for issue boards See merge request gitlab-org/gitlab-ce!30851
2019-07-19Removes EE differences for issue boardsFilipa Lacerda
2019-07-19Merge branch 'docs-add-es-rake-task-blunceford' into 'master'Evan Read
Added new ES rake task and troubleshooting step See merge request gitlab-org/gitlab-ce!30681
2019-07-19Added new ES rake task and troubleshooting stepBlair Lunceford
2019-07-19Merge branch 'fix-lint-api-path-in-docs' into 'master'Evan Read
Update lint.md to provide correct path for API call as per #58223 Closes #58223 See merge request gitlab-org/gitlab-ce!25703
2019-07-19Merge branch 'docs/fix_index_typo' into 'master'Evan Read
Remove duplicate word in Issues feature page See merge request gitlab-org/gitlab-ce!30919
2019-07-19Remove duplicate word in Issues feature pageRussell Dickenson
2019-07-19Merge branch 'docs/dast-analyzers' into 'master'Evan Read
Document all the available DAST variables Closes gitlab-ee#10122 See merge request gitlab-org/gitlab-ce!30801
2019-07-19Merge branch 'docs-gitlab-com-subscription-upgrade' into 'master'Evan Read
Add docs for GitLab.com subscription upgrades See merge request gitlab-org/gitlab-ce!30910
2019-07-19Add docs for GitLab.com subscription upgradesOswaldo Ferreira
2019-07-19Merge branch 'docs-interacting-components-to-reason-about' into 'master'Evan Read
Document interacting GitLab components and features See merge request gitlab-org/gitlab-ce!30813
2019-07-19Document interacting GitLab components and featuresOswaldo Ferreira
It's not uncommon that a single code change can reflect and interact with multiple parts of GitLab codebase, making it possible to break an existing feature. This commit expands documentation in that regard for developers.
2019-07-19Merge branch ↵Evan Read
'georgekoltsov/64311-set-visibility-private-if-internal-restricted' into 'master' Set visibility level 'Private' for restricted Internal imported projects See merge request gitlab-org/gitlab-ce!30522
2019-07-19Set Private visibility for restricted Internal imported projectsGeorge Koltsov
With https://gitlab.com/gitlab-org/gitlab-ee/issues/12388 change going live there is potential risk of breaking imports of 'Internal' projects. This change makes sure if 'Internal' visibility level is restricted all 'Internal' projects will be marked as 'Private' See: https://gitlab.com/gitlab-org/gitlab-ce/issues/64311
2019-07-19Merge branch 'docs-numbered-lists-lint' into 'master'Evan Read
Update numbered lists and enforce docs standards See merge request gitlab-org/gitlab-ce!30218
2019-07-19Update numbered lists for docs standardsMarcel Amirault
Ensure that all numbered lists use only 1. and no other numbers. Also ensure that numbered lists use proper spacing.
2019-07-19Merge branch 'docs-jivanvl-additional-panel-type-support' into 'master'Evan Read
Add documentation for panel types See merge request gitlab-org/gitlab-ce!30695
2019-07-19Add documentation for panel typesJose Ivan Vargas
This adds documentation on how to add area and single stat panel types for the monitoring dashboards using custom yml files
2019-07-19Merge branch 'docs/cleanup-gitaly' into 'master'Evan Read
Clean up the Gitaly docs Closes #64396 See merge request gitlab-org/gitlab-ce!30584
2019-07-19Clean up Gitaly admin docsAchilleas Pipinellis
- Add missing path to Gitaly configuration - Properly list steps for Gitaly configurations - Move sections around
2019-07-19Merge branch 'fe-delete-old-boardservice' into 'master'Clement Ho
change BoardService in favor of boardsStore on board blank state of the component board See merge request gitlab-org/gitlab-ce!30546
2019-07-19add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía
toHaveBeenCalledWith for the pre-defined labels test
2019-07-19Introduce predictable environment slugsTiger
If an environment slug is predictable given only the environment name, we can use the environment slug earlier in the CI variable evaluation process as we don't have to wait for the environment record itself to be persisted.
2019-07-19Merge branch 'winh-remove-gitlab-ui-visual-job' into 'master'Clement Ho
Remove gitlab:ui:visual job Closes #64666 See merge request gitlab-org/gitlab-ce!30918
2019-07-19Remove gitlab:ui:visual jobWinnie Hellmann
2019-07-19Merge branch 'docs/create_issue_quick_actions' into 'master'Evan Read
Added mention of Quick actions See merge request gitlab-org/gitlab-ce!30881
2019-07-19Added mention of Quick actionsRussell Dickenson
2019-07-19Merge branch 'docs/autocomplete_in_slash_commands' into 'master'Evan Read
Added mention of autocomplete characters See merge request gitlab-org/gitlab-ce!30877
2019-07-19Added mention of autocomplete charactersRussell Dickenson
2019-07-19Merge branch 'qa/refactor-check-mentions-for-xss-spec' into 'master'Mark Lapierre
Refactor check mentions for xss test See merge request gitlab-org/gitlab-ce!30914
2019-07-19Merge branch '64166-document-group-bulk-editing-issues-docs' into 'master'Evan Read
Add documentation for bulk editing issue milestones at group level See merge request gitlab-org/gitlab-ce!30398
2019-07-19Add documentation page for bulk editing group issue milestonesEugenia Grieff
- Add new page to group docs for bulk editing issues - Add link to new section to group index - Amend bulk editing page at a project level to remove issues from note
2019-07-19Merge branch 'bw-manual-sorting-docs' into 'master'Evan Read
Create documentation for the manual sorting / re-ordering capability See merge request gitlab-org/gitlab-ce!30795
2019-07-19Create documentation for the manual sorting / re-ordering capabilityBrett Walker
2019-07-19Update lint.md to provide the correct path for the APIElliot Rushton
2019-07-18Merge branch 'an-sidekiq-chaos' into 'master'Lin Jen-Shin
Adds chaos endpoints to Sidekiq Closes #64663 See merge request gitlab-org/gitlab-ce!30814
2019-07-18Merge branch 'winh-issue-link-junit-reports' into 'master'Marin Jankovski
Add issue link to disabled JUnit reports See merge request gitlab-org/gitlab-ce!30912
2019-07-18Add issue link to disabled JUnit reportsWinnie Hellmann
2019-07-18Merge branch 'docs-qa-replace-act-with-perform' into 'master'Dan Davison
Fix QA documentation to refer to perform method See merge request gitlab-org/gitlab-ce!30872