summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Refactor create new project docdoc-refactor-gitlab-basicsAchilleas Pipinellis2016-03-225-10/+24
| | | | [ci skip]
* Change image directory nameAchilleas Pipinellis2016-03-2253-39/+39
| | | | [ci skip]
* Merge branch 'grafana_documentation' into 'master' Drew Blessing2016-03-227-1/+120
|\ | | | | | | | | | | | | | | | | | | | | Grafana installation and configuration documentation Adding documentation for installing and configuring Grafana. This also includes providing dashboards users can import. Fixes gitlab-org/omnibus-gitlab#1008 cc/ @axil See merge request !3015
| * Grafana installation and configuration documentation. [ci skip]Drew Blessing2016-03-227-1/+120
| |
* | Merge branch 'drop_db_before_restore' into 'master' Robert Speicher2016-03-223-0/+87
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | Reload the schema before restoring a database backup If a user tries to downgrade and restore after a failed upgrade, the database may still contain newer tables. Reload the older schema before restoring the database to avoid future upgrade problems. Also, add a rake task to help users add migration versions to the database so it's easier to recover from these errors if they do occur. Fixes #13419 See merge request !2807
| * Reload the schema before restoring a database backupDrew Blessing2016-03-213-0/+87
| |
* | Merge branch 'doc_group_visibility' into 'master' Achilleas Pipinellis2016-03-221-8/+15
|\ \ | | | | | | | | | | | | | | | | | | Add docs on group visibility Accompanying https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3323 See merge request !3338
| * | Add docs on group visibilityAchilleas Pipinellis2016-03-221-8/+15
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'gitlab_intro_docs' into 'master' Achilleas Pipinellis2016-03-229-81/+163
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab intro docs Related to https://gitlab.com/gitlab-org/marketing_monthly_release/issues/1 --- Need refactor: - Create a new project - Create a new group - Create a new issue - Assign labels to issues - Use milestones as an overview of your project's tracker - Fork a project and contribute to it - Create a new merge request - Automatically close issues from merge requests (include GitLab.com pattern) - GitLab CI quick start guide (make it easier to follow) Moved to https://gitlab.com/gitlab-org/gitlab-ce/issues/8068 See merge request !3225
| * | Remove redundant wordAchilleas Pipinellis2016-03-221-1/+1
| | | | | | | | | | | | [ci skip]
| * | Refactor award emoji doc a bitAchilleas Pipinellis2016-03-221-4/+4
| | | | | | | | | | | | [ci skip]
| * | Fix grammar in intro guideAchilleas Pipinellis2016-03-221-2/+2
| | |
| * | Merge Git basics into Start using GitAchilleas Pipinellis2016-03-223-59/+63
| | | | | | | | | | | | [ci skip]
| * | Add award emoji docsAchilleas Pipinellis2016-03-226-1/+49
| | | | | | | | | | | | [ci skip]
| * | Change titles to be more descriptiveAchilleas Pipinellis2016-03-221-3/+3
| | |
| * | Remove blockquotesAchilleas Pipinellis2016-03-211-5/+5
| | |
| * | Simplify install and update sectiongitlab_intro_docsAchilleas Pipinellis2016-03-191-5/+2
| | | | | | | | | | | | [ci skip]
| * | Add h1 headingAchilleas Pipinellis2016-03-191-0/+2
| | |
| * | Add more options and missing linksAchilleas Pipinellis2016-03-191-10/+12
| | | | | | | | | | | | [ci skip]
| * | Merge branch 'master' into gitlab_intro_docsAchilleas Pipinellis2016-03-1920-123/+413
| |\ \
| * | | No newlines between list itemsAchilleas Pipinellis2016-03-181-23/+12
| | | |
| * | | First draft on GitLab intro docsAchilleas Pipinellis2016-03-151-0/+40
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'feature-ci-only-except-trigger' into 'master' Kamil TrzciƄski2016-03-221-1/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: Add 'triggers' keyword to 'only' and 'except' lists to allow control over when triggers cause builds to run Currently, the `only` and `except` keywords in `.gitlab-ci.yml` only accept ref names or the special `branches` and `tags` keywords. However, these are primarily useful when controlling how repository activity affects the creation of builds. In my case, instead of building on every commit, I'd like to use the following logic: - If the repository is tagged, do a build. - Any other normal commits should not cause a build. - If a build is triggered via the API, always create one for the specified ref. From what I can tell, this isn't possible via the existing YAML syntax. In this MR, I introduce a new keyword `triggers` that goes along with `branches` and `tags`. I can implement the logic above using the following job configuration: ```yaml only: - tags - triggers ``` I updated the tests and documentation to reflect this and everything seems to pass. See merge request !3230
| * | | | add some documentation for `triggers` keyword [ci skip]Jason Roehm2016-03-151-1/+12
| | | | |
* | | | | Merge branch 'master' into issue_12658Douwe Maan2016-03-214-7/+34
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb
| * | | | Merge branch 'master' into 2489-soft-delete-issuesZeger-Jan van de Weg2016-03-212-2/+2
| |\ \ \ \
| | * | | | Gitlab-workhorse tags have "v" nowworkhorse-0.7.1Jacob Vosmaer2016-03-212-2/+2
| | | | | |
| | * | | | Use gitlab-workhorse 0.7.1Jacob Vosmaer2016-03-212-2/+2
| | | |_|/ | | |/| |
| * | | | Fix typos and dentingZeger-Jan van de Weg2016-03-212-3/+2
| | | | |
| * | | | Minor improvements on IssuableActionsZeger-Jan van de Weg2016-03-212-79/+11
| | | | |
| * | | | Dry destroy action on issuablesZeger-Jan van de Weg2016-03-192-2/+2
| | | | |
| * | | | Soft delete issuablesZeger-Jan van de Weg2016-03-192-5/+101
| |/ / /
* | | | Tweaks, refactoring, and specsDouwe Maan2016-03-201-0/+1
|/ / /
* | | Merge branch 'master' into 'master' Achilleas Pipinellis2016-03-191-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | fixed md anchor linkPat Turner2016-03-181-2/+2
| | | |
| * | | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/14366Pat Turner2016-03-181-2/+2
| | | |
| * | | removed anchor as unsupported in markdownPat Turner2016-03-171-2/+2
| | | |
| * | | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/14366Pat Turner2016-03-171-0/+2
| | | |
* | | | Add note in rest of update guidesAchilleas Pipinellis2016-03-183-0/+27
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'master' into docs_select_version_to_installAchilleas Pipinellis2016-03-18236-1818/+7354
|\ \ \ \
| * \ \ \ Merge branch 'fix-issue-14338' into 'master' Achilleas Pipinellis2016-03-185-5/+5
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | Use relative links in `doc`, fix broken generated HTML linksAnatoly Borodin2016-03-175-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 [ci skip] Signed-off-by: Anatoly Borodin <anatoly.borodin@gmail.com>
| * | | | | Remove CI duplication.ci-duplicationSytse Sijbrandij2016-03-171-36/+1
| | | | | |
| * | | | | Bump Git version requirement to 2.7.4Douwe Maan2016-03-171-5/+5
| | |/ / / | |/| | |
| * | | | Merge branch 'rm_duplicate_cache_ci_docs' into 'master' Achilleas Pipinellis2016-03-171-62/+48
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge duplicate cache entry in CI docs See merge request !3208
| | * \ \ \ Merge branch 'master' into rm_duplicate_cache_ci_docsAchilleas Pipinellis2016-03-179-36/+581
| | |\ \ \ \
| | * | | | | Merge duplicate cache entry in CI docsrm_duplicate_cache_ci_docsAchilleas Pipinellis2016-03-141-60/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | Merge branch '4009-external-users' into 'master' Douwe Maan2016-03-173-2/+25
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | Add missing API docs on external userAchilleas Pipinellis2016-03-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| | * | | | | Refactor external users docsAchilleas Pipinellis2016-03-171-14/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]