testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

Bump pghero from 2.8.1 to 3.1.0 #569

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps pghero from 2.8.1 to 3.1.0.

Changelog

Sourced from pghero's changelog.

3.1.0 (2023-01-04)

  • Fixed explain error message leaking data - more info
  • Explain analyze is now opt-in - more info
  • Added support for disabling explain and explain analyze
  • Added support for visualize without explain analyze
  • Added explain_v2 method

3.0.1 (2022-10-09)

  • Fixed message when database user does not have permission to reset query stats

3.0.0 (2022-09-13)

  • Changed capture_query_stats to only reset stats for current database in Postgres 12+
  • Changed reset_query_stats to only reset stats for current database (use reset_instance_query_stats to reset stats for entire instance)
  • Added visualize_url option to config
  • Removed access_key_id, secret_access_key, region, and db_instance_identifier methods (use aws_ prefixed methods instead)
  • Dropped support for Linux packages for EOL versions
  • Dropped support for Ruby < 2.7 and Rails < 6
  • Dropped support for pg_query < 2
  • Dropped support for aws-sdk < 2

2.8.3 (2022-05-01)

  • Added support for google-apis-monitoring_v3
  • Added experimental support for Propshaft
  • Fixed error with walsender queries on live queries page

2.8.2 (2021-12-15)

  • Fixed sorting by name on space page when historical space stats are not enabled
  • Fixed deprecation warnings with Active Record 7
Commits
  • 80b638e Version bump to 3.1.0 [skip ci]
  • a81bb01 Fixed explain error message leaking data
  • 5cf3a2a Fixed CI
  • 65aa2bc Added support for disabling explain and explain analyze
  • e981247 Check current query stats for explainable query [skip ci]
  • 026508c Fixed CI
  • a8c8bc8 Test with Ruby 3.2 on CI
  • 1f415e6 Improved Docker note [skip ci]
  • 702fe4c Added Postgres 15 to CI
  • 65e3d2c Version bump to 3.0.1 [skip ci]
  • 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 You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/testmycode/tmc-server/network/alerts).
codeclimate[bot] commented 1 year ago

Code Climate has analyzed commit 315cc36a and detected 0 issues on this pull request.

View more on Code Climate.