Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tracy/tracy from 2.7.6 to 2.8.0 in /server #101

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps tracy/tracy from 2.7.6 to 2.8.0.

Release notes

Sourced from tracy/tracy's releases.

Released version 2.8.0

requires PHP 7.2

Completely Redesigned Dumper

image

  • added themes 'light' & 'dark'
  • added background for light scheme
  • in CLI outputs to STDOUT to bypass output buffering
  • implemented Scrubber (#439)
  • default maxDepth changed to 7
  • improved dumping of PHP Incomplete Class, DOM, ArrayObject, closures
  • shows uninitialized properties [Closes #448]
  • added 'see below', 'see above'
  • added tooltips about Ctrl-click
  • redesigned source location link 📍
  • clever way of displaying strings and escaped sequences, length is in tooltip in bytes or unicode characters
  • strings are quoted in single quotes
  • shows declaring class of private properties as tooltip
  • added option to limit max items in array/objects
  • added hover effect for guide lines
  • changed '=>' to ':' as key separator for objects & resources
  • distinguishes virtual property, resources are virtual
  • shows 'pub' to distinguish between public and dynamic properties
  • hash highlighting on mouseover
  • dumps zval references

Other Improvements

  • open-editor.sh: opening from Tracy in PHPStorm for Linux users (#447)
  • install.cmd: workaround for Chrome >= 77
  • Bar: sends content in UTF-8
  • TracyExtension: configures Tracy only when is enabled
  • Helpers::detectColors() supports https://no-color.org & sapi_windows_vt100_support

Released version 2.7.7

  • Bar: fix clickable link in sortable tables (#450) (#450)
  • strict fix
  • Bar: JIT checks only buffer_size, not 'enabled'
  • bluescreen: fixed overlapping of adjacent links [Closes #449]
Commits
  • 24af254 Released version 2.8.0
  • fbefdca Dumper: added themes 'light' & 'dark'
  • 65a0197 Dumper: added background for light scheme
  • 2deb1d2 Dumper: $showLocation enabled by default in HTML
  • c481ec0 Dumper: renders HTML style & script on the first call
  • c5855a0 Dumper: in CLI outputs to STDOUT to bypass output buffering
  • bacac62 Dumper, BlueScreen: implemented Scrubber (#439)
  • abc44c7 Dumper::toHtml() accepts key, hides whole dump if sensitive
  • a946aed Helpers: added minifyCss & minifyJs
  • 09a86d6 BlueScreen, Dumper: links to editor have class tracy-editor [Closes #443]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [tracy/tracy](https://github.com/nette/tracy) from 2.7.6 to 2.8.0.
- [Release notes](https://github.com/nette/tracy/releases)
- [Commits](nette/tracy@v2.7.6...v2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 17, 2020
@cypress
Copy link

cypress bot commented Dec 17, 2020



Test summary

3 5 0 0


Run details

Project allerta-vvf
Status Failed
Commit 22638f2 ℹ️
Started Dec 17, 2020 7:48 AM
Ended Dec 17, 2020 7:49 AM
Duration 01:30 💡
OS Linux Ubuntu - 18.04
Browser Chrome 87

View run in Cypress Dashboard ➡️


Failures

b_login.spec.js Failed
1 Login and logout > Login
2 Login and logout > Logout
c_availability.spec.js Failed
1 Availability > Change availability to available
2 Availability > Change availability to not available
d_users.spec.js Failed
1 User management > Create users

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Dec 17, 2020



Test summary

3 5 0 0


Run details

Project allerta-vvf
Status Failed
Commit ef8c6aa
Started Dec 17, 2020 7:47 AM
Ended Dec 17, 2020 7:49 AM
Duration 01:44 💡
OS Linux Ubuntu - 18.04
Browser Chrome 87

View run in Cypress Dashboard ➡️


Failures

b_login.spec.js Failed
1 Login and logout > Login
2 Login and logout > Logout
c_availability.spec.js Failed
1 Availability > Change availability to available
2 Availability > Change availability to not available
d_users.spec.js Failed
1 User management > Create users

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@MatteoGheza MatteoGheza merged commit 199fc15 into master Dec 18, 2020
@MatteoGheza MatteoGheza deleted the dependabot/composer/server/tracy/tracy-2.8.0 branch December 18, 2020 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant