- 09 Apr, 2016 4 commits
-
-
connorshea authored
From commit 85cc1729
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Bump rails to 4.2.6 See merge request !3424
-
Robert Speicher authored
Only load emoji spritesheet when necessary On a normal issue where the only award emoji displayed by default are the thumbs-up and thumbs-down emoji, this decreases the page load by 670KB or 250KB depending on pixel density. Resolves #14334. See merge request !3449
-
- 08 Apr, 2016 17 commits
-
-
connorshea authored
The emoji_icon helper used to display the award emoji in Issue and Merge Request views. By default the spritesheet is used, but passing `sprite: false` to the `emoji_icon` helper makes the emoji render as separate images. For award emoji displayed by default (e.g. thumbs-up, thumbs-down, and any that have been awarded to the issue/MR) the independent images are used. Only when the full emoji menu is opened does the full spritesheet load. On a normal issue this change decreases the page load by 670KB or 250KB depending on pixel density. Resolves #14334.
-
Robert Speicher authored
Add a missing Oxford comma in some text on the Activity graph. Resolves #14668. [ci skip] See merge request !3625
-
Robert Speicher authored
Redis connection pool Split from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3232 Having an easily accessible Redis connection pool allows us to do more cool stuff with Redis in GitLab (instead of having to go through e.g. the Rails cache). See merge request !3521
-
Yorick Peterse authored
Instrument Rails cache code See merge request !3619
-
Yorick Peterse authored
Update gitlab-shell to 2.7.2 See merge request !3594
-
connorshea authored
Resolves #14668. [ci skip]
-
Jacob Schatz authored
Use meta key to open todo in new tab Fixes #15078 See merge request !3623
-
Dmitriy Zaporozhets authored
Remove TODO for not documented stuff We should not put a `TODO` in a released product. See merge request !3553
-
Dmitriy Zaporozhets authored
First pass at a Testing styleguide Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121 [ci skip] See merge request !3465
-
Annabel Dunstone authored
-
Yorick Peterse authored
Use more accurate timestamps for InfluxDB. See merge request !3617
-
Yorick Peterse authored
This allows us to track how much time of a transaction is spent in dealing with cached data.
-
Yorick Peterse authored
Use gitlab-workhorse 0.7.2 See merge request !3570
-
Yorick Peterse authored
This changes the timestamp of metrics to be more accurate/unique by using Time#to_f combined with a small random jitter value. This combination hopefully reduces the amount of collisions, though there's no way to fully prevent any from occurring. Fixes gitlab-com/operations#175
-
Rémy Coutable authored
API: Expose subscribed? on issues and merge requests This is the first start for the new `subscribable` API. It exposes the `subscribed` field for issues and merge requests. Related to #6024 See merge request !3611
-
Robert Schilling authored
-
Robert Schilling authored
Fix Incorrect Quote In Docker Executor Example ## What does this MR do? The corrected line opened with a regular quote (') but closed with a back-tick (`) I believe this is invalid bash syntax ## Are there points in the code the reviewer needs to double check? Probably not ## Why was this MR needed? Fixes error when example is copied and pasted ## What are the relevant issue numbers? None ## Screenshots (if relevant) None See merge request !3604
-
- 07 Apr, 2016 19 commits
-
-
Jacob Schatz authored
Remove changelog entry for new navigation sidebar. See merge request !3608
-
Jacob Schatz authored
Fix side-by-side code format & commit message wrap ![Screen_Shot_2016-04-07_at_1.31.28_PM](/uploads/bad00284e4dfbec1fdd75220c34f4a98/Screen_Shot_2016-04-07_at_1.31.28_PM.png) ![Screen_Shot_2016-04-07_at_1.32.23_PM](/uploads/7cd344765025e93d0035934a473b4bb3/Screen_Shot_2016-04-07_at_1.32.23_PM.png) See merge request !3605
-
Jacob Schatz authored
Revert "Merge branch 'new-navigation-prototype' into 'master'" This reverts merge request !3494 See merge request !3607
-
Robert Speicher authored
[ci skip]
-
Jacob Schatz authored
-
Jacob Schatz authored
This reverts merge request !3494
-
Jacob Schatz authored
Revert "Merge branch 'fix-sidebar-exapnd' into 'master'" This reverts merge request !3520 See merge request !3606
-
Jacob Schatz authored
This reverts merge request !3520
-
Annabel Dunstone authored
-
Alex Mayer authored
-
Jacob Schatz authored
Preserve white space See merge request !3602
-
Jacob Schatz authored
Update number of Todos in the sidebar when it's marked as "Done" Closes #15002 See merge request !3600
-
Douglas Barbosa Alexandre authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Douglas Barbosa Alexandre authored
-
Rémy Coutable authored
Fix problem when creating milestones in groups without projects Fixes #14012 See merge request !3481
-
Yorick Peterse authored
-
Douwe Maan authored
Add optional colon. See merge request !3591
-