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
path: root/doc
AgeCommit message (Collapse)Author
2018-12-07Merge branch '20422-hide-ui-variables-by-default' into 'master'Robert Speicher
Resolve "Hide variables in UI by default" Closes #20422 See merge request gitlab-org/gitlab-ce!23518
2018-12-07Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets
Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
2018-12-07Documentation cleanupAmit Rathi
2018-12-07Merge remote-tracking branch 'origin/master' into ↵jhampton
20422-hide-ui-variables-by-default
2018-12-07Allow public forks to be deduplicatedZeger-Jan van de Weg
When a project is forked, the new repository used to be a deep copy of everything stored on disk by leveraging `git clone`. This works well, and makes isolation between repository easy. However, the clone is at the start 100% the same as the origin repository. And in the case of the objects in the object directory, this is almost always going to be a lot of duplication. Object Pools are a way to create a third repository that essentially only exists for its 'objects' subdirectory. This third repository's object directory will be set as alternate location for objects. This means that in the case an object is missing in the local repository, git will look in another location. This other location is the object pool repository. When Git performs garbage collection, it's smart enough to check the alternate location. When objects are duplicated, it will allow git to throw one copy away. This copy is on the local repository, where to pool remains as is. These pools have an origin location, which for now will always be a repository that itself is not a fork. When the root of a fork network is forked by a user, the fork still clones the full repository. Async, the pool repository will be created. Either one of these processes can be done earlier than the other. To handle this race condition, the Join ObjectPool operation is idempotent. Given its idempotent, we can schedule it twice, with the same effect. To accommodate the holding of state two migrations have been added. 1. Added a state column to the pool_repositories column. This column is managed by the state machine, allowing for hooks on transitions. 2. pool_repositories now has a source_project_id. This column in convenient to have for multiple reasons: it has a unique index allowing the database to handle race conditions when creating a new record. Also, it's nice to know who the host is. As that's a short link to the fork networks root. Object pools are only available for public project, which use hashed storage and when forking from the root of the fork network. (That is, the project being forked from itself isn't a fork) In this commit message I use both ObjectPool and Pool repositories, which are alike, but different from each other. ObjectPool refers to whatever is on the disk stored and managed by Gitaly. PoolRepository is the record in the database.
2018-12-07Allows user to override default issuer email for cert managerAmit Rathi
2018-12-07Merge branch 'docs-for-mr-pipelines' into 'master'Marcia Ramos
Documentation for "`only/except: merge-requests` for merge request pipelines" Closes #54511 and #15310 See merge request gitlab-org/gitlab-ce!23397
2018-12-07Merge branch 'docs-search' into 'master'Achilleas Pipinellis
[Documentation] Fix minor issues in search API doc Closes #54959 See merge request gitlab-org/gitlab-ce!23645
2018-12-07Consistent feature name in all docsMarcia Ramos
2018-12-07Updates documentation around variablesjhampton
- Owners and Maintainers are able to view trigger variable values
2018-12-07Fix minor issues in search API docJan Provaznik
2018-12-07Merge branch 'master' into 'master'Douwe Maan
Fixed misreported error codes and elaborated See merge request gitlab-org/gitlab-ce!23642
2018-12-07Merge branch 'docs/run-help-pages-tests' into 'master'Achilleas Pipinellis
Document `/help` tests See merge request gitlab-org/gitlab-ce!23469
2018-12-07Small improvement for phrasingShinya Maeda
2018-12-07Improve wording in mr index.mdShinya Maeda
2018-12-07Merge branch 'docs-feature-flag-dev' into 'master'Douwe Maan
Add section about enabling feature flag in development See merge request gitlab-org/gitlab-ce!23634
2018-12-07Provide information on /help rspec testsEvan Read
2018-12-07Documentation for merge request pipelinesShinya Maeda
This is a documentation change about #15310.
2018-12-07Documentation for Group-level Kubernetes cluster configurationThong Kuah
2018-12-07Merge branch 'group-labels-subgroup-docs' into 'master'Victor Wu
Group level labels can be used in subgroups and projects See merge request gitlab-org/gitlab-ce!23643
2018-12-07Merge branch 'docs-ci-variables-badge-syntax' into 'master'Evan Read
Docs: fixes blockquotes syntax See merge request gitlab-org/gitlab-ce!23638
2018-12-07Group level labels can be used in subgroups and projectsVictor Wu
2018-12-07Fixed misreported error codes and elaboratedJames Powis
Documentation mixed up 406 and 405 error codes, this corrects that Also elaborated on the possible ways you can receive a 405 error code See spec test: https://gitlab.com/powisj/gitlab-ce/blob/master/spec/requests/api/merge_requests_spec.rb#L848
2018-12-06Merge branch '19376-post-bfg-cleanup' into 'master'Douglas Barbosa Alexandre
Allow internal references to be removed Closes #19376 See merge request gitlab-org/gitlab-ce!23189
2018-12-06Merge branch '54975-fix-web-hooks-rake-task' into 'master'Stan Hu
Fix gitlab:web_hook tasks Closes #54975 See merge request gitlab-org/gitlab-ce!23635
2018-12-06Fixes "introduced in..." syntaxMarcia Ramos
2018-12-06Use BFG object maps to clean projectsNick Thomas
2018-12-06Fix gitlab:web_hook tasksNick Thomas
2018-12-06Introduce Knative Serverless TabDylan Griffith
2018-12-06Merge branch '54610-allow-review-jobs-to-fail' into 'master'Douglas Barbosa Alexandre
Retry the review-{deploy,qa} jobs twice, and allow them to fail Closes #54610 and #54717 See merge request gitlab-org/gitlab-ce!23510
2018-12-06Merge branch 'blob-count2' into 'master'Rémy Coutable
Support unlimited file search in web UI and API See merge request gitlab-org/gitlab-ce!23553
2018-12-06Add section about enabling feature flag in developmentClement Ho
2018-12-06Updates trigger documentationjhampton
- Adds documentation around viewing trigger variables - Updates trigger variable values image
2018-12-06Merge branch 'sh-retire-redash-docs' into 'master'Rémy Coutable
Remove mentions of Redash See merge request gitlab-org/gitlab-ce!23598
2018-12-06Add an 'How-To' section to the Review Apps docRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-06Optimized file search to work without limitsJan Provaznik
* removed 100 limit on file search results because we load all results anyway * expensive processing (parsing match content, utf encoding) is done only for selected page in paginated output
2018-12-05Remove mentions of RedashStan Hu
Related links: * https://gitlab.com/gitlab-com/Product/issues/5 * https://gitlab.com/meltano/looker/issues/294
2018-12-05Support RSA and ECDSA algorithms in Omniauth JWTMichael Tsyganov
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-12-05Update proofreader.mdMaksymilian Roman
2018-12-05Update proofreader.mdJeongwhan Choi
2018-12-05Merge branch '54826-use-read_repository-scope-on-read-only-files-endpoints' ↵Grzegorz Bizon
into 'master' Resolve "Use read_repository scope on read-only files endpoints" Closes #54826 See merge request gitlab-org/gitlab-ce!23534
2018-12-05Merge branch 'docs/fix-list' into 'master'Achilleas Pipinellis
Fix list that doesn't render properly See merge request gitlab-org/gitlab-ce!23574
2018-12-05Merge branch 'winh-add-jest' into 'master'Mike Greiling
Setup Jest test environment See merge request gitlab-org/gitlab-ce!23406
2018-12-05Merge branch 'patch-33' into 'master'Achilleas Pipinellis
fix: update the link to the new address. See merge request gitlab-org/gitlab-ce!23524
2018-12-05Update repository_files.mdJames Lopez
2018-12-05Merge branch 'jramsay/email-push-docs' into 'master'Achilleas Pipinellis
Add example email on push notification to docs See merge request gitlab-org/gitlab-ce!23566
2018-12-05Revert "Revert "Add docs why $KUBECONFIG is blank""🤖 GitLab Bot 🤖
This reverts commit b53ebd93b15b2fb9eba7c9d6e31b1ffffe073912
2018-12-05Revert "Add docs why $KUBECONFIG is blank"🤖 GitLab Bot 🤖
This reverts commit ac5c20bd272ff9001eae5949ca2137abc1011b87
2018-12-05Merge branch 'set-kubeconfig-nil-when-token-nil' into 'master'Dmitriy Zaporozhets
Make KUBECONFIG nil if KUBE_TOKEN is nil See merge request gitlab-org/gitlab-ce!23414
2018-12-05Setup Jest test environmentWinnie Hellmann