summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix Ruby verification commandfix-ruby-verification-commandSean McGivern2017-02-021-1/+1
|
* Merge branch '20248-add-coverage-regex-in-job-yaml' into 'master'Douwe Maan2017-02-021-0/+38
|\ | | | | | | | | | | | | Add ability to define a coverage regex in the .gitlab-ci.yml Closes #20428 See merge request !7447
| * Force coverage value to always be surrounded by '/'Leandro Camargo2017-01-251-3/+4
| |
| * Comply to more requirements and requests made in the code reviewLeandro Camargo2017-01-251-7/+9
| |
| * Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-23/+7
| |
| * Add changelog entry and extend the documentation accordinglyLeandro Camargo2017-01-251-0/+51
| |
* | Merge branch 'ux-guide-hover-animation-guidance-update' into 'master' Achilleas Pipinellis2017-02-021-1/+1
|\ \ | | | | | | | | | | | | UX guide: Update animation guidance to 100ms See merge request !8692
| * | [ci skip] UX guide: Update animation guidance to 100msux-guide-hover-animation-guidance-updateAllison Whilden2017-01-211-1/+1
| | |
* | | Merge branch '27474-update-auto-deploy-requires-public-project' into 'master' Achilleas Pipinellis2017-01-311-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Document that auto deploy only works for public projects" Closes #27474 See merge request !8897
| * | | Update index.md27474-update-auto-deploy-requires-public-projectJoshua Lambert2017-01-311-1/+1
| | | |
| * | | Clarify that Auto Deploy requires a public project.Joshua Lambert2017-01-311-1/+2
| | | |
* | | | Merge branch 'patch-12' into 'master' James Lopez2017-01-311-1/+1
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Services changed to Integrations See merge request !8686
| * | | Services changed to Integrations to slack.mdDoğukan KOTAN2017-01-211-1/+1
| |/ /
* | | Update group api doc with full_name and full_path attributesDmitriy Zaporozhets2017-01-301-1/+12
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'fix/import-encrypt-atts' into 'master' Douwe Maan2017-01-301-1/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Ignore encrypted attributes in Import/Export Closes #24458 See merge request !8739
| * | | Ignore encrypted attributes in Import/ExportJames Lopez2017-01-301-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Regenerates tokens for all models that have them * Remove variables, since they are basically just storing encrypted data * Bumped version up to 0.1.6 * Updated related docs
* | | | Merge branch 'document-how-to-vue' into 'master' Fatih Acet2017-01-301-18/+88
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Document how to vue See merge request !8866
| * | | First draft of "how to use vue.js in gitlab" documentationFilipa Lacerda2017-01-301-18/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Puts back trailing whitespace Changes after review Changes after review Adds Changelog entry Follow documentation styleguide
* | | | Merge branch 'patch-11' into 'master' Rémy Coutable2017-01-301-4/+4
|\ \ \ \ | |/ / / |/| | | | | | | | | | | Fix the documentation to use the correct variable in a code example See merge request !8585
| * | | Use consistent URLs for review apps in the docsVincent Tunru2017-01-271-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | It said `<slug>.review.example.com` at one place, `review-<slug>.example.com` elsewhere, and no mention of `review` at all in other places. We now leave out `review` everywhere.
| * | | Actually use `$CI_ENVIRONMENT_SLUG` in the `environment:url`Vincent2017-01-151-1/+1
| | | |
* | | | Merge branch 'patch-8' into 'master'Rémy Coutable2017-01-301-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | add information that docker registry storage needs to be accessible for docker clients See merge request !8179
| * | | | add information that docker registry storage needs to be accessible for ↵Elan Ruusamäe2017-01-271-0/+4
| | | | | | | | | | | | | | | | | | | | docker clients
* | | | | Merge branch 'improve-ci-example-php-doc' into 'master' Rémy Coutable2017-01-301-1/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Changed composer installer script in the CI PHP example doc See merge request !8817
| * | | | | Changed composer installer script in the CI PHP example docimprove-ci-example-php-docJeffrey Cafferata2017-01-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The script will check some php.ini settings warn you if they are set incorrectly, and then download the latest composer.phar in the current directory. These lines will, in order: - Download the installer SHA-384 to the current directory - Download the installer to the current directory - Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html - Run the installer - Remove the installer & the installer SHA-384 Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | [ci skip] UX Guide Add general term section to copyux-guide-minor-updatesAllison Whilden2017-01-282-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] UX guide: clean up term tables in copy [ci skip] UX guide: update dropdown max height for multiline items
* | | | | | remove assets:compile step from relative_url docsMike Greiling2017-01-271-8/+0
| | | | | |
* | | | | | update scripts and docs to reference the newly namespaced rake taskrelative-url-assetsMike Greiling2017-01-275-6/+6
| | | | | |
* | | | | | Merge branch '23034-enable-rspec-profiling' into 'master' Robert Speicher2017-01-271-0/+35
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add rspec_profiling to the rspec environment Closes #23034 See merge request !7854
| * | | | | Add the rspec_profiling gem and documentation to the GitLab development ↵23034-enable-rspec-profilingNick Thomas2017-01-271-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | environment
* | | | | | Merge branch 'gemfile-development-guideline' into 'master' Stan Hu2017-01-272-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document "No gems fetched from git repositories" policy [ci skip] See merge request !8818
| * | | | | | Document "No gems fetched from git repositories" policy [ci skip]Adam Niedzielski2017-01-272-0/+15
| | | | | | |
* | | | | | | TyposIonut Staicu2017-01-271-12/+17
| | | | | | |
* | | | | | | Small gramatical tweaksIonut Staicu2017-01-272-5/+5
| | | | | | |
* | | | | | | TyposIonut Staicu2017-01-271-10/+11
| | | | | | |
* | | | | | | Added PHP & NPM docIonut Staicu2017-01-272-0/+156
|/ / / / / /
* | | | | | Merge branch 'storages-doc-update' into 'master' Douwe Maan2017-01-263-102/+104
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change repository storage paths location for clarity See merge request !8757
| * | | | | | Change repository storage paths location for claritystorages-doc-updateAlejandro Rodríguez2017-01-253-102/+104
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Also remove duplicate link in the index to that documentation
* | | | | | Merge branch 'polettix/gitlab-ce-master' into 'master' Achilleas Pipinellis2017-01-261-28/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplify wording in "adding an image" docs See merge request !8819
| * | | | | | Simplify wording in "adding an image" docsFlavio Poletti2017-01-261-28/+22
| | | | | | |
* | | | | | | Merge branch 'update_repo_check_docs' into 'master' Achilleas Pipinellis2017-01-261-5/+5
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Update repository check documentation See merge request !8815
| * | | | | | Update repository check documentation Drew Blessing2017-01-261-5/+5
| | |_|/ / / | |/| | | | | | | | | | | | | | | | The documentation seemed to be out of date with actual defaults in configuration and code.
* | | | | | Merge branch 'improve-two_factor_authentication-doc' into 'master' 27220-jqxhr-responsejson-message-is-undefined-in-safariRémy Coutable2017-01-261-56/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update two_factor_authentication.md See merge request !8814
| * | | | | | Update two_factor_authentication.mdWilliam Abernathy2017-01-261-56/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I wanted to practice GFM markdown, so I picked this page more or less at random. I flattened out the text a little. It's not as interesting, but will be easier to translate. Use it if it looks like an improvement. If not, at least I got some practice out of the deal! Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'improve-ci-yaml-doc' into 'master' Rémy Coutable2017-01-261-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added hint about the execution order of before_script and artifact restoration. See merge request !8811
| * | | | | | | Added hint about the execution order of before_script and artifact restoration.ahorn422017-01-261-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | Merge branch 'add_project_update_hook' into 'master' Rémy Coutable2017-01-261-1/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a system hook for when a project is updated. See merge request !5711
| * | | | | | | Add a system hook for when a project is updated.Tommy Beadle2017-01-261-1/+18
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This sends a project_update hook when a repo is updated. This does not include renaming or transferring a project. Those are covered by project_rename and project_transfer. This will get called, however, when the visibility is changed.
* | | | | | | Merge branch 'patch-12' into 'master' Rémy Coutable2017-01-261-2/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | make a note to highlight 2FA needs time sync'd See merge request !8810
| * | | | | | make a note to highlight 2FA needs time sync'd [ci skip]Sergio Pieiga2017-01-261-2/+6
| |/ / / / /