- 28 Jul, 2017 21 commits
-
-
Douwe Maan authored
Fix remote mirror last_update_at nil error in view See merge request !2542
-
Douwe Maan authored
Adds restrict group owners to admins option to admin application settings dashboard Closes #918 See merge request !2529
-
Dmitriy Zaporozhets authored
Replace autodeploy guide image to use blank namespace Closes #3025 See merge request !2552
-
Tiago Botelho authored
-
Sean McGivern authored
EE: Merge issuable "reopened" state into "opened" See merge request !2492
-
Tiago Botelho authored
-
Rémy Coutable authored
Make access level for protected tag factories less conflicting See merge request !2553
-
James Edwards-Jones authored
[ci skip]
-
James Edwards-Jones authored
[ci skip]
-
Tim Zallmann authored
EE port of ph-inline-js See merge request !2543
-
Yorick Peterse authored
Having two states that essentially mean the same thing is very much like having a boolean "true" and boolean "mostly-true": it's rather silly. This commit merges the "reopened" state into the "opened" state while taking care of system notes still showing messages along the lines of "Alice reopened this issue". A big benefit from having only two states (opened and closed) is that indexing and querying becomes simpler and more performant. For example, to get all the opened queries we no longer have to query both states: SELECT * FROM issues WHERE project_id = 2 AND state IN ('opened', 'reopened'); Instead we can query a single state directly, which can be much faster: SELECT * FROM issues WHERE project_id = 2 AND state = 'opened'; Further, only having two states makes indexing easier as we will only ever filter (and thus scan an index) using a single value. Partial indexes could help but aren't supported on MySQL, complicating the development process and not being helpful for MySQL.
-
Lin Jen-Shin authored
`{ default_access_level: false }` instead. This would work better with CE codes
-
Rémy Coutable authored
[EE] Use `:empty_project` where possible in feature specs See merge request !2546
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Douwe Maan authored
Add license check before enabling extra features for LDAP Closes #2844 See merge request !2513
-
Phil Hughes authored
-
Phil Hughes authored
-
Phil Hughes authored
-
Dmitriy Zaporozhets authored
CE upstream - Wednesday Closes omnibus-gitlab#2612 See merge request !2527
-
Dmitriy Zaporozhets authored
Fix header levels of auto deploy quick start See merge request !2545
-
Sean McGivern authored
Present Related Issues widget for logged-out users when publicly available Closes #3004 See merge request !2525
-
- 27 Jul, 2017 19 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Nick Thomas authored
-
Robert Speicher authored
[EE] Incorporate RefsService.FindAllBranches Gitaly RPC See merge request !2521
-
Job van der Voort authored
information on language support for i18n See merge request !2530
-
Mike Bartlett authored
-
Robert Speicher authored
EE-Port: Add all ApplicationSettings attributes to the API Closes gitlab-ce#34163 See merge request !2431
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
(It wasn't possible.)
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Oswaldo Ferreira authored
-
Robert Speicher authored
[EE] Skip OAuth authorization for trusted applications See merge request !2456
-