summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Some code and doc improvementsglobal-milestonesDmitriy Zaporozhets2015-11-161-4/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add milestones documentation to workflowDmitriy Zaporozhets2015-11-164-0/+14
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-166-74/+127
|\
| * Improve english textreleases-featureDmitriy Zaporozhets2015-11-162-7/+7
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add API docs and correctly expose release apiDmitriy Zaporozhets2015-11-121-0/+31
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Move git tags API to separate fileDmitriy Zaporozhets2015-11-122-74/+75
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Add release notes documentationDmitriy Zaporozhets2015-11-124-0/+21
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Expose CI enable option in project featuresKamil Trzcinski2015-11-131-0/+6
| | | | | | | | - Enable CI by default for all new projects
* | Merge pull request #9757 from yms9654/diff-optionStan Hu2015-11-134-0/+12
|\ \ | | | | | | Add ignore white space option in merge request diff
| * | Add ignore white space option in merge request diffMinsik Yoon2015-11-134-0/+12
| |/ | | | | | | | | | | fix this issue(https://gitlab.com/gitlab-org/gitlab-ce/issues/1393). Add ignore whitespace optoin to Commits Compare view
* | Merge remote-tracking branch 'gitlab/master' into omniauth-doc-fixJon Cairns2015-11-1219-109/+322
|\ \ | |/
| * Merge branch 'caches' into 'master' Kamil Trzciński2015-11-121-0/+66
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow to define cache in `.gitlab-ci.yml` This extends `.gitlab-ci.yml` syntax to allow specifying caching files and directories between builds, making it easy to preserve ex. gems. ``` cache: paths: - .bundle - vendor/ before_script: - bundle install --path vendor/ rspec: script: - bundle exec rspec ``` This is based on Build Artifacts changes. /cc@dzaporozhets See merge request !1786
| | * Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-0/+66
| | |
| * | Merge branch 'artifacts' into 'master' Kamil Trzciński2015-11-113-1/+35
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Build Artifacts This implements #3028 1. It stores artifacts in shared/artifacts, 1. It adds `artifacts` to `.gitlab-ci.yml`, 1. We use GitLab Workhorse to offload artifacts uploading, 1. To download artifacts it uses GitLab Workhorse X-Sendfile extension, 1. There's one "artifact" per-build. The new upload removes previous one and creates a new one, 1. Default max artifact size is set to 100MB - this can be changed in settings. Missing things: 1. Support for `.gitlab-ci.yml`: `artifacts: true or git-ls-files` which will upload all non tracked files, 1. Artifacts passing between builds. GitLab Workhorse changes: https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/5 GitLab Runner changes: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/46 Syntax: ``` artifacts: untracked: true # default: false paths: # default: empty - bin/files ``` See merge request !1584
| | * Final fixesKamil Trzcinski2015-11-101-1/+1
| | |
| | * Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski2015-11-101-2/+0
| | |
| | * Change artifacts syntax to allow uploading untracked filesKamil Trzcinski2015-11-101-3/+18
| | |
| | * Implement Build ArtifactsKamil Trzcinski2015-11-103-1/+22
| | | | | | | | | | | | | | | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
| * | Merge branch 'add-allow-failure-status' into 'master' Stan Hu2015-11-101-2/+4
| |\ \ | | |/ | |/| | | | | | | | | | | | | Add allow_failure field to commit status API Closes #3196 See merge request !1685
| | * Add allow_failure field to commit status APIStan Hu2015-11-031-2/+4
| | | | | | | | | | | | Closes #3196
| * | Merge branch 'master' into 'master' Achilleas Pipinellis2015-11-101-0/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change documentation of converting a MySQL-Database to a Postgres one The instructions were missleading. See -> https://gitlab.com/gitlab-org/gitlab-ce/issues/2904 closes #2904 See merge request !1549
| | * | Changed documentation of converting a MySQL-Database with Gitlab to a ↵Tim Jabs2015-11-041-0/+4
| | | | | | | | | | | | | | | | Postgresdatatabase. The instructions were missleading. See -> https://gitlab.com/gitlab-org/gitlab-ce/issues/2904
| * | | Update monthly release issue templateRobert Speicher2015-11-091-35/+51
| | | | | | | | | | | | | | | | [ci skip]
| * | | Updated profiling guides for SherlockYorick Peterse2015-11-091-37/+8
| | | |
| * | | Merge pull request #9807 from SkySymbol/fix_line_orderRobert Schilling2015-11-061-1/+1
| |\ \ \ | | | | | | | | | | fix line order in installation docs
| | * | | It makes more sense like thisVincent Lequertier2015-11-041-1/+1
| | | | |
| * | | | Add CI permissions and api links to README [ci skip]Achilleas Pipinellis2015-11-051-0/+2
| | | | |
| * | | | Remove duplicate documentation linksAchilleas Pipinellis2015-11-051-16/+11
| | | | |
| * | | | Merge pull request #9805 from mutec/patch-1Robert Schilling2015-11-041-1/+1
| |\ \ \ \ | | | | | | | | | | | | fixed typo in installation manual
| | * | | | Update installation.mdmutec2015-11-041-1/+1
| | |/ / /
| * | | | Merge branch 'facebook-auth' into 'master' Robert Speicher2015-11-045-1/+99
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Add Facebook authentication See merge request !1740
| | * | | Minor reformatting for Facebook integration docfacebook-authRobert Speicher2015-11-031-13/+14
| | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | Add Facebook authenticationDouwe Maan2015-11-035-1/+98
| | | |/ | | |/|
| * | | Update Shell Commands doc for configurable git binary pathRobert Speicher2015-11-031-5/+15
| |/ /
| * | Merge branch 'web_hook_repo_changes'Valery Sizov2015-11-031-1/+4
| |\ \
| | * | Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-031-1/+4
| | | |
| * | | Merge branch 'only-syntax' into 'master' Kamil Trzciński2015-11-031-1/+13
| |\ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend yml syntax for only and except to support specifying repository path This allows to limit execution of jobs to specific repository. For example: ```yaml job: only: - branches@gitlab-org/gitlab-ce except: - master@gitlab-org/gitlab-ce ``` The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master. @dzaporozhets @JobV @vsizov Please review. See merge request !1720
| | * | SpellingKamil Trzcinski2015-11-021-1/+1
| | | |
| | * | Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-1/+13
| | | |
| * | | Update links in CI docs after GitLab 8.1Takuya Noguchi2015-11-034-8/+8
| | | |
* | | | Add missing "omniauth" prefix to option in docs [ci skip]Jon Cairns2015-11-121-1/+1
|/ / / | | | | | | | | | | | | Changes block_auto_created_users to omniauth_block_auto_created_users, otherwise the option is ignored. Fixes #3319.
* | | Merge branch 'api_file_touched_at' into 'master' Dmitriy Zaporozhets2015-11-021-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add ability to fetch the commit ID of the last commit that actually touched a file https://dev.gitlab.org/gitlab/gitlabhq/issues/2564 See merge request !1718
| * | | Add ability to fetch the commit ID of the last commit that actually touched ↵api_file_touched_atValery Sizov2015-11-021-1/+2
| |/ / | | | | | | | | | a file
* | | Merge pull request #9794 from arnaud-zg/masterRobert Schilling2015-11-021-0/+4
|\ \ \ | |/ / |/| | Go to gitlab installation folder before initialize database
| * | Go to gitlab installation folder before initialize databasezheng_b2015-11-021-0/+4
| | |
* | | Merge branch 'doc-Gitlab-2-GitLab' into 'master' Achilleas Pipinellis2015-11-017-22/+21
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Gilab -> GitLab Replace `Gitlab` with `GitLab` See merge request !1715
| * | | Gilab -> GitLabRobert Schilling2015-10-317-22/+21
| | | |
* | | | Merge branch 'fix-doc-typo' into 'master' Achilleas Pipinellis2015-11-011-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix typo in rake task doc See merge request !1713
| * | | Fix typo in rake task docRobert Schilling2015-10-311-1/+1
| | | |
* | | | Merge branch 'fix-deadlink-in-docs-ci-examples' into 'master' Achilleas Pipinellis2015-10-311-3/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Fix deadlink in docs for ci/examples Just fix a deadlink in docs for ci/examples. See merge request !1710