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
2019-06-25Adds metrics to measure cost of expensive operationsgitaly-countersAndrew Newdigate
Adds histogram metrics to help us determine which the most expensive database transactions in the system are, as well as which Gitaly n+1 blocks are costing us the time.
2019-06-25Edit resource creation textEvan Read
2019-06-25Merge branch '30355-use-hours-only-for-time-tracking' into 'master'Phil Hughes
Limit time tracking units to hours Closes #30355 See merge request gitlab-org/gitlab-ce!29469
2019-06-25Add Markdown lintingEvan Read
Also adds and one linting rule and makes project conform to it.
2019-06-25Merge branch 'docs/dep-scanning' into 'master'Evan Read
Document all the available options for Dependency Scanning Closes gitlab-ee#10121 See merge request gitlab-org/gitlab-ce!29347
2019-06-25Mention kaniko in container registryFranklin Yu
2019-06-25Rename to time_tracking_limit_to_hoursHeinrich Lee Yu
Changes migration and all other places the attribute is used
2019-06-25Limit time tracking values to hoursJon Kolb
Adds an instance setting to limit display of time tracking values to hours only
2019-06-25Add brackets escape example to LDAP docBlair Lunceford
2019-06-25Updated explanation of CI_COMMIT_BEFORE_SHA variableBlair Lunceford
2019-06-24Add doc for ServiceResponseLin Jen-Shin
2019-06-24Require database reviews for migrationsAndreas Brandl
2019-06-24Merge branch 'sh-remove-token-from-profiling-docs' into 'master'Kamil Trzciński
Remove requirement for personal access token in profiling See merge request gitlab-org/gitlab-ce!29972
2019-06-24Add name & search parameters to project environments APILee Tickett
2019-06-24Merge branch 'sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan
Automatically update MR merge-ref along merge status See merge request gitlab-org/gitlab-ce!29569
2019-06-24Add to list of functionalityEvan Read
2019-06-24Document all the available options for Dependency ScanningAchilleas Pipinellis
Port all info from: - security-products/dependency-scanning/blob/master/docs/README.md - security-products/dependency-scanning/blob/master/docs/analyzers.md
2019-06-24Refactor and add version text to variable syntaxEvan Read
2019-06-24Remove requirement for personal access token in profilingStan Hu
Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23320, personal access tokens are no longer needed for profiling an endpoint since users are stubbed directly.
2019-06-24Merge branch 'docs-how-to-migrate-deploy-boards' into 'master'Evan Read
Add how to migrate deployments for deploy boards See merge request gitlab-org/gitlab-ce!29872
2019-06-24Merge branch '60617-enable-project-cluster-jit' into 'master'Thong Kuah
Enable JIT Kubernetes resource creation for project level clusters See merge request gitlab-org/gitlab-ce!29515
2019-06-24Merge branch 'docs-update-group-settings' into 'master'Evan Read
Docs: Correct group path instructions See merge request gitlab-org/gitlab-ce!29869
2019-06-24Docs: link to predefined env variables reference more evidentMarcia Ramos
2019-06-21Remove Gemnasium dead link from docsAchilleas Pipinellis
2019-06-21Adding documentation for Prometheus Service DiscoveryAric Buerer
Updating documentation to include Prometheus Service Discovery. Added monitoring node documentaiton as well as documentation for the individual service nodes.
2019-06-21Mention Container Scanning NFS bug and how to fix itAchilleas Pipinellis
2019-06-21Merge branch 'docs/web-terminals-cleanup' into 'master'Mike Lewis
Clean up the web terminals docs See merge request gitlab-org/gitlab-ce!29929
2019-06-21Clean up the web terminals docsAchilleas Pipinellis
- Clarify that they are available only for private Runners - Merge the two sections of file syncing into one
2019-06-21Add new troubleshooting step and refactor Geo replication docsEvan Read
2019-06-21Fixed formatting of notes bullet listEvan Read
2019-06-21Merge branch 'paginate-license-management' into 'master'Filipa Lacerda
Backport and Docs for Paginate license management and add license search See merge request gitlab-org/gitlab-ce!27602
2019-06-21Merge branch 'wording-docs' into 'master'Evan Read
Docs: Change wording See merge request gitlab-org/gitlab-ce!29746
2019-06-21Remove project-level cluster credential fallbackTiger Watson
Project-level clusters that made use of this legacy behaviour have been migrated to unmanaged clusters, so we are now free to remove this fallback.
2019-06-21Merge branch 'patch-28' into 'master'Evan Read
using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
2019-06-21Make deploy_boards doc clearer about its requirementsJoão Cunha
2019-06-21Update Grafana and GitLab Monitor in component listStan Hu
This commit checks off two of the three components in the table that we added for the CEO Challenge in Contribute 2019: * Grafana: https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/3272 * GitLab Monitor: https://gitlab.com/charts/gitlab/merge_requests/787
2019-06-21Merge branch 'docs-ml-gdk-how-to-more-info' into 'master'Mark Lapierre
Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
2019-06-20Merge branch '12174-add-remove-child-epic-quick-actions-doc-ce' into 'master'Achilleas Pipinellis
Add documentation on epic add/remove child relations quick actions See merge request gitlab-org/gitlab-ce!29860
2019-06-20Automatically update MR merge-ref along merge statusOswaldo Ferreira
This couples the code that transitions the `MergeRequest#merge_status` and refs/merge-requests/:iid/merge ref update. In general, instead of directly telling `MergeToRefService` to update the merge ref, we should rely on `MergeabilityCheckService` to keep both the merge status and merge ref synced. Now, if the merge_status is `can_be_merged` it means the merge-ref is also updated to the latest. We've also updated the logic to be more systematic and less user-based.
2019-06-20Improve bug severity definitions and consolidate guidance for clarityMek Stittri
2019-06-20Merge branch 'link_to_issue_statistics_api_endpoint_in_docs' into 'master'Achilleas Pipinellis
Docs: Link issue statistics api endpoint in the docs See merge request gitlab-org/gitlab-ce!29855
2019-06-20Update Docs for Container Registry API Delete EndpointsJason Goodman
2019-06-20Add documentation on epic add/remove child relations quick actionsAlexandru Croitor
2019-06-20Add version text and edit sectionEvan Read
2019-06-20Edit new Zoom call link contentEvan Read
2019-06-20Link issue statistics api endpoint in the docsAlexandru Croitor
Adds the missing link to issues_statistics api endpoint
2019-06-20Document the workaround for issues after registry restoreDJ Mountney
Restoring the registry ends up using the wrong file permissions, breaking the registry. Document the workaround while we look at improvements.
2019-06-20Paginate license management and add license searchFernando
First pass at license pagination * Paginate license management client side * Refactor license list into seperate component Add string filtering to license names * Add search input to query on license name Add add license button * Refactor add license button to be a slot Clean up styles and button state logic * Clean up alignment * Disable button when dorpdown is open Remove client side alphabetical sorting * Let the databse return order by date Refactor list to use row slot Further abstract pagination list compnent Finish refactor of paginated list * Refactor component into generic paginated list component * Add additional style tweaks + responsive classes Run prettier Update license_management_spec Run Prettier Add unit tests for paginated list component * Refactor template to be valid html (li in ul) * Add jest unit tests Add additional unit tests * Add unit tests around pagination and search states Add unit tests for filter props Pretty print, lint, and add changelog Update po files Regernate pot file Backport EE changes * Update paginated list component * Update specs and snapshot Add POT file Update default copy for pagianted list * update copy for empty and empty search result states Update pot file Backport changes from EE merge request * Paginaed list component and specs Backport EE changes Update paginated list snapshot Update license management docs and images Backport paginated-list component from EE Link to gitlab-ui artifacts job Match gitlab ui build to EE Update pot file Backport Paginated list changes Set gitlab-ui to temp artifact Add changelog
2019-06-20Add how to migrate deployments for deploy boardsThong Kuah
2019-06-20Correct group path instructionsTristan Williams