summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'patch/gpg-doc' into 'master'Achilleas Pipinellis2018-10-081-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix indentation in GPG documentation See merge request gitlab-org/gitlab-ce!22132
| * | | | | | | | Fix indentation in GPG documentationFranklin Yu2018-10-051-1/+1
| | | | | | | | |
* | | | | | | | | Merge branch 'increase-event-retention-prune-old-events-worker' into 'master'Douwe Maan2018-10-081-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Prune events older than 2 years instead of 12 months See merge request gitlab-org/gitlab-ce!22145
| * | | | | | | | Updated docs to reflect new 2 year periodJeremy Watson2018-10-061-1/+1
| | | | | | | | |
* | | | | | | | | Add timed incremental rollout to Auto DevOpsAlessio Caiazza2018-10-051-19/+47
| |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto DevOps deployment strategies now supports timed incremental rollout. We are deprecating the usage of INCREMENTAL_ROLLOUT_ENABLED environment variable in Auto DevOps template. The new behavior will be driven by the INCREMENTAL_ROLLOUT_MODE variable that can either be manual (same as INCREMENTAL_ROLLOUT_ENABLED) or timed. Rollout deployments will be executed using a 5 minute delay between each job.
* | | | | | | | Fix documentation for variablesEvan Read2018-10-051-9/+11
| | | | | | | |
* | | | | | | | Document Security and Licence Management features permissionsGilbert Roulot2018-10-051-1/+8
| | | | | | | |
* | | | | | | | Merge branch 'ce-5987-project-templates-api' into 'master'Robert Speicher2018-10-055-523/+324
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new project-specific templates API endpoint See merge request gitlab-org/gitlab-ce!22118
| * | | | | | | | Backport project template API to CENick Thomas2018-10-055-523/+324
| | | | | | | | |
* | | | | | | | | Merge branch '46050_add_new_ci_predefined_variables_for_gitlab_version' into ↵Douglas Barbosa Alexandre2018-10-051-0/+12
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Add new CI predefined variables with version components Closes #46050 See merge request gitlab-org/gitlab-ce!21853
| * | | | | | | | Add variables to CI jobs for GitLab version componentsGilbert Roulot2018-10-051-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds CI_SERVER_VERSION_MAJOR, CI_SERVER_VERSION_MINOR, CI_SERVER_VERSION_PATCH to the list of environment variables passed to CI jobs.
* | | | | | | | | Make GitLab pages support access controlTuomo Ala-Vannesluoma2018-10-051-0/+2
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'docs/fix-404-to-8.17' into 'master'Achilleas Pipinellis2018-10-051-38/+37
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix links and Markdown. See merge request gitlab-org/gitlab-ce!22128
| * | | | | | | | Fix links and Markdown.Evan Read2018-10-051-38/+37
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'feature/gb/pipeline-only-except-with-modified-paths' into 'master'Kamil Trzciński2018-10-051-1/+48
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Pipeline only/except for modified paths See merge request gitlab-org/gitlab-ce!21981
| * | | | | | | Merge branch 'master' into feature/gb/pipeline-only-except-with-modified-pathsGrzegorz Bizon2018-10-052-9/+9
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: Require spec helpers loaded by other spec helpers first Resolve "2FA mobile options should be rephrased" Add css class to Admin > Project > show page Trim whitespace when inviting a new user by email Bump Gitaly to v0.124.0 Banzai project ref- share context more aggresively Add reliable fetcher for Sidekiq Allows to filter issues by `Any milestone` in the API
| * | | | | | | | Improve only: changes feature documentationGrzegorz Bizon2018-10-051-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align with current technical writing style-guides.
| * | | | | | | | Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-0441-669/+1168
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # app/models/ci/pipeline.rb
| * | | | | | | | | Copy-edit documentation for only/except changes featureGrzegorz Bizon2018-10-041-13/+25
| | | | | | | | | |
| * | | | | | | | | Few minor fixed in code and docs for only: changesGrzegorz Bizon2018-10-031-1/+1
| | | | | | | | | |
| * | | | | | | | | Copy-edit docs for only: changes featureGrzegorz Bizon2018-10-021-10/+11
| | | | | | | | | |
| * | | | | | | | | Add basic documentation for only: changes featureGrzegorz Bizon2018-10-021-1/+36
| | | | | | | | | |
* | | | | | | | | | Merge branch 'patch-29' into 'master'Marcia Ramos2018-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Documentation: Use proper Configure label instead of Configuration in issue_workflow.md See merge request gitlab-org/gitlab-ce!22114
| * | | | | | | | | | Use proper Configure label instead of Configuration in issue_workflow.mdZsolt Kovari2018-10-041-1/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'features/unauth-access-ssh-keys' into 'master'Douwe Maan2018-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | List public ssh keys by id or username without authentication See merge request gitlab-org/gitlab-ce!20118
| * | | | | | | | | List public ssh keys by id or username without authenticationRonald Claveau2018-10-031-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch '51748-filter-any-milestone-via-api' into 'master'Douwe Maan2018-10-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to filter issues by `Any milestone` in the API Closes #51748 See merge request gitlab-org/gitlab-ce!22080
| * | | | | | | | | Allows to filter issues by `Any milestone` in the APIJacopo2018-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GET `api/v4/projects/:id/issues` the user can filter issues that have an assigned milestone through the parameter `milestone=Any+Milestone`.
* | | | | | | | | | Resolve "2FA mobile options should be rephrased"Marc Schwede2018-10-041-8/+8
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'add-pipeline-in-mr-docs' into 'master'Achilleas Pipinellis2018-10-041-209/+473
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the MR documentation See merge request gitlab-org/gitlab-ce!22086
| * | | | | | | | | Improve the MR documentationRémy Coutable2018-10-041-209/+473
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | Clone nurtch demo notebooks at Jupyter startupAmit Rathi2018-10-041-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge branch 'ce-7287-epic-references' into 'master'Nick Thomas2018-10-041-4/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support short reference to epics from project entities See merge request gitlab-org/gitlab-ce!22048
| * | | | | | | | | Support short reference to group entities from project entitiesce-7287-epic-referencesJarka Košanová2018-10-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add a direct project parent (group) to Banzai context - if an epic is referenced from a direct descendant -> change epic to_reference to use short reference
* | | | | | | | | | Merge branch 'docs/fix-links-to-subgit' into 'master'Achilleas Pipinellis2018-10-041-3/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix links to external site and minor Markdown improvements See merge request gitlab-org/gitlab-ce!22098
| * | | | | | | | | | Fix links to external site and minor Markdown improvementsEvan Read2018-10-041-3/+4
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '51009-remove-rbac-clusters-feature-flag' into 'master'Kamil Trzciński2018-10-041-27/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove :rbac_clusters feature flag Closes #51009 See merge request gitlab-org/gitlab-ce!22096
| * | | | | | | | | | Update docs to remove mention of feature flagThong Kuah2018-10-041-27/+2
| | | | | | | | | | |
* | | | | | | | | | | Resolve "Add status message from within user menu"Dennis Tang2018-10-041-0/+7
| | | | | | | | | | |
* | | | | | | | | | | Merge branch 'lock-quick-action-docs' into 'master'Sean McGivern2018-10-041-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs lock/unlock quick action See merge request gitlab-org/gitlab-ce!22088
| * | | | | | | | | | | Docs lock/unlock quick actionVictor Wu2018-10-031-1/+3
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'patch-25' into 'master'Rémy Coutable2018-10-041-15/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: moving repositories cleanup See merge request gitlab-org/gitlab-ce!22099
| * | | | | | | | | | | docs: moving repositories cleanupBen Bodenmiller2018-10-031-15/+11
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use `git` user * formatting cleanup
* | | | | | | | | | | Includes commit stats in POST project commits API51803-include-commits-stats-in-projects-apiJacopo2018-10-031-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'gt-update-git-lfs-fetch-command' into 'master'Achilleas Pipinellis2018-10-031-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update `git lfs fetch` command See merge request gitlab-org/gitlab-ce!22077
| * | | | | | | | | | Update `git lfs fetch` command [ci skip]George Tsiolis2018-10-031-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge branch '48004-db-initialize-migrate' into 'master'Dmitriy Zaporozhets2018-10-031-0/+27
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support db migration and initialization for Auto DevOps Closes #48004 See merge request gitlab-org/gitlab-ce!21955
| * | | | | | | | | | Be explicit about PostgreSQL in auto devops docsDylan Griffith2018-10-031-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Doc improvements for DB migrations in Auto DevOpsDylan Griffith2018-10-031-5/+5
| | | | | | | | | | |
| * | | | | | | | | | Minor doc update for auto devops db migrations48004-db-initialize-migrateDylan Griffith2018-10-021-1/+3
| | | | | | | | | | |