Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '40770-doc-elasticsearch' into 'master' | Rémy Coutable | 2017-12-04 | 2 | -2/+2 |
|\ | | | | | | | | | | | | | Fix typo in Elasticsearch Closes #40770 See merge request gitlab-org/gitlab-ce!15699 | ||||
| * | Fix typo in docs about Elasticsearch | Takuya Noguchi | 2017-12-03 | 2 | -2/+2 |
| | | |||||
* | | Merge branch 'docs/mermaid-gl-version' into 'master' | Achilleas Pipinellis | 2017-12-04 | 1 | -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-version | Achilleas Pipinellis | 2017-12-01 | 1 | -8/+11 |
| | | | |||||
* | | | Add underline hover state to all links | Annabel Dunstone Gray | 2017-12-04 | 1 | -6/+0 |
| |/ |/| | |||||
* | | Documentation bug fixes: Added procedure to disable built-in Issues. | Koichiro Mikami | 2017-12-01 | 2 | -13/+16 |
|/ | |||||
* | Merge branch 'patch-29' into 'master' | Sean McGivern | 2017-11-30 | 1 | -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 Library | Abubakar Ango | 2017-11-28 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'patch-1' into 'master' | Rémy Coutable | 2017-11-30 | 1 | -0/+3 |
|\ \ | | | | | | | | | | | | | Update installation.md with receive.advertisePushOptions See merge request gitlab-org/gitlab-ce!14430 | ||||
| * | | Update installation.md with receive.advertisePushOptions | Jonathon Reinhart | 2017-09-22 | 1 | -0/+3 |
| | | | | | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/issues/33061#note_37473342 | ||||
* | | | support ordering of project notes in notes api | haseeb | 2017-11-29 | 1 | -12/+21 |
| | | | |||||
* | | | Merge branch 'docs-what-requires-downtime-link' into 'master' | Robert Speicher | 2017-11-29 | 1 | -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-link | digitalMoksha | 2017-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (to be consistent) | ||||
* | | | | Merge branch 'remove-mr-diff-serialised-columns' into 'master' | Yorick Peterse | 2017-11-29 | 3 | -4/+3 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | Remove serialised diff and commit columns Closes #39533 See merge request gitlab-org/gitlab-ce!15582 | ||||
| * | | | Remove serialised diff and commit columns | Sean McGivern | 2017-11-28 | 2 | -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 templates | Sean McGivern | 2017-11-28 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Sidekiq has to be running too. | ||||
* | | | Merge branch 'be-wary-of-typos' into 'master' | Stan Hu | 2017-11-28 | 1 | -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-typos | Greg Stark | 2017-11-28 | 1 | -1/+1 |
| |/ / | | | | | | | | | | meant | ||||
* | | | Merge branch ↵ | Kamil Trzciński | 2017-11-28 | 2 | -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 pipeline | Eric Eastwood | 2017-11-28 | 2 | -1/+5 |
| | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962 | ||||
* | | | Merge branch 'hashed-storage-attachments-migration-path' into 'master' | Nick Thomas | 2017-11-28 | 1 | -13/+84 |
|\ \ \ | | | | | | | | | | | | | | | | | Hashed storage attachments migration path See merge request gitlab-org/gitlab-ce!15352 | ||||
| * | | | Changelog and Documentation for storage migration of project attachments | Gabriel Mazetto | 2017-11-23 | 1 | -13/+84 |
| | | | | |||||
* | | | | Merge branch 'tm/feature/list-runners-jobs-api' into 'master' | Kamil Trzciński | 2017-11-28 | 1 | -0/+85 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new API endpoint - list jobs of a specified runner Closes #39699 See merge request gitlab-org/gitlab-ce!15432 | ||||
| * | | | | Update documentation | Tomasz Maczukin | 2017-11-28 | 1 | -11/+36 |
| | | | | | |||||
| * | | | | Add information about project | Tomasz Maczukin | 2017-11-28 | 1 | -0/+9 |
| | | | | | |||||
| * | | | | Add new API endpoint - list jobs of a specified runner | Tomasz Maczukin | 2017-11-28 | 1 | -0/+51 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'tm/feature/namespace-by-id-api' into 'master' | Kamil Trzciński | 2017-11-28 | 1 | -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 path | Tomasz Maczukin | 2017-11-23 | 1 | -1/+21 |
| | | | | |||||
| * | | | Add new API endpoint - get a namespace by ID | Tomasz Maczukin | 2017-11-23 | 1 | -0/+32 |
| | | | | |||||
* | | | | Merge branch 'patch-29' into 'master' | Rémy Coutable | 2017-11-27 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add in the Oxford comma See merge request gitlab-org/gitlab-ce!15602 | ||||
| * | | | | Add in the Oxford comma | David Muckle | 2017-11-25 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | removed 'only once' from the docs | Christiaan Van den Poel | 2017-11-25 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch 'docs/runner-aws-spot-instances' into 'master' | Marcia Ramos | 2017-11-24 | 2 | -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 article | Achilleas Pipinellis | 2017-11-24 | 2 | -118/+142 |
| | | | | | |||||
| * | | | | Clarify usage of Runner limit and AWS tags | Achilleas Pipinellis | 2017-11-23 | 1 | -4/+6 |
| | | | | | |||||
| * | | | | Finish rest of the sections | Achilleas Pipinellis | 2017-11-23 | 1 | -56/+147 |
| | | | | | |||||
| * | | | | Finish all sections except docker.machine | Achilleas Pipinellis | 2017-11-23 | 1 | -14/+44 |
| | | | | | |||||
| * | | | | Add runners.cache section | Achilleas Pipinellis | 2017-11-23 | 1 | -72/+90 |
| | | | | | |||||
| * | | | | Add Runner registration info | Achilleas Pipinellis | 2017-11-23 | 1 | -5/+89 |
| | | | | | |||||
| * | | | | Clear up sections | Achilleas Pipinellis | 2017-11-23 | 1 | -20/+53 |
| | | | | | |||||
| * | | | | Add skeleton | Achilleas Pipinellis | 2017-11-23 | 2 | -1/+115 |
| | | | | | |||||
| * | | | | Add article on autoscaling GitLab Runner on AWS | Achilleas Pipinellis | 2017-11-23 | 1 | -0/+15 |
| |/ / / | |||||
* | | | | Merge branch 'jej/fix-protected-branch-validations-ce' into 'master' | Rémy Coutable | 2017-11-24 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | Fix ProtectedBranch access level validations See merge request gitlab-org/gitlab-ce!15586 | ||||
| * | | | Fix ProtectedBranch access level validations | James Edwards-Jones | 2017-11-24 | 1 | -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 entirely | Markus Koller | 2017-11-23 | 2 | -3/+10 |
| | | | | |||||
* | | | | Merge branch 'docs/cross-link-default-branch' into 'master' | Marcia Ramos | 2017-11-23 | 1 | -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-branch | Achilleas Pipinellis | 2017-11-22 | 1 | -2/+3 |
| | | | | | |||||
* | | | | | Fix the redirect location wording | Achilleas Pipinellis | 2017-11-23 | 9 | -13/+11 |
|/ / / / | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-com/gitlab-docs/issues/142 | ||||
* | | | | Merge branch 'docs-install-locale-compile' into 'master' | Rubén Dávila | 2017-11-22 | 1 | -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-compile | DJ Mountney | 2017-11-20 | 1 | -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. |