blackfyre / wga

Jumping forward ~30 years
https://wga-uat.blackfyre.ninja/
MIT License
117 stars 10 forks source link

Bump github.com/pocketbase/pocketbase from 0.20.0 to 0.20.1 #83

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Bumps github.com/pocketbase/pocketbase from 0.20.0 to 0.20.1.

Release notes

Sourced from github.com/pocketbase/pocketbase's releases.

v0.20.1 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Added --dev flag and its accompanying app.IsDev() method (in place of the previosly removed --debug) to assist during development (#3918). The --dev flag prints in the console "everything" and more specifically:

    • the data DB SQL statements
    • all app.Logger().* logs (debug, info, warning, error, etc.), no matter of the logs persistence settings in the Admin UI
  • Minor Admin UI fixes:

    • Fixed the log error label text wrapping.
    • Added the log referer (when it is from a different source) and details labels in the logs listing.
    • Removed the blank current time entry from the logs chart because it was causing confusion when used with custom time ranges.
    • Updated the SQL syntax highligher and keywords autocompletion in the Admin UI to recognize CAST(x as bool) expressions.
  • Replaced the default API tests timeout with a new ApiScenario.Timeout option (#3930). A negative or zero value means no tests timeout. If a single API test takes more than 3s to complete it will have a log message visible when the test fails or when go test -v flag is used.

  • Added timestamp at the beginning of the generated JSVM types file to avoid creating it everytime with the app startup.

Changelog

Sourced from github.com/pocketbase/pocketbase's changelog.

v0.20.1

  • Added --dev flag and its accompanying app.IsDev() method (in place of the previosly removed --debug) to assist during development (#3918). The --dev flag prints in the console "everything" and more specifically:

    • the data DB SQL statements
    • all app.Logger().* logs (debug, info, warning, error, etc.), no matter of the logs persistence settings in the Admin UI
  • Minor Admin UI fixes:

    • Fixed the log error label text wrapping.
    • Added the log referer (when it is from a different source) and details labels in the logs listing.
    • Removed the blank current time entry from the logs chart because it was causing confusion when used with custom time ranges.
    • Updated the SQL syntax highligher and keywords autocompletion in the Admin UI to recognize CAST(x as bool) expressions.
  • Replaced the default API tests timeout with a new ApiScenario.Timeout option (#3930). A negative or zero value means no tests timeout. If a single API test takes more than 3s to complete it will have a log message visible when the test fails or when go test -v flag is used.

  • Added timestamp at the beginning of the generated JSVM types file to avoid creating it everytime with the app startup.

Commits
  • 1208ede regenerated jsvm types
  • 5555e63 updated dev debug log text message color to be slightly more visible
  • d6569b4 added timestamp to the generated JSVM types file to prevent creating it every...
  • 0b4f3b2 combine the logs listing label span
  • 8bd968e split changelog in chunks
  • 5c961f8 #3918 added --dev flag, dev log printer and some minor log UI enhacements
  • bf5eba0 added bool to the view query sql syntax highlighter and autocompletion
  • c213d93 fixed changelog typo
  • b31cf98 #3930 replaced the default 100ms api tests timeout in favor of new ApiScena...
  • 8671deb removed the blank current time entry from the logs chart
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
coderabbitai[bot] commented 7 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - You can reply to a review comment made by CodeRabbit. - You can tag CodeRabbit on specific lines of code or files in the PR by tagging `@coderabbitai` in a comment. - You can tag `@coderabbitai` in a PR comment and ask one-off questions about the PR and the codebase. Use quoted replies to pass the context for follow-up questions. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.v2.json). - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/coderabbit-overrides.v2.json`
what-the-diff[bot] commented 7 months ago

PR Summary

dependabot[bot] commented 6 months ago

Superseded by #86.