- 04 Dec, 2018 12 commits
-
-
Fatih Acet authored
Fix collapsing discussion replies Closes #54646 See merge request gitlab-org/gitlab-ce!23462
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into 'master'" See merge request gitlab-org/gitlab-ce!23530
-
Phil Hughes authored
CE Port2 of "Add empty and disabled web terminal tab" See merge request gitlab-org/gitlab-ce!23509
-
Phil Hughes authored
Update -font-size variable name See merge request gitlab-org/gitlab-ce!23519
-
Sean McGivern authored
Disable format determination based on path extension Closes #54278 See merge request gitlab-org/gitlab-ce!23454
-
Sean McGivern authored
Make docs about expect_next_instance_of consistent See merge request gitlab-org/gitlab-ce!23507
-
Fabio Busatto authored
This reverts merge request !23165
-
Stan Hu authored
Approximate table counts based on TABLESAMPLE See merge request gitlab-org/gitlab-ce!22650
-
Evan Read authored
Fix lack of documentation on how to fetch a snippet's content using API See merge request gitlab-org/gitlab-ce!23448
-
colinleroy authored
-
Evan Read authored
Fix documentation for /api/v4/projects/:id/repository/archive Closes #45992 See merge request gitlab-org/gitlab-ce!23501
-
- 03 Dec, 2018 28 commits
-
-
Evan Read authored
Rollback will not work because Envoy will still fetch latest commit from the… See merge request gitlab-org/gitlab-ce!23493
-
Evan Read authored
Docs : Auto Devops migrate: add two release info See merge request gitlab-org/gitlab-ce!23500
-
GitLab Release Tools Bot authored
[ci skip]
-
Andreas Brandl authored
The numbers in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22650#note_117645395 are quite promising with that target.
-
Andreas Brandl authored
-
Andreas Brandl authored
This improves readability quite a bit.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
A tablesample count executes in two phases: * Estimate table sizes based on reltuples. * Based on the estimate: * If the table is considered 'small', execute an exact relation count. * Otherwise, count on a sample of the table using TABLESAMPLE. The size of the sample is chosen in a way that we always roughly scan the same amount of rows (see TABLESAMPLE_ROW_TARGET).
-
Andreas Brandl authored
The goal is to reflect separation of concern also in specs.
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Andreas Brandl authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
Fix line height of numbers in file blame view. Closes #54048 See merge request gitlab-org/gitlab-ce!23090
-
Paul Slaughter authored
-
Douglas Barbosa Alexandre authored
Fix "protected branches only" checkbox not set properly at init Closes #53515 See merge request gitlab-org/gitlab-ce!23409
-
Stan Hu authored
The documentation mistakenly says that `format` can be used as a parameter, but the Grape middleware reserves `format` as a content-type header. Update the documentation to make it explicit the suffix should be used to specify a format. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/45992
-
Clement Ho authored
Resolve "Filter by `None`/`Any` for labels in issues/mrs/boards" Closes #52370 See merge request gitlab-org/gitlab-ce!23111
-
🙈 jacopo beschi 🙉 authored
-
Robert Speicher authored
Fix deprecation: render :text is deprecated because it does not actually render… See merge request gitlab-org/gitlab-ce!23425
-