| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Fix default_project_creation already exists
See merge request gitlab-org/gitlab-ce!27144
|
|/
|
|
|
| |
For those who upgraded to a version that included the previous
backport implementation with migration 20190311132500.
|
|\
| |
| |
| |
| | |
Backport `add_default_project_creation_setting` to CE
See merge request gitlab-org/gitlab-ce!27141
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix stage index migration failing in PostgreSQL 10
Closes #59985
See merge request gitlab-org/gitlab-ce!26972
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Refactor Issues doc
Closes #56877
See merge request gitlab-org/gitlab-ce!24695
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Document IS_GITLAB_EE environment variable
Closes #60131
See merge request gitlab-org/gitlab-ce!27120
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
Enable ESLint rule jest/no-focused-tests
See merge request gitlab-org/gitlab-ce!27132
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Override problematic display with utility class
Closes #60231
See merge request gitlab-org/gitlab-ce!27138
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'master'
GraphQL complexity limit too low for Schema load / IntrospectionQuery
Closes #60123
See merge request gitlab-org/gitlab-ce!27063
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
An IntrospectionQuery required more
complexity points.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
CE: Extract EE specific files/lines for Discussion spec/services
See merge request gitlab-org/gitlab-ce!26950
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is part of moving GitLab to single codebase
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Edits to documentation dev doc index
See merge request gitlab-org/gitlab-ce!27135
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
Fix typo “settings” in Merge requests docs
See merge request gitlab-org/gitlab-ce!27020
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Improvements to Documentation style and structure information
See merge request gitlab-org/gitlab-ce!27098
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also, move MySQL tests to run only on master branch, and on schedules.
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Improve performance of PR import
See merge request gitlab-org/gitlab-ce!27121
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This removes unneeded `.reload` call which
makes AR to load ALL objects, and create its
in-memory representation.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Extract a Git::HooksService
Closes #15463
See merge request gitlab-org/gitlab-ce!26726
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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
|
|/ / / / / / |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Externalize strings in flash messages
See merge request gitlab-org/gitlab-ce!27106
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- Externalize strings in controllers
- Update PO file
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Add useful tips about big repositories
See merge request gitlab-org/gitlab-ce!27005
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Adds EE folder in the stylelint command
See merge request gitlab-org/gitlab-ce!27058
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Display maximum artifact size from runtime config
See merge request gitlab-org/gitlab-ce!26784
|
| | |_|_|_|_|/ /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
The maximum artifact size was moved into runtime config some time ago.
Update the instance configuration code to read this value.
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|/ / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Docs: Fix anchors related to variables doc
See merge request gitlab-org/gitlab-ce!27081
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add doc when rspec-set won't work
See merge request gitlab-org/gitlab-ce!27050
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | |
| | | | | | | |
| | | | | | | | |
Update dependency @gitlab/svgs to ^1.59.0
See merge request gitlab-org/gitlab-ce!27104
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Update RegExp syntax link to RE2
See merge request gitlab-org/gitlab-ce!27090
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
CI ref pattern matching now uses RE2 instead of Ruby.
See
https://about.gitlab.com/2019/04/01/security-release-gitlab-11-dot-9-dot-4-released/ for more information.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
into 'master'
Resolve "Weight trainee maintainers higher in reviewer roulette"
Closes #60035
See merge request gitlab-org/gitlab-ce!27043
|