Tags: aeneasr/buffalo
Tags
v0.16.9 (gobuffalo#1996) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change * Merging master (gobuffalo#1936) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome (gobuffalo#1933) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome The latest version of font-awesome requires the js file to also be present for a glyph to work. To see this work, add this code to any page template: ```html <h3> <a href=#" target="_blank"><i class="fab fa-twitter-square share" aria-hidden="true"></i></a> </h3> ``` Without this JS file, the glyph will not render. Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com> Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Fixes generated package.json and resources generator (gobuffalo#1944) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary * Bump pop version (gobuffalo#1937) * adding resource and new app generator fixes * fixing buffalo generator to use v5 of pop * updating popper and removing repeated version of webpack-manifest * updating old tooling on the JS side * updating webpack version * updating node dependencies on fixture to remove github warnings Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * updating dockerfile to use v0.16.3 * packing * Adding new template for codeclimate code analysis (gobuffalo#1946) * adding new template for codeclimate code analysis * packing * Updates our coke app package.json and Yarn (gobuffalo#1947) * updating package.lock on the lock sample * removing old pop plugin * adding task to the fixers * removing the fixer part * Removes old buffalo-pop plugin (gobuffalo#1948) * removes old buffalo-pop plugin * naming change * using filepath for auto render files (gobuffalo#1951) * Bugfix c.Error http code (gobuffalo#1952) * fixes error code not being logged * adding tests for the status code when error handled fires * Allows to set test timeout (gobuffalo#1953) * allowing to pass timeout to the test command * packing * Fixes plush to use now plush/v4 (gobuffalo#1954) * Adding packr files (gobuffalo#1956) * Missing comments on the Plugins struct (gobuffalo#1958) * Adding packr 10000 files * adding a couple of comments missing * fixing mispell package (gobuffalo#1960) * Task gobuffalo#1941 (gobuffalo#1943) * covering non id cases on the route name generator * fixing broken tests * adding a few more test cases * moving to just use a string for simplified ID * bumping version * packing * use go 1.14 for building goreleaser binaries (gobuffalo#1962) * adds an extra file to our releases that will be pulled by our docker images build process (gobuffalo#1964) * cleaning some docker issues (gobuffalo#1966) * Fix GO111MODULE value in build Docker images (gobuffalo#1970) * Add in GZIP compression to file serving (gobuffalo#1969) * Add in GZIP compression to file serving * Add option to control gzip * Added genny support for CircleCI as a CI provider. (gobuffalo#1972) * Added genny support for CircleCI as a CI provider. * Updated circleci template * Also fixed Travis and GitLab templates * removing helpers from the Go template Engine (gobuffalo#1971) * adding next version * packing * making codeclimate ignore packr files * adding direct version on the docker build * fixing plugin installation * bumping version * Binding refactoring (gobuffalo#1975) * refactoring binding a bit * adding tests for null time decoder * removing unneeded variable * little bit of name changes * moving RequestTypeBinder interface * adding some missing comments * advancing on Marks recommendations. 1st step is to reduce the indirect behavior on the interface * back to locks * adding lock on Exec * adding those missing tests * moving time formats to the decoders section * added autoprefixer for bootstrap compilation (gobuffalo#1990) * Add batch mail sending (gobuffalo#1815) * Add batch mail sending * fix formatting * fix batch send * fix single mail check Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com> * Updates jQuery Dependency (gobuffalo#1995) * updating jquery and bootstrap to pass a security warning we have in the repo * changing docker version for next release * packing * removing extra file from the releaser * adding some missing comments * removing unused fields Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> Co-authored-by: Cory LaNou <cory@lanou.com> Co-authored-by: Vlad Artamonov <742047+vladdy@users.noreply.github.com> Co-authored-by: Vincent Chu <vincentchu@gmail.com> Co-authored-by: James Turnbull <james@lovedthanlost.net> Co-authored-by: arunsworld <42399533+arunsworld@users.noreply.github.com> Co-authored-by: Ilya Krasheninnikov <49644633+Ilkrash@users.noreply.github.com>
Task fix docker image (gobuffalo#1978) * adding direct version on the docker build * fixing docker image * removing extra file on the release * removing that extra file from the build * removing conflict
Task fix docker image (gobuffalo#1977) * adding direct version on the docker build * fixing docker image
v0.16.6 (gobuffalo#1974) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change * Merging master (gobuffalo#1936) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome (gobuffalo#1933) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome The latest version of font-awesome requires the js file to also be present for a glyph to work. To see this work, add this code to any page template: ```html <h3> <a href=#" target="_blank"><i class="fab fa-twitter-square share" aria-hidden="true"></i></a> </h3> ``` Without this JS file, the glyph will not render. Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com> Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Fixes generated package.json and resources generator (gobuffalo#1944) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary * Bump pop version (gobuffalo#1937) * adding resource and new app generator fixes * fixing buffalo generator to use v5 of pop * updating popper and removing repeated version of webpack-manifest * updating old tooling on the JS side * updating webpack version * updating node dependencies on fixture to remove github warnings Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * updating dockerfile to use v0.16.3 * packing * Adding new template for codeclimate code analysis (gobuffalo#1946) * adding new template for codeclimate code analysis * packing * Updates our coke app package.json and Yarn (gobuffalo#1947) * updating package.lock on the lock sample * removing old pop plugin * adding task to the fixers * removing the fixer part * Removes old buffalo-pop plugin (gobuffalo#1948) * removes old buffalo-pop plugin * naming change * using filepath for auto render files (gobuffalo#1951) * Bugfix c.Error http code (gobuffalo#1952) * fixes error code not being logged * adding tests for the status code when error handled fires * Allows to set test timeout (gobuffalo#1953) * allowing to pass timeout to the test command * packing * Fixes plush to use now plush/v4 (gobuffalo#1954) * Adding packr files (gobuffalo#1956) * Missing comments on the Plugins struct (gobuffalo#1958) * Adding packr files * adding a couple of comments missing * fixing mispell package (gobuffalo#1960) * Task gobuffalo#1941 (gobuffalo#1943) * covering non id cases on the route name generator * fixing broken tests * adding a few more test cases * moving to just use a string for simplified ID * bumping version * packing * use go 1.14 for building goreleaser binaries (gobuffalo#1962) * adds an extra file to our releases that will be pulled by our docker images build process (gobuffalo#1964) * cleaning some docker issues (gobuffalo#1966) * Fix GO111MODULE value in build Docker images (gobuffalo#1970) * Add in GZIP compression to file serving (gobuffalo#1969) * Add in GZIP compression to file serving * Add option to control gzip * Added genny support for CircleCI as a CI provider. (gobuffalo#1972) * Added genny support for CircleCI as a CI provider. * Updated circleci template * Also fixed Travis and GitLab templates * removing helpers from the Go template Engine (gobuffalo#1971) * adding next version * packing * making codeclimate ignore packr files Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> Co-authored-by: Cory LaNou <cory@lanou.com> Co-authored-by: Vlad Artamonov <742047+vladdy@users.noreply.github.com> Co-authored-by: Vincent Chu <vincentchu@gmail.com> Co-authored-by: James Turnbull <james@lovedthanlost.net>
v0.16.5 (gobuffalo#1961) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change * Merging master (gobuffalo#1936) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome (gobuffalo#1933) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome The latest version of font-awesome requires the js file to also be present for a glyph to work. To see this work, add this code to any page template: ```html <h3> <a href=#" target="_blank"><i class="fab fa-twitter-square share" aria-hidden="true"></i></a> </h3> ``` Without this JS file, the glyph will not render. Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com> Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Fixes generated package.json and resources generator (gobuffalo#1944) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary * Bump pop version (gobuffalo#1937) * adding resource and new app generator fixes * fixing buffalo generator to use v5 of pop * updating popper and removing repeated version of webpack-manifest * updating old tooling on the JS side * updating webpack version * updating node dependencies on fixture to remove github warnings Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * updating dockerfile to use v0.16.3 * packing * Adding new template for codeclimate code analysis (gobuffalo#1946) * adding new template for codeclimate code analysis * packing * Updates our coke app package.json and Yarn (gobuffalo#1947) * updating package.lock on the lock sample * removing old pop plugin * adding task to the fixers * removing the fixer part * Removes old buffalo-pop plugin (gobuffalo#1948) * removes old buffalo-pop plugin * naming change * using filepath for auto render files (gobuffalo#1951) * Bugfix c.Error http code (gobuffalo#1952) * fixes error code not being logged * adding tests for the status code when error handled fires * Allows to set test timeout (gobuffalo#1953) * allowing to pass timeout to the test command * packing * Fixes plush to use now plush/v4 (gobuffalo#1954) * Adding packr files (gobuffalo#1956) * Missing comments on the Plugins struct (gobuffalo#1958) * Adding packr files * adding a couple of comments missing * fixing mispell package (gobuffalo#1960) * Task gobuffalo#1941 (gobuffalo#1943) * covering non id cases on the route name generator * fixing broken tests * adding a few more test cases * moving to just use a string for simplified ID * bumping version * packing Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> Co-authored-by: Cory LaNou <cory@lanou.com>
v0.16.4 (gobuffalo#1955) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change * Merging master (gobuffalo#1936) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome (gobuffalo#1933) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome The latest version of font-awesome requires the js file to also be present for a glyph to work. To see this work, add this code to any page template: ```html <h3> <a href=#" target="_blank"><i class="fab fa-twitter-square share" aria-hidden="true"></i></a> </h3> ``` Without this JS file, the glyph will not render. Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com> Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Fixes generated package.json and resources generator (gobuffalo#1944) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary * Bump pop version (gobuffalo#1937) * adding resource and new app generator fixes * fixing buffalo generator to use v5 of pop * updating popper and removing repeated version of webpack-manifest * updating old tooling on the JS side * updating webpack version * updating node dependencies on fixture to remove github warnings Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * updating dockerfile to use v0.16.3 * packing * Adding new template for codeclimate code analysis (gobuffalo#1946) * adding new template for codeclimate code analysis * packing * Updates our coke app package.json and Yarn (gobuffalo#1947) * updating package.lock on the lock sample * removing old pop plugin * adding task to the fixers * removing the fixer part * Removes old buffalo-pop plugin (gobuffalo#1948) * removes old buffalo-pop plugin * naming change * using filepath for auto render files (gobuffalo#1951) * Bugfix c.Error http code (gobuffalo#1952) * fixes error code not being logged * adding tests for the status code when error handled fires * Allows to set test timeout (gobuffalo#1953) * allowing to pass timeout to the test command * packing * Fixes plush to use now plush/v4 (gobuffalo#1954) * Adding packr files (gobuffalo#1956) * Missing comments on the Plugins struct (gobuffalo#1958) * Adding packr files * adding a couple of comments missing Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> Co-authored-by: Cory LaNou <cory@lanou.com>
v0.16.3 (gobuffalo#1945) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change * Merging master (gobuffalo#1936) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome (gobuffalo#1933) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Update js template to support font awesome The latest version of font-awesome requires the js file to also be present for a glyph to work. To see this work, add this code to any page template: ```html <h3> <a href=#" target="_blank"><i class="fab fa-twitter-square share" aria-hidden="true"></i></a> </h3> ``` Without this JS file, the glyph will not render. Co-authored-by: Antonio Pagano <645522+paganotoni@users.noreply.github.com> Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Fixes generated package.json and resources generator (gobuffalo#1944) * v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> * Add stack trace to ErrPanic event for easier debugging and monitoring (gobuffalo#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (gobuffalo#1935) * fixing docker image to use github binary * Bump pop version (gobuffalo#1937) * adding resource and new app generator fixes * fixing buffalo generator to use v5 of pop * updating popper and removing repeated version of webpack-manifest * updating old tooling on the JS side * updating webpack version * updating node dependencies on fixture to remove github warnings Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * updating dockerfile to use v0.16.3 * packing Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com> Co-authored-by: xuancanh <xuancanh.1994@gmail.com> Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> Co-authored-by: Cory LaNou <cory@lanou.com>
v0.16.1 (gobuffalo#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (gobuffalo#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change Co-authored-by: Mark Bates <mark@markbates.com> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com>
v0.16.0 (gobuffalo#1924) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (gobuffalo#1884) cache deps before building and copying source so that we don't need to re-download as much and so that source changes don't invalidate our downloaded layer * Generator resource action test breaks with unused imports fixes gobuffalo#1893 (gobuffalo#1894) * Generator resource action test breaks with unused imports fixes gobuffalo#1893 * break packr cache * fix broken test * update deps (gobuffalo#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (gobuffalo#1901) * update helpers/tags * update validate * try to fix mismatched imports (gobuffalo#1921) * fixes more broken semantic import paths (gobuffalo#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (gobuffalo#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> Co-authored-by: Dr Nic Williams <drnicwilliams@gmail.com> Co-authored-by: HD Moore <x@hdm.io> Co-authored-by: Antonio Pagano <apagano@wawand.co> Co-authored-by: Stanislas Michalak <stanislas-m@users.noreply.github.com>
PreviousNext