summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '40770-doc-elasticsearch' into 'master'Rémy Coutable2017-12-042-2/+2
|\ | | | | | | | | | | | | Fix typo in Elasticsearch Closes #40770 See merge request gitlab-org/gitlab-ce!15699
| * Fix typo in docs about ElasticsearchTakuya Noguchi2017-12-032-2/+2
| |
* | Merge branch 'docs/mermaid-gl-version' into 'master'Achilleas Pipinellis2017-12-041-8/+11
|\ \ | | | | | | | | | | | | Add version that the mermaid support was introduced See merge request gitlab-org/gitlab-ce!15688
| * | Add version mermaid support was introduceddocs/mermaid-gl-versionAchilleas Pipinellis2017-12-011-8/+11
| | |
* | | Add underline hover state to all linksAnnabel Dunstone Gray2017-12-041-6/+0
| |/ |/|
* | Documentation bug fixes: Added procedure to disable built-in Issues.Koichiro Mikami2017-12-012-13/+16
|/
* Merge branch 'patch-29' into 'master'Sean McGivern2017-11-301-1/+1
|\ | | | | | | | | Update google.md to reflect changes in the new Google APIs Library See merge request gitlab-org/gitlab-ce!15633
| * Update google.md to reflect changes in the new Google APIs LibraryAbubakar Ango2017-11-281-1/+1
| |
* | Merge branch 'patch-1' into 'master'Rémy Coutable2017-11-301-0/+3
|\ \ | | | | | | | | | | | | Update installation.md with receive.advertisePushOptions See merge request gitlab-org/gitlab-ce!14430
| * | Update installation.md with receive.advertisePushOptionsJonathon Reinhart2017-09-221-0/+3
| | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/33061#note_37473342
* | | support ordering of project notes in notes apihaseeb2017-11-291-12/+21
| | |
* | | Merge branch 'docs-what-requires-downtime-link' into 'master'Robert Speicher2017-11-291-1/+1
|\ \ \ | | | | | | | | | | | | | | | | fix link that was linking to `html` instead of `md` See merge request gitlab-org/gitlab-ce!15646
| * | | fix link that was linking to `html` instead of `md`docs-what-requires-downtime-linkdigitalMoksha2017-11-291-1/+1
| | | | | | | | | | | | | | | | (to be consistent)
* | | | Merge branch 'remove-mr-diff-serialised-columns' into 'master'Yorick Peterse2017-11-293-4/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582
| * | | Remove serialised diff and commit columnsSean McGivern2017-11-282-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The st_commits and st_diffs columns on merge_request_diffs historically held the YAML-serialised data for a merge request diff, in a variety of formats. Since 9.5, these have been migrated in the background to two new tables: merge_request_diff_commits and merge_request_diff_files. That has the advantage that we can actually query the data (for instance, to find out how many commits we've stored), and that it can't be in a variety of formats, but must match the new schema. This is the final step of that journey, where we drop those columns and remove all references to them. This is a breaking change to the importer, because we can no longer import diffs created in the old format, and we cannot guarantee the export will be in the new format unless it was generated after this commit.
| * | | Fix instructions for creating project templatesSean McGivern2017-11-281-1/+1
| | |/ | |/| | | | | | | Sidekiq has to be running too.
* | | Merge branch 'be-wary-of-typos' into 'master'Stan Hu2017-11-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | I am certainly weary of debugging sidekiq but I don't think that's what was meant See merge request gitlab-org/gitlab-ce!15635
| * | | I am certainly weary of debugging sidekiq but I don't think that's what was ↵be-wary-of-typosGreg Stark2017-11-281-1/+1
| |/ / | | | | | | | | | meant
* | | Merge branch ↵Kamil Trzciński2017-11-282-1/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | '38962-automatically-run-a-pipeline-when-auto-devops-is-turned-on-in-project-settings' into 'master' Add checkbox to automatically run a pipeline when Auto DevOps is turned on in project settings Closes #38962 See merge request gitlab-org/gitlab-ce!15380
| * | Add checkboxes to automatically run AutoDevops pipelineEric Eastwood2017-11-282-1/+5
| | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962
* | | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-281-13/+84
|\ \ \ | | | | | | | | | | | | | | | | Hashed storage attachments migration path See merge request gitlab-org/gitlab-ce!15352
| * | | Changelog and Documentation for storage migration of project attachmentsGabriel Mazetto2017-11-231-13/+84
| | | |
* | | | Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński2017-11-281-0/+85
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432
| * | | | Update documentationTomasz Maczukin2017-11-281-11/+36
| | | | |
| * | | | Add information about projectTomasz Maczukin2017-11-281-0/+9
| | | | |
| * | | | Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+51
| | |/ / | |/| |
* | | | Merge branch 'tm/feature/namespace-by-id-api' into 'master'Kamil Trzciński2017-11-281-0/+52
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442
| * | | Allow request namespace by ID or pathTomasz Maczukin2017-11-231-1/+21
| | | |
| * | | Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+32
| | | |
* | | | Merge branch 'patch-29' into 'master'Rémy Coutable2017-11-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add in the Oxford comma See merge request gitlab-org/gitlab-ce!15602
| * | | | Add in the Oxford commaDavid Muckle2017-11-251-1/+1
| | | | |
* | | | | removed 'only once' from the docsChristiaan Van den Poel2017-11-251-1/+1
|/ / / /
* | | | Merge branch 'docs/runner-aws-spot-instances' into 'master'Marcia Ramos2017-11-242-0/+411
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add article on autoscaling GitLab Runner on AWS Closes #39650 See merge request gitlab-org/gitlab-ce!15313
| * | | | Address feedback for AWS Runner autoscale articleAchilleas Pipinellis2017-11-242-118/+142
| | | | |
| * | | | Clarify usage of Runner limit and AWS tagsAchilleas Pipinellis2017-11-231-4/+6
| | | | |
| * | | | Finish rest of the sectionsAchilleas Pipinellis2017-11-231-56/+147
| | | | |
| * | | | Finish all sections except docker.machineAchilleas Pipinellis2017-11-231-14/+44
| | | | |
| * | | | Add runners.cache sectionAchilleas Pipinellis2017-11-231-72/+90
| | | | |
| * | | | Add Runner registration infoAchilleas Pipinellis2017-11-231-5/+89
| | | | |
| * | | | Clear up sectionsAchilleas Pipinellis2017-11-231-20/+53
| | | | |
| * | | | Add skeletonAchilleas Pipinellis2017-11-232-1/+115
| | | | |
| * | | | Add article on autoscaling GitLab Runner on AWSAchilleas Pipinellis2017-11-231-0/+15
| |/ / /
* | | | Merge branch 'jej/fix-protected-branch-validations-ce' into 'master'Rémy Coutable2017-11-241-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586
| * | | Fix ProtectedBranch access level validationsJames Edwards-Jones2017-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | Before an access_level was required in EE even when an it had been set for a user/group.
* | | | Allow password authentication to be disabled entirelyMarkus Koller2017-11-232-3/+10
| | | |
* | | | Merge branch 'docs/cross-link-default-branch' into 'master'Marcia Ramos2017-11-231-2/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cross link default branch docs to issue closing pattern docs Closes #40449 See merge request gitlab-org/gitlab-ce!15546
| * | | | Cross link default branch docs to issue closing pattern docsdocs/cross-link-default-branchAchilleas Pipinellis2017-11-221-2/+3
| | | | |
* | | | | Fix the redirect location wordingAchilleas Pipinellis2017-11-239-13/+11
|/ / / / | | | | | | | | | | | | Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/142
* | | | Merge branch 'docs-install-locale-compile' into 'master'Rubén Dávila2017-11-221-2/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Switch to using gettext:compile instead of gettext:pack in the install docs Closes #40360 See merge request gitlab-org/gitlab-ce!15501
| * | | Switch to using gettext:compile instead of gettext:pack in the installdocs-install-locale-compileDJ Mountney2017-11-201-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs This skips the step that updates the .pot files with changes in the codebase, which can take extra time, and isn't required during install.