- 25 Sep, 2018 8 commits
-
-
Toon Claes authored
The original code caused Rails to generate invalid SQL. The problem lays in the `.arel` method in `ActiveRecord::Relation`. When there was a `limit` on the relation, the `LIMIT` statement was taken over to Arel, but the value wasn't. ```ruby relation = Event.limit(2) relation.to_sql #=> "SELECT `events`.* FROM `events` LIMIT 2" relation.arel.to_sql #=> "SELECT `events`.* FROM `events` LIMIT ?" ``` Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51729
-
Rémy Coutable authored
Update ldap.md If you escape the '\' character when using a "domain\user" scheme for the bind_dn name, it will fail. gitlab-ctl reconfigure escapes characters, and if you pre-escape the '\', the resultant yaml file will have four (4) '\' characters See merge request gitlab-org/gitlab-ce!20460
-
Rémy Coutable authored
use redirect instead of render to avoid creating keys when refresh - resolves #47942 Closes #47942 See merge request gitlab-org/gitlab-ce!20363
-
Tim Zallmann authored
Update frontend tooling dependencies See merge request gitlab-org/gitlab-ce!21818
-
Phil Hughes authored
Refactor IDE index to support EE specific code See merge request gitlab-org/gitlab-ce!21895
-
Phil Hughes authored
Use Vue component for job artifacts, Commit and Trigger Variables See merge request gitlab-org/gitlab-ce!21777
-
Filipa Lacerda authored
-
Valery Sizov authored
Remove background job throttling feature Closes #51509 See merge request gitlab-org/gitlab-ce!21748
-
- 24 Sep, 2018 31 commits
-
-
Paul Slaughter authored
**Why?** - The web terminal feature is EE specific and will need to inject some specific options / functions into certain components.
-
Annabel Dunstone Gray authored
Resolve "Collapsed open and closed sections in boards styling is broken" Closes #51050 See merge request gitlab-org/gitlab-ce!21868
-
Andrea Leone authored
-
Robert Speicher authored
Post a commit note with the downstream pipeline URL for omnibus triggers See merge request gitlab-org/gitlab-ce!21512
-
Rémy Coutable authored
Refactor scripts/trigger-build and post a commit note with the downstream pipeline URL for omnibus triggers Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Achilleas Pipinellis authored
Auto devops docs improvements See merge request gitlab-org/gitlab-ce!21882
-
Dylan Griffith authored
-
Valery Sizov authored
We remove this feature as it never worked properly
-
Douwe Maan authored
Resolve "Resolved discussions automatically get unresolved when commented on" Closes #24128 See merge request gitlab-org/gitlab-ce!21881
-
Rémy Coutable authored
Feature/new user snippets breadcrumbs See merge request gitlab-org/gitlab-ce!21661
-
J.D. Bean authored
-
Paul Slaughter authored
**Why?** The previous behavior had resolved discussions being unresolved when commented on. This was strange UX, especially since there is a separate button for "Comment & unresolve discussion". https://gitlab.com/gitlab-org/gitlab-ce/issues/24128 **Note:** - Also adds changelog
-
Paul Slaughter authored
**Why?** - These specs had duplicated code for a common context - New specs for this context needs to be added **Notes:** - Also added some `wait_for_requests` to buttons that triggered AJAX
-
Yorick Peterse authored
Move group labels AR code into finder Closes #49653 See merge request gitlab-org/gitlab-ce!21854
-
Rémy Coutable authored
Add Baw-Appie as Korean proofreader See merge request gitlab-org/gitlab-ce!20586
-
Marin Jankovski authored
Upgrade eslint to v5.x See merge request gitlab-org/gitlab-ce!21825
-
Marcia Ramos authored
Change the tier badge of Geo to be PREMIUM See merge request gitlab-org/gitlab-ce!21877
-
Filipa Lacerda authored
Increase performance when creating discussion on diff Closes #49002 See merge request gitlab-org/gitlab-ce!21743
-
Filipa Lacerda authored
Fixes WIP text with two different colors in MR edit page Transforms a `p` element in a `div` to guarantee WIP the explanation is rendered inside `text-muted` See merge request gitlab-org/gitlab-ce!21740
-
Phil Hughes authored
-
Phil Hughes authored
Use gitlab-ui 1.5.1 See merge request gitlab-org/gitlab-ce!21865
-
Achilleas Pipinellis authored
-
- 22 Sep, 2018 1 commit
-
-
Gerard Montemayor authored
-