summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor and add version text to variable syntaxdocs/variables-doc-introduced-textEvan Read2019-06-241-7/+7
|
* 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
* | Merge branch 'wording-docs' into 'master'Evan Read2019-06-211-1/+1
|\ \ | | | | | | | | | | | | Docs: Change wording See merge request gitlab-org/gitlab-ce!29746
| * | Change wordinglob2019-06-171-1/+1
| | |
* | | Remove project-level cluster credential fallbackTiger Watson2019-06-211-0/+8
| | | | | | | | | | | | | | | | | | 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.
* | | Merge branch 'patch-28' into 'master'Evan Read2019-06-201-1/+1
|\ \ \ | | | | | | | | | | | | | | | | using_docker_images.md: fix config.json path See merge request gitlab-org/gitlab-ce!29791
| * | | using_docker_images.md: fix config.json pathPer Lundberg2019-06-181-1/+1
| | | |
* | | | Make deploy_boards doc clearer about its requirementsJoão Cunha2019-06-201-0/+2
| | | |
* | | | Update Grafana and GitLab Monitor in component listStan Hu2019-06-201-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | Merge branch 'docs-ml-gdk-how-to-more-info' into 'master'Mark Lapierre2019-06-201-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update docs on how to run E2E tests See merge request gitlab-org/gitlab-ce!29823
| * | | | Update docs on how to run E2E testsdocs-ml-gdk-how-to-more-infoMark Lapierre2019-06-191-0/+12
| | | | | | | | | | | | | | | | | | | | Make instructions on how to run the E2E tests against GDK more explicit and easier to find.
* | | | | Merge branch '12174-add-remove-child-epic-quick-actions-doc-ce' into 'master'cmcfarland/testAchilleas Pipinellis2019-06-201-5/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add documentation on epic add/remove child relations quick actions See merge request gitlab-org/gitlab-ce!29860
| * | | | | Add documentation on epic add/remove child relations quick actions12174-add-remove-child-epic-quick-actions-doc-ceAlexandru Croitor2019-06-201-5/+7
| | |_|_|/ | |/| | |
* | | | | Improve bug severity definitions and consolidate guidance for clarityMek Stittri2019-06-201-26/+26
| | | | |
* | | | | Merge branch 'link_to_issue_statistics_api_endpoint_in_docs' into 'master'Achilleas Pipinellis2019-06-201-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Link issue statistics api endpoint in the docs See merge request gitlab-org/gitlab-ce!29855
| * | | | | Link issue statistics api endpoint in the docslink_to_issue_statistics_api_endpoint_in_docsAlexandru Croitor2019-06-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Adds the missing link to issues_statistics api endpoint
* | | | | | Update Docs for Container Registry API Delete EndpointsJason Goodman2019-06-201-0/+5
| | | | | |
* | | | | | Add version text and edit sectionEvan Read2019-06-201-4/+14
| | | | | |
* | | | | | Edit new Zoom call link contentEvan Read2019-06-201-2/+9
| | | | | |
* | | | | | Document the workaround for issues after registry restoreDJ Mountney2019-06-201-0/+31
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restoring the registry ends up using the wrong file permissions, breaking the registry. Document the workaround while we look at improvements.
* | | | | Updating CE repo to include new EE users API changesMichael Leopard2019-06-191-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Updated users API documentation Moved API level changes to the service level
* | | | | Merge branch 'docs-gitaly-without-nfs' into 'master'Mike Lewis2019-06-191-0/+18
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update gitaly docs to enumerate how to eliminate NFS altogether See merge request gitlab-org/gitlab-ce!29812
| * | | | | Minor edits to Eliminating NFS sectionMike Lewis2019-06-191-9/+9
| | | | | |
| * | | | | Prefer cd path over ee path in docs linksdocs-gitaly-without-nfsDiana Stanley2019-06-181-5/+5
| | | | | |
| * | | | | Modify to conform to style guideDiana Stanley2019-06-181-5/+5
| | | | | |
| * | | | | Update gitaly docs to enumerate how to eliminate NFS altogetherDiana Stanley2019-06-181-0/+18
| | | | | |
* | | | | | Merge branch '52442-minimal-remove-mysql-support' into 'master'Robert Speicher2019-06-1916-461/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only support postgresql (minimal version) See merge request gitlab-org/gitlab-ce!29790
| * | | | | | Update the docs to reflect lack of MySQL support52442-minimal-remove-mysql-supportNick Thomas2019-06-1916-461/+21
| | |/ / / / | |/| | | | | | | | | | | | | | | | Now MySQL is no longer supported, we need to change the docs
* | | | | | Fix typo in doc/user/project/pipelines/settings.mdStan Hu2019-06-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Change automaticallyl -> automatically
* | | | | | Backport EE MRWalmyr Lima2019-06-191-2/+2
|/ / / / / | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14280
* | | | | Merge branch 'docs/12-0-upgrade-correction' into 'master'Marin Jankovski2019-06-191-8/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Correct upgrade guides for 12.0 See merge request gitlab-org/gitlab-ce!29846
| * | | | | Correct upgrade guides for 12.0Yorick Peterse2019-06-191-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's fine to upgrade from 11.11.x to 12.x, so we remove the requirement to first upgrade to 12.0.x.
* | | | | | Update file locking docsAchilleas Pipinellis2019-06-196-42/+41
|/ / / / / | | | | | | | | | | | | | | | | | | | | - Remove outdated 'introduced in' section - Update/remove images
* | | | | Merge branch 'docs/12-0-upgrade' into 'master'Achilleas Pipinellis2019-06-191-0/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Added source upgrade guides for 12.0.0 See merge request gitlab-org/gitlab-ce!29795
| * | | | | Added source upgrade guides for 12.0.0docs/12-0-upgradeYorick Peterse2019-06-181-0/+21
| | | | | |
* | | | | | Document Usage Quotas group settings pageAlessio Caiazza2019-06-194-4/+10
| | | | | |
* | | | | | Merge branch 'link_zoom_call_issue-docs' into 'master'Achilleas Pipinellis2019-06-192-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add zoom call section in issue data page See merge request gitlab-org/gitlab-ce!29815
| * | | | | | Add zoom call section in issue data pagelink_zoom_call_issue-docsSeth Engelhard2019-06-182-0/+6
| | |/ / / / | |/| | | |
* | | | | | Crosslink Mattermost integrations, simplify components listJoshua Lambert2019-06-193-1/+8
| | | | | |