This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* merge changes from buffalo-cli into main repo * cache deps before building and copying source (#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 #1893 (#1894) * Generator resource action test breaks with unused imports fixes #1893 * break packr cache * fix broken test * update deps (#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (#1901) * update helpers/tags * update validate * try to fix mismatched imports (#1921) * fixes more broken semantic import paths (#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (#1928) * changing the packages to be replaced * adding back gobuffalo/uuid change * Merging master (#1936) * v0.16.1 (#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (#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 #1893 (#1894) * Generator resource action test breaks with unused imports fixes #1893 * break packr cache * fix broken test * update deps (#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (#1901) * update helpers/tags * update validate * try to fix mismatched imports (#1921) * fixes more broken semantic import paths (#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (#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 (#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (#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 (#1933) * v0.16.1 (#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (#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 #1893 (#1894) * Generator resource action test breaks with unused imports fixes #1893 * break packr cache * fix broken test * update deps (#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (#1901) * update helpers/tags * update validate * try to fix mismatched imports (#1921) * fixes more broken semantic import paths (#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (#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 (#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 (#1944) * v0.16.1 (#1929) * merge changes from buffalo-cli into main repo * cache deps before building and copying source (#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 #1893 (#1894) * Generator resource action test breaks with unused imports fixes #1893 * break packr cache * fix broken test * update deps (#1896) * update deps * update envy * update meta * switch to tags/v3 for consistency (#1901) * update helpers/tags * update validate * try to fix mismatched imports (#1921) * fixes more broken semantic import paths (#1925) * adding a few packages to replace * Replace Azure badge with Github actions badge (#1920) Co-authored-by: Antonio Pagano <apagano@wawand.co> * changing the packages to be replaced (#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 (#1930) Co-authored-by: Canh Nguyen <nguyenxc@seagroup.com> * Modifies our docker file to pull buffalo binary from releases. (#1935) * fixing docker image to use github binary * Bump pop version (#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>
- Loading branch information