summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'typos_in_ci_doc' into 'master' Robert Schilling2016-04-161-1/+1
|\ | | | | | | | | | | | | Fix typos in CI docs. See merge request !3709
| * Fix typos in CI docs.Hyunwoo Jung2016-04-131-1/+1
| |
* | Merge branch 'master' of https://github.com/gitlabhq/gitlabhqJacob Vosmaer2016-04-151-1/+1
|\ \
| * | fix required gitlab-shell version.lurdan2016-04-151-1/+1
| | | | | | | | | Under the procedure, I've warned about gitlab-shell version, which should be 2.6.12 (may be some minor revisions introduces that).
* | | Merge branch 'patch-1' into 'master' Robert Speicher2016-04-141-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | change "very demand" to "specific demand" in CI runner docs [ci skip] See merge request !3726
| * | | change: "very demand" changed to "specific demand" Jamie Neubert Pedersen2016-04-141-1/+1
| | | | | | | | | | | | This must be an error as the sentence doesn't make sense otherwise
* | | | Merge branch 'auto-fsck' into 'master' Robert Speicher2016-04-142-0/+44
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Auto git fsck Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 See merge request !3232
| * | | Documentation / help improvementsJacob Vosmaer2016-04-142-4/+4
| | | |
| * | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-1316-13/+356
| |\ \ \
| * | | | Remove \f. WT\F ??Jacob Vosmaer2016-04-131-1/+1
| | | | |
| * | | | Improve English, thanks RobertJacob Vosmaer2016-04-131-3/+3
| | | | |
| * | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-1225-81/+640
| |\ \ \ \
| * | | | | Move 'clear checks' button to applicatoin settingsJacob Vosmaer2016-04-121-22/+11
| | | | | |
| * | | | | Rename almost all the thingsJacob Vosmaer2016-04-061-9/+9
| | | | | |
| * | | | | Document how to disable repo checksJacob Vosmaer2016-04-061-0/+16
| | | | | |
| * | | | | Rebase repo check MRJacob Vosmaer2016-04-041-0/+39
| | | | | |
* | | | | | Merge branch 'rake-db-reset' into 'master' Robert Speicher2016-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use rake db:reset instead of db:setup See merge request !3721
| * | | | | | Use rake db:reset instead of db:setupYorick Peterse2016-04-141-1/+1
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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".
* | | | | | Merge branch 'start-with-iid-on-new-branch' into 'master' Rémy Coutable2016-04-141-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Start with iid on branch creationZeger-Jan van de Weg2016-04-141-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'master' into 'master' Achilleas Pipinellis2016-04-141-0/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update shibboleth configuration for GitLab 8.6 and Apache 2.4 See merge request !3713
| * | | | | | Update shibboleth configuration for GitLab 8.6 and Apache 2.4Tom Downes2016-04-141-0/+47
| |/ / / / /
* | | | | | Add TOC to yaml README and an intro sectionAchilleas Pipinellis2016-04-141-16/+57
| |/ / / / |/| | | | | | | | | | | | | | [ci skip]
* | | | | Allow back dating notes on creationMichael Greene2016-04-131-0/+1
| | | | |
* | | | | Allow back dating issues on updateMichael Greene2016-04-131-0/+1
|/ / / /
* | | | Merge branch 'update-influx-documentation' into 'master' Achilleas Pipinellis2016-04-131-18/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | Updated InfluxDB/Grafana setup/import docsYorick Peterse2016-04-131-18/+30
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]
* | | | Merge branch 'api-subscribe-issue-mr' into 'master' Rémy Coutable2016-04-132-0/+257
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | Ensure that issues and merge requests are foundRobert Schilling2016-04-131-0/+1
| | | |
| * | | Make subscription API more RESTfulRobert Schilling2016-04-132-27/+28
| | | |
| * | | API: Ability to subscribe and unsubscribe from a merge requestRobert Schilling2016-04-131-0/+147
| | | |
| * | | API: Ability to subscribe and unsubscribe from an issueRobert Schilling2016-04-131-0/+108
| | | |
* | | | Merge branch 'api-star-project' into 'master' Rémy Coutable2016-04-132-0/+127
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Star and unstar a project Add two new endpoints `POST /projects/:id/star` and `POST /projects/:id/unstar` to star and unstar a project. * Closes #12739 See merge request !3578
| * | | | Styling changes to code and docsRobert Schilling2016-04-131-1/+0
| | | | |
| * | | | Make staring API more restfulRobert Schilling2016-04-131-6/+6
| | | | |
| * | | | API: Star and unstar a projectRobert Schilling2016-04-132-0/+128
| |/ / /
* | | | Merge branch 'fix_grafana_docs' into 'master' Achilleas Pipinellis2016-04-134-3/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Grafana docs and link from Influx page Fixing images and adding links to Influx docs, as suggested by @sytses See merge request !3702
| * | | | Fix Grafana docs and link from Influx pageDrew Blessing2016-04-124-3/+6
| | |_|/ | |/| |
* | | | Merge branch 'external-omniauth-providers' into 'master' Marin Jankovski2016-04-131-0/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow Omniauth providers to be marked as external Related to #4009 With this MR we will be able to allow the user to set which Omniauth Providers they would like to have as external. All users login in via these providers will be marked as external, even if they already had an account before. If the provider is removed form the list of external providers, the users will be marked as internal at their next login. MR for Omnibus: gitlab-org/omnibus-gitlab!727 /cc @dblessing @DouweM See merge request !3657
| * | | | Documentation of featurePatricio Cano2016-04-111-0/+23
| | | | |
* | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-04-1311-9/+386
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'api-move-issues' into 'master' Rémy Coutable2016-04-131-0/+55
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: Ability to move an issue Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14741 See merge request !3593
| | * | | | Fix doc for moving an issueRobert Schilling2016-04-131-1/+1
| | | | | |
| | * | | | Update tests for moving issues via APIRobert Schilling2016-04-131-2/+6
| | | | | |
| | * | | | API: Ability to move an issueRobert Schilling2016-04-131-0/+51
| | | | | |
| * | | | | Merge branch 'patch-2' into 'master' Robert Schilling2016-04-131-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | improve formatting See merge request !3688
| | * | | | | improve formattingBen Bodenmiller2016-04-121-1/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge branch 'configure_trusted_proxies' into 'master' Rémy Coutable2016-04-131-0/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust the default trusted_proxies to only include localhost And also allow other trusted proxies to be added from the config.yml. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/3538 Omnibus config: https://gitlab.com/gitlab-org/omnibus-gitlab/issues/1208 See merge request !3524
| | * | | | | Updated trusted proxies doc section to link to the restart GitLab docsconfigure_trusted_proxiesDJ Mountney2016-04-121-1/+2
| | | | | | |
| | * | | | | Add changelog entries, install docs, and gitlab.yml.example entry for the ↵DJ Mountney2016-04-121-0/+9
| | |/ / / / | | | | | | | | | | | | | | | | | | trusted_proxies setting