summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fixes typos and adds mutations examples44427-state-management-with-vuexFilipa Lacerda2018-03-222-19/+117
|
* Improve state management documentationFilipa Lacerda2018-03-222-248/+275
|
* Merge branch 'docs/clarify-mail-room-procfile-location' into 'master'Sean McGivern2018-03-211-8/+2
|\ | | | | | | | | Clarify location of Procfile for mail_room See merge request gitlab-org/gitlab-ce!17896
| * Launch mail_room manually and remove foreman referenceEric Eastwood2018-03-211-8/+2
| |
* | Merge branch 'ab-43887-concurrent-migration-helpers' into 'master'Yorick Peterse2018-03-211-1/+4
|\ \ | | | | | | | | | | | | | | | | | | Convenient use of concurrent migration helpers Closes #43887 See merge request gitlab-org/gitlab-ce!17888
| * | Shortcut concurrent index creation/removal if no effect.Andreas Brandl2018-03-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Index creation does not have an effect if the index is present already. Index removal does not have an affect if the index is not present. This helps to avoid patterns like this in migrations: ``` if index_exists?(...) remove_concurrent_index(...) end ```
* | | Merge branch 'docs-fe-monitoring' into 'master'Clement Ho2018-03-201-1/+14
|\ \ \ | |/ / |/| | | | | | | | Add performance monitoring docs for the new FE guide See merge request gitlab-org/gitlab-ce!17809
| * | Added monitoring docsJose Ivan Vargas2018-03-201-1/+14
| | |
* | | Merge branch 'jramsay-maintainers-can-edit-docs' into 'master'Marcia Ramos2018-03-201-4/+9
|\ \ \ | | | | | | | | | | | | | | | | Update merge request maintainer access docs See merge request gitlab-org/gitlab-ce!17864
| * | | Update merge request maintainer access docsJames Ramsay2018-03-201-4/+9
| | | |
* | | | Merge branch 'update-cloud-native-chart-docs' into 'master'Marcia Ramos2018-03-201-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update cloud native Helm chart docs for alpha See merge request gitlab-org/gitlab-ce!17875
| * | | | Update cloud native charts docsupdate-cloud-native-chart-docsJoshua Lambert2018-03-201-2/+2
| | |_|/ | |/| |
* | | | Merge branch '44232-docs-for-runner-ip-address' into 'master'5158-metrics-alerting-ceKamil Trzciński2018-03-203-0/+33
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Resolve "Add documentation for "Display IP Address Of Runner On Runner Page"" Closes #44232 See merge request gitlab-org/gitlab-ce!17837
| * | | Add documentation for runner IP address (#44232)44232-docs-for-runner-ip-addressDylan Griffith2018-03-193-0/+33
| | |/ | |/|
* | | Merge branch 'ajax-requests-in-performance-bar' into 'master'Robert Speicher2018-03-191-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Show Ajax requests in performance bar Closes #43925 See merge request gitlab-org/gitlab-ce!17742
| * | | Show Ajax requests in performance barSean McGivern2018-03-191-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But first, rewrite the performance bar in Vue: 1. Remove the peek-host gem and replace it with existing code. This also allows us to include the host in the JSON response, rather than in the page HTML. 2. Leave the line profiler parts as here-be-dragons: nicer would be a separate endpoint for these, so we could use them on Ajax requests too. 3. The performance bar is too fiddly to rewrite right now, so apply the same logic to that. Then, add features! All requests made through Axios are able to be tracked. To keep a lid on memory usage, only the first two requests for a given URL are tracked, though. Each request that's tracked has the same data as the initial page load, with the exception of the performance bar and the line profiler, as explained above.
* | | | Merge branch 'api-delimiter' into 'master'Robert Speicher2018-03-191-13/+13
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Optional '/-/' delimiter for search API See merge request gitlab-org/gitlab-ce!17750
| * | | | Optional '/-/' delimiter for search APIJan Provaznik2018-03-191-13/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '/-/' delimiter is used only in UI, in API we don't use it for other endpoints. To align search endpoints with the rest of API endpoints, this patch makes '/-/' optional for existing endpoints (to keep backward compatibility). Documentation is updated to prefer paths without '/-/'.
* | | | Merge branch 'jl-add-custom-metrics-docs' into 'master'Marcia Ramos2018-03-191-13/+17
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Improvements for prometheus metrics documentation See merge request gitlab-org/gitlab-ce!17838
| * | | Minor updatesjl-add-custom-metrics-docsJoshua Lambert2018-03-181-13/+17
| |/ /
* | | Merge branch '44330-docs-for-ingress-ip' into 'master'Achilleas Pipinellis2018-03-191-0/+29
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Resolve "Add documentation for "Display ingress IP address in the Kubernetes page"" Closes #44330, #42761, and #43526 See merge request gitlab-org/gitlab-ce!17836
| * | Document static IP and DNS configuration for KubernetesAchilleas Pipinellis2018-03-191-7/+23
| | |
| * | Add documentation for displayed K8s Ingress IP address (#44330)44330-docs-for-ingress-ipDylan Griffith2018-03-191-0/+13
| |/
* | Added Video explaining Cloud native GitLab Chartabuango-cloud-nativeAbubakar Ango2018-03-191-1/+1
| |
* | Rename `package-qa` in docsToon Claes2018-03-191-1/+1
| | | | | | | | | | | | In gitlab-org/gitlab-ce!17807 the `package-qa` job was renamed to `package-and-qa`. But it was not renamed in the docs. So this change fixes that.
* | Merge branch 'update-gitlab-ci-yml-services-docs' into 'master'Achilleas Pipinellis2018-03-191-1/+62
|\ \ | |/ |/| | | | | | | | | Update CI services documnetation Closes gitlab-runner#3095 See merge request gitlab-org/gitlab-ce!17749
| * Copyedit CI services docsAchilleas Pipinellis2018-03-191-56/+33
| |
| * Update CI services documnetationTomasz Maczukin2018-03-141-0/+84
| |
* | Merge branch 'opnshift-docs-patch' into 'master'Marcia Ramos2018-03-161-1/+10
|\ \ | | | | | | | | | | | | OpenShift install docs: Recommend "add-scc-to-user" over "edit scc" See merge request gitlab-org/gitlab-ce!17787
| * | OpenShift install docs: Recommend "add-scc-to-user" over "edit scc"Joe Mullally2018-03-161-1/+10
| | |
* | | Add Jupyter Notebook docsJames Ramsay2018-03-162-0/+18
| | |
* | | Merge branch ↵Grzegorz Bizon2018-03-161-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '41902-add-api-option-to-overwrite-project-description-on-project-export' into 'master' Resolve "Extend API for exporting a project with option to overwrite project description" Closes #41902 and #34936 See merge request gitlab-org/gitlab-ce!17744
| * | | Adds the option to override project description on export via APITiago Botelho2018-03-161-1/+2
| | | | | | | | | | | | | | | | and fixes the project description not being imported
* | | | Docs: refactor doc general guidelines and style guidelinesMarcia Ramos2018-03-162-296/+316
| | | |
* | | | Merge branch 'docs-update_code_quality_example' into 'master'Achilleas Pipinellis2018-03-161-7/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update Code Quality example documentation See merge request gitlab-org/gitlab-ce!17788
| * | | | Update Code Quality example documentationdocs-update_code_quality_exampleOlivier Gonzalez2018-03-161-7/+15
| | | | |
* | | | | Merge branch 'docs-44273-fix-ce-install-link' into 'master'Achilleas Pipinellis2018-03-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CE install link for downgrade docs Closes #44273 See merge request gitlab-org/gitlab-ce!17757
| * | | | | Fix CE install link for downgrade docsMark Fletcher2018-03-141-1/+1
| | |_|_|/ | |/| | |
* | | | | Add version available info to integrity check rake task docsBalasankar "Balu" C2018-03-161-3/+3
| |_|/ / |/| | |
* | | | Merge branch 'docs-ee-5017-rename_sast_container_to_container_scanning' into ↵Achilleas Pipinellis2018-03-164-60/+64
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | 'master' Rename SAST for Docker to Container Scanning in documentation See merge request gitlab-org/gitlab-ce!17769
| * | | Rename SAST for Docker to Container Scanning in documentation. Refs ↵docs-ee-5017-rename_sast_container_to_container_scanningOlivier Gonzalez2018-03-154-60/+64
| |/ / | | | | | | | | | gitlab-org/gitlab-ee#5017
* | | Rename style to style guide in new frontend guideClement Ho2018-03-152-2/+2
| |/ |/|
* | Merge branch 'adamco/gitlab-ce-move-issue-command' into 'master'Grzegorz Bizon2018-03-151-1/+2
|\ \ | | | | | | | | | | | | Add slash command for moving an issue See merge request gitlab-org/gitlab-ce!17691
| * | Add slash command for moving an issueSean McGivern2018-03-151-1/+2
| |/ | | | | | | Carried over from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/8857
* | Add HTML style guideClement Ho2018-03-151-1/+51
| |
* | Add frontend guide principlesClement Ho2018-03-151-1/+33
| |
* | Merge branch 'patch-28' into 'master'Grzegorz Bizon2018-03-151-4/+4
|\ \ | | | | | | | | | | | | Update README.md See merge request gitlab-org/gitlab-ce!17344
| * | Update README.mdJohn Burak2018-02-271-2/+2
| | |
| * | Update README.mdJohn Burak2018-02-271-4/+4
| | |
| * | Update README.mdJohn Burak2018-02-261-1/+1
| | |