Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Releases: gobuffalo/buffalo

v0.12.6

14 Aug 21:28
Compare
Choose a tag to compare

Changelog

d1b8df2 Updated SHOULDERS.md
fd46ec4 removed a rogue blackfriday reference

v0.12.5

14 Aug 20:29
Compare
Choose a tag to compare

Changelog

d82fcc8 committed packr files
3ce6988 Updated SHOULDERS.md
e33b620 version bump
8374362 fixed the README
94f1a06 removes the broken black friday dep and improves go modules support
9935af1 Updated BACKERS.md (#1210)

v0.12.4

19 Jul 12:43
Compare
Choose a tag to compare

Changelog

a98d8d4 Updated SHOULDERS.md
bc3bb18 fixed lint issue
d77d5d6 fixed make test for go.tip
6479841 fixed make test for go.tip
e205f06 version bump fixes #1182

v0.12.3

27 Jun 15:25
Compare
Choose a tag to compare

Changelog

2561960 Updated SHOULDERS.md
cb3323e version bump
8358345 Fixes broken build tags, again. This time adds an integration test to (#1142)
a88c44f Update README.md
c5937de Update README.md
23ce3e3 Update README.md

v0.12.2

22 Jun 17:01
Compare
Choose a tag to compare

Changelog

61bf3bd version bump
af99cb6 Attempting to fix test runner (#1133)

v0.12.1

22 Jun 01:24
Compare
Choose a tag to compare

Changelog

9182ee5 Updated SHOULDERS.md
88f45de fixed issue with the integration tests
95408ee version bump
e51ebad adds quoting around build tags fixes #1114 (#1126)
6ee9eb9 Because of the way we were making built binaries act as Buffalo binaries (#1125)

v0.12.0

13 Jun 14:57
Compare
Choose a tag to compare

Changelog

�[32m7dd791f�[m committed packr files
�[32m75cec5b�[m Updated SHOULDERS.md
�[32m22ac4f6�[m version bump
�[32mfc19423�[m removed vbuffalo (#1101)
�[32m3c1337c�[m Add codecov.io badge (#1100)
�[32m810ae26�[m removed the go gets that are now in the base image (#1102)
�[32m75c01b8�[m Merge branch 'fix-vbuffalo' into development
�[32m1224557�[m model suite should generate fixture suites
�[32mdc7d225�[m cleaned up the release task, and started to migrate to a package for further refactoring amongst projects later (#1097)
�[32m4843312�[m make vbuffalo opt-in for now (#1096)
�[32m0798810�[m codecov.io code coverage integration (#1087)
�[32ma34ab9c�[m cleaned up makefile
�[32m7e25fda�[m Added Makefile
�[32m17972c7�[m Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
�[32m639ce55�[m fixed docker build
�[32m7f69577�[m moving the tests to use filemigrator instead of migrateup metho (#1092)
�[32m3281570�[m Success status codes in PopTransaction doc string (#1089)
�[32m99c9ced�[m updated deps
�[32me200f1f�[m buffalo: add go.mod for use with vgo (#1074)
�[32m6d3d3ab�[m removed deprecations from v0.12.0 (#1095)
�[32m257cc83�[m Allowing to skip schema load (#1094)
�[32m0b8a148�[m updated depes
�[32m97edae1�[m Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
�[32m26cb04a�[m maybe this will fix travis (#1085)
�[32m7e896bc�[m Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
�[32mfc5c7e1�[m removes the [0.11.x] print out on the generated index.html of new apps (#1082)
�[32m3b9fc4e�[m added a vgo file (#1081)
�[32md24cfe5�[m Force a default session secret in development environment fixes #1067
�[32m7c0b5fe�[m Make env template consistent with code (#1066)
�[32m4297c7d�[m fixes an issue parsing the build time in a binary (#1080)
�[32m8f945f6�[m Fix GitlabCI template for MySQL setups (#1063)
�[32md257897�[m Fix Version linter issue (#1062)
�[32m220b507�[m removed duplicate text-align property (#1058)
�[32ma92dddc�[m Merge branch 'development' into rebased-development
�[32m4ea3424�[m moves to use bootstrap 4.1.1 to avoid a text-hide warning (#1054)
�[32m6825fa5�[m merged in the v0.11.1 release (#1050)
�[32m6e80100�[m refactored some tests around partials
�[32maf5c205�[m made vbuffalo work with the new runtime package (#1051)
�[32ma75551d�[m adds the environment flag as a build tag when building bins (#1046)
�[32m62be330�[m Make app version string available from inside app (v2) fixes #1035 (#1037)
�[32m3076c07�[m Allow buffalo to accept preconfigured http.Server(s) fixes #1015 (#1039)
�[32ma133b24�[m This fixes not having the psql client for tests in Gitlab CI tests (#1043)
�[32mae86e1f�[m Wip mail embed (#1041)
�[32m24f0f36�[m Support LOG_LEVEL env variable (#1042)
�[32mda8109c�[m Revert "Make app version string available from inside app fixes #1035" (#1038)
�[32m22f9b00�[m Make app version string available from inside app fixes #1035
�[32m64db3dd�[m make tests work better with -run and testify
�[32mc716820�[m this fixes the pq registered twice issue (#1033)
�[32mbad0990�[m Allow the buffalo binary to use the version vendored with dep (#1023)
�[32m2d3ae56�[m some minor cleanups from to the updater package (#1032)
�[32m01d91de�[m aset livereloadplugin to inject reload tag
�[32m7e408ca�[m updated the integration tests to use gometalinter and setup a bunch of linters that need to pass before a PR can merge. (#1025)
�[32mfea0224�[m fixed the generated flash template for bootstrap 4
�[32mea22c3e�[m adds live-reload with LiveReloadPlugin
�[32m3e98556�[m added a "buffalo routes" command as an alias to "buffalo t routes" since (#1026)
�[32m4d4a721�[m moving webpack-manifest to be 2.0.0 version
�[32m2ab4654�[m Moving to bootstrap 4 (#1021)
�[32ma2d9a62�[m allow for redirects in actions using a path helper (#1020)
�[32m8f1cab2�[m fix resource name handling bug
�[32m6f808fe�[m Adding clean-obsolete-chunks which will clean up on recompile (#1013)
�[32m6965439�[m updated the buffalo docker image to use the latest version for the golang image
�[32m04fc38b�[m Fix #886: ensure generated CSRF is not overriden (#1011)
�[32m501e8b0�[m Fix #963: symlinks problems when creating a new app (#1010)
�[32m9f4995a�[m Moving to use Webpack 4 (#1007)
�[32md3f706e�[m split out a few things from the generated action.App() implementation. (#1008)
�[32m782d67e�[m Returning an error if the route helper params are incomplete (#1003)
�[32m6664a0e�[m fixing test template variable
�[32m76a0e32�[m fixing auto for multiple words
�[32m53c37fc�[m adding broken tests for the multiple word handling in Auto
�[32me91b440�[m Fix wording re. commenting/uncommenting parts of Dockerfile. (#998)
�[32mf0a1eaa�[m allow resources to define what their param key name should be, defaults to resource_name_id (as it used to) (#995)
�[32m1175ede�[m Add i18n Refresh to handle language switches nicely (#996)
�[32m28db0ab�[m Added http:// to server address in log to make it clickable (#994)
�[32mc443b52�[m Fix relative path finding (#982) (#989)
�[32mdf18355�[m fixes auto issue with plurals (#990)
�[32m24434c4�[m Refactor i18n middleware language finders (#957)
�[32mc32fcc8�[m reduces duplicity on app.go and splits errors.go into errors and error_templates.go (#984)
�[32m3003599�[m moving to TextAreaTag instead of TextArea form function
�[32m9785128�[m Check for dep and goimports before go getting. (#977)
�[32ma99bb4f�[m buffalo allows mux to handle 405 responses fixes #978 (#979)
�[32m6ab7e76�[m added support for the new suite fixture stuff (#972)
�[32m4024168�[m Always link to godoc.org in shoulders.md (#964)
�[32m975b2aa�[m Mention contributing guidelines on the Readme (#965)
�[32m46e55a8�[m Mention correct repository in contributing.md (#966)
�[32m8734f87�[m Less ugly production error page (#956)
�[32m35866e9�[m Add a README for the i18n middleware (#960)
�[32m6f7d3a3�[m Fix broken URL in SHOULDERS.md (#961)
�[32maf289d1�[m Add newline after db create (#962)
�[32m7c07fc4�[m Added Head Parameter to make it more responsive
�[32m5577a51�[m appveyor still being problematic
�[32m144e17b�[m c'mon appveyor!
�[32ma27a3d2�[m hopefully this fixes appveyor
�[32m43e5e4c�[m Remove commented code (#950)
�[32mc0473b6�[m Remove junk merge files (#952)
�[32m5456207�[m setup for development
�[32mecdbdd7�[m moves to use bootstrap 4.1.1 to avoid a text-hide warning (#1054)
�[32m332053a�[m merged in the v0.11.1 release (#1050)
�[32ma05bf32�[m refactored some tests around partials
�[32m01ff9c3�[m made vbuffalo work with the new runtime package (#1051)
�[32md3bde84�[m adds the environment flag as a build tag when building bins (#1046)
�[32m42c1668�[m make sure to merge partial args and the context. fixes #1044. fixes #1006 (#1045)
�[32mcb08149�[m Make app version string available from inside app (v2) fixes #1035 (#1037)
�[32m176c468�[m Allow buffalo to accept preconfigured http.Server(s) fixes #1015 (#1039)
�[32md8b47af�[m This fixes not having the psql client for tests in Gitlab CI tests (#1043)
�[32mad4ab57�[m Wip mail embed (#1041)
�[32md1583a9�[m Support LOG_LEVEL env variable (#1042)
�[32mee6dd4d�[m Revert "Make app version string available from inside app fixes #1035" (#1038)
�[32m3df6fef�[m Merge pull request #1036 from gobuffalo/make-build-version-available
�[32me07f2b0�[m Make app version string available from inside app fixes #1035
�[32m41f4609�[m Merge pull request #1034 from gobuffalo/fix-test-cmd
�[32maba084e�[m make tests work better with -run and testify
�[32m8245894�[m this fixes the pq registered twice issue (#1033)
�[32m1a56cd8�[m this fixes the pq registered twice issue
�[32mecee77f�[m Allow the buffalo binary to use the version vendored with dep (#1023)
�[32m4255093�[m some minor cleanups from to the updater package (#1032)
�[32m48b485d�[m Merge pull request #1027 from gobuffalo/feature-livereload
�[32m23f7fa3�[m Merge branch 'feature-livereload' of github.com:gobuffalo/buffalo into feature-livereload
�[32m25539ad�[m aset livereloadplugin to inject reload tag
�[32m4d78896�[m Merge branch 'development' of github.com:gobuffalo/buffalo into feature-livereload
�[32m314c253�[m Merge pull request #1029 from gobuffalo/fix-flash-b4
�[32m9092351�[m Merge branch 'development' into fix-flash-b4
�[32mc7c9033�[m Merge branch 'development' into feature-livereload
�[32me8adcbf�[m updated the integration tests to use gometalinter and setup a bunch of linters that need to pass before a PR can merge. (#1025)
�[32m40aaf92�[m fixed the generated flash template for bootstrap 4
�[32mba9a6d7�[m adds live-reload with LiveReloadPlugin
�[32m92582b1�[m added a "buffalo routes" command as an alias to "buffalo t routes" since (#1026)
�[32mc052c6b�[m Merge pull request #1022 from gobuffalo/task/upgrading-node-module
�[32m3fa6fc6�[m Merge branch 'master' into task/upgrading-node-module
�[32mc9a5608�[m moving webpack-manifest to be 2.0.0 version
�[32me09672f�[m Create ISSUE_TEMPLATE.md
�[32m9eaf8f9�[m Moving to bootstrap 4 (#1021)
�[32m2461470�[m allow for redirects in actions using a path helper (#1020)
�[32m7adf4a2�[m Merge pull request #1019 from gochigo/resource-named-resource
�[32m9a90e58�[m fix resource name handling bug
�[32m646393c�[m Adding clean-obsolete-chunks which will clean up on recompile (#1013)
�[32m5bce869�[m updated the buffalo docker image to use the latest version for the golang image
�[32m251f8ce�[m Fix #886: ensure generated CSRF is not overriden (#1011)
�[32mf95742f�[m Fix #963: symlinks problems when creating a new app (#1010)
�[32m59b4005�[m Moving to use Webpack 4 (#1007)
�[32m0aa623c�[m split out a few things from the generated action.App() implementation. (#1008)
�[32m1bf8c44�[m Merge pull request #1002 from gobuffalo/bugfix/multiple-word-auto
�[32m29c8162�[m Merge branch 'development' into bugfix/multiple-word-auto
�[32mec64091�[m Returning an error if the route helper params are incomplete (#1003)
�[32m550f6a7�[m fixing test template variable
�[32ma7b94e3�[m fixing a...

Read more

v0.11.1

02 May 18:56
Compare
Choose a tag to compare

This patch release fixes an issue with the last version of Plush (4.5.7).

Changelog

�[32m354657d�[m Updated SHOULDERS.md
�[32mc5f4c21�[m version bump
�[32m198011e�[m fixed templateRenderer to work with plush 4.5.7 (#1049)
�[32m662cf7a�[m Create ISSUE_TEMPLATE.md


Automated with GoReleaser
Built with go version go1.10 darwin/amd64

v0.11.0

28 Feb 20:57
Compare
Choose a tag to compare

Changelog

�[32m932f95b�[m Updated SHOULDERS.md
�[32m7805e97�[m buffalo test needs to support sqlite
�[32m502e1bf�[m make sure release tag uses -tags sqlite for tests
�[32ma928a93�[m version bump
�[32m9db24b6�[m gofmt'd a file
�[32m6ce4693�[m added a test.sh file because -tags sqlite needs to be set to run the tests
�[32m81ae600�[m fixed broken build
�[32m0bb2265�[m make sure goreleaser produces non-sqlite binaries
�[32m5f307ec�[m fixed sqlite tags not working properly (#947)
�[32m314ba44�[m fixed issue with -v and -m not working with buffalo test (#946)
�[32m7ed5927�[m make sure gobuffalo/suite is installed when doing buffalo setup (#942)
�[32m43512e6�[m renamed tokenauth.Middleware to tokenauth.New (#943)
�[32m8bc8e4f�[m tweaked the testing Dockerfile
�[32m739c787�[m improved the updater a bit more
�[32mcf5d501�[m move from markbates/pop to gobuffalo/pop (#933)
�[32m23634f0�[m Upgrade to node-sass 5.7.2 to resolve libsass compilation issue when creating new projects on MacOSX with node 9.5.0 and npm 5.6.0. (#936)
�[32m3644437�[m Added Jwt token authentication middleware (#916)
�[32m5fbec83�[m webpack/style_regex: Apply change to asset glob pattern
�[32madaf756�[m webpack/style_regex: change regex to catch both .sass and .scss file extensions
�[32md88a7c4�[m show the headers on the error page
�[32m38df29c�[m reduces inlined css used in the error page
�[32m315edf4�[m this makes r.Auto work with paths such as /admin/users not just /users
�[32mb7cc3a6�[m Add Buffalo logo to the README (#926)
�[32m409ef4f�[m removed the unneeded willie dep that was causing travis to break
�[32mf50c743�[m Fixing the godoc for mount
�[32md6c86d0�[m Fix Bazaar VCS behavior (#923)
�[32m8ea9a3c�[m Handle multiple types for resources fixes #389 (#919)
�[32m0f77060�[m Merge pull request #910 from gobuffalo/task/updating-webpack
�[32m796e175�[m Merge branch 'master' into task/updating-webpack
�[32m1078cb6�[m moving to use webpack 3.10.0 and updated tools
�[32m98a27a5�[m Allow for testing a single package
�[32m7aaaee0�[m Merge pull request #912 from arschles/test-pkg
�[32m6f489da�[m Allow for testing a single package
�[32m671e300�[m Merge pull request #903 from codetriage-readme-bot/codetriage-badge
�[32m38e6642�[m Add CodeTriage badge to gobuffalo/buffalo
�[32md320864�[m Merge pull request #897 from gobuffalo/add-http-method-to-notfoundhandler
�[32m9dfbdfc�[m Add the HTTP method to the NotFoundHandler
�[32m5ceb782�[m Merge pull request #896 from gobuffalo/change-plugin-path-default
�[32md024ca0�[m change the plugin path default from $PATH to $GOPATH/bin
�[32m1bcc087�[m Merge pull request #895 from gobuffalo/remove-gore
�[32m5dfddb4�[m Merge pull request #890 from monicaqu/master
�[32mf10612b�[m removed the gore console https://blog.gobuffalo.io/console-to-be-removed-in-buffalo-v0-11-0-d4edae288e66
�[32m9fbf05d�[m Merge branch 'development' into master
�[32md787ace�[m Fix origin URL in WebSocket test
�[32m2ba96a4�[m Merge pull request #892 from gobuffalo/deprecate-websocket
�[32m471b79f�[m Merge branch 'development' into deprecate-websocket
�[32mf4ab98b�[m Merge pull request #891 from gobuffalo/fix-generators-packrv1
�[32mc54add7�[m deprecated Websocket on the context
�[32m5a71e3e�[m fixed generators to work with v1 of packr
�[32mc6ea9ef�[m Merge branch 'development' into master
�[32m8faff16�[m Do not allow cross origin websocket requests
�[32m61721e4�[m Merge pull request #889 from flowonyx/patch-1
�[32ma447616�[m Merge pull request #885 from gobuffalo/migrate-meta-name
�[32m815f1a8�[m Merge branch 'development' into patch-1
�[32m8257b8f�[m Removed beta tag from bootstrap 4
�[32m9db7e65�[m Merge branch 'development' into migrate-meta-name
�[32m6fec8cf�[m moved the meta.Name type to the github.com/markbates/inflect package instead
�[32m44bde5b�[m Merge pull request #882 from gobuffalo/improve-i18n-errors
�[32md2957cc�[m Merge branch 'development' into improve-i18n-errors
�[32mc0c2271�[m Fix @markbates remarks
�[32m0fdf5a8�[m Merge pull request #880 from gobuffalo/non-bootstrap-helpers
�[32m6fd6c3c�[m Improve i18n middleware error messages
�[32ma7c2c12�[m Merge branch 'development' into non-bootstrap-helpers
�[32m43153e7�[m Merge pull request #879 from gobuffalo/use-packr-for-generator-templates
�[32m3dd0f6e�[m added commented out non-bootstrap form helpers in render.go
�[32mf7bfdab�[m use packr to manage templates for generators. hopefully this fixes issues like #629
�[32m5e5c9a6�[m added missing { to template
�[32m61e821d�[m fixed broken build
�[32m6b139ec�[m only set the Environment for the built binary if it's NOT development
�[32md478f10�[m Merge pull request #872 from gobuffalo/removed-deprecations
�[32m0c9666a�[m Merge pull request #873 from gobuffalo/fix-node-env
�[32m4fc4128�[m Merge pull request #874 from Zarkopafilis/tipfix
�[32m463a4de�[m Merge branch 'development' into tipfix
�[32m37f6122�[m tiny usage tip fix for action & mailer gen commands
�[32m38e4506�[m Merge branch 'development' into removed-deprecations
�[32md8ac7af�[m Merge branch 'development' into fix-node-env
�[32m8ff9a06�[m Merge pull request #871 from gobuffalo/serve-files
�[32m1170432�[m NODE_ENV not being set to production during build fixes #845
�[32m1bdca49�[m removed deprecations
�[32m4c535e1�[m fixed issue were resources were being added after ServeFiles("/", foo) and they weren't being picked up by the router
�[32mc204a9f�[m Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
�[32mded7508�[m tweaked the inspect helper on the errors page
�[32m42f7e4b�[m fixed wonky test around AvailableLanguages
�[32m2689c24�[m setup cors automatically for api apps
�[32md04c6b3�[m fixed issue with multiple response headers being written for some prewares fixes #861
�[32me2bb6ab�[m fixes fast save issue of the js and fixes also issues with the file-loader for fonts
�[32m1f38b1b�[m Add a way to get the list of supported languages in a Buffalo app
�[32mcb3d80a�[m *added go processing to webpack config for gopherjs loader
�[32m2a6adb4�[m *updated package.json to add gopherjs-loader
�[32mcd5e2b1�[m install yarn to global space
�[32m51a22f8�[m generating a new app as API should turn off Webpack automatically
�[32m9ff7d2c�[m added a flag to skip template validation
�[32m43defb9�[m Validate template syntax when building binary fixes #840
�[32ma41712f�[m reducing complexity on the app generator
�[32mabe22d7�[m changing character conditional in favor of regular expression to reduce cyclomatic complexity
�[32m4c35b54�[m removing inefficient assign
�[32m150b1b2�[m simplifying slice
�[32m1d4cb7e�[m solves a couple of goreportcard issues
�[32m89bc77c�[m make sure to remove the public directory for API apps
�[32m52a9b1d�[m Allow for the serving of the public directory fixes #852
�[32m603fc91�[m re-arranged the implementation of issue #841 to make sure it's loaded before the actions package. fixes #841 and fixes #846
�[32m1b272f2�[m adding application.scss to the list of base entries
�[32m1b4ace1�[m naming the glob var glob :D
�[32m1ee4324�[m this makes buffalo compile multiple scss/js files unless these start with underscore or are inside folders
�[32m80e49c3�[m Update options.go
�[32m118f340�[m Update build.go
�[32mc5e9fd0�[m Make sure node deps are installed when running in dev fixes #839
�[32m0342e3e�[m feat: set unchecked to false by default
�[32m7491446�[m added support for cockroach db
�[32mc47293d�[m reset to development version
�[32m4d048e9�[m feat: use a checkbox when the type is bool
�[32m5a12fe2�[m removed BUFFALO_PLUGIN_PATH warning message
�[32ma3d4ad1�[m Added a BACKERS.md file
�[32m9e7a928�[m Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
�[32m2cebb5c�[m tweaked the inspect helper on the errors page
�[32medcd215�[m Merge pull request #864 from gobuffalo/bugfix/webpack-not-reloading-on-fast-save
�[32mf8580c9�[m Merge branch 'development' into bugfix/webpack-not-reloading-on-fast-save
�[32m84adcf4�[m fixed wonky test around AvailableLanguages
�[32m7438af1�[m Merge branch 'development' into bugfix/webpack-not-reloading-on-fast-save
�[32m767a1b1�[m Merge pull request #868 from gobuffalo/api-cors
�[32m7b285a1�[m Merge branch 'development' into bugfix/webpack-not-reloading-on-fast-save
�[32mbf66292�[m Merge branch 'development' into api-cors
�[32m5ce0e31�[m Merge pull request #863 from gobuffalo/i18n-available-languages
�[32mfd85a05�[m setup cors automatically for api apps
�[32m1a7c88a�[m fixed issue with multiple response headers being written for some prewares fixes #861
�[32m17747c3�[m fixes fast save issue of the js and fixes also issues with the file-loader for fonts
�[32m667a34c�[m Add a way to get the list of supported languages in a Buffalo app
�[32m136109a�[m Merge pull request #862 from mclark4386/gopherjs_add_to_template
�[32m5b5a655�[m *added go processing to webpack config for gopherjs loader
�[32md80c67d�[m *updated package.json to add gopherjs-loader
�[32m5c5557a�[m Merge pull request #858 from gobuffalo/validate-templates
�[32mee21888�[m Merge branch 'development' into validate-templates
�[32m70f431e�[m install yarn to global space
�[32m9a2c590�[m Merge branch 'development' into validate-templates
�[32ma072763�[m generating a new app as API should turn off Webpack automatically
�[32m0cfc7b1�[m added a flag to skip template validation
�[32m4548c97�[m Validate template syntax when building binary fixes #840
�[32me12a130�[m Merge pull request #854 from gobuffalo/task/goreport-quick-wins
�[32m98385ee�[m reducing complexity on the app generator
�[32md786a5a�[m changing character conditional in favor of regular expression to reduce cyclomatic complexity
�[32m10d7012�[m removing inefficient assign
�[32m271f655�[m Merge branch 'task/goreport-quick-wins' of github.com:gobuffalo/buffalo into task/goreport-quick-wins
�[32m9b76e51�[m simplifying slice
�[32mca51d07�[m Merge branch 'development' into task/goreport-quick-wins
�[32m28d3b27�[m Merge pull request #853 from gobuffalo/map-public-folder
�[32mcc...

Read more

v0.10.3

08 Jan 21:48
Compare
Choose a tag to compare

Changelog

  • ignore the .grifter folder
  • Updated SHOULDERS.md
  • version bump
  • fixed package.json in the docker build
  • ran gofmt accross the code
  • updated go goreleaser to not build sqlite on windows or linux for now
  • fixed linting issue
  • with goreleaser we no longer need the CHANGELOG.md file
  • added goreleaser support
  • Merge pull request #831 from gobuffalo/fix-bootstrap4-without-webpack
  • Fix Bootstrap 4 option when Webpack is disabled
  • Merge pull request #830 from gobuffalo/bootstrap4
  • Merge branch 'development' into bootstrap4
  • added a flag to generate apps with bootstrap 4
  • Merge pull request #829 from gobuffalo/build-deletes-current-dir-fix
  • running buffalo build with -o flag deletes working directory fixes #827
  • Merge pull request #828 from gobuffalo/free-help-command
  • Help command should be available everywhere
  • Merge pull request #826 from gobuffalo/clickable-links
  • ok, i have the right incarnation to make the links clickable
  • only add clickable links on GET
  • Merge pull request #825 from gobuffalo/fix-plugin-env-on-windows
  • Make Routes in help clickable fixes #509
  • On windows error Error: fork/exec go\bin\buffalo-goth.exe: The parameter is incorrect. fixes gobuffalo/buffalo-goth#5
  • Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
  • moving favicon to use assePath
  • adding favicon to application.html template and on the generated assets
  • Merge pull request #820 from gobuffalo/feature/adding-favicon
  • Added appveyor badge
  • Merge branch 'development' into feature/adding-favicon
  • Merge pull request #809 from gobuffalo/work-appveyor
  • Merge branch 'development' into work-appveyor
  • Merge branch 'feature/adding-favicon' of github.com:gobuffalo/buffalo into feature/adding-favicon
  • moving favicon to use assePath
  • Merge branch 'development' of github.com:gobuffalo/buffalo into feature/adding-favicon
  • Merge branch 'development' into feature/adding-favicon
  • Merge pull request #792 from gobuffalo/feature/add-dot-env-support
  • Merge branch 'development' into feature/add-dot-env-support
  • Merge pull request #822 from gobuffalo/strict-slash
  • Merge pull request #793 from gobuffalo/task/minor-refactorings
  • Merge branch 'development' into task/minor-refactorings
  • StrictSlash should be customizable fixes #810
  • Merge branch 'development' of github.com:gobuffalo/buffalo into feature/adding-favicon
  • Merge branch 'development' into feature/adding-favicon
  • adding favicon to application.html template and on the generated assets
  • Merge branch 'development' into feature/add-dot-env-support
  • Merge pull request #796 from gobuffalo/task/moving-logs-to-logrus
  • adding missing newline
  • Merge branch 'task/moving-logs-to-logrus' of github.com:gobuffalo/buffalo into task/moving-logs-to-logrus
  • moving printMiddleware to use fmt.Printf
  • Merge branch 'development' into task/moving-logs-to-logrus
  • Merge pull request #818 from SteveAzz/set-default-addr
  • Force deps update with AppVeyor build
  • Merge branch 'development' into work-appveyor
  • Set default addr
  • Merge branch 'development' into task/minor-refactorings
  • Merge branch 'development' into task/moving-logs-to-logrus
  • Merge pull request #812 from gobuffalo/task/moving-to-mailv2
  • Merge branch 'development' into task/moving-to-mailv2
  • Merge pull request #817 from gobuffalo/backy-io-master
  • fixed the asset helpers to clean up code and added tests for them
  • Merge branch 'development' into task/moving-to-mailv2
  • fixed breakable change to how plugins are loaded
  • Added imgTag helper
  • [changed] Using BUFFALO_PLUGIN_PATH instead of PATH this fix windows slow startup and full directory scan in all platform
  • Merge pull request #816 from gobuffalo/set-docker-addr
  • set the default binding address of generated Dockerfiles
  • Merge branch 'development' into task/minor-refactorings
  • Merge pull request #811 from gobuffalo/use-envy-current-package
  • i think this'll do it
  • fixed the current package for new apps
  • Merge branch 'development' into task/moving-to-mailv2
  • moves to use gopkg.in/mail.v2
  • use envy.CurrentPackage
  • Merge pull request #808 from gobuffalo/file-uploads
  • Merge branch 'file-uploads' of https://github.com/gobuffalo/buffalo into file-uploads
  • remaned MaxFileSize to MaxFileMemory
  • Fix AppVeyor config
  • Add go install for future integration tests
  • Fix AppVeyor file syntax
  • Move Appveyor to another branch
  • Move Appveyor build into a separate branch
  • AppVeyor: disable deploy target, add go build
  • AppVeyor: set build script to prevent MSBuild
  • Update AppVeyor with build matrix (tip + 1.8)
  • appveyor
  • updated appveyor
  • added support for the form struct tag for file uploads
  • cleaned up a few things
  • added easy support for file uploads
  • making resources pass
  • Merge branch 'development' into task/minor-refactorings
  • Merge branch 'development' into feature/add-dot-env-support
  • Merge branch 'development' into task/moving-logs-to-logrus
  • Merge branch 'task/moving-logs-to-logrus' of github.com:gobuffalo/buffalo into task/moving-logs-to-logrus
  • Merge github.com:gobuffalo/buffalo into task/moving-logs-to-logrus
  • applying changes from @markbates
  • Merge pull request #807 from gobuffalo/mattn-fix-username
  • made a few tweaks to the PR
  • Merge branch 'development' into fix-username
  • separate domain and username
  • fix username in GOPATH
  • Merge branch 'development' into task/moving-logs-to-logrus
  • loging some other errors/failures with the Error(f) level in logrus
  • moving errors to the error level with logrus
  • changing some log types based in @markbates feedback
  • moving to lowercase logrus
  • Merge branch 'development' into feature/add-dot-env-support
  • Merge branch 'development' into task/minor-refactorings
  • Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
  • Merge pull request #798 from gobuffalo/status-fix
  • Merge pull request #802 from gobuffalo/windows-path-fix
  • Merge branch 'development' into status-fix
  • fix windows full path scan fixes #790
  • Merge branch 'development' of https://github.com/gobuffalo/buffalo into development
  • adding description on the .env file
  • moving envy.Load to buffalo.New
  • Generated resource "statuses" inconsistent fixes #794
  • cleaning commented code
  • changing the order of the commands
  • fixing issues outlined by @markbates
  • Merge github.com:gobuffalo/buffalo into task/minor-refactorings
  • moving fmt.PrintX to be logrus
  • moving back to one gomail.Message for each Send
  • --amend
  • cleans info command
  • reduces complexity of the mail.SMTPSender Send function
  • moving to use envy.Load and moving load to the app.go instead of the main func, also adding .env in the list of refreshables extensions
  • adds dot env support and auto-load
  • Merge branch 'development' of github.com:gobuffalo/buffalo into development
  • Merge pull request #791 from gobuffalo/782-fix-i18n-collision
  • Fix #782: avoid name collision with ISO lang code
  • Merge pull request #789 from gobuffalo/add-unix-socket-support
  • Revert changes on cookies_test
  • Add UNIX domain socket binding support
  • Merge pull request #787 from gobuffalo/simplier-resources
  • reduce the noise of resources by not generating it with a new BaseResource each time
  • Merge pull request #785 from gobuffalo/fix-broken-layout-without-webpack
  • Merge pull request #786 from tbroadley/patch-1
  • Fix typo in README.md
  • Fix #784 Broken layout when using --skip-webpack
  • Creating a new buffalo project with the --api flag, fails on windows 10 fixes #781
  • reset to development
  • updated CHANGELOG
  • Updated changelog for release v0.10.2
  • version bump
  • Merged in changes from this PR gobuffalo/x#7
  • Merge pull request #778 from jmbrunskill/development
  • Fix Issue #751 - unknown flag: --use-model
  • Merge pull request #776 from gobuffalo/fix-skip-yarn-desc
  • Fix skip-yarn flag description
  • Merge pull request #771 from gobuffalo/localized-views
  • Use dot instead of underscore for localized views
  • Forgot to remove LocalizedViews option on i18n
  • Simplify localized views logic
  • Merge branch 'development' into localized-views
  • Merge pull request #772 from gobuffalo/test-individual-methods
  • Merge branch 'development' into localized-views
  • Merge branch 'development' into test-individual-methods
  • Running a single test fixes #769
  • Merge pull request #770 from gobuffalo/fix-test-render-packr-config
  • Fix edge case on Localized Views
  • Implement #723 localized views
  • Revert associated test with previous feature
  • Revert change from another feature
  • Fix packr usage in render tests
  • Merge pull request #768 from gobuffalo/fix-csrf-wildcard-mimetype
  • Fix #767: CSRF middleware should accept wildcard mimetype
  • Merge pull request #763 from gobuffalo/simplify-i18n
  • Fix lint issue
  • Add more tests
  • Simplify i18n usage
  • Merge pull request #762 from gobuffalo/mail-merge
  • Proposal: move github.com/gobuffalo/x/mail into Buffalo "Core" fixes #752
  • Merge pull request #761 from gobuffalo/partial-extensions
  • no longer need extensions for templates in actions or partials for HTML, JS, and Markdown
  • added the .grifter directory to the default git ignore
  • Merge pull request #756 from gobuffalo/improved-info
  • Merge branch 'development' into improved-info
  • Merge pull request #757 from gobuffalo/regressed-nested-resources
  • hopefully fixed broken tests
  • added doc
  • Regession in Resource generator for nested resources fixes #754
  • print off info about the app in buffalo info
  • print out the yarn version and dep version
  • Merge pull request #755 from gobuffalo/cjl-update-bin...
Read more