summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Bump gitlab-shell to v2.6.6Artem V. Navrotskiy2015-10-221-1/+1
|
* Fixed linting error 'variables should be a map of key-valued strings'Sander Boom2015-10-211-1/+1
|
* Merge branch 'rs-8-1-update-guide-changes' into 'master'Robert Speicher2015-10-201-4/+34
| | | | | | | | | | | Update 8.0-to-8.1 update guide - User needs to update gitlab-git-http-server - User needs to update Nginx configuration [ci skip] See merge request !1625
* Simplify patch version updates (less steps)Benny Schimmer2015-10-201-3/+1
|
* Merge branch 'gghs-0.3.0' into 'master' Robert Speicher2015-10-161-1/+1
|\ | | | | | | | | Use gitlab-git-http-server 0.3.0 for GitLab 8.1 See merge request !1605
| * Use gitlab-git-http-server 0.3.0gghs-0.3.0Jacob Vosmaer2015-10-151-1/+1
| |
* | Merge branch 'gitlab-git-http-server-version' into 'master' Robert Speicher2015-10-162-0/+2
|\ \ | |/ | | | | | | | | | | | | | | Track compatible gitlab-git-http-server version The 'git archive' changes in GitLab 8.1 require a version of gitlab-git-http-server that is incompatible with GitLab 8.0, so we need to keep track of this now. See merge request !1603
| * Track compatible gitlab-git-http-server versiongitlab-git-http-server-versionJacob Vosmaer2015-10-152-0/+2
| |
* | Changed loose to loseAshley Hindle2015-10-161-1/+1
| |
* | Merge branch 'when-syntax' into 'master' Robert Speicher2015-10-161-1/+51
|\ \ | | | | | | | | | | | | Implement when syntax in .gitlab-ci.yml See merge request !1606
| * | Update CI YAML docswhen-syntaxRobert Speicher2015-10-151-4/+5
| | |
| * | Backticks around when typesKamil Trzcinski2015-10-151-1/+1
| | |
| * | Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-0/+49
| | |
* | | Remove 8.0-only steps from the 8.1 update guideRobert Speicher2015-10-151-89/+9
| | | | | | | | | | | | | | | | | | | | | | | | Also adds a preamble note that a working 8.0 installation (i.e., gitlab-git-http-server, updated Nginx/Apache configs) is required before proceeding. [ci skip]
* | | Remove notes about CI migration from 8.1 update guideRobert Speicher2015-10-151-10/+3
|/ / | | | | | | [ci skip]
* | Add 8.0-to-8.1 update guideRobert Speicher2015-10-151-0/+228
| |
* | Update Installation doc for 8-1-stableRobert Speicher2015-10-151-2/+2
| |
* | Added documentation on the various profiling toolsview-issue-performanceYorick Peterse2015-10-151-0/+56
| |
* | Merge branch 'incoming-email-config' into 'master' Robert Speicher2015-10-141-175/+124
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | Make Reply by email easier to configure Builds on !1566. Omnibus companion MR: gitlab-org/omnibus-gitlab!510 (cc @marin) See merge request !1580
| * | Make Reply by email easier to configureDouwe Maan2015-10-131-175/+124
| | |
* | | Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski2015-10-141-14/+24
| | |
* | | Merge branch 'mailroom-arbitration' into 'master' Robert Speicher2015-10-131-4/+30
|\ \ \ | |/ / | | | | | | | | | | | | | | | Enable arbitration in MailRoom Fixes #2870. See merge request !1566
| * | Remove warning about Reply by email and HAmailroom-arbitrationDouwe Maan2015-10-121-4/+0
| | |
| * | Enable arbitration in MailRoomDouwe Maan2015-10-111-0/+30
| | |
* | | Merge pull request #9723 from sue445/tweak_api_docStan Hu2015-10-131-0/+2
|\ \ \ | | | | | | | | Tweak api doc
| * | | [ci skip] Add missing parameters in API docsue4452015-10-141-0/+2
| | | |
* | | | Merge branch 'add-wip-to-mr-hook-attrs' into 'master' Stan Hu2015-10-131-2/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | merge_request: add work_in_progress to MR hooks See merge request !1443
| * | | merge_request: add work_in_progress to MR hooksBen Boeckel2015-10-081-2/+4
| | | |
* | | | Merge branch 'commit_status' into 'master' Kamil Trzciński2015-10-131-1/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement Commit Status API This is preliminary implementation of Commit Status API, pretty much compatible with GitHub. 1. The Commit Statuses are stored in separate table: ci_commit_status. 2. The POST inserts a new row. 3. To POST execute GitLab API `post :id/repository/commits/:sha/status`. This accepts dual authorization: - Using authorized user - Using ci-token to allow easy posting from CI Services 4. This adds predefined variable to GitLab CI build environment: CI_BUILD_STATUS_URL, allowing to easy post status from within build (ex. with code coverage or other metrics). 5. This adds statuses to commit's builds view. 6. The commit's status is calculated taking into account status of all builds and all posted statuses. 7. The commit statuses doesn't trigger notifications. 8. The commit status API introduces two new privileges: `read_commit_statuses` and `create_commit_status`. 9. We still miss a few tests and documentation updates for API and CI. @dzaporozhets @sytses What do you think? See merge request !1530
| * | | | Small bug fixesKamil Trzcinski2015-10-121-1/+0
| | | | |
| * | | | Add Commit Status documentationKamil Trzcinski2015-10-121-0/+82
| | | | |
| * | | | Implement Commit Status APIKamil Trzcinski2015-10-121-1/+2
| | |_|/ | |/| |
* | | | Merge branch 'fix-patch_guide' into 'master' Hannes Rosenögger2015-10-121-2/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't set LATEST_TAG automatically in patch update guide As discussed in https://gitlab.com/gitlab-org/gitlab-ce/issues/2607, this removes the automatic setting of the LATEST_TAG variable in the update guide, because it could get set to rc versions. Instead, a command was added to list all tags, with the most recent one being on the end of the list. Also a note was added to prevent users from updating to new minor/major versions because the tag list includes all tags. [ci skip] See merge request !1510
| * | | don't set LATEST_TAG automatically in patch update guideJan Bruckner2015-10-051-2/+4
| | | |
* | | | removed extra_sign_in_text examples for gitlab.rb [ci skip]Dale Noe2015-10-111-28/+2
| |_|/ |/| |
* | | Update monthly release post templateRobert Speicher2015-10-091-7/+6
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'rs-2fa-task' into 'master' Jacob Vosmaer2015-10-091-0/+14
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add task to disable 2FA for all users Addresses #2971 See merge request !1532
| * | | Add docs for gitlab:two_factor:disable_for_all_users taskRobert Speicher2015-10-071-0/+14
| | | |
* | | | Merge branch 'update-upgrade-guide-for-redis-2.4.0' into 'master' Stan Hu2015-10-081-2/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Update upgrade guide for Redis >= 2.4.0 requirement [ci skip] Closes #2837 See merge request !1468
| * | | Update upgrade guide for Redis >= 2.4.0 requirementStan Hu2015-10-011-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Closes #2837
* | | | Merge branch 'XenGi/gitlab-ce-master'Stan Hu2015-10-081-20/+22
|\ \ \ \
| * | | | hooks: Add full project namespace to payloadRicardo Band2015-10-021-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | Payload of "project_member, :create" and "project_member, :destroy" now also have a field project_path_with_namespace.
* | | | | Clarify Reply by email settings when using Postfix mail serverclarify-postfixDouwe Maan2015-10-071-6/+61
| |_|/ / |/| | |
* | | | Merge branch 'reply-by-email-known-issue' into 'master' Robert Speicher2015-10-051-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Document known issue with Reply by email and multiple application servers. See merge request !1499
| * | | | Add link to mail_room issue. reply-by-email-known-issueDouwe Maan2015-10-021-1/+1
| | | | | | | | | | | | | | | [ci skip]
| * | | | Document known issue with Reply by email and multiple application servers.Douwe Maan2015-10-021-1/+5
| | | | |
* | | | | Update ci to ce doc to make it clearer when you are done if you don't want ↵Marin Jankovski2015-10-051-2/+4
| |_|_|/ |/| | | | | | | | | | | to keep your data.
* | | | Merge branch 'benchmark-suite' into 'master' Yorick Peterse2015-10-052-0/+70
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic RSpec/benchmark-ips powered benchmark suite Corresponding issue: #2909, see the commit messages for more details. A few things to note: 1. The current use of `subject` isn't exactly easy on the eyes due to them having to return a Proc, I'm not sure yet how (and if) we can work around this. 2. The maximum amount of iterations in the current `User.by_login` benchmark is arbitrary, we might have to adjust it once said method's performance has been improved. 3. Benchmarks currently take 2 seconds to warm up and 5 seconds to run (benchmark-ips defaults). 4. The custom RSpec matcher file (`benchmark_matchers.rb`) is a bit messy, any feedback on this would be appreciated Any comments/feedback on this would be greatly appreciated. See merge request !1503
| * | | | Added documentation for writing benchmarksYorick Peterse2015-10-052-0/+70
| | |/ / | |/| |
* | | | Merge branch 'golang-i386' into 'master' Achilleas Pipinellis2015-10-051-0/+3
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Golang download instructions assume amd64 See merge request !1488