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 github.com/revel/revel from 0.21.0 to 1.0.0 #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 30, 2022

Bumps github.com/revel/revel from 0.21.0 to 1.0.0.

Release notes

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

Revel V1.0.0

[revel/revel]

  • 3d1b0c3 Merge pull request #1497 from lujiacn/master
  • ff2da7e Merge pull request #1498 from aacapella/feature/same-site-cookies
  • c6c4c35 SameSite cookie support
  • bfad570 Update server_adapter_go.go
  • ff43c73 Merge pull request #1491 from notzippy/go-mod
  • dbe9fee Update .travis.yml
  • 38b0687 Fixed paths for test cases
  • 39523bf Enhanced logging
  • 59b8375 Changes to Revel for go.mod support Modified module lookup to handle lookups using the app.conf (before relied on source file) Added extra logging for routes error handling
  • 1053f49 Merge pull request #1443 from lujiacn/develop
  • dcafb9e Merge pull request #1488 from notzippy/go-mod
  • e30c8da Merge pull request #1483 from goevexx/feature/fix-issue-1482
  • 50e70f9 Updated revel to receive paths passed in Updated watcher to use master branch
  • d581f71 change import to fix issue 1482
  • fdc724a Merge pull request #1462 from torden/feature/fix_puretextstrict
  • fe4861c Fix (#1458) the undetected self-closing tags in isPureTextStrict Fix (#1458) the always uses STRICT mode in PureText.IsSatisFied
  • ae3895a added wasm mime-type
  • 45ec814 Merge pull request #1439 from mukeshjeengar/hotfix/log-rotation-fixed
  • d3a76ed log rotation fixed
  • 2eb9067 Merge pull request #1413 from nevkontakte/patch-1
  • ccf085e Merge pull request #1434 from dmjones/fix-1433
  • 34e886a Don't invoke action when Before returns value
  • 5b70626 Merge pull request #1427 from SYM01/hotfix/avoid-dos
  • d160ecb fix issue #1424
  • db7db5b remove unneccsary code assignment to nil
  • 8bff5bb Update controller.go
  • 16f5fef Remove a stray println call.
  • 60c3d7a develop v1.0.0-dev

[revel/cmd]

  • d8117a3 Merge pull request #186 from notzippy/go-mod
  • 6371373 Removed version update Version control is maintained through go.mod file Modified harness to only kill the application if not responded after 60 seconds in windows
  • 28ac65f Merge pull request #185 from notzippy/go-mod
  • 5070fb8 Fixed issue with new and run flag Updated tests to run final test in non gopath, with new name
  • 904cfa2 Added some informational messages while download
  • 223bd3b Added manual scan on packages in app folder This allows for source code generation. Packages in /app folder are scanned manually as opposed to the packages.Load scan which will fast fail on compile error, and leave you with go files with no syntax.
  • 4987ee8 Added verbose logging to building / testing a no-vendor app Removed section which raises an error when examining packages, we dont need to check for errors on foreign packages since we are importing only a slice of the data
  • 4bab440 Updated Revel command Added a check to see if harness had already started, saves a recompile on load Added check to source info for local import renames Removed the go/build check for path and just check existence of the path Formatting updates
  • 741f492 Updated scanner Removed scanning all the import statements, this is not needed Added recursive scan for revel import path to pick up testunits
  • 60b88a4 Merge pull request #180 from notzippy/go-mod
  • 49eef29 Build and Historic build updates Modified GOPATH to not modify build with go.mod Updated go.mod to version 1.12 Updated harness to setup listener before killing process Updated notvendored flag to --no-vendor Updated command_config to ensure no-vendor can be build Added additional checks in source path lookup
  • 9d3a554 Updates Updated NotVendored flag Updated travis matrix Updated build log
  • 36bd6b9 Corrected flags
  • 1d9df25 Moved test cases to run last
  • ad694c0 Debug travis
  • fb4b565 Debug travis Added verbose flag so we can see what is occurring, Removed checkout for revel, not needed anymore

... (truncated)

Changelog

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

v1.0.0

[revel/revel]

  • 3d1b0c3 Merge pull request #1497 from lujiacn/master
  • ff2da7e Merge pull request #1498 from aacapella/feature/same-site-cookies
  • c6c4c35 SameSite cookie support
  • bfad570 Update server_adapter_go.go
  • ff43c73 Merge pull request #1491 from notzippy/go-mod
  • dbe9fee Update .travis.yml
  • 38b0687 Fixed paths for test cases
  • 39523bf Enhanced logging
  • 59b8375 Changes to Revel for go.mod support Modified module lookup to handle lookups using the app.conf (before relied on source file) Added extra logging for routes error handling
  • 1053f49 Merge pull request #1443 from lujiacn/develop
  • dcafb9e Merge pull request #1488 from notzippy/go-mod
  • e30c8da Merge pull request #1483 from goevexx/feature/fix-issue-1482
  • 50e70f9 Updated revel to receive paths passed in Updated watcher to use master branch
  • d581f71 change import to fix issue 1482
  • fdc724a Merge pull request #1462 from torden/feature/fix_puretextstrict
  • fe4861c Fix (#1458) the undetected self-closing tags in isPureTextStrict Fix (#1458) the always uses STRICT mode in PureText.IsSatisFied
  • ae3895a added wasm mime-type
  • 45ec814 Merge pull request #1439 from mukeshjeengar/hotfix/log-rotation-fixed
  • d3a76ed log rotation fixed
  • 2eb9067 Merge pull request #1413 from nevkontakte/patch-1
  • ccf085e Merge pull request #1434 from dmjones/fix-1433
  • 34e886a Don't invoke action when Before returns value
  • 5b70626 Merge pull request #1427 from SYM01/hotfix/avoid-dos
  • d160ecb fix issue #1424
  • db7db5b remove unneccsary code assignment to nil
  • 8bff5bb Update controller.go
  • 16f5fef Remove a stray println call.
  • 60c3d7a develop v1.0.0-dev

[revel/cmd]

  • d8117a3 Merge pull request #186 from notzippy/go-mod
  • 6371373 Removed version update Version control is maintained through go.mod file Modified harness to only kill the application if not responded after 60 seconds in windows
  • 28ac65f Merge pull request #185 from notzippy/go-mod
  • 5070fb8 Fixed issue with new and run flag Updated tests to run final test in non gopath, with new name
  • 904cfa2 Added some informational messages while download
  • 223bd3b Added manual scan on packages in app folder This allows for source code generation. Packages in /app folder are scanned manually as opposed to the packages.Load scan which will fast fail on compile error, and leave you with go files with no syntax.
  • 4987ee8 Added verbose logging to building / testing a no-vendor app Removed section which raises an error when examining packages, we dont need to check for errors on foreign packages since we are importing only a slice of the data
  • 4bab440 Updated Revel command Added a check to see if harness had already started, saves a recompile on load Added check to source info for local import renames Removed the go/build check for path and just check existence of the path Formatting updates
  • 741f492 Updated scanner Removed scanning all the import statements, this is not needed Added recursive scan for revel import path to pick up testunits
  • 60b88a4 Merge pull request #180 from notzippy/go-mod
  • 49eef29 Build and Historic build updates Modified GOPATH to not modify build with go.mod Updated go.mod to version 1.12 Updated harness to setup listener before killing process Updated notvendored flag to --no-vendor Updated command_config to ensure no-vendor can be build Added additional checks in source path lookup
  • 9d3a554 Updates Updated NotVendored flag Updated travis matrix Updated build log
  • 36bd6b9 Corrected flags
  • 1d9df25 Moved test cases to run last
  • ad694c0 Debug travis

... (truncated)

Commits

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.

Bumps [github.com/revel/revel](https://github.com/revel/revel) from 0.21.0 to 1.0.0.
- [Release notes](https://github.com/revel/revel/releases)
- [Changelog](https://github.com/revel/revel/blob/master/CHANGELOG.md)
- [Commits](revel/revel@v0.21.0...v1.0.0)

---
updated-dependencies:
- dependency-name: github.com/revel/revel
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 30, 2022
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

0 participants