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

Commit

Permalink
v0.16.3 (#1945)
Browse files Browse the repository at this point in the history
* 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
8 people authored Apr 9, 2020
1 parent 2c2bdae commit c39246a
Show file tree
Hide file tree
Showing 13 changed files with 1,664 additions and 1,351 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ RUN npm install -g --no-progress yarn \
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.24.0

# Pulling docker binary from releases
RUN wget https://github.com/gobuffalo/buffalo/releases/download/v0.16.1/buffalo_0.16.1_Linux_x86_64.tar.gz \
&& tar -xzf buffalo_0.16.1_Linux_x86_64.tar.gz \
RUN wget https://github.com/gobuffalo/buffalo/releases/download/v0.16.3/buffalo_0.16.3_Linux_x86_64.tar.gz \
&& tar -xzf buffalo_0.16.3_Linux_x86_64.tar.gz \
&& mv buffalo $(go env GOPATH)/bin/buffalo

RUN buffalo version
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.slim.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ RUN npm i -g --no-progress yarn \
&& yarn config set yarn-offline-mirror-pruning true

# Pulling docker binary from releases
RUN wget https://github.com/gobuffalo/buffalo/releases/download/v0.16.1/buffalo_0.16.1_Linux_x86_64.tar.gz \
&& tar -xzf buffalo_0.16.1_Linux_x86_64.tar.gz \
RUN wget https://github.com/gobuffalo/buffalo/releases/download/v0.16.3/buffalo_0.16.3_Linux_x86_64.tar.gz \
&& tar -xzf buffalo_0.16.3_Linux_x86_64.tar.gz \
&& mv buffalo $(go env GOPATH)/bin/buffalo

RUN buffalo version
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require("expose-loader?$!expose-loader?jQuery!jquery");
require("bootstrap/dist/js/bootstrap.bundle.js");
require("@fortawesome/fontawesome-free/js/all.js");

$(() => {

Expand Down
26 changes: 13 additions & 13 deletions genny/assets/webpack/templates/package.json.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
"repository": "github.com/gobuffalo/buffalo",
"dependencies": {
"bootstrap": "4.4.1",
"popper.js": "^1.16.0",
"popper.js": "^1.16.1",
"@fortawesome/fontawesome-free": "^5.12.0",
"jquery": "~3.4.1",
"jquery-ujs": "~1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",

"babel-loader": "^8.0.6",
"css-loader": "~1.0.1",
"babel-loader": "^8.1.0",
"css-loader": "~3.5.1",
"expose-loader": "~0.7.5",
"file-loader": "~5.0.2",
"file-loader": "~6.0.0",
"gopherjs-loader": "^0.0.1",
"sass-loader": "~8.0.0",
"style-loader": "~1.1.2",
"url-loader": "~3.0.0",
"sass-loader": "~8.0.2",
"style-loader": "~1.1.3",
"url-loader": "~4.1.0",
"node-sass": "~4.13.1",

"npm-install-webpack-plugin": "4.0.5",
"terser-webpack-plugin": "~2.3.1",
"mini-css-extract-plugin": "^0.9.0",
"webpack-clean-obsolete-chunks": "^0.4.0",
"copy-webpack-plugin": "~5.1.1",

"webpack": "~4.41.4",
"webpack": "~4.42.1",
"webpack-cli": "^3.3.10",
"webpack-livereload-plugin": "~2.2.0",
"webpack-manifest-plugin": "~2.0.0",
"webpack-livereload-plugin": "~2.3.0",
"webpack-manifest-plugin": "~2.2.0"
}
}
2 changes: 1 addition & 1 deletion genny/build/_fixtures/coke/models/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"

"github.com/gobuffalo/envy"
"github.com/gobuffalo/pop"
"github.com/gobuffalo/pop/v5"
)

// DB is a connection to your database to be used
Expand Down
36 changes: 18 additions & 18 deletions genny/build/_fixtures/coke/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
},
"repository": "github.com/gobuffalo/buffalo",
"dependencies": {
"bootstrap": "4.3.1",
"popper.js": "^1.14.4",
"@fortawesome/fontawesome-free": "^5.8.1",
"bootstrap": "4.4.1",
"popper.js": "^1.16.1",
"@fortawesome/fontawesome-free": "^5.12.0",
"jquery": "~3.4.1",
"jquery-ujs": "~1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.5",
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",

"css-loader": "~1.0.0",
"babel-loader": "^8.1.0",
"css-loader": "~3.5.1",
"expose-loader": "~0.7.5",
"file-loader": "~2.0.0",
"file-loader": "~6.0.0",
"gopherjs-loader": "^0.0.1",
"sass-loader": "~7.1.0",
"style-loader": "~0.23.0",
"url-loader": "~1.1.1",
"sass-loader": "~8.0.2",
"style-loader": "~1.1.3",
"url-loader": "~4.1.0",
"node-sass": "~4.13.1",

"npm-install-webpack-plugin": "4.0.5",
"terser-webpack-plugin": "~2.3.1",
"mini-css-extract-plugin": "^0.4.2",
"mini-css-extract-plugin": "^0.9.0",
"webpack-clean-obsolete-chunks": "^0.4.0",
"copy-webpack-plugin": "~5.1.1",

"webpack": "~4.41.4",
"webpack-cli": "3.1.0",
"webpack-livereload-plugin": "2.1.1",
"webpack-manifest-plugin": "~2.0.0",
"node-sass": "~4.12.0"
"webpack": "~4.42.1",
"webpack-cli": "^3.3.10",
"webpack-livereload-plugin": "~2.3.0",
"webpack-manifest-plugin": "~2.2.0"
}
}
Loading

0 comments on commit c39246a

Please sign in to comment.