Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/greenpau/buffalo

Rapid Web Development w/ Go
https://github.com/greenpau/buffalo

adding names for the rest of the paths which could have the same name

a248af0e1c7f16bf4f1b8ec22e94dc573bac9ea0 authored over 7 years ago by Antonio Pagano <[email protected]>
adding some tests for the resources paths

9d1f038275d9928f24e4652a794b764728b2344b authored over 7 years ago by Antonio Pagano <[email protected]>
adds route name into the route lists, grift and default templates

82c8b805c06525386960f265c1dd67874d0fefe3 authored over 7 years ago by Antonio Pagano <[email protected]>
checks equalty of the routes based on the path and method

318f3b1522c2b6ec028495ff2cd0fc26fee351de authored over 7 years ago by Antonio Pagano <[email protected]>
Merge branch 'master' into feature-named-routes

329ba7c5c3f966c86e4a8883ad03eade55db5540 authored over 7 years ago by Antonio Pagano <[email protected]>
Generate the `middleware.CSRF` middleware in new applications closes #342

4bd0d8c54874c40e71d4ec119aa56344cdcd1229 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #352 from gobuffalo/as27-issue/297

Resource generator fixes #328

aa95b59372d633d7c4db973df85e80882d386b9c authored over 7 years ago by Mark Bates <[email protected]>
a little more resource clean up around text based attributes

2cfa7701732d88040fe31f5517949fab56a2764d authored over 7 years ago by Mark Bates <[email protected]>
cleaned up some html and fixed a few bugs

818ab306e95e1024a488e2877f8c16dba89641c9 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'issue/297' of https://github.com/as27/buffalo into as27-issue/297

d367f345229133d501a71215af33a1ed38d6e2e7 authored over 7 years ago by Mark Bates <[email protected]>
turn off colored output on windows in dev mode. fixes #348

c19e6b0dca52523a7ee10dd3498457eb316788d6 authored over 7 years ago by Mark Bates <[email protected]>
Build webpack assets for production in `buffalo build` by calling `webpack -p`

This performs JS minification by default and also sets NODE_ENV == "production", allowing produc...

e2ff61a88236cc6733cc0ebdffcbe014fde757a1 authored over 7 years ago by Matt Doran <[email protected]>
Setup webpack to enable full ES6 transpile. Add "babel-preset-env" dependency and setup babel "env" preset.

See: https://github.com/babel/babel-preset-env

33bdd9764157e5bfd40ecc6a5470d0abfbb32622 authored over 7 years ago by Matt Doran <[email protected]>
Set errors correct that templates can show them

3c162310fd5fb84fb6747567f3397b8b3ba8c218 authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/development' into issue/297

6152d1f0d63475b877029acee45525f987f53d82 authored over 7 years ago by as27 <[email protected]>
Fixed error in edit.tmpl

8e0f01e92a045dd2a158009c4ff0afd5c6cb3cf4 authored over 7 years ago by as27 <[email protected]>
Merge pull request #1 from as27/htmltemplates

htmltemplates

2b9283b792bef7b5c318a3e049c23d88b3243f17 authored over 7 years ago by Andreas Schröpfer <[email protected]>
removed debugging output

319d0640b5b1cf864b4fd3f09ffebb9ff289e7d6 authored over 7 years ago by as27 <[email protected]>
set correct name inside edit.html.tmpl

34160de80dce325bb14d41060882ff073481fb17 authored over 7 years ago by as27 <[email protected]>
html template generator

4cc49cdcd3c52c830f22f8350b083f396842068b authored over 7 years ago by as27 <[email protected]>
Generate index file

4f901d9e358bf19975ed9f53ab6741c444b63576 authored over 7 years ago by as27 <[email protected]>
Templates changed

f8eb1219919832a1ad61babcb02bfcf4a6ddd141 authored over 7 years ago by as27 <[email protected]>
First forms added

f4284a5c507c66617649732b0115a60adb157a3b authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/issue/297' into htmltemplates

ac921e004b8f36088efab2cfc3db6342c2833ca1 authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/development' into issue/297

1cfd7a9a1c28ccbe620a9ad62028d50ea755de23 authored over 7 years ago by as27 <[email protected]>
set the version of the branch to 0.8.1.dev

3cc293e56d7706007eaed2c9d4911ab948ee0dc4 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'development' of github.com:gobuffalo/buffalo into development

17c4052309ea91d24c88383288ce7befab7f7947 authored over 7 years ago by Mark Bates <[email protected]>
always generate the path the middleware package

d74aba20c90acc831a68e91f0af07bfcf8e1d141 authored over 7 years ago by Mark Bates <[email protected]>
ignore case when checking if the user is in the GOPATH. fixes #340

0e25a53ab6f5c4ebea84ecfe1e2580bd96cca20d authored over 7 years ago by Mark Bates <[email protected]>
added a ParameterLogger middleware

db1e70f098e2e727b0a498fdda449e7ac60105f6 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #345 from gobuffalo/fix-skip-pop

--skip-pop doesn't work fixes #343

dce13a76a2723430ec5dc84d4c82d3a742e25c58 authored over 7 years ago by Mark Bates <[email protected]>
version bump

b8b7670d8417020ef013a4759d21a445622bc9d3 authored over 7 years ago by Mark Bates <[email protected]>
--skip-pop doesn't work fixes #343

5b0de69ed9db16b3d61064eb2b2dcfe676e4af5a authored over 7 years ago by Mark Bates <[email protected]>
Changes from the review

225f1bf1947157255ad0641c6fc09e61f89b2d8e authored over 7 years ago by as27 <[email protected]>
Merge pull request #341 from gobuffalo/ignore-case-gopath-check

ignore case when checking if the user is in the GOPATH. fixes #340

7f73b8beef76078d08feabaacfd1938f8bd42978 authored over 7 years ago by Mark Bates <[email protected]>
ignore case when checking if the user is in the GOPATH. fixes #340

e07d0436b2283e45ca60dd3d3ec16f904ef1d183 authored over 7 years ago by Mark Bates <[email protected]>
moved the users test case after the -race test

1c24ce7dee9ee40c2a6c7c609c6603d3f4770828 authored over 7 years ago by as27 <[email protected]>
Plural fixed, basic html template added

9cfa3cc673a10a40838967961172a597a656658d authored over 7 years ago by as27 <[email protected]>
Merge branch 'feature-named-routes' of github.com:gobuffalo/buffalo into feature-named-routes

5bcbd8db223f6bc2ab503a9c60b1ff12ed52a007 authored over 7 years ago by Antonio Pagano <[email protected]>
Merge github.com:gobuffalo/buffalo into feature-named-routes

e8d956165a8204942e37ce0968b138b738403a77 authored over 7 years ago by Antonio Pagano <[email protected]>
[case] covering the case where not enough info is passed

0de127d472018a5ac66a71c558ad670a835e8d2a authored over 7 years ago by Antonio Pagano <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/development' into issue/297

ff559a44eff795ca44947c6acfd206cab020b2d7 authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/development' into htmltemplates

fd68d4c232a2996b02532258fdfef69410332819 authored over 7 years ago by as27 <[email protected]>
html templates

2d08d04ce0e466739f2e33c9ea9624fdda890732 authored over 7 years ago by as27 <[email protected]>
Merge pull request #334 from gobuffalo/param-middleware

added a ParameterLogger middleware

5ac57b38b47843c1dae0e554799b81d9af0688e7 authored over 7 years ago by Mark Bates <[email protected]>
always generate the path the middleware package

219264bc76ff614e5384c7f34dc9556ae3f576e2 authored over 7 years ago by Mark Bates <[email protected]>
added a ParameterLogger middleware

1d2c4c28bda4622e775d0a2b4975e8807ff58993 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into issue/297

8b2d84bfbaf15455cdbc3d4e556397154e36d6c7 authored over 7 years ago by Mark Bates <[email protected]>
Set flag to skip the model

de088e0b94d9a481d149164e396cdacc0fa9b516 authored over 7 years ago by as27 <[email protected]>
Changed to flag use-model

bcf1b292d82f8905228ced2a8604ae0f5d65726b authored over 7 years ago by as27 <[email protected]>
Merge branch 'master' into feature-named-routes

c8c197926ae73338839240436390e07078eaf4fe authored over 7 years ago by Mark Bates <[email protected]>
[feature] first attempt at adding named routes and functions on the view

aa5ba4924bad237fa8856346a762bcda3a0e022c authored over 7 years ago by Antonio Pagano <[email protected]>
Update CHANGELOG.md

71f5b71ceba9364d0d311ba0490e6c4b5a40f550 authored over 7 years ago by Mark Bates <[email protected]>
set version to 0.8.0

3b6c19863dc8ff92750bb37b7fa77cd4e14d84ea authored over 7 years ago by Mark Bates <[email protected]>
Updated changelog for release v0.8.0.dev

b96bad08eddf1549795364ab7c8f99dc800e2828 authored over 7 years ago by Mark Bates <[email protected]>
Updated SHOULDERS.md

2df13e26b16833ce91860cfc0e1203f33c4dc7e0 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #269 from gobuffalo/v0.8.0

V0.8.0

a7d4efb583cc97a2f7e09bfa4bfc0c556c9b98f6 authored over 7 years ago by Mark Bates <[email protected]>
fmt'd webpack

bc1e6566c41bf0b20afe149cf3429bcbb1f5ef47 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into v0.8.0

dec73da20a94df83dae3c84820c8e7175cb0e3ad authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into v0.8.0

af7b75cd2e4d2decb927600dab9b0cffb7e41e73 authored over 7 years ago by Mark Bates <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into issue/297

9fe351bfb3463a443f1be248f87aece44b3db908 authored over 7 years ago by as27 <[email protected]>
Added model import path

3df58466e9d2edacabd8e818080c0cccfd85393f authored over 7 years ago by as27 <[email protected]>
Adds a buffalo version command to the CLI

3492178913dfcc0fdce82202453dccd071211871 authored over 7 years ago by Spencer Dixon <[email protected]>
Fixes version command

254d97084fa34d8d1420e3bec710d5482244188b authored over 7 years ago by Spencer Dixon <[email protected]>
Tmpl file for skip-model flag

fcbdd3614a4cf36ca9324a47ffb48688a3f7ec4b authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into v0.8.0

803e3524ac86f9457eda9ef3958a6daa2e7e3328 authored over 7 years ago by as27 <[email protected]>
Merge pull request #327 from as27/issue/325

Issue #325 fixed failing windows tests

95a15d986332e39a842d7c830474b3a29f188d9a authored over 7 years ago by Mark Bates <[email protected]>
Revert "Deactivated failing tests"

This reverts commit 45cc609f2b18cd29367666f77bddc2d978f66ae2.

373a6f186977cd9844cefb05f9413f08a7b859d3 authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into v0.8.0

e66ae0da8b187e71833b21b5009410f48649a517 authored over 7 years ago by as27 <[email protected]>
fixed typo

16e5bd89803b9159f969937b1fc0a3561cf8152d authored over 7 years ago by as27 <[email protected]>
Fixes #325 every test has own model

When the cleanup of the tmp files is not working, the different cases
can influence each other. ...

33932dd7eba8118e5d7b1d2d61944992cb3b5da4 authored over 7 years ago by as27 <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into resource_test-cleanup

5b08cb20f3f19e4e541aaf14681e5b4d4fb48ca3 authored over 7 years ago by as27 <[email protected]>
no need to install the refresh and grift binaries any more

9c70990898ae18ffa1448622c0cc1dcb7b5a433f authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #323 from mario-seidel/patch-1

fix output path

88db13e690ada015d3f7f3056fa561934dc1a230 authored over 7 years ago by Mark Bates <[email protected]>
fix output path

otherwise webpack will not fill that dir with files

4f00922dcdd0f4d34f1e14848576f8004bf98e86 authored over 7 years ago by Mario Seidel <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into v0.8.0

0ed75ed80d37154e801020f843406bcaad4e3c86 authored over 7 years ago by as27 <[email protected]>
Merge pull request #321 from gobuffalo/params-doc-fix

Params doc fix

00d2a1d1f7c921cafddd3e221b85cd14d37fc512 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #320 from gobuffalo/better-route-printer

rewrote the default "routes" task so it doesn't need to import the tablewriter package any more

8550c6c28fefcf11fed7c3a559a1d3f2cbba279e authored over 7 years ago by Mark Bates <[email protected]>
Update docs to reflect current state of template context. closes #312

96096e21eddc1a911a82e9fdf6733cf9b95b5d30 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #319 from gobuffalo/grift-name

no longer need to shell out to the grifts binary

a304a09e622fe64a00b88961f2a0b0f6b3fbb8dd authored over 7 years ago by Mark Bates <[email protected]>
rewrote the default "routes" task so it doesn't need to import the

tablewriter package any more

a7e35d9d5415a34700971d33ab87c915d5854f1e authored over 7 years ago by Mark Bates <[email protected]>
no longer need to shell out to the grifts binary.

974947ad179f157e1f8947598193994d0d9de841 authored over 7 years ago by Mark Bates <[email protected]>
Deactivated failing tests

45cc609f2b18cd29367666f77bddc2d978f66ae2 authored over 7 years ago by as27 <[email protected]>
Merge pull request #318 from gobuffalo/gen-seed-script

Gen seed script

d402580ded64c5c165ef4d10b749ffbe0361bb93 authored over 7 years ago by Mark Bates <[email protected]>
Added a "buffalo setup" command to make sure applications are setup and

ready to go

f92e39008068fb12f2b7ec2a0a6df72c1973854d authored over 7 years ago by Mark Bates <[email protected]>
fixed code climate issues

e1e8f2fd814983df8d672e88c1ed8882cb38fc31 authored over 7 years ago by Mark Bates <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into v0.8.0

6a805004c923af4c683b431631c5a62da61e4622 authored over 7 years ago by as27 <[email protected]>
generate an empty "db:seed" grift

ed1fa0b1ddc356cd56be7000b8b2adf624dd7882 authored over 7 years ago by Mark Bates <[email protected]>
fixed code climate issues

13f9be864600686da8ffd015a8d2522d421726cb authored over 7 years ago by Mark Bates <[email protected]>
Added a "buffalo setup" command to make sure applications are setup and

ready to go

461e4fbb5e271fcf88b39f4df3caf905ba54e23d authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'v0.8.0' of github.com:gobuffalo/buffalo into v0.8.0

d8c147d3f5ae0503bc1f3841d03a907149c8e919 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'corylanou-cjl-spelling' into v0.8.0

c38152b51a7d41fb9389bf01070708e88060f449 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'cjl-spelling' of https://github.com/corylanou/buffalo into corylanou-cjl-spelling

1172f611ede73433e134a55e72c4ee5f1d269445 authored over 7 years ago by Mark Bates <[email protected]>
spelling fix - chosing -> choosing

6bf9a9e6caa4f8be6d39169c78022361ecc3472c authored over 7 years ago by Cory LaNou <[email protected]>
Merge remote-tracking branch 'refs/remotes/gobuffalo/v0.8.0' into v0.8.0

16da440b5b2e81d0a470143e397a206bb72f412d authored over 7 years ago by as27 <[email protected]>
brackets in comments fixed

c3f3847b95a6a418b62388f6d12723fc63a78973 authored over 7 years ago by as27 <[email protected]>
resource generator added

b50e1f1d589f36b3112d66e8dac42bd1ca4ba346 authored over 7 years ago by as27 <[email protected]>
Fixed Gitlab CI config generation, using ENV var.

Provide alternate config template for the no-pop support case.

75818aebbac6a16690d00e5adf1bbb13f47a7e74 authored over 7 years ago by Stanislas Michalak <[email protected]>
Added Gitlab CI provider.

a523bf4dce8e5a92a80f89551d975ceb54edc481 authored over 7 years ago by Stanislas Michalak <[email protected]>
hot fix for webpack

c05cbf134afec6c3977208923e18eb3743deb4b3 authored over 7 years ago by Mark Bates <[email protected]>