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

v0.16.4 #1955

Merged
merged 34 commits into from
Apr 13, 2020
Merged

v0.16.4 #1955

Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f0fdd55
merge changes from buffalo-cli into main repo
markbates Jan 23, 2020
c36a985
cache deps before building and copying source (#1884)
drnic Jan 30, 2020
64d477e
Generator resource action test breaks with unused imports fixes #1893…
markbates Jan 31, 2020
56a56e0
update deps (#1896)
markbates Feb 1, 2020
b21df66
switch to tags/v3 for consistency (#1901)
hdm Feb 6, 2020
d0d04f8
update helpers/tags
markbates Feb 6, 2020
87c1bbb
update validate
markbates Feb 6, 2020
ef737c7
try to fix mismatched imports (#1921)
markbates Mar 18, 2020
edd47d2
Merge branch 'master' into development
markbates Mar 18, 2020
ae47f10
fixes more broken semantic import paths (#1925)
markbates Mar 23, 2020
1178ec4
adding a few packages to replace
paganotoni Mar 24, 2020
9f9d5f1
Replace Azure badge with Github actions badge (#1920)
stanislas-m Apr 2, 2020
d68f0c3
changing the packages to be replaced (#1928)
paganotoni Apr 2, 2020
5a69731
Merge branch 'master' into development
paganotoni Apr 2, 2020
5746d81
merging
paganotoni Apr 6, 2020
d456808
Merging master (#1936)
paganotoni Apr 6, 2020
5fb62d6
Merge branch 'development' of https://github.com/gobuffalo/buffalo in…
paganotoni Apr 7, 2020
ae54b4c
Merge branch 'master' of https://github.com/gobuffalo/buffalo into de…
paganotoni Apr 8, 2020
c6208b3
Update js template to support font awesome (#1933)
corylanou Apr 8, 2020
78fef36
Merge branch 'master' into development
paganotoni Apr 8, 2020
2ded73b
Fixes generated package.json and resources generator (#1944)
paganotoni Apr 9, 2020
2e79e76
Merge branch 'development' of https://github.com/gobuffalo/buffalo in…
paganotoni Apr 9, 2020
db223a7
updating dockerfile to use v0.16.3
paganotoni Apr 9, 2020
1a11a3b
packing
paganotoni Apr 9, 2020
db05487
Merge branch 'master' of https://github.com/gobuffalo/buffalo into de…
paganotoni Apr 9, 2020
763142a
Adding new template for codeclimate code analysis (#1946)
paganotoni Apr 12, 2020
997b8e1
Updates our coke app package.json and Yarn (#1947)
paganotoni Apr 12, 2020
bd173b1
Removes old buffalo-pop plugin (#1948)
paganotoni Apr 12, 2020
2089442
using filepath for auto render files (#1951)
paganotoni Apr 12, 2020
2c96f84
Bugfix c.Error http code (#1952)
paganotoni Apr 12, 2020
12758e6
Allows to set test timeout (#1953)
paganotoni Apr 12, 2020
0a8d59f
Fixes plush to use now plush/v4 (#1954)
paganotoni Apr 12, 2020
c335d58
Adding packr files (#1956)
paganotoni Apr 13, 2020
904f80b
Missing comments on the Plugins struct (#1958)
paganotoni Apr 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updates our coke app package.json and Yarn (#1947)
* updating package.lock on the lock sample

* removing old pop plugin

* adding task to the fixers

* removing the fixer part
paganotoni authored Apr 12, 2020
commit 997b8e167e5ff42a6f6b170de9986c9dabe4ea8a
3 changes: 1 addition & 2 deletions genny/build/_fixtures/coke/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,6 @@
"jquery-ujs": "~1.2.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",

@@ -37,7 +36,7 @@
"copy-webpack-plugin": "~5.1.1",

"webpack": "~4.42.1",
"webpack-cli": "^3.3.10",
"webpack-cli": "^4.0.0-beta.8",
"webpack-livereload-plugin": "~2.3.0",
"webpack-manifest-plugin": "~2.2.0"
}
Loading