summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Even more predefined variablesdocs/update-registry-userEvan Read2019-04-091-6/+5
|
* Variable for more examplesEvan Read2019-04-091-3/+3
|
* Variable for registry tooEvan Read2019-04-091-2/+2
|
* Update auth with registry docsEvan Read2019-04-091-9/+11
|
* Merge branch 'gitlab-managed-apps' into 'master'Evan Read2019-04-091-1/+1
|\ | | | | | | | | Name GitLab managed apps See merge request gitlab-org/gitlab-ce!27129
| * Name GitLab managed appsgitlab-managed-appsSid Sijbrandij2019-04-081-1/+1
| |
* | Merge branch 'fix_qa_auto_devops_ci_masking_variable' into 'master'Ramya Authappan2019-04-091-2/+2
|\ \ | | | | | | | | | | | | QA: Change CI value to something that can be masked See merge request gitlab-org/gitlab-ce!27146
| * | Change value to something that can be maskedfix_qa_auto_devops_ci_masking_variableThong Kuah2019-04-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current value cannot be masked[1] but CI variables default to masked. Rather than implementing a toggle for the masking control, simply change the value to something that can be masked. [1] Currently, "simple" values can be masked: * it should be a single line * it should not have escape characters * it should not use variables * it should not have any whitespace * it should be longer than 8 characters https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25476
* | | Merge branch 'docs-anchors-predefined-variables' into 'master'Evan Read2019-04-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | Docs: Update predefined_variables.md to fix anchor See merge request gitlab-org/gitlab-ce!27127
| * | | Docs: Update predefined_variables.md to fix anchorMarcel Amirault2019-04-091-1/+1
|/ / /
* | | Merge branch 'patch-50' into 'master'Evan Read2019-04-091-1/+6
|\ \ \ | | | | | | | | | | | | | | | | Update Okta configuration notes See merge request gitlab-org/gitlab-ce!27076
| * | | Update Okta configuration notesBlair Lunceford2019-04-091-1/+6
|/ / /
* | | Merge branch 'mk/follow-up-fix-default-project-creation-migration' into 'master'Kamil Trzciński2019-04-081-2/+6
|\ \ \ | | | | | | | | | | | | | | | | Fix default_project_creation already exists See merge request gitlab-org/gitlab-ce!27144
| * | | Fix the backported migrationMichael Kozono2019-04-081-2/+6
|/ / / | | | | | | | | | | | | For those who upgraded to a version that included the previous backport implementation with migration 20190311132500.
* | | Merge branch 'backport-add-default-project-creation-setting' into 'master'Michael Kozono2019-04-082-22/+15
|\ \ \ | | | | | | | | | | | | | | | | Backport `add_default_project_creation_setting` to CE See merge request gitlab-org/gitlab-ce!27141
| * | | Backport `add_default_project_creation_setting` to CEbackport-add-default-project-creation-settingKamil Trzciński2019-04-082-22/+15
| | | |
* | | | Merge branch 'sh-fix-issue-59985' into 'master'Michael Kozono2019-04-082-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix stage index migration failing in PostgreSQL 10 Closes #59985 See merge request gitlab-org/gitlab-ce!26972
| * | | | Fix stage index migration failing in PostgreSQL 10sh-fix-issue-59985Stan Hu2019-04-032-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As discussed in https://www.postgresql.org/message-id/9922.1353433645%40sss.pgh.pa.us, the PostgreSQL window function last_value may not consider the right rows: Note that first_value, last_value, and nth_value consider only the rows within the "window frame", which by default contains the rows from the start of the partition through the last peer of the current row. This is likely to give unhelpful results for last_value and sometimes also nth_value. You can redefine the frame by adding a suitable frame specification (RANGE or ROWS) to the OVER clause. See Section 4.2.8 for more information about frame specifications. This query could be fixed by adding `RANGE BETWEEN UNBOUNDED PRECEDING AND UNBOUNDED FOLLOWING`, but that's quite verbose. It's simpler just to use the first_value function. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59985
* | | | | Merge branch 'review-revamp-issues-docs' into 'master'Mike Lewis2019-04-082-133/+98
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor Issues doc Closes #56877 See merge request gitlab-org/gitlab-ce!24695
| * | | | | Refactor Issues docMike Lewis2019-04-082-133/+98
|/ / / / /
* | | | | Merge branch 'winh-IS_GITLAB_EE-docs' into 'master'Mike Greiling2019-04-081-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document IS_GITLAB_EE environment variable Closes #60131 See merge request gitlab-org/gitlab-ce!27120
| * | | | | Document IS_GITLAB_EE environment variablewinh-IS_GITLAB_EE-docsWinnie Hellmann2019-04-081-0/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'winh-jest-no-focused-tests' into 'master'Mike Greiling2019-04-082-5/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Enable ESLint rule jest/no-focused-tests See merge request gitlab-org/gitlab-ce!27132
| * | | | | Enable ESLint rule jest/no-focused-testsWinnie Hellmann2019-04-082-5/+11
|/ / / / /
* | | | | Merge branch '60231-pipeline-regression-fix' into 'master'Mike Greiling2019-04-081-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Override problematic display with utility class Closes #60231 See merge request gitlab-org/gitlab-ce!27138
| * | | | | Override problematic display with utility class60231-pipeline-regression-fixsarahghp2019-04-081-2/+2
| | | | | |
* | | | | | Merge branch '60123-graphql-complexity-limit-too-low-for-schema-load' into ↵Douglas Barbosa Alexandre2019-04-083-8/+109
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' GraphQL complexity limit too low for Schema load / IntrospectionQuery Closes #60123 See merge request gitlab-org/gitlab-ce!27063
| * | | | | | Increase GraphQL complexityBrett Walker2019-04-083-8/+109
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | An IntrospectionQuery required more complexity points.
* | | | | | Merge branch 'ce-issue_6628' into 'master'Lin Jen-Shin2019-04-081-23/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE: Extract EE specific files/lines for Discussion spec/services See merge request gitlab-org/gitlab-ce!26950
| * | | | | | Extract EE specific files/lines for Discussion spec/servicesce-issue_6628Felipe Artur2019-04-031-23/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part of moving GitLab to single codebase
* | | | | | | Merge branch 'edits-to-index-of-development-docs' into 'master'Achilleas Pipinellis2019-04-082-32/+23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Edits to documentation dev doc index See merge request gitlab-org/gitlab-ce!27135
| * | | | | | | Edits to documentation dev doc indexMike Lewis2019-04-082-32/+23
|/ / / / / / /
* | | | | | | Merge branch 'patch-2' into 'master'Marcia Ramos2019-04-081-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Fix typo “settings” in Merge requests docs See merge request gitlab-org/gitlab-ce!27020
| * | | | | | Fix typo “settings” in Merge requests docsRory O’Kane2019-04-041-1/+1
| | | | | | |
* | | | | | | Merge branch 'docs-style-and-structure-improvement' into 'master'Achilleas Pipinellis2019-04-081-24/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements to Documentation style and structure information See merge request gitlab-org/gitlab-ce!27098
| * | | | | | | Improvements to Documentation style and structure informationMike Lewis2019-04-081-24/+26
|/ / / / / / /
* | | | | | | Merge branch 'pg-10-specs' into 'master'Rémy Coutable2019-04-081-0/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add test suite with PostgreSQL 10 to be run on a schedule. Also, move MySQL tests to run only on master branch, and on schedules. See merge request gitlab-org/gitlab-ce!26920
| * | | | | | | Add test suite with PostgreSQL 10 to be run on a scheduleBalasankar "Balu" C2019-04-081-0/+27
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, move MySQL tests to run only on master branch, and on schedules. Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
* | | | | | | Merge branch 'fix-pull-request-importer' into 'master'Kamil Trzciński2019-04-083-1/+79
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve performance of PR import See merge request gitlab-org/gitlab-ce!27121
| * | | | | | | Improve performance of PR importfix-pull-request-importerKamil Trzciński2019-04-083-1/+79
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes unneeded `.reload` call which makes AR to load ALL objects, and create its in-memory representation.
* | | | | | | Merge branch '15463-extract-hooks-service' into 'master'Robert Speicher2019-04-0814-659/+879
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extract a Git::HooksService Closes #15463 See merge request gitlab-org/gitlab-ce!26726
| * | | | | | | Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-0514-659/+879
| | | | | | | |
* | | | | | | | Merge branch 'bgamari/gitlab-ce-T53279b' into 'master'Rémy Coutable2019-04-089-10/+67
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `updated_at` doesn't apply to `state_event` updates of issues via API. Closes #51279 and #46980 See merge request gitlab-org/gitlab-ce!27124
| * | | | | | | Fix `updated_at` doesn't apply to `state_event` updates of issues via APISean McGivern2019-04-089-10/+67
|/ / / / / / /
* | | | | | | Merge branch 'mw-i18n-flashes' into 'master'Sean McGivern2019-04-0814-34/+133
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Externalize strings in flash messages See merge request gitlab-org/gitlab-ce!27106
| * | | | | | | Externalize strings in flash messagesMartin Wortschack2019-04-0814-34/+133
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Externalize strings in controllers - Update PO file
* | | | | | | Merge branch 'document-approach-for-handling-big-repositories' into 'master'Achilleas Pipinellis2019-04-082-0/+236
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add useful tips about big repositories See merge request gitlab-org/gitlab-ce!27005
| * | | | | | | Add usefull tips about big repositoriesdocument-approach-for-handling-big-repositoriesKamil Trzciński2019-04-082-0/+236
| | | | | | | |
* | | | | | | | Merge branch '10938-fix-styleline' into 'master'Phil Hughes2019-04-081-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds EE folder in the stylelint command See merge request gitlab-org/gitlab-ce!27058
| * | | | | | | | Adds EE folder in the stylelint command10938-fix-stylelineFilipa Lacerda2019-04-051-1/+1
| | | | | | | | |