Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-03-21Merge branch 'workhorse-0.7.1' into 'master' Rémy Coutable
Use gitlab-workhorse 0.7.1 A small extra defense against interrupted git raw responses. Nice to have in 8.6 because we introduce /raw/ caching; it would be unfortunate if incorrect (truncated) responses got cached. See merge request !3330
2016-03-21Merge branch 'master' into 'master'Achilleas Pipinellis
Add information about `image` and `services` field at `job` level in the `.gitlab-ci.yml` documentation Fixes #14366 /cc @tmaczukin @ayufan @axil See merge request !3277
2016-03-18Merge branch 'docs_select_version_to_install' into 'master' Achilleas Pipinellis
Add note in upgrade guide to choose the correct version tag Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/3448 @rspeicher I'm assigning to you since as a release manager you should know better. Let's keep it in this guide for now and then start copying it in the future ones. See merge request !2284
2016-03-18Merge branch 'fix-issue-14338' into 'master' Achilleas Pipinellis
Use relative links in `doc`, fix broken generated HTML links Links like (doc/web_hooks/web_hooks.md) work in the GitLab source code web interface, but the HTML generator produces broken links in the `doc` subdirectories: http://doc.gitlab.com/ce/hooks/doc/web_hooks/web_hooks.html instead of the right one http://doc.gitlab.com/ce/web_hooks/web_hooks.html in http://doc.gitlab.com/ce/hooks/custom_hooks.html. Fixes #14338 See merge request !3261
2016-03-18Merge branch 'ci-duplication' into 'master' Achilleas Pipinellis
Remove CI duplication. See merge request !3290
2016-03-18Merge branch 'git-2-7-4' into 'master' Robert Speicher
Bump Git version requirement to 2.7.4 [ci skip] See merge request !3281
2016-03-17Merge branch 'rm_duplicate_cache_ci_docs' into 'master' Achilleas Pipinellis
Merge duplicate cache entry in CI docs See merge request !3208
2016-03-17Merge branch '4009-external-users' into 'master' Douwe Maan
External Users The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects. Partially fix for both #4009 and #13938 (except the LDAP sync or a pattern to detect external users) ![Screen_Shot_2016-03-14_at_22.02.52](/uploads/486a84ab3acb98c6cfb71a4ec7d268e2/Screen_Shot_2016-03-14_at_22.02.52.png) See merge request !3171
2016-03-17Merge branch 'master' into rm_duplicate_cache_ci_docsAchilleas Pipinellis
2016-03-17Add missing API docs on external userAchilleas Pipinellis
[ci skip]
2016-03-17Merge branch 'patch-1' into 'master' Robert Schilling
Fix typo in README.md See merge request !3250
2016-03-17Refactor external users docsAchilleas Pipinellis
[ci skip]
2016-03-16Merge branch 'danielcarraro/gitlab-ce-feature/omniauth-auth0-gem' into 'master' Robert Speicher
omniauth-auth0 gem support See merge request !3246
2016-03-16Fix typo in README.md.Mark Pundsack
2016-03-16Fix golang shasum invocationJacob Vosmaer
2016-03-16Update Git source installation steps to 2.7.3Jacob Vosmaer
2016-03-16Added omniauth-auth0 Gem + Applicable Documentation.Daniel Carraro
2016-03-16Merge branch 'doc-updates' into 'master' Achilleas Pipinellis
Fix requirements.md link and improve PostgreSQL commands - Point requirements.md link to the correct location - Link to gitlab installation.md document instead of github - Use psql command switch to run specified SQL commands for creation of user and database permissions. - Instead of requiring a comment like `# Do not type the 'template1=#', this is part of the prompt` it may be easier to just use the command switch with `psql` to execute the SQL commands. *forgot [ci skip] :(* See merge request !3176
2016-03-16Use relative link for installation.mdChris Wilson
2016-03-16Merge branch 'master' into git-2-7-3Douwe Maan
2016-03-16Bump Git version requirement to 2.7.3Douwe Maan
2016-03-15Merge branch 'master' into 4009-external-usersZeger-Jan van de Weg
2016-03-15Doc external users featureZeger-Jan van de Weg
2016-03-15Merge branch 'css-style-guide' into 'master' Jacob Schatz
CSS style guide Working towards what was discussed in #13552, this adds the [SCSS Linter gem](https://github.com/brigade/scss-lint) for style guide conformity in CI. TODO: - [x] Agree on and write SCSS Style Guide Documentation. - [x] Document the `scss-lint` config file. - [x] Figure out how best to run this in CI, right now it's taking longer than I would think it should. - [x] Use CSSComb for auto-correction (Maybe just include a CSSComb config file and have developers run the node package manually if they're interested in using it?). My logic for not using CSSComb in the first place is that, AFAIK, we don't currently require Node/NPM, even in the dev environment. Maybe I'm wrong about that? `scss-lint` is a Ruby implementation of a similar concept, but it doesn't include autocorrect. Is there a way we can run get GitLab CI to run `scss-lint` without having to put together the full GitLab application? Seeing as it's just static analysis, it seems like a waste of time/resources. /cc @jschatz1 @rspeicher See merge request !3069
2016-03-15Merge branch 'patch-1' into 'master' Jeroen van Baarsen
Fix typo in Ruby CI test and deploy example [skip ci] See merge request !3201
2016-03-15Windows CI support is full since Runner v1.0.0Achilleas Pipinellis
[ci skip]
2016-03-15Revert to relative requirements.md link use gitlab.com link for installation ↵Chris Wilson
guides.
2016-03-15Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea
documentation for SCSS Style Guide. See !3069 for more information.
2016-03-15Merge branch 'fix-commit-status-rendering' into 'master' Robert Speicher
Cleanup Ci::Commit, Ci::Build and CommitStatus views This MR tries to do first sweep of cleanups to Ci::Commit and Ci::Build objects removing all view-related functions and fixing the API from other side. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/6046 See merge request !2760
2016-03-14Merge branch 'gitlab-ci-yaml-updates' into 'master' Douwe Maan
New CI YAML features This introduces a couple of small `.gitlab-ci.yml` features: 1. Documentation for: Allow to use YAML anchors when parsing the `.gitlab-ci.yml`: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2958 2. Ignore jobs that start with `.` 3. Allow to pass name of created artifacts archive in `.gitlab-ci.yml` 4. Allow to define on which builds the current one depends on These are really small changes so it makes not sense to create a separate merge requests for them. @axil Could you review the documentation part? The implementation on GitLab Runner side: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/merge_requests/113. Fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/13755 https://gitlab.com/gitlab-org/gitlab-ce/issues/14211 https://gitlab.com/gitlab-org/gitlab-ce/issues/3423 cc @grzesiek @axil @DouweM See merge request !3182
2016-03-14Merge duplicate cache entry in CI docsAchilleas Pipinellis
[ci skip]
2016-03-14Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets
Bring from EE: Share Project with Group - [x] Models and migrations - [x] Logic, UI - [x] Tests - [x] Documentation - [x] Share with group lock - [x] Api feature - [x] Api docs - [x] Api tests Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For #12831 cc @DouweM @rspeicher @vsizov See merge request !3186
2016-03-14Merge branch 'rs-prepare-8-6' into 'master' Robert Speicher
Prepare docs for 8.6 RC1 [ci skip] See merge request !3173
2016-03-14Merge branch 'rs-snippet-expires-api' into 'master' Robert Speicher
Don't remove `ProjectSnippet#expires_at` from API See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3103 This partially reverts commit 836d5930332797192094ce4a3c8083e96f7e8c53. See merge request !3144
2016-03-14Update GITLAB_SHELL_VERSION to match EERobert Speicher
[ci skip]
2016-03-14Fix typo in Ruby CI test and deploy exampleJasper Denkers
2016-03-14Cleanup CiCommit and CiBuildKamil Trzcinski
- Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
2016-03-14Add yaml definition to codeblockAchilleas Pipinellis
[ci skip]
2016-03-13Bring share project with group API from EEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-13Refactor dependencies directiveAchilleas Pipinellis
[ci skip]
2016-03-13Add hidden jobsAchilleas Pipinellis
2016-03-13Refactor YAML anchors and explain the examplesAchilleas Pipinellis
2016-03-13Refactor artifacts:nameAchilleas Pipinellis
2016-03-13Merge branch 'reduce-example-duplication' into 'master' Sytse Sijbrandij
Reduce example documentation. We should not duplicate indexes between the top level and lower level. See merge request !3162
2016-03-13Remove duplicate entries.Sytse Sijbrandij
2016-03-12Change notes to new styleguide using blockquotesAchilleas Pipinellis
2016-03-12Merge branch 'master' into gitlab-ci-yaml-updatesAchilleas Pipinellis
2016-03-12Bring share with group feature documentation from EEDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-03-12Fix ordering in 8.5-to-8.6 update guideRobert Speicher
[ci skip]
2016-03-11Added pg_trgm to the PostgreSQL requirementsYorick Peterse