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-04-25Merge branch 'add-tags-to-fetch' into 'master' Achilleas Pipinellis
Add --tags to fetching gitlab-shell to ensure tags are downloaded Closes #15525 See merge request !3896
2016-04-25Merge branch 'doc/gitlab-shell-tag' into 'master' Achilleas Pipinellis
Bump gitlab-shell to 2.7.2 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15525 See merge request !3884
2016-04-22Merge branch 'doc-gh-import-additions' into 'master' Achilleas Pipinellis
Add newest enhancements to GH importer docs [ci skip] See merge request !3867
2016-04-22Merge branch 'doc_note_cherry_pick' into 'master' Achilleas Pipinellis
Use new Note styleguide See merge request !3866
2016-04-22Merge branch 'doc-updating-gitlab' into 'master' Achilleas Pipinellis
Refactor the update documentation See merge request !3822
2016-04-22Merge branch 'repository-checks-default-off' into 'master' Yorick Peterse
Disable 'repository check' feature in 8.7.0 See merge request !3856
2016-04-21Merge branch 'feature/incremental-build-trace-update' into 'master' Rémy Coutable
Add incremental build trace update API Closes #14537 Must be merged if we want changes from gitlab-org/gitlab-ci-multi-runner!124 to work. See merge request !3447
2016-04-20Merge branch 'license-templates-and-api-12804' into 'master' Robert Speicher
License templates when creating/editing a LICENSE file Closes #12804 See merge request !3660
2016-04-19Add support to cherry-pick any commitP.S.V.R
Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
2016-04-19Merge branch 'patch-1' into 'master' Hannes Rosenögger
"git lfs init" is deprecated, use "git lfs install" instead. Recent releases of git-lfs warn that "init" is a deprecated command and that "install" should be used. See merge request !3779
2016-04-19Merge branch 'docs/notice-about-gitlab-runner' into 'master' Grzegorz Bizon
Add notice about GitLab Runner to requirements docs This is related to #14589, and problems that may stem from running GitLab Runner on same machine user installed GitLab web app on. See merge request !3518
2016-04-19Merge branch 'make-before-after-overridable' into 'master' Kamil Trzciński
Make before_script and after_script overridable This is makes it possible to overwrite the before_script and after_script at job level. This is continuation of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3771 See merge request !3772
2016-04-19Merge branch 'after-script' into 'master' Kamil Trzciński
Implement after_script which allows to do cleanups as part of the build process This implements `after_script` in global context. The `after_script` will be executed always after the job, even if the job were canceled. This requires changes on Runner side that will be implemented in 1.2. cc @tmaczukin @grzesiek See merge request !3771
2016-04-19Using single builder for push and tag eventsGabriel Mazetto
2016-04-19Added System Hooks for push and tag_pushGabriel Mazetto
Code is based on Project Webhooks, removing deprecations and without commits listing.
2016-04-18Fix documentation and improve permissions codeFelipe Artur
2016-04-18Insert instructions in admin page and permissions documentFelipe Artur
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski
2016-04-18Merge remote-tracking branch 'origin/master' into after-scriptKamil Trzcinski
2016-04-18Merge branch 'after-script' into make-before-after-overridableKamil Trzcinski
2016-04-18Add minor fixes in docs for job-specific variablesGrzegorz Bizon
2016-04-18Update documentation on job level build variablesGrzegorz Bizon
2016-04-18Improve grammar in CI documentation for build varsGrzegorz Bizon
2016-04-18Add documentation for job-level build variablesGrzegorz Bizon
2016-04-18"git lfs init" is deprecated, use "git lfs install" instead.Con Vissenberg
2016-04-17Add note about versionKamil Trzcinski
2016-04-17Update CHANGELOG and add documentationKamil Trzcinski
2016-04-17Add CHANGELOG and documentationKamil Trzcinski
2016-04-16Merge branch 'typos_in_ci_doc' into 'master' Robert Schilling
Fix typos in CI docs. See merge request !3709
2016-04-15Merge branch 'master' of https://github.com/gitlabhq/gitlabhqJacob Vosmaer
2016-04-15fix required gitlab-shell version.lurdan
Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
2016-04-15Merge branch 'patch-1' into 'master' Robert Speicher
change "very demand" to "specific demand" in CI runner docs [ci skip] See merge request !3726
2016-04-14Merge branch 'auto-fsck' into 'master' Robert Speicher
Auto git fsck Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 See merge request !3232
2016-04-14change: "very demand" changed to "specific demand" Jamie Neubert Pedersen
This must be an error as the sentence doesn't make sense otherwise
2016-04-14Merge branch 'rake-db-reset' into 'master' Robert Speicher
Use rake db:reset instead of db:setup See merge request !3721
2016-04-14Documentation / help improvementsJacob Vosmaer
2016-04-14Use rake db:reset instead of db:setupYorick Peterse
Using db:reset ensures existing tables are first dropped. This in turn ensures that we can drop tables regardless of any foreign key constraints. While CE currently doesn't have any foreign keys EE defines the following relation: remote_mirrors.project_id -> projects.id MySQL will complain whenever you try to drop the "projects" table first even when using "DROP TABLE ... CASCADE".
2016-04-14Merge branch 'start-with-iid-on-new-branch' into 'master' Rémy Coutable
Start with iid on branch creation After the discussion it in #3886 it was decided the iid should be in the beginning of the branch name. See merge request !3708
2016-04-14Merge branch 'master' into 'master' Achilleas Pipinellis
Update shibboleth configuration for GitLab 8.6 and Apache 2.4 See merge request !3713
2016-04-14Start with iid on branch creationZeger-Jan van de Weg
2016-04-14Add TOC to yaml README and an intro sectionAchilleas Pipinellis
[ci skip]
2016-04-14Update shibboleth configuration for GitLab 8.6 and Apache 2.4Tom Downes
2016-04-14Fix typos in CI docs.Hyunwoo Jung
2016-04-13Allow back dating notes on creationMichael Greene
2016-04-13Allow back dating issues on updateMichael Greene
2016-04-13Merge branch 'update-influx-documentation' into 'master' Achilleas Pipinellis
Updated InfluxDB/Grafana setup/import docs See https://gitlab.com/gitlab-org/grafana-dashboards/merge_requests/1 for some background info. cc @dblessing See merge request !3706
2016-04-13Merge branch 'api-subscribe-issue-mr' into 'master' Rémy Coutable
API: Subscribe and unsubscribe from issues and merge requests * Closes #6024 This MR is based on !3611, which must be merged first. See merge request !3615
2016-04-13Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer
2016-04-13Updated InfluxDB/Grafana setup/import docsYorick Peterse
The grafana-dashboards repository now contains _all_ GitLab.com dashboards and thus requires some extra continuous queries to be set up. The repository now also provided a way to automatically import/export dashboards. [ci skip]