| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'change-issues-closed-at-background-migration' into 'master' | Sean McGivern | 2018-01-04 | 1 | -0/+57 |
| |\ | | | | | | | | | Use a background migration for migrating issues.closed_at See merge request gitlab-org/gitlab-ce!16083 | ||||
| | * | Use a background migration for issues.closed_atchange-issues-closed-at-background-migration | Yorick Peterse | 2018-01-03 | 1 | -0/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a previous attempt (rolled back in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16021) we tried to migrate `issues.closed_at` from timestamp to timestamptz using a regular migration. This has a bad impact on GitLab.com and as such was rolled back. This commit re-implements the original migrations using generic background migrations, allowing us to still migrate the data in a single release but without a negative impact on availability. To ensure the database schema is up to date the background migrations are performed inline in development and test environments. We also make sure to not migrate that that doesn't need migrating in the first place or has already been migrated. | ||||
| * | | Merge branch 'update-autodevops-template' into 'master' | Kamil Trzciński | 2018-01-03 | 1 | -0/+15 |
| |\ \ | | | | | | | | | | | | | Update Auto DevOps template See merge request gitlab-org/gitlab-ce!16042 | ||||
| | * | | Set Auto Browser Performance Testing to 10.4update-autodevops-template | Joshua Lambert | 2017-12-21 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add docs for AutoDevOps | Joshua Lambert | 2017-12-21 | 1 | -0/+15 |
| | | | | |||||
| * | | | Merge branch 'docs-update-doc-for-prometheus-and-kubernetes-integrations' ↵ | Kamil Trzciński 🎆 Back on Jan 2! | 2018-01-03 | 3 | -2/+6 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Updates documentation for Prometheus and Kubernetes integration Closes #41432 See merge request gitlab-org/gitlab-ce!16156 | ||||
| | * | | | Updates documentation for prometheus and kubernetes integrationdocs-update-doc-for-prometheus-and-kubernetes-integrations | Mayra Cabrera | 2017-12-28 | 3 | -2/+6 |
| | | | | | |||||
| * | | | | Align chart docs with readmealign-chart-docs | Joshua Lambert | 2018-01-03 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Add documents for GitLab utilitiesdocs-gitlab-utilities | Lin Jen-Shin | 2018-01-02 | 2 | -0/+93 |
| | |_|/ |/| | | |||||
| * | | | Typos correction on the advise of @smcgivern | Edouard | 2017-12-29 | 1 | -4/+4 |
| | | | | |||||
| * | | | Documenting that resolved JIRA tickets are not automatically transitioned | Edouard | 2017-12-29 | 1 | -0/+5 |
| | | | | |||||
| * | | | Merge branch 'patch-11' into 'master' | Robert Speicher | 2017-12-28 | 1 | -8/+10 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | doc/plantuml.md: use html tags so code fence example would work [ci skip] See merge request gitlab-org/gitlab-ce!16026 | ||||
| | * | | | plantuml.md: use html tags so code fence example would work | Elan Ruusamäe | 2017-12-27 | 1 | -8/+10 |
| | | | | | |||||
| * | | | | Table flip quick action docs | Victor Wu | 2017-12-28 | 1 | -0/+2 |
| | |/ / |/| | | |||||
| * | | | Update code_climate recommended usage. | Jonathan Duck | 2017-12-25 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge branch '32364-updating-slack-notification-not-working-by-api' into ↵ | Rémy Coutable | 2017-12-23 | 1 | -66/+258 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Updating Slack Notification not working by API" Closes #32364 et #22306 See merge request gitlab-org/gitlab-ce!11435 | ||||
| | * | | | Add Microsoft Teams Service API docs | Mark Fletcher | 2017-12-22 | 1 | -0/+34 |
| | | | | | |||||
| | * | | | Add Prometheus Service API docs | Mark Fletcher | 2017-12-22 | 1 | -0/+34 |
| | | | | | |||||
| | * | | | Add Bugzilla Service API docs | Mark Fletcher | 2017-12-22 | 1 | -0/+38 |
| | | | | | |||||
| | * | | | Update parameter formatting across Service API docs | Mark Fletcher | 2017-12-22 | 1 | -62/+102 |
| | | | | | |||||
| | * | | | Support new chat notifications parameters in Services API | Mark Fletcher | 2017-12-22 | 1 | -8/+54 |
| | | | | | | | | | | | | | | | | | | | | | + Add support for the new separate channel and events settings * Dry up chat notifications in the service properties definitions | ||||
| * | | | | Merge branch 'docs/gpg-clarify' into 'master' | Marcia Ramos | 2017-12-22 | 1 | -1/+6 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add note about using the term GPG for all related implementations Closes #36970 See merge request gitlab-org/gitlab-ce!14887 | ||||
| | * | | | | Add note about using the term GPG for all related implementationsdocs/gpg-clarify | Achilleas Pipinellis | 2017-12-22 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/36970 | ||||
| * | | | | | Docs: move article LDAP-CE to its topic-related folder | Marcia Ramos | 2017-12-22 | 8 | -278/+272 |
| | |/ / / |/| | | | |||||
| * | | | | Clarify Auto DevOps pipelines | Fabio Busatto | 2017-12-22 | 2 | -15/+8 |
| | | | | | |||||
| * | | | | Merge branch 'lfs-docs-typo' into 'master' | Achilleas Pipinellis | 2017-12-22 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | docs: fix a typo in LFS documentation See merge request gitlab-org/gitlab-ce!16078 | ||||
| | * | | | | docs: fix a typo in LFS documentation | Ben Boeckel | 2017-12-21 | 1 | -1/+1 |
| | | |_|/ | |/| | | |||||
| * | | | | Merge branch 'patch-29' into 'master' | Achilleas Pipinellis | 2017-12-22 | 1 | -1/+1 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | Fix prometheus arg in prometheus.yml See merge request gitlab-org/gitlab-ce!16075 | ||||
| | * | | | Fix prometheus arg in prometheus.yml | Sam Galson | 2017-12-21 | 1 | -1/+1 |
| | |/ / | |||||
| * | | | Merge branch 'docs/update-doc-for-ruby-2-3-6' into 'master' | Robert Speicher | 2017-12-21 | 4 | -8/+368 |
| |\ \ \ | | | | | | | | | | | | | | | | | Update installation and upgrade guides to use Ruby 2.3.6 See merge request gitlab-org/gitlab-ce!16038 | ||||
| | * | | | Update installation and upgrade guides to use Ruby 2.3.6docs/update-doc-for-ruby-2-3-6 | Rémy Coutable | 2017-12-20 | 4 | -8/+368 |
| | | |/ | |/| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | | | Merge branch 'patch-28' into 'master' | Jacob Schatz | 2017-12-21 | 5 | -73/+218 |
| |\ \ \ | | | | | | | | | | | | | | | | | Added 'admin' persona See merge request gitlab-org/gitlab-ce!15470 | ||||
| | * | | | Added 'admin' persona | Sarah O'Donnell | 2017-12-21 | 5 | -73/+218 |
| | | | | | |||||
| * | | | | Docs: move article Artifactory + GL to subject-related folder | Marcia Ramos | 2017-12-21 | 5 | -299/+298 |
| |/ / / | |||||
| * | | | Mention GitLab Pages when changing username | John Doe | 2017-12-21 | 1 | -1/+3 |
| | | | | |||||
| * | | | Consolidate the docs when changing a repo path | John Doe | 2017-12-21 | 4 | -115/+164 |
| | | | | |||||
| * | | | Add docs for automatic redirects when renaming namespaces | Achilleas Pipinellis | 2017-12-21 | 2 | -6/+42 |
| | | | | |||||
| * | | | move "Transfer an existing project into a group" to project docs | Marcia Ramos | 2017-12-21 | 3 | -16/+16 |
| | | | | | | | | | | | | | | | | | | | - move the section - replace identifiers with inline links - update settings (General settings > Advanced settings) | ||||
| * | | | organise content by subjectorganise-by-subject | Job van der Voort | 2017-12-21 | 1 | -0/+4 |
| | |/ |/| | |||||
| * | | Merge branch ↵ | Marcia Ramos | 2017-12-21 | 1 | -0/+50 |
| |\ \ | | | | | | | | | | | | | | | | | | | '41342-add-ci-yml-example-for-browser-performance-testing-in-ce' into 'master' Add CI YML example for Browser Performance Testing in CE See merge request gitlab-org/gitlab-ce!16058 | ||||
| | * | | Add CI YML example for CE41342-add-ci-yml-example-for-browser-performance-testing-in-ce | Joshua Lambert | 2017-12-20 | 1 | -0/+50 |
| | | | | |||||
| * | | | Merge branch '41227-document-volume-mounts-with-docker-dind' into 'master' | Achilleas Pipinellis | 2017-12-21 | 1 | -0/+15 |
| |\ \ \ | | | | | | | | | | | | | | | | | Resolve "Docker volumes not mounted when using docker:dind" See merge request gitlab-org/gitlab-ce!16070 | ||||
| | * | | | Document mounting volumes with Docker-in-Docker | Teresa e Junior | 2017-12-21 | 1 | -0/+15 |
| | |/ / | |||||
| * | | | Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master' | Douwe Maan | 2017-12-21 | 2 | -0/+2 |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | Add new last_commit_id param for create commit endpoint Closes #38356 See merge request gitlab-org/gitlab-ce!15922 | ||||
| | * | | Updates from last code review:38356-add-last_commit_sha-to-the-commit-api | Rubén Dávila | 2017-12-20 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | - Apply some refactoring for code reuse - Add file status validation for Files::DeleteService - Write additional specs | ||||
| | * | | Check if file has been modified for each action provided. | Rubén Dávila | 2017-12-20 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | When commiting multiple files we're now checking if any of those files has been modified by another commit and we're rejecting the new commit in this case. | ||||
| * | | Add optional `search` param for Merge Requests API | Mark Fletcher | 2017-12-20 | 1 | -0/+2 |
| |/ | |||||
| * | Merge branch 'master' into fl-update-axios-docs | Filipa Lacerda | 2017-12-19 | 1 | -12/+11 |
| |\ | | | | | | | | | | | * master: Tidy up the documentation of Gitlab HA/Gitlab Application Make sure two except won't overwrite each other | ||||
| | * | Tidy up the documentation of Gitlab HA/Gitlab Application | Richard Clamp | 2017-12-19 | 1 | -12/+11 |
| | | | |||||
| * | | Update axios.mdfl-update-axios-docs | Filipa Lacerda | 2017-12-19 | 1 | -1/+1 |
| |/ | |||||
