summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Document the security tools maintenance and vulnerabilities DB updatedocs/secure-maintenanceAchilleas Pipinellis2019-06-265-5/+48
| | | | | | | | Addresses the following questions: - How often do we update the vulnerability DB or analyzers? - Do we have to update GitLab to benefit from latest vulnerabilities definitions?
* Docs: Add more info on recovery codesTristan Williams2019-06-261-3/+2
|
* Merge branch 'docs/63418-docs-feedback-update-for-11-11-1-feature-flag' into ↵Evan Read2019-06-261-1/+8
|\ | | | | | | | | | | | | 'master' Add note about Docker socket mounting See merge request gitlab-org/gitlab-ce!29924
| * Add note about Docker socket mountingdocs/63418-docs-feedback-update-for-11-11-1-feature-flagSteve Azzopardi2019-06-251-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | When using `docker:dind` service and the Runner has the socket mounted as well it will lead to the following error: ``` Failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy ``` reference https://gitlab.com/gitlab-org/gitlab-ce/issues/63418
* | Merge branch '60697-docs-feedback-revise-operations-dashboard-docs' into ↵Marcia Ramos2019-06-251-7/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Docs feedback: revise operations dashboard" Closes #60697 See merge request gitlab-org/gitlab-ce!30038
| * | Clarify permissions for Operations dashboardAchilleas Pipinellis2019-06-251-7/+4
| | |
* | | Merge branch 'docs/add-code-comments-development-guide' into 'master'Marcia Ramos2019-06-252-0/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add code comments development guide Closes #63132 See merge request gitlab-org/gitlab-ce!30043
| * | | Add code comments development guideDmitriy Zaporozhets2019-06-252-0/+15
| | |/ | |/| | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch ↵Grzegorz Bizon2019-06-251-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'require-pipeline-when-enabling-only-allow-merge-if-pipeline-succeeds' into 'master' Pipeline must be present if "Pipeline must succeed" is set See merge request gitlab-org/gitlab-ce!29926
| * | | Require pipeline if "Pipeline must succeed" is setrequire-pipeline-when-enabling-only-allow-merge-if-pipeline-succeedsFabio Pitino2019-06-251-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a user sets only_allow_merge_if_pipeline_succeeds, also named as "Pipeline must succeed" project setting, we require the pipeline to be present. This solves race condition issues especially with external CI providers when a build is triggered externally but no pipelines are created in GitLab yet. Document that a head pipeline is expected when using "Pipeline must succeed" setting. Also explain limitations with the use of only/except where there may not be any jobs created and the merge request will not be allowed to be merged.
* | | | Clarify that this.something is not available in Jest (docs)Winnie Hellmann2019-06-251-0/+3
| | | |
* | | | Clarify that Jest does not use Webpack (docs)Winnie Hellmann2019-06-251-0/+2
| |_|/ |/| |
* | | Merge branch 'docs/dep-scanning-not-support-list' into 'master'Achilleas Pipinellis2019-06-251-7/+10
|\ \ \ | | | | | | | | | | | | | | | | Mention what tools are not supported in Dependency Scanning See merge request gitlab-org/gitlab-ce!30030
| * | | Mention what tools are not supported in Dependency Scanningdocs/dep-scanning-not-support-listAchilleas Pipinellis2019-06-251-7/+10
| |/ /
* | | Revert "Revert to `id: :integer`"Peter Leitzen2019-06-251-1/+1
|/ / | | | | | | This reverts commit 51340f9b47e8339cdabce11d0a17ac724278bff0.
* | Edit resource creation textEvan Read2019-06-251-2/+5
| |
* | Merge branch '30355-use-hours-only-for-time-tracking' into 'master'Phil Hughes2019-06-252-1/+10
|\ \ | |/ |/| | | | | | | | | Limit time tracking units to hours Closes #30355 See merge request gitlab-org/gitlab-ce!29469
| * Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-252-2/+10
| | | | | | | | Changes migration and all other places the attribute is used
| * Limit time tracking values to hoursJon Kolb2019-06-251-0/+1
| | | | | | | | | | Adds an instance setting to limit display of time tracking values to hours only
* | Add Markdown lintingEvan Read2019-06-2536-193/+216
| | | | | | | | | | Also adds and one linting rule and makes project conform to it.
* | Merge branch 'docs/dep-scanning' into 'master'Evan Read2019-06-252-13/+174
|\ \ | | | | | | | | | | | | | | | | | | Document all the available options for Dependency Scanning Closes gitlab-ee#10121 See merge request gitlab-org/gitlab-ce!29347
| * | Document all the available options for Dependency Scanningdocs/dep-scanningAchilleas Pipinellis2019-06-242-13/+174
| | | | | | | | | | | | | | | | | | | | | Port all info from: - security-products/dependency-scanning/blob/master/docs/README.md - security-products/dependency-scanning/blob/master/docs/analyzers.md
* | | Mention kaniko in container registryFranklin Yu2019-06-251-0/+1
| | |
* | | Add brackets escape example to LDAP docBlair Lunceford2019-06-251-11/+24
| | |
* | | Updated explanation of CI_COMMIT_BEFORE_SHA variableBlair Lunceford2019-06-251-1/+1
| |/ |/|
* | Add doc for ServiceResponseLin Jen-Shin2019-06-241-0/+36
| |
* | Require database reviews for migrationsAndreas Brandl2019-06-241-0/+3
| |
* | Merge branch 'sh-remove-token-from-profiling-docs' into 'master'Kamil Trzciński2019-06-241-4/+0
|\ \ | | | | | | | | | | | | Remove requirement for personal access token in profiling See merge request gitlab-org/gitlab-ce!29972
| * | Remove requirement for personal access token in profilingsh-remove-token-from-profiling-docsStan Hu2019-06-231-4/+0
| | | | | | | | | | | | | | | | | | 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.
* | | Add name & search parameters to project environments APILee Tickett2019-06-241-1/+3
| | |
* | | Merge branch 'sync-merge-ref-upon-mergeability-check' into 'master'Douwe Maan2019-06-241-12/+8
|\ \ \ | | | | | | | | | | | | | | | | Automatically update MR merge-ref along merge status See merge request gitlab-org/gitlab-ce!29569
| * | | Automatically update MR merge-ref along merge statusOswaldo Ferreira2019-06-201-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Add to list of functionalityEvan Read2019-06-241-1/+4
| |_|/ |/| |
* | | Refactor and add version text to variable syntaxEvan Read2019-06-241-7/+7
| |/ |/|
* | Merge branch 'docs-how-to-migrate-deploy-boards' into 'master'Evan Read2019-06-241-1/+4
|\ \ | | | | | | | | | | | | Add how to migrate deployments for deploy boards See merge request gitlab-org/gitlab-ce!29872
| * | Add how to migrate deployments for deploy boardsdocs-how-to-migrate-deploy-boardsThong Kuah2019-06-201-1/+4
| | |
* | | Merge branch '60617-enable-project-cluster-jit' into 'master'Thong Kuah2019-06-241-3/+1
|\ \ \ | | | | | | | | | | | | | | | | Enable JIT Kubernetes resource creation for project level clusters See merge request gitlab-org/gitlab-ce!29515
| * | | Enable project-level JIT resource creation60617-enable-project-cluster-jitTiger2019-06-181-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously this behaviour was only available to group and instance-level clusters, as some project clusters relied on Kubernetes credentials being passed through to the runner instead of having their resources managed by GitLab (which is not available when using JIT). These clusters have been migrated to unmanaged, so resources can be created on demand for the remaining managed clusters.
* | | | Merge branch 'docs-update-group-settings' into 'master'Evan Read2019-06-241-3/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Correct group path instructions See merge request gitlab-org/gitlab-ce!29869
| * | | | Correct group path instructionsdocs-update-group-settingsTristan Williams2019-06-191-3/+4
| | |/ / | |/| |
* | | | Docs: link to predefined env variables reference more evidentMarcia Ramos2019-06-241-3/+5
| | | |
* | | | Remove Gemnasium dead link from docsAchilleas Pipinellis2019-06-211-8/+8
| | | |
* | | | Adding documentation for Prometheus Service DiscoveryAric Buerer2019-06-216-2/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updating documentation to include Prometheus Service Discovery. Added monitoring node documentaiton as well as documentation for the individual service nodes.
* | | | Mention Container Scanning NFS bug and how to fix itAchilleas Pipinellis2019-06-211-0/+20
| | | |
* | | | Merge branch 'docs/web-terminals-cleanup' into 'master'Mike Lewis2019-06-211-53/+43
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Clean up the web terminals docs See merge request gitlab-org/gitlab-ce!29929
| * | | | Clean up the web terminals docsdocs/web-terminals-cleanupAchilleas Pipinellis2019-06-211-53/+43
| | | | | | | | | | | | | | | | | | | | | | | | | - Clarify that they are available only for private Runners - Merge the two sections of file syncing into one
* | | | | Add new troubleshooting step and refactor Geo replication docsEvan Read2019-06-211-32/+76
| | | | |
* | | | | Fixed formatting of notes bullet listEvan Read2019-06-211-0/+1
| | | | |
* | | | | Merge branch 'paginate-license-management' into 'master'Filipa Lacerda2019-06-214-0/+16
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Backport and Docs for Paginate license management and add license search See merge request gitlab-org/gitlab-ce!27602
| * | | | Paginate license management and add license searchpaginate-license-managementFernando2019-06-204-0/+16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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