- 16 Aug, 2017 30 commits
-
-
Clement Ho authored
Fixes icon sidebar expanding causing a jump in padding Closes #36456 See merge request !13568
-
Phil Hughes authored
Merge branch '36442-images-in-issue-descriptions-no-longer-scale-to-the-width-of-their-container' into 'master' Resolve "Images in issue descriptions no longer scale to the width of their container" Closes #36442 See merge request !13586
-
Clement Ho authored
Make sort by dropdown style consistent See merge request !13253
-
Winnie Hellmann authored
-
Sean McGivern authored
Document "Pick into Backports" label in PROCESS.md See merge request !13565
-
Rémy Coutable authored
Circuitbreaker settings to avoid spec-failures Closes #36324 See merge request !13519
-
Grzegorz Bizon authored
Fix edit milestone path from group milestones list Closes #36430 See merge request !13581
-
Tim Zallmann authored
Fix race condition with dispatcher.js See merge request !13377
-
Tim Zallmann authored
Fixes sticky class being removed when over-scrolling in Safari Closes #36457 See merge request !13556
-
Bob Van Landuyt authored
`failure_count_threshold`: We should never need this, but we don't want to block access in tests because of this. `failure_wait_time`: Setting it to 0 now allows each storage attempt `storage_timeout`: Try a bit longer to access storage on CI in case the slow machines take a bit longer to spin up the process to perfom the check
-
Bob Van Landuyt authored
This allows testing every storage attempt after a failure. Which could be useful for tests
-
Rémy Coutable authored
Change find to within for detecting bad search specs Closes #35460 See merge request !13383
-
Clement Ho authored
-
Jarka Kadlecova authored
-
Rémy Coutable authored
Whitelist or fix additional `Gitlab/PublicSend` cop violations See merge request !13467
-
Tim Zallmann authored
-
Rémy Coutable authored
Commits API: Listing commits for public repo doesn't require authentication Closes #34049 See merge request !13287
-
Rémy Coutable authored
Update Git version for source installs to match Omnibus See merge request !13351
-
Andrew Newdigate authored
-
Rémy Coutable authored
Enable Layout/TrailingWhitespace cop and auto-correct offenses See merge request !13573
-
Rémy Coutable authored
Fix CI_PROJECT_PATH_SLUG slugify Closes #34643 See merge request !13350
-
Douwe Maan authored
Don't depend on `Rails` for Redis configuration file paths Closes #36514 See merge request !13575
-
Douwe Maan authored
Speed up project creation by inlining repository creation Closes #34533 See merge request !13529
-
Douwe Maan authored
Don't create event in Merge Request Create Service Closes #36465 See merge request !13566
-
Jarka Kadlecova authored
-
Tim Zallmann authored
Fix the fly-out menu in the sidebar not displaying in Safari Closes #36441 See merge request !13445
-
Achilleas Pipinellis authored
Add documentation for groups issue filtered search Closes #36377 See merge request !13572
-
Clement Ho authored
-
Phil Hughes authored
Fix username autocomplete group name with no avatar alignment Closes #36502 See merge request !13578
-
Grzegorz Bizon authored
Fix 'Projected tags' typo in protected_tags_spec.rb See merge request !13576
-
- 15 Aug, 2017 10 commits
-
-
Clement Ho authored
-
Stan Hu authored
Make sure MySQL would not use CURRENT_TIMESTAMP as the default for timestamp columns Closes #36405 See merge request !13560
-
James Edwards-Jones authored
-
Fatih Acet authored
Many Repo Fixes See merge request !13432
-
Jacob Schatz authored
-
Robert Speicher authored
-
Jacob Schatz authored
Use border radius scss vars See merge request !13360
-
Robert Speicher authored
The `Rails` object was not always available in all tasks that require Redis access, such as `mail_room`, so the constant pointing to the configuration path was never defined, but we still attempted to access it in `config_file_name`, resulting in a `NameError` exception. Further, there was no benefit to defining these paths in a constant to begin with -- they're only accessed in one place, and it was within the class where they were being defined. We can just provide them at run-time instead. Further _still_, we were calling `File.expand_path` on the absolute path returned by `Rails.root.join`, which was rather pointless.
-
Marcia Ramos authored
Resolve "Tech article: Deploying Maven artifacts" Closes #33329 See merge request !11955
-
Jacob Schatz authored
Repo Editor Fixes See merge request !13468
-