- 20 Jul, 2017 1 commit
-
-
Grzegorz Bizon authored
We need to use a spy because an `after` RSpec hook is also going to call the migration we want to test, so we need to use `have_received` expectation. See gitlab-org/gitlab-ce#35351 for more details.
-
- 19 Jul, 2017 21 commits
-
-
Grzegorz Bizon authored
* master: (59 commits) Resolve "Clarify k8s service keys" Add Portuguese Brazil translations of Commits Page & Pipeline Charts Add Japanese Translation to i18n Update Prometheus gem to version that explicitly calls `munmap` Simplify width for dropdown-menu on mobile Update CHANGELOG.md for 9.3.7 Remove developer documentation about not describing symbols Incorporate Gitaly's Commits#between RPC Adapt to new Gitaly commit message format Remove transitions on nav link hover Provide option to trigger build only for official CE and EE repos in .com Fix queries duration sorting in Performance Bar Rename Project nav items Add structured logging for Rails processes Disable Rails logging in CI test environments Fix download artifacts button alignment Update avatar border to be opaque for better stacking Fixed typos Fix typos Fix external issue trackers redirect ... Conflicts: db/schema.rb
-
Grzegorz Bizon authored
This addreses a review remarks discussed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12785/diffs#note_35276344
-
Rémy Coutable authored
Add Russian Translations To I18N Closes #34881 See merge request !12743
-
Filipa Lacerda authored
Resolve "Clarify k8s service keys" Closes #33741 See merge request !12188
-
Dimitrie Hoekstra authored
-
Rémy Coutable authored
Add Portuguese Brazil translations of Commits Page & Pipeline Charts Closes #34173 See merge request !12408
-
Huang Tao authored
-
Rémy Coutable authored
Add Japanese Translation to i18n Closes #34789 See merge request !12693
-
Huang Tao authored
-
Sean McGivern authored
Fix external issue trackers redirect Closes #35132 See merge request !12923
-
Sean McGivern authored
Free `system` namespace by moving uploads into `uploads/-` Closes #33550 See merge request !12917
-
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 18 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
-