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

v0.12.0

Compare
Choose a tag to compare
@markbates markbates released this 13 Jun 14:57
· 906 commits to v1 since this release

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 auto for multiple words
�[32m9e8e0e9�[m adding broken tests for the multiple word handling in Auto
�[32m44948b8�[m Fix wording re. commenting/uncommenting parts of Dockerfile. (#998)
�[32mf46dd88�[m allow resources to define what their param key name should be, defaults to resource_name_id (as it used to) (#995)
�[32mfb5c8ae�[m Add i18n Refresh to handle language switches nicely (#996)
�[32m10e38c5�[m Added http:// to server address in log to make it clickable (#994)
�[32mbc11ab0�[m Fix relative path finding (#982) (#989)
�[32mb7ceff5�[m fixes auto issue with plurals (#990)
�[32m69e1938�[m Refactor i18n middleware language finders (#957)
�[32m70f690d�[m reduces duplicity on app.go and splits errors.go into errors and error_templates.go (#984)
�[32mf2fa420�[m Merge pull request #983 from gobuffalo/task/tags-textarea-tag
�[32m82badca�[m moving to TextAreaTag instead of TextArea form function
�[32md4b620c�[m Check for dep and goimports before go getting. (#977)
�[32m040c28b�[m buffalo allows mux to handle 405 responses fixes #978 (#979)
�[32mfb43055�[m added support for the new suite fixture stuff (#972)
�[32mfa0f673�[m Always link to godoc.org in shoulders.md (#964)
�[32mcb2543e�[m Mention contributing guidelines on the Readme (#965)
�[32mb17d529�[m Mention correct repository in contributing.md (#966)
�[32m8f8d0b2�[m Less ugly production error page (#956)
�[32m00f2754�[m Add a README for the i18n middleware (#960)
�[32m309ae27�[m Fix broken URL in SHOULDERS.md (#961)
�[32m7a9f964�[m Add newline after db create (#962)
�[32md8da217�[m Merge pull request #958 from deanroker123/master
�[32m2f69e3c�[m Merge branch 'development' into master
�[32mc2c3fdc�[m Merge branch 'master' of https://github.com/gobuffalo/buffalo
�[32ma6a39df�[m Added Head Parameter to make it more responsive
�[32mb637a03�[m appveyor still being problematic
�[32m62cad06�[m c'mon appveyor!
�[32mbe81058�[m hopefully this fixes appveyor
�[32m7eeb242�[m fixed appveyor sqlite issues
�[32m5db7469�[m Remove commented code (#950)
�[32m54037b0�[m Add current_template to the context (#954)
�[32m0bc7f74�[m Remove junk merge files (#952)
�[32m2fed811�[m setup for development


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