-
Notifications
You must be signed in to change notification settings - Fork 924
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
Release 1.8.1 #387
Release 1.8.1 #387
Conversation
给bee run增加了一个参数extra,允许watch额外的包(刚忘了要pr到develop)
2. Fix debug mode
add notify on build fail
…config-file merge default config with config file
Make logs for beego developer, not for bee developer
example to use: 1. Go test with custom params or other test framework like ginkgo 2. Fronted tools like grunt 3. Other custom commands
Add Go linters
Fixes desktop notificator for Windows and Linux
When loading configuration from Beefile or bee.json default values are not loaded. This fixes that behaviour and makes sure defaults are loaded and overrided if present in Beefile/bee.json.
This removes the filepath.Walk() when loading configuration, as it can read a Beefile from another project in the $GOPATH. Now config.LoadConfig() is called for all available commands.
add scripts option(custom commands)
Fixes configuration loading since last changes
fix docker build error by dockerBuildTemplate
This adds support for debugging tool Delve. The command dlv starts a debugging REPL that allows the user to debug his application using Delve tool. Resolves #365.
Change to execution directory used by dockerBuildTemplate
Add support for Delve debugger
@amrfaissal maybe just send the PR from develop branch to master. |
But I am okay for this PR. 🎈👏 |
@astaxie I had to fix some merge conflicts and I did it in a separate branch. |
@amrfaissal okay, make sense. So we bump it now. Thanks for you guys. |
@astaxie Don't forget to create a tag for this release 😃. |
yea, I am try to use this command to build all system binary. but it looks has error now.
|
It looks the delve package has some issues to build the specific system.
|
Ok I am looking at it. |
This is a staging branch for 1.8.1 Release 🎉
Merge conflicts are fixed and the version bumped to 1.8.1.