summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix docs on artifacts APIAchilleas Pipinellis2016-02-201-11/+6
| | | | | | | | - Backticks in parameters - Remove headings - Fix curl URL link [ci skip]
* Merge branch 'builds-artifacts-API' into 'master' Kamil Trzciński2016-02-191-0/+39
|\ | | | | | | | | | | | | | | | | Introduce API for serving the artifacts archive Add API to download build artifacts archive in context of GitLab API /cc @DouweM @grzesiek See merge request !2893
| * Fix documentationbuilds-artifacts-APIKamil Trzcinski2016-02-191-2/+2
| |
| * Fix APIKamil Trzcinski2016-02-191-2/+2
| |
| * Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-191-0/+39
| |
* | Merge branch 'doc/add-build-email-service' into 'master' Achilleas Pipinellis2016-02-194-4/+29
|\ \ | | | | | | | | | | | | | | | | | | Add documentation about build emails service Closes #12497 See merge request !2871
| * | Move builds emails service to its own documentAchilleas Pipinellis2016-02-194-16/+25
| | | | | | | | | | | | [ci skip]
| * | Add documentation about build emails servicedoc/add-build-email-serviceGrzegorz Bizon2016-02-181-0/+16
| | | | | | | | | | | | Closes #12497
* | | Merge branch 'gitlab-ce-fix/revert-ruby-2.2' into 'master' Robert Speicher2016-02-194-7/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert back to ruby 2.1 - - - Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514 This also updates Ruby 2.1.7 to 2.1.8 See merge request !2898
| * | | revert back to ruby 2.1 - use 2.1.8James Lopez2016-02-192-4/+4
| | | |
| * | | revert back to ruby 2.1James Lopez2016-02-194-7/+7
| | | |
* | | | Refactor and conform to styleguideAchilleas Pipinellis2016-02-191-14/+42
| | | | | | | | | | | | | | | | [ci skip]
* | | | Rename image names to conform with styleguideAchilleas Pipinellis2016-02-195-4/+4
| | | |
* | | | Add revert changes doc to workflow READMEAchilleas Pipinellis2016-02-191-0/+1
| | | |
* | | | Move images to img/ directoryAchilleas Pipinellis2016-02-195-4/+4
| | | |
* | | | Add documentation for revert changes feature.Rubén Dávila2016-02-195-0/+36
| |_|/ |/| |
* | | Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-5/+5
| | | | | | | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042
* | | Add API documentation for build erase endpointGrzegorz Bizon2016-02-191-0/+50
|/ /
* | Change `last_contact` to `contacted_at`Tomasz Maczukin2016-02-191-2/+2
| |
* | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin2016-02-191-0/+4
| |
* | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵Tomasz Maczukin2016-02-191-4/+4
| | | | | | | | in `RunnerProjectDetails`
* | Update docummentation - specific runner enablingTomasz Maczukin2016-02-191-2/+2
| | | | | | | | [ci skip]
* | Modify and fix output of delete and update of a runnerTomasz Maczukin2016-02-191-6/+8
| |
* | GET /runners is for specific runners onlyAchilleas Pipinellis2016-02-191-3/+3
| | | | | | | | [ci skip]
* | Add token to runner details output in APITomasz Maczukin2016-02-191-0/+1
| |
* | More fixes in runners docAchilleas Pipinellis2016-02-191-8/+13
| | | | | | | | [ci skip]
* | Correct PRIVATE-TOKEN to use dash instead of underscoreAchilleas Pipinellis2016-02-191-8/+8
| |
* | Note that `ci/api/runners.rb` is still usedAchilleas Pipinellis2016-02-191-2/+3
| | | | | | | | [ci skip]
* | Add associated project info to runner details outputTomasz Maczukin2016-02-191-0/+7
| |
* | Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-2/+53
| |
* | Add some fixes in runners API documentationTomasz Maczukin2016-02-191-4/+4
| |
* | Add `Example response` above each json outputAchilleas Pipinellis2016-02-191-7/+21
| | | | | | | | [ci skip]
* | Add note of deprecation in old Runners CI APIAchilleas Pipinellis2016-02-191-1/+4
| |
* | Add runners API documentation [ci-skip]Tomasz Maczukin2016-02-192-0/+235
| |
* | Merge branch 'web_editor' into 'master' Achilleas Pipinellis2016-02-1917-16/+110
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Update web editor documentation Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 Closes #4262 See merge request !2776
| * | Update web editor documentationweb_editorAchilleas Pipinellis2016-02-1017-16/+110
| | | | | | | | | | | | | | | Based on https://gitlab.com/gitlab-com/www-gitlab-com/merge_requests/1045 [ci skip]
* | | No changes to nginx config in this update. Removed unnecessary instructions.Brandon Patton2016-02-181-21/+0
| |/ |/|
* | Merge branch 'patch-1' into 'master' Kamil Trzciński2016-02-181-2/+24
|\ \ | | | | | | | | | | | | | | | | | | Add example of creating build artifacts only for release tags. See merge request !2649
| * | Grammar cleanup in yaml/README.mdMart Somermaa2016-02-031-2/+2
| | |
| * | Add example of creating build artifacts only for release tags.Mart Sõmermaa2016-02-031-0/+22
| | |
* | | Merge branch 're-add-missing-part-in-update-doc' into 'master' Rémy Coutable2016-02-181-0/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-add section about NGINX config and init script updates in 8.4->8.5 update doc These sections were removed by !2766 but: - even if the NGINX config wasn't modified, it might be in future updates so it's better to always have it instead of having to remember to add it depending on the changes - the init script update section must be there since it's a safe command line that should be run on every update This fixes https://github.com/gitlabhq/gitlabhq/issues/10031. /cc @rspeicher @yorickpeterse See merge request !2815
| * | | Re-add section about NGINX config and init script updates in 8.4->8.5 update docre-add-missing-part-in-update-docRémy Coutable2016-02-151-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These sections were removed but: - even if the NGINX config wasn't modified, it might be in future updates so it's better to always have it instead of having to remember to add it depending on the changes - the init script update section must be there since it's a safe command line that should be run on every update [ci skip]
* | | | Merge branch 'git-archive-refactor' into 'master' Douwe Maan2016-02-171-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor 'git archive' hand-off to gitlab-workhorse We have a nicer way now to hand off HTTP responses to gitlab-workhorse. Companion MR: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/36 See merge request !2675
| * | | | Use gitlab-workhorse 0.6.5Jacob Vosmaer2016-02-171-1/+1
| | | | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceRémy Coutable2016-02-177-68/+278
|\ \ \ \ \ | |/ / / /
| * | | | fix table in doc/ci/variables/README.mdRichard Hansen2016-02-161-1/+1
| | | | |
| * | | | Merge branch 'redis_installation' into 'master' Achilleas Pipinellis2016-02-162-15/+70
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Redis installation guide See merge request !2839
| | * | | | Fix Redis installation guideAchilleas Pipinellis2016-02-162-15/+70
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Merge branch 'bugagazavr/gitlab-ce-extend-hooks' into 'master' Douwe Maan2016-02-161-44/+196
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new data to project in push, issue, merge-request and note webhooks data _Originally opened at !2738 by @bugagazavr._ - - - **What does this MR do?** Adds more data to hooks, makes repository data in all hook more dry ( use one hook_attrs method for repository data in all hooks ) **Are there points in the code the reviewer needs to double check?** 1. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/app/models/project.rb#L738 2. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/app/models/concerns/issuable.rb#L132 3. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/lib/gitlab/push_data_builder.rb#L52 4. https://gitlab.com/bugagazavr/gitlab-ce/blob/extend-hooks/lib/gitlab/note_data_builder.rb#L56 **Why was this MR needed?** More information about user for push events, and more data about repositiry ( project ) **What are the relevant issue numbers?** No **Screenshots (if relevant)** No See merge request !2788
| | * | | | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-111-44/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add `avatar_url`, `description`, `git_ssh_url`, `git_http_url`, `path_with_namespace` and `default_branch` in `project` in push, issue, merge-request and note webhooks data - Deprecate the `ssh_url` in favor of `git_ssh_url` and `http_url` in favor of `git_http_url` in `project` for push, issue, merge-request and note webhooks data - Deprecate the `repository` key in push, issue, merge-request and note webhooks data, use `project` instead