- 04 Apr, 2019 8 commits
-
-
Stan Hu authored
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
-
Stan Hu authored
Fix broken spec for Merge request > Revert modal See merge request gitlab-org/gitlab-ce!26961
-
Douglas Barbosa Alexandre authored
-
Evan Read authored
Add documentation for Google Secure LDAP See merge request gitlab-org/gitlab-ce!26064
-
Evan Read authored
Clean up the mysql to postgres guide See merge request gitlab-org/gitlab-ce!24061
-
Douglas Barbosa Alexandre authored
Include DAST as dependent CI template See merge request gitlab-org/gitlab-ce!26956
-
Lucas Charles authored
-
Douglas Barbosa Alexandre authored
Add @mkozono to backend CODEOWNERS Closes gitlab-com/www-gitlab-com#3355 See merge request gitlab-org/gitlab-ce!26947
-
- 03 Apr, 2019 32 commits
-
-
Clement Ho authored
Resolve "Project overview UI: Line break when there are multiple project tags" Closes #55650 See merge request gitlab-org/gitlab-ce!26797
-
Evan Read authored
Minor EE feature doc fixes See merge request gitlab-org/gitlab-ce!26900
-
Mark Florian authored
Presumably the `renderIfEE` is from an older edit.
-
Mike Greiling authored
Resolve "Show download diff even when merge request is closed" Closes #29249 See merge request gitlab-org/gitlab-ce!26772
-
Drew Blessing authored
As of 11.9 GitLab supports Google Secure LDAP for authentication and group sync. This documentation outlines how to configure the service. Rename file
-
Achilleas Pipinellis authored
This change refactors the pgloader instructions to have less headings and be more straightforward.
-
Annabel Dunstone Gray authored
Replace 'x seconds ago' with 'just now' Closes #58425 See merge request gitlab-org/gitlab-ce!25992
-
Sergiu Marton authored
-
Clement Ho authored
Simple masking frontend - CE See merge request gitlab-org/gitlab-ce!26751
-
Michael Kozono authored
-
Clement Ho authored
Localize notifications dropdown Closes gitlab-ee#10686 See merge request gitlab-org/gitlab-ce!26844
-
Jacques Erasmus authored
Localized the notifications dropdown string
-
Achilleas Pipinellis authored
Removing redundant "predefined" See merge request gitlab-org/gitlab-ce!26516
-
Eric Hendricks authored
-
Achilleas Pipinellis authored
Fix code block and other minor fixes See merge request gitlab-org/gitlab-ce!26894
-
Evan Read authored
-
Illya Klymov authored
-
Nick Thomas authored
Remove reply_to_individual_notes feature flag Closes #58644 See merge request gitlab-org/gitlab-ce!26889
-
GitLab Release Tools Bot authored
[ci skip]
-
Lin Jen-Shin authored
Backport: Bring back Gitlab::UntrustedRegexp.with_fallback See merge request gitlab-org/gitlab-ce!26901
-
Fatih Acet authored
Add docs for debugging Jest tests See merge request gitlab-org/gitlab-ce!26810
-
Simon Knox authored
-
Phil Hughes authored
MR image diff swipe view: Disable user-select on drag Closes #59942 See merge request gitlab-org/gitlab-ce!26884
-
ftab authored
Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/59942
-
Robert Speicher authored
Resolve remaining CE to EE differences in lib/ See merge request gitlab-org/gitlab-ce!26608
-
Nick Thomas authored
Improve file handling of special characters in WebIDE Closes #54376 See merge request gitlab-org/gitlab-ce!25727
-
Kieran Andrews authored
Merge branch 'feature/webide_escaping' of gitlab.com:hiddentiger/gitlab-ce into feature/webide_escaping
-
Rémy Coutable authored
Only execute system hooks once when pushing tags Closes #52560 See merge request gitlab-org/gitlab-ce!26888
-
Sean McGivern authored
Remove already defined shared example Closes #59756 See merge request gitlab-org/gitlab-ce!26867
-
Kamil Trzciński authored
CE Backport: Update Web IDE config to accept ports Closes gitlab-ee#10179 See merge request gitlab-org/gitlab-ce!26679
-
Francisco Javier López authored
In order to implement https://gitlab.com/gitlab-org/gitlab-ee/issues/10179 we need several modifications on the CI config file. We are adding a new ports section in the default Image object. Each of these ports will accept: number, protocol and name. By default this new configuration will be only enabled in the Web IDE config file.
-
Kamil Trzciński authored
docs: add gitlab version for list jobs of a runner See merge request gitlab-org/gitlab-ce!26815
-