- 11 Apr, 2016 5 commits
-
-
Jacob Schatz authored
Ignore toggling the sidebar for resolutions over 1200px width Closes #14353 ![sidebar1](/uploads/4b8d0eaa1b320c319239cb572932f740/sidebar1.gif) See merge request !3547
-
Jacob Schatz authored
prevent users from being able to both upvote and downvote See merge request !3495
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
This happens because tab's `shown` event is triggered first if we enter directly to the diff page therefore Breakpoints class is not initialized yet.
-
Alfredo Sumaran authored
-
- 10 Apr, 2016 8 commits
-
-
Jacob Schatz authored
Remove tab stop from "Write", "Preview", "Go full screen" links Closes #15089 See merge request !3635
-
Jacob Schatz authored
Redesign labels page closes #14227 ## Desktop ![Screen_Shot_2016-04-05_at_7.19.37_PM](/uploads/a52b764565b6e2739fb6932178f8bde5/Screen_Shot_2016-04-05_at_7.19.37_PM.png) ## Mobile ![Screen_Shot_2016-04-04_at_6.40.57_PM](/uploads/9804b074126fcdb6755918e9f4c472a7/Screen_Shot_2016-04-04_at_6.40.57_PM.png) See merge request !3507
-
Achilleas Pipinellis authored
Everything on one page. See merge request !3636
-
Robert Speicher authored
Use raw SQL instead of Rails models in 20130403003950 migration Closes gitlab-org/gitlab-development-kit#109 Closes https://github.com/gitlabhq/gitlabhq/issues/10123 See merge request !3638
-
Stan Hu authored
Closes gitlab-org/gitlab-development-kit#109 Closes https://github.com/gitlabhq/gitlabhq/issues/10123
-
Stan Hu authored
Add a `sidekiq` tag to Sentry Raven context This will let us filter errors that were/were not in the Sidekiq environment. Source: http://stackoverflow.com/a/28370539/223897 Closes #15092 See merge request !3634
-
Sytse Sijbrandij authored
-
Robert Speicher authored
Closes #15089
-
- 09 Apr, 2016 13 commits
-
-
Robert Speicher authored
This will let us filter errors by the program environment in which they were encountered. Source: http://stackoverflow.com/a/28370539/223897 Closes #15092
-
Robert Speicher authored
Enable asset compression in production. `config.assets.compress` needed to be explicitly enabled. Follow-up to !3544. Resolves #14344. See merge request !3632
-
Arinde Eniola authored
-
Arinde Eniola authored
-
connorshea authored
`config.assets.compress` needed to be explicitly enabled. Follow-up to !3544. Resolves #14344.
-
Jacob Schatz authored
Diff redesign Fixes #14400 Fixes #13500 ![diffs_redesign](/uploads/16da9557e497114d886ef5ece2f306b3/diffs_redesign.gif) See merge request !3476
-
Robert Speicher authored
Update sprockets to 3.6.0 Sprockets 3.5.0 reintroduces GZIP-ing and 3.6.0 includes performance improvements. Changelog: https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md Closes #14344. See merge request !3544
-
Robert Speicher authored
Ensure schema version matches latest migration From commit 85cc1729 See merge request !3627
-
connorshea authored
From commit 85cc1729
-
connorshea authored
Sprockets 3.5.0 reintroduces GZIP-ing and 3.6.0 includes performance improvements. Changelog: https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md Resolves #14344.
-
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 14 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
-