summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'gitlab-ci-ssh-keys-doc-fix' into 'master' Rémy Coutable2016-05-041-1/+1
|\ | | | | | | | | | | | | Documentation fix in CI SSH keys setup In recent versions of Docker, the `/.dockerinit` file doesn't exist any more when running inside a container. That file is used in the example here to detect whether the runner is running inside Docker or not. Change it to check for the existence of `/.dockerenv`, which does exist in all current versions of Docker. See merge request !3938
| * fix: in recent versions of Docker, the /.dockerinit file doesn't exist; use ↵Jason Roehm2016-04-261-1/+1
| | | | | | | | | | | | /.dockerenv instead [ci skip] Signed-off-by: Jason Roehm <jasonr@3db-labs.com>
* | Merge branch 'doc-fix-db-gem-install-instructions' into 'master' Rémy Coutable2016-05-041-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update patch_versions.md with explicit --with statement for db gem group ## What does this MR do? Updates `patch_versions.md`'s instructions on installing gems to explicitly install either the postgres or mysql groups. ## Are there points in the code the reviewer needs to double check? No, but thank you for your time. ## Why was this MR needed? I performed the steps listed in `patch_versions.md` and ran the command for updating postgres gems. Bundler told me at the end that it had not installed the postgres gem group, which caused the next step, migrating the DB, to fail for obvious reasons. Changing the command to `--with postgres` made it install the postgres gem group, and db:migrate then passed. ## What are the relevant issue numbers? None ## Screenshots (if relevant) N/A See merge request !3955
| * | Add explicit --with statement for postgres and mysql gem groups as ↵mike2016-04-271-2/+2
| | | | | | | | | | | | necessary. When I followed these instructions, the first command did not install the postgres group and it had to be made explicit.
* | | Merge branch 'pacoguzman/gitlab-ce-15001-since-and-until-operators-api-commits'Douwe Maan2016-05-041-0/+2
|\ \ \ | | | | | | | | | | | | | | | | # Conflicts: # Gemfile.lock
| * | | API support for the 'since' and 'until' operators on commit requestsPaco Guzman2016-04-291-0/+2
| |/ / | | | | | | - Parameter validation as ISO8601 format
* | | Fixed username links in the performance guideYorick Peterse2016-05-041-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | These would end up being rendered as: <a href="...">@yorickpeterse</a> <a href="...">@yorickpeterse</a> [ci skip]
* | | Made it clearer that issue_id means iid, not id.Aral Balkan2016-05-041-5/+5
| | |
* | | Merge branch 'doc-installation-pg_trgm' into 'master' Achilleas Pipinellis2016-05-031-7/+49
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add clear instructions on installing the pg_trgm extension Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/17191 See merge request !4025
| * | | Add clear instructions on installing the pg_trgm extensionAchilleas Pipinellis2016-05-031-7/+49
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'performance-guide' into 'master' Achilleas Pipinellis2016-05-032-0/+259
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Added performance guidelines Fixes #15254 #14277 See merge request !3303
| * | | Copyedit performance documentAchilleas Pipinellis2016-05-031-22/+22
| | | | | | | | | | | | | | | | [ci skip]
| * | | Added performance guidelinesperformance-guideYorick Peterse2016-04-302-0/+259
| | | | | | | | | | | | | | | | | | | | | | | | Fixes gitlab-org/gitlab-ce#15254 gitlab-org/gitlab-ce#14277 [ci skip]
* | | | Merge branch 'fix-github-oauth-instructions' into 'master' Achilleas Pipinellis2016-05-011-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the GitHub Omniauth instructions Technically the screenshot is also out of date, but I honestly don't care enough to go through the effort of making a sample application, taking a screenshot, etc. See merge request !3976
| * | | | Fix the GitHub Omniauth instructionsAlex Jordan2016-04-281-1/+3
| |/ / /
* | | | Fix some broken links in the documentation [ci skip]Connor Shea2016-04-293-3/+3
|/ / /
* | | Merge branch 'prepend-letter-v-to-workhorse-version-numbers' into 'master' Jacob Vosmaer (GitLab)2016-04-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prepend letter v to GitLab Workhorse version numbers This helps to address gitlab-org/gitlab-ce#12684 so as to maintain consistency in all GitLab projects. It also addresses: https://gitlab.com/gitlab-org/gitlab-workhorse/issues/4 Next Steps - create a set of duplicate tags in workhorse to prevent errors when updating from the patch guide See merge request !3088
| * | | Prepend letter v to GitLab Workhorse version numbersprepend-letter-v-to-workhorse-version-numbersKelvin2016-03-041-1/+1
| | | |
* | | | Merge branch 'fix/docker-in-docker-ci-documentation' into 'master' Achilleas Pipinellis2016-04-281-20/+63
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update using_docker_build.md, clarify the 'privileged' mode requirement Related to #15428 Fixes gitlab-org/gitlab-ci-multi-runner#1261 See merge request !3909
| * | | | Copyedit `using_docker_build.md` and fix linksfix/docker-in-docker-ci-documentationAchilleas Pipinellis2016-04-281-13/+24
| | | | |
| * | | | Update using_docker_build.md, clarify the 'privileged' mode requirementTomasz Maczukin2016-04-251-16/+48
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'fix-github-enterprise-imports' into 'master' Rémy Coutable2016-04-281-0/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport GitHub Enterprise import support from EE These changes were pulled from GitLab EE to support configuring an alternative API URL than the default https://api.github.com. In addition, the `verify_ssl` flag allows users to disable SSL cert checking. One modification: add a default `args` option if it does not exist to avoid breaking existing configurations. See merge request !3892
| * | | | Fixes for review of GitHub Enterprise backport changesStan Hu2016-04-261-1/+1
| | | | |
| * | | | Backport GitHub Enterprise import support from EEStan Hu2016-04-261-0/+14
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes were pulled from GitLab EE to support configuring an alternative API URL than the default https://api.github.com. In addition, the `verify_ssl` flag allows users to disable SSL cert checking. One modification: add a default `args` option if it does not exist to avoid breaking existing configurations.
* | | | Merge branch 'trigger-query-string' into 'master' Achilleas Pipinellis2016-04-271-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add API doc example with query string for triggering build Make this explicit to prevent confusion as we saw in gitlab-org/gitlab-ci#413. See merge request !3947
| * | | | Add API doc example with query string for triggering buildDavid de Boer2016-04-271-0/+6
| | | | |
* | | | | Merge branch 'fix-operations-doc' into 'master' Achilleas Pipinellis2016-04-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Sidekiq MemoryKiller sends a `SIGKILL` signal, not `SIGTERM` As documented in https://gitlab.com/gitlab-org/gitlab-ce/blob/f127edd012bd8b6f76ac67d69aadbd7d4837258f/lib/gitlab/sidekiq_middleware/memory_killer.rb#L10 (this was changed by c291ff9c6f795821e5b73447984e4cd72f3701a4). See merge request !3927
| * | | | Sidekiq MemoryKiller sends a `SIGKILL` signal, not `SIGTERM`fix-operations-docRémy Coutable2016-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch 'ie-browser-update' into 'master' Dmitriy Zaporozhets2016-04-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes support from IE 10+ to IE 11+ IE 11 was released 17 October 2013; 2 years ago. Generally what I have experienced is that support for browsers (when newer ones are available) continues for up to 2 years. Based on that info we would drop support for IE 10 and the latest IE we would support would be IE 11. I also think this is more realistic since no one is really testing anything on IE 10 at the moment. We should start testing on all the browser that we currently support. Also we can then have real support for flexbox and not need things like `-ms-flexbox` and other IE specific hacks. cc @iamphill @annabeldunstone @elvongray @alfredo1 @rspeicher See merge request !3913
| * | | | Changes support from IE 10+ to IE 11+ie-browser-updateJacob Schatz2016-04-251-1/+1
| | | | |
* | | | | Update wordingAlfredo Sumaran2016-04-261-1/+1
| | | | |
* | | | | Add documentation for "Hide whitespace changes" buttonAlfredo Sumaran2016-04-264-3/+3
| | | | |
* | | | | Merge branch 'patch-1' into 'master' Rémy Coutable2016-04-261-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add usage example for the Office 365 GetPersonaPhoto-service. See merge request !2462
| * | | | | Add usage example for the Office 365 GetPersonaPhoto-service.Eirik Lygre2016-01-171-0/+13
| | | | | |
* | | | | | Merge branch 'patch-3' into 'master' Rémy Coutable2016-04-261-11/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emphasize that GitLab must be partially running when restoring backups. This caused me a lot of pain until I caught on. I also enhanced the GitLab Omnibus application data backup restore procedure. I verified the procedure by executing it with GitLab 8.6.4. See merge request !3844
| * | | | | | Emphasize that GitLab must be partially running when restoring backups. John McGehee2016-04-201-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This caused me a lot of pain until I caught on. I also enhanced the GitLab Omnibus application data backup restore procedure. I verified the procedure by executing it with GitLab 8.6.4.
* | | | | | | Revert "Merge branch 'patch-2' into 'master'"Rémy Coutable2016-04-261-39/+20
| | | | | | | | | | | | | | | | | | | | | This reverts merge request !3839
* | | | | | | Merge branch 'patch-2' into 'master' Rémy Coutable2016-04-261-20/+39
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document that only unicorn and sidekiq should be stopped. And the rest of GitLab should remain running. Also clarified the rest of the GitLab Omnibus restore procedure. See merge request !3839
| * | | | | | Document that only unicorn and sidekiq should be stopped. John McGehee2016-04-201-20/+39
| |/ / / / / | | | | | | | | | | | | | | | | | | And the rest of GitLab should remain running. Also clarified the rest of the GitLab Omnibus restore procedure.
* | | | | | Merge branch 'fix/ci-docker-images-documentation' into 'master' Achilleas Pipinellis2016-04-251-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace '-n' with '--name' in docker related documentation `-n` for `docker run` is outdated. We should use `--name` instead. This MR fixes the example in documentation. Fixes #15174 See merge request !3908
| * | | | | | Replace '-n' with '--name' in docker related documentationfix/ci-docker-images-documentationTomasz Maczukin2016-04-251-2/+2
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'fix/ci-php-docker-example' into 'master' Achilleas Pipinellis2016-04-251-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix php-docker example (for new docker versions) `/.dockerinit` file doesn't exists in new Docker versions. Instead `/.dockerenv` can be used. This MR fixes the PHP example which was working only for older Docker versions. Fixes gitlab-org/gitlab-ci-multi-runner#1241 See merge request !3907
| * | | | | | Fix php-docker example (for new docker versions)fix/ci-php-docker-exampleTomasz Maczukin2016-04-251-1/+1
| |/ / / / / | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'issue_14904' into 'master' Jacob Schatz2016-04-251-0/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new shortcuts Closes #14904 - On a project: `i` To navigate to New Issue page. - On a issuable: `l` To open Label dropdown on a issuable. - Global: Typing `?` multiple times now toggles the modal. See merge request !3686
| * | | | | Merge remote-tracking branch 'origin/master' into issue_14904Alfredo Sumaran2016-04-2016-24/+464
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Update shortcuts imageAlfredo Sumaran2016-04-181-0/+0
| | | | | |
* | | | | | Merge branch 'new-list-of-influxdb-queries' into 'master' Yorick Peterse2016-04-251-28/+47
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | Updated list of InfluxDB queries/config See merge request !3840
| * | | | | Updated list of InfluxDB queries/configYorick Peterse2016-04-251-28/+47
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This setup is quite a bit different from before. In the previous setup raw data was kept around for 30 days and downsampled data for 7 days. This became problematic for GitLab.com as the number of points and series resulted in InfluxDB running out of memory when starting up (besides taking up 30 GB of storage). To work around this the new setup keeps raw data around for _only_ an hour while keeping downsampled data around for 7 days. In turn all Grafana dashboards _only_ query the downsampled data instead of also querying raw data. Based on rough calculations this setup needs around 2GB of storage for 1 week of data, excluding whatever is needed for storing the raw data (this highly depends on the amount of traffic). If users want to use this new setup they have to remove any existing dashboards provided by GitLab.com and re-import the ones from the Grafana dashboards repository (https://gitlab.com/gitlab-org/grafana-dashboards/). Should users wish to change their default retention policy the easiest way of doing so is to simply drop the database and re-run the InfluxDB commands added by this commit. Users who want to keep their default retention policy as-is can simply create the "downsampled" policy and run the other commands.
* | | | | Add --tags to fetching gitlab-shell to ensure tags are downloadedStan Hu2016-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | Closes #15525
* | | | | Fix linkDrew Blessing2016-04-221-1/+1
| | | | |