- 19 Jul, 2017 11 commits
-
-
Shinya Maeda authored
-
Rémy Coutable authored
Update Prometheus gem to version that explicitly calls `munmap` See merge request !12955
-
Paweł Chojnacki authored
-
Rémy Coutable authored
Remove developer documentation about not describing symbols See merge request !12953
-
Marin Jankovski authored
Provide option to trigger package build only for official CE and EE repos in .com See merge request !12949
-
Sean McGivern authored
Bump peek-performance_bar to 1.3.0 and get rid of a monkey-patch See merge request !12939
-
Rémy Coutable authored
Gitaly commits between Closes gitaly#350 See merge request !12669
-
Sean McGivern authored
Add structured logging for Rails processes See merge request !12928
-
Phil Hughes authored
Rename Project nav items Closes #34764 See merge request !12921
-
Phil Hughes authored
Remove transitions on nav link hover Closes #35210 See merge request !12950
-
Phil Hughes authored
Fix download artifacts button alignment Closes #35137 See merge request !12942
-
- 18 Jul, 2017 29 commits
-
-
Clement Ho authored
Simplify width for dropdown-menu on mobile Closes #34468 and #35226 See merge request !12528
-
Takuya Noguchi authored
-
Clement Ho authored
[ci skip]
-
Annabel Dunstone Gray authored
Update avatar border to be opaque for better stacking -- EE backport Closes #32561 See merge request !12940
-
Robert Speicher authored
This is now covered by rubocop-rspec.
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Annabel Dunstone Gray authored
35087 Fix alignment of controls in mr issuable list Closes #35087 See merge request !12890
-
Rémy Coutable authored
Disable Rails logging in CI test environments See merge request !12847
-
Robert Speicher authored
Fix queries duration sorting in Performance Bar Closes #35252 See merge request !12947
-
Annabel Dunstone Gray authored
-
Balasankar C authored
-
Marcia Ramos authored
Update Prometheus documentation for 9.4 Closes #35129 See merge request !12885
-
Joshua Lambert authored
-
Marcia Ramos authored
Update Prometheus admin documentation for 9.4 - docs Closes #35175 See merge request !12903
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Annabel Dunstone Gray authored
-
Stan Hu authored
This introduces JSON logging for Rails views saved to a file called `development_json.log`, `production_json.log`, etc. For example, instead of this unparsable log: ``` Started GET "/" for 127.0.0.1 at 2012-03-10 14:28:14 +0100 Processing by HomeController#index as HTML Rendered text template within layouts/application (0.0ms) Rendered layouts/_assets.html.erb (2.0ms) Rendered layouts/_top.html.erb (2.6ms) Rendered layouts/_about.html.erb (0.3ms) Rendered layouts/_google_analytics.html.erb (0.4ms) Completed 200 OK in 79ms (Views: 78.8ms | ActiveRecord: 0.0ms) ``` We get a single line with this: ``` {"method":"GET","path":"/,"format":"html","controller":"HomeController","action":"index","status":200,"duration":79,"view":78.8,"db":0.0,"location":"http://localhost/","time":"2017-07-18 09:35:17 -0700"} ``` Part of #20060
-
Clement Ho authored
-
Robert Speicher authored
Update Gitaly Server Version to 0.21.2 See merge request !12937
-
-
Joshua Lambert authored
-
Joshua Lambert authored
-
Clement Ho authored
reset text-align to initial to let elements with dir="auto" align texts to right… Closes #13281 See merge request !12892
-
goshkob authored
-
Kamil Trzciński authored
Add a foreign key to `merge_requests.head_pipeline_id` Closes #34065 See merge request !12837
-
Andrew Newdigate authored
-
Robert Speicher authored
Resolve "Test/Production environment imparity in nokogiri" Closes #34915 See merge request !12842
-