summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* correct gitlab version that started requiring yarnadd-yarn-documentationMike Greiling2017-02-171-3/+4
|
* pluralize "this step"Mike Greiling2017-02-171-1/+1
|
* Merge branch 'master' into add-yarn-documentationMike Greiling2017-02-169-179/+292
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (73 commits) fix typo in node section move "Install node modules" step before "Migrate DB" within update process Renders pagination again for pipelines table update migration docs for 8.17 to include minimum node version Add CHANGELOG file Fix positioning of top scroll button add space between ci text and commit sha in Merge Request widget Do not use single quote in headings as it breaks docs.gitlab.com Fix broken test Update services templates docs Simplify Pages admin source docs Simplify Pages admin Omnibus docs Fix error in MR widget after /merge slash command Remove arrow icon from folders Create util to handle pagination transformation Wrap long Project and Group titles Changes after review Changes after review Rename storePagination to setPagination Transforms startTimeAgoLoops into a static method so we can reuse it instead of have 2 ...
| * Merge branch 'fix-8.17-upgrade-process' into 'master' Alfredo Sumaran2017-02-162-15/+45
| |\ | | | | | | | | | | | | | | | | | | Fix 8.17 upgrade documentation Closes #28021 See merge request !9285
| | * fix typo in node sectionfix-8.17-upgrade-processMike Greiling2017-02-161-1/+1
| | |
| | * update migration docs for 8.17 to include minimum node versionMike Greiling2017-02-162-15/+45
| | |
| * | Merge branch 'docs/pages-admin' into 'master' Achilleas Pipinellis2017-02-162-156/+248
| |\ \ | | | | | | | | | | | | | | | | Simplify GitLab Pages admin docs See merge request !9303
| | * | Simplify Pages admin source docsdocs/pages-adminAchilleas Pipinellis2017-02-161-91/+160
| | | | | | | | | | | | | | | | [ci skip]
| | * | Simplify Pages admin Omnibus docsAchilleas Pipinellis2017-02-161-65/+88
| | | | | | | | | | | | | | | | [ci skip]
| * | | Merge branch 'docs/broken-anchor-links' into 'master' Achilleas Pipinellis2017-02-161-4/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not use single quote in headings as it breaks docs.gitlab.com Closes #25539 See merge request !9307
| | * | | Do not use single quote in headings as it breaks docs.gitlab.comAchilleas Pipinellis2017-02-161-4/+4
| | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | Update services templates docsAchilleas Pipinellis2017-02-162-9/+10
| |/ / / | | | | | | | | | | | | [ci skip]
| * | | Clarify that stage is needed to stop environmentsAchilleas Pipinellis2017-02-162-1/+6
| |/ / | | | | | | | | | [ci skip]
| * | Merge branch 'docs/broken-link-uni' into 'master' Achilleas Pipinellis2017-02-161-1/+1
| |\ \ | | |/ | |/| | | | | | | Fix broken link in university docs See merge request !9295
| | * Fix broken link in university docsAchilleas Pipinellis2017-02-161-1/+1
| | | | | | | | | | | | [ci skip]
* | | revert changes to 8.17 update docs since yarn is now set for 9.0Mike Greiling2017-02-161-35/+8
| | |
* | | do not use --force command argument for yarnMike Greiling2017-02-162-2/+2
| | |
* | | add yarn command to install from source instructionsMike Greiling2017-02-161-0/+1
| | |
* | | update yarn commandMike Greiling2017-02-161-1/+1
| | |
* | | update rake command for assets compilationMike Greiling2017-02-151-1/+1
| | |
* | | update install from source directions to mention nodejs and yarn requirementsMike Greiling2017-02-151-6/+23
| | |
* | | update migration docs for 8.17 to include minimum node version and yarn ↵Mike Greiling2017-02-151-8/+35
|/ / | | | | | | installation
* | Clean up terms used for issues. Use New instead of Add.pedro-issue-terminologyPedro Moreira da Silva2017-02-155-36/+22
|/
* Merge branch 'docs/broken-links' into 'master' Achilleas Pipinellis2017-02-1543-114/+169
|\ | | | | | | | | Fix most of broken docs links See merge request !9275
| * Fix most of broken docs linksAchilleas Pipinellis2017-02-1543-114/+169
| | | | | | | | [ci skip]
* | Merge branch '26651-cannot-move-project-into-group' into 'master' 27950-ci-status-checkRémy Coutable2017-02-151-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Specify that only project owners can transfer a project Closes #26651 See merge request !9262
| * | Specify that only project owners can transfer a projectMark Fletcher2017-02-151-1/+1
| | | | | | | | | | | | [skip ci]
* | | Merge branch 'add-missing-api-entities' into 'master'Rémy Coutable2017-02-152-3/+25
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | Add missing api entities Closes #23895 See merge request !7138
| * | entities: use the RepoCommit entity for branch commitsBen Boeckel2017-02-142-3/+25
| | | | | | | | | | | | Fixes #23895.
* | | Rename builds to jobs in docsAchilleas Pipinellis2017-02-1563-773/+789
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'dz-nested-groups-improvements-3' into 'master' Dmitriy Zaporozhets2017-02-152-9/+23
|\ \ \ | | | | | | | | | | | | | | | | Nested groups improvements pt 3 See merge request !9227
| * \ \ Merge branch 'master' into 'dz-nested-groups-improvements-3'Dmitriy Zaporozhets2017-02-1414-241/+166
| |\ \ \ | | | | | | | | | | | | | | | # Conflicts: # doc/api/projects.md
| * | | | Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-9/+18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | Expose Namespace#full_path in namespaces APIDmitriy Zaporozhets2017-02-141-1/+8
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | Merge branch 'pass_coverage_value_to_commit_status_api' into 'master' Rémy Coutable2017-02-151-0/+2
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | Make it possible to pass coverage value to commit status API Closes #27807 See merge request !9214
| * | | Make it possible to pass coverage value to commit status APIwendy04022017-02-141-0/+2
| | |/ | |/|
* | | Merge branch '27755-pipeline-docs' into 'master' Achilleas Pipinellis2017-02-143-0/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document types of pipelines Closes #22631 See merge request !9008
| * | | Add image description27755-pipeline-docsMark Pundsack2017-02-101-1/+1
| | | |
| * | | Add image titlesMark Pundsack2017-02-061-2/+2
| | | |
| * | | Add development workflowsMark Pundsack2017-02-062-1/+17
| | | |
| * | | Update imageMark Pundsack2017-02-061-1/+1
| | | |
| * | | Add imageMark Pundsack2017-02-062-1/+5
| | | |
| * | | Document types of pipelinesMark Pundsack2017-02-061-0/+10
| | | |
* | | | Merge branch '19302-wiki-page-delete-does-not-trigger-the-webhook' into ↵Rémy Coutable2017-02-141-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Wiki page delete does not trigger the webhook" Closes #19302 See merge request !8198
| * | | | Execute web hooks for WikiPage delete operationMark Fletcher2017-02-141-1/+1
| | |_|/ | |/| | | | | | | | | | | | | | * Add a new DestroyService for Wiki Pages * Alter WikiPagesController to use the new service
* | | | Merge branch '23061-consolidate-project-lists' into 'master' Sean McGivern2017-02-143-185/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: consolidate project lists Closes #23061 See merge request !8962
| * | | | API: Consolidate /projects endpointToon Claes2017-02-143-185/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It consolidates these endpoints: - /projects - /projects/owned - /projects/visible - /projects/starred - /projects/all Into the /projects endpoint using query parameters.
* | | | | Merge branch '27656-doc-ci-enable-ci' into 'master' Achilleas Pipinellis2017-02-143-9/+9
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Update doc for enabling or disabling GitLab CI Closes #27656 See merge request !8965
| * | | | Update doc for enabling or disabling GitLab CITakuya Noguchi2017-02-053-9/+9
| | | | |
* | | | | Merge branch 'docs/database-info' into 'master' Achilleas Pipinellis2017-02-142-42/+52
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add MySQL info in install requirements See merge request !9230