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

Create ISSUE_TEMPLATE.md

662cf7a5d6583cccaa9cd25f6f0f26a214d3e649 authored over 6 years ago by Mark Bates <[email protected]>
Updated SHOULDERS.md

932f95b2b4b7821a1b8369bd64845225ab1117b3 authored over 6 years ago by Mark Bates <[email protected]>
buffalo test needs to support sqlite

7805e97f79216fef93626a6688468e805798d794 authored over 6 years ago by Mark Bates <[email protected]>
make sure release tag uses -tags sqlite for tests

502e1bf705dabeb4bee2024849f09c38115ecae9 authored over 6 years ago by Mark Bates <[email protected]>
version bump

a928a9376ff795d8c93d5b27ded55ec17fe5eb30 authored over 6 years ago by Mark Bates <[email protected]>
gofmt'd a file

9db24b6cb98f57f26bea84d82830e6ba460aa5dc authored over 6 years ago by Mark Bates <[email protected]>
added a test.sh file because -tags sqlite needs to be set to run the

tests

6ce46932abe10459af8e0705e5940203b2d00cbb authored over 6 years ago by Mark Bates <[email protected]>
fixed broken build

81ae60091de8b5b6bdf6a5dfc65143c52d70cd24 authored over 6 years ago by Mark Bates <[email protected]>
make sure goreleaser produces non-sqlite binaries

0bb2265950404b55060ac398b2fbc802ca2b5ff2 authored over 6 years ago by Mark Bates <[email protected]>
fixed sqlite tags not working properly (#947)

* fixed issue with -v and -m not working with buffalo test

* fixed sqlite tags not working pr...

5f307ec3194f836754c52d4f20cbb5a2b064ccd0 authored over 6 years ago by Mark Bates <[email protected]>
fixed issue with -v and -m not working with buffalo test (#946)

314ba4400653bfdbad890f017a79973d98df41c2 authored over 6 years ago by Mark Bates <[email protected]>
make sure gobuffalo/suite is installed when doing buffalo setup (#942)

7ed5927a671ca294c2e447ea74a7bf1255ba7b4c authored over 6 years ago by Mark Bates <[email protected]>
renamed tokenauth.Middleware to tokenauth.New (#943)

* renamed tokenauth.Middleware to tokenauth.New

* updated comment

43512e65d0b94f45a15192d3ee331c0ef5615a58 authored over 6 years ago by Mark Bates <[email protected]>
tweaked the testing Dockerfile

8bc8e4f10e4a26877d79497f453a4508c8c8156a authored over 6 years ago by Mark Bates <[email protected]>
improved the updater a bit more

739c787f7e9698852ee1ada24227c6f9519f9fba authored over 6 years ago by Mark Bates <[email protected]>
move from markbates/pop to gobuffalo/pop (#933)

* wip r.Interface

* renamed render.Interface to render.Auto

* cleaned up tests for auto

...

cf5d5011e8648df4d3667276886f3752250a06b1 authored over 6 years ago by Mark Bates <[email protected]>
Upgrade to node-sass 5.7.2 to resolve libsass compilation issue when creating new projects on MacOSX with node 9.5.0 and npm 5.6.0. (#936)

23634f0751045197d012d0e5b7fd6396e95ce5c5 authored over 6 years ago by Alex Collins <[email protected]>
Added Jwt token authentication middleware (#916)

36444376d4cda0c7051e8eaca7963b6c876b66d1 authored over 6 years ago by Shiva Kishore <[email protected]>
webpack/style_regex: change regex to catch both .sass and .scss file extensions

adaf756405504632d50d02ae821a9e0561b9ad03 authored over 6 years ago by Jon Carr <[email protected]>
webpack/style_regex: Apply change to asset glob pattern

5fbec833e8e31564a38f48c06d7d1b512b5d8a00 authored over 6 years ago by Jon Carr <[email protected]>
show the headers on the error page

d88a7c4f2769fac23e73389562d5a548e9610538 authored over 6 years ago by Mark Bates <[email protected]>
reduces inlined css used in the error page

38df29cc8c3de6c7d386ed9870edf853cf2903e9 authored over 6 years ago by Antonio Pagano <[email protected]>
this makes r.Auto work with paths such as /admin/users not just /users

315edf4948a640e503904eeb5dab395a59c37249 authored over 6 years ago by Mark Bates <[email protected]>
Add Buffalo logo to the README (#926)

b7cc3a61545db0c398b74d91246cbad1b47ba4e9 authored over 6 years ago by Stanislas Michalak <[email protected]>
removed the unneeded willie dep that was causing travis to break

409ef4f4863e443581662245549eaabe9907c3aa authored over 6 years ago by Mark Bates <[email protected]>
Fixing the godoc for mount

Code in go doc comments has to be indented for it to show up
pre-formatted on godoc.org

f50c743f1b284c7d9e4eff09ec81045d0fd0f95c authored over 6 years ago by Aaron Schlesinger <[email protected]>
Fix Bazaar VCS behavior (#923)

* Normalized keep files like in Rails (empty .gitignore => .keep)
* Moved VCS as a meta app inf...

d6c86d01fa3d88376d571ce646bf82c4027f804b authored over 6 years ago by Stanislas Michalak <[email protected]>
Handle multiple types for resources fixes #389 (#919)

* wip r.Interface

* renamed render.Interface to render.Auto

* cleaned up tests for auto

...

8ea9a3c8172123f48093334cf63f2cf82831480a authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #910 from gobuffalo/task/updating-webpack

Moving to use webpack 3.10.0 and updated tools

0f770604a8bfd20400926e0d8665d941582ae6a5 authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'master' into task/updating-webpack

796e17551415081a1a052433a5f04f0a9e7fd974 authored over 6 years ago by Stanislas Michalak <[email protected]>
moving to use webpack 3.10.0 and updated tools

1078cb69b7dbae7fa6d3b15530ef2e9c6c44c254 authored over 6 years ago by Antonio Pagano <[email protected]>
Allow for testing a single package

Fixes https://github.com/gobuffalo/buffalo/issues/907

98a27a5a2eb58e1995413e106cb1e2b8526058db authored over 6 years ago by Aaron Schlesinger <[email protected]>
Merge pull request #912 from arschles/test-pkg

Allow for testing a single package

7aaaee030c62e0e8e2c0023065acd4cf00ab2a9f authored over 6 years ago by Mark Bates <[email protected]>
Allow for testing a single package

Fixes https://github.com/gobuffalo/buffalo/issues/907

6f489da783b645766200d404507c3ed9dfc24720 authored over 6 years ago by Aaron Schlesinger <[email protected]>
Merge pull request #903 from codetriage-readme-bot/codetriage-badge

Add CodeTriage badge to gobuffalo/buffalo

671e300e474dffb9ed2f1a1932e0fd4427c20340 authored over 6 years ago by Mark Bates <[email protected]>
Add CodeTriage badge to gobuffalo/buffalo

Adds a badge showing the number of people helping this repo on CodeTriage.

[![Open Source Helpe...

38e664204c5895b29026909f2cc6f99b931373a4 authored over 6 years ago by codetriage-readme-bot <[email protected]>
Merge pull request #897 from gobuffalo/add-http-method-to-notfoundhandler

Add the HTTP method to the NotFoundHandler

d3208641fa8959f3a52b414b4353dfef80673b73 authored over 6 years ago by Mark Bates <[email protected]>
Add the HTTP method to the NotFoundHandler

"path not found: /a" becomes "path not found: GET /a"

9dfbdfc52e7d871090e791219f5a482a0ec614f8 authored over 6 years ago by Stanislas Michalak <[email protected]>
Merge pull request #896 from gobuffalo/change-plugin-path-default

change the plugin path default from $PATH to $GOPATH/bin

5ceb78253f855edc6c991f7d2956158e765ae03b authored over 6 years ago by Mark Bates <[email protected]>
change the plugin path default from $PATH to $GOPATH/bin

d024ca0b1ebcc6750aa93d6759f342db86b82e51 authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #895 from gobuffalo/remove-gore

removed the gore console https://blog.gobuffalo.io/console-to-be-removed-in-buffalo-v0-11-0-d4ed...

1bcc087835708077456800285b6c99912a595ab5 authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #890 from monicaqu/master

Do not allow cross origin websocket requests

5dfddb425b47d3370d12268c7e00b85161fc7b08 authored over 6 years ago by Mark Bates <[email protected]>
removed the gore console https://blog.gobuffalo.io/console-to-be-removed-in-buffalo-v0-11-0-d4edae288e66

f10612b9dfcb5e0d0c44d8b15dfcebf1ab40e3e5 authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into master

9fbf05dcd49531b3c2f0b48318d256018a2251e8 authored over 6 years ago by Mark Bates <[email protected]>
Fix origin URL in WebSocket test

d787ace96770d39af4296c6eb6f104f19452109a authored over 6 years ago by monicaqu <[email protected]>
Merge pull request #892 from gobuffalo/deprecate-websocket

deprecated Websocket on the context

2ba96a4ff7dfa380171297c32ea57da6e721c38e authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into deprecate-websocket

471b79fce00cec3e5de54d4bcfd883d981b4c5ef authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #891 from gobuffalo/fix-generators-packrv1

fixed generators to work with v1 of packr

f4ab98b655282a6031d600947d6393d3387001a3 authored over 6 years ago by Mark Bates <[email protected]>
deprecated Websocket on the context

c54add79734e914a2cbf22225b7449fa9bab5029 authored over 6 years ago by Mark Bates <[email protected]>
fixed generators to work with v1 of packr

5a71e3eff4f8953435cf97a7dc8aff3a79a24ce5 authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into master

c6ea9ef4f8c2841a06e18ff2663af4d7e2eeb0a5 authored over 6 years ago by Mark Bates <[email protected]>
Do not allow cross origin websocket requests

See https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF) for information on why all...

8faff16c5793a2722517d10655c9239287c7f3f3 authored over 6 years ago by monicaqu <[email protected]>
Merge pull request #889 from flowonyx/patch-1

Removed beta tag from bootstrap 4

61721e4619e1af7c93d896624f76e968c6fd1e17 authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #885 from gobuffalo/migrate-meta-name

moved the meta.Name type to the github.com/markbates/inflect package instead

a4476164397b7a6247e970d2c475bab67e58cacf authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into patch-1

815f1a847921b4ca2449bf1231ad4254e372dae2 authored over 6 years ago by Mark Bates <[email protected]>
Removed beta tag from bootstrap 4

Bootstrap 4 is out of beta now, so no need for the beta tag.

8257b8f38b32313b8563150dc74f8d468fc96e15 authored over 6 years ago by Joel Williams <[email protected]>
Merge branch 'development' into migrate-meta-name

9db7e659f282658bea185b8cb33691bcdb8f4142 authored over 6 years ago by Mark Bates <[email protected]>
moved the meta.Name type to the github.com/markbates/inflect package

instead

6fec8cfc5422a08f2f95fee784ebfa7966d284d9 authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #882 from gobuffalo/improve-i18n-errors

Improve i18n middleware error messages

44bde5be78f1c1dbc8abdb162273fb2d10a38b8d authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into improve-i18n-errors

d2957ccba58e4f2241cd18e5b7937168bab127e0 authored over 6 years ago by Stanislas Michalak <[email protected]>
Fix @markbates remarks

c0c227102b51674057c4deee71f301707a3aa85f authored over 6 years ago by Stanislas Michalak <[email protected]>
Merge pull request #880 from gobuffalo/non-bootstrap-helpers

added commented out non-bootstrap form helpers in render.go

0fdf5a8fa270d2792f2afacfbb3054e7dfeb37bc authored over 6 years ago by Mark Bates <[email protected]>
Improve i18n middleware error messages

* Wrap parsing errors
* Wrap Box errors
* Log missing or empty locale files as a Warning, not an...

6fd6c3ca5dd2a885956049ca3dd9aebc3950e6dd authored over 6 years ago by Stanislas Michalak <[email protected]>
Merge branch 'development' into non-bootstrap-helpers

a7c2c122fdb51ae9279bf0a580bd9e513392e447 authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #879 from gobuffalo/use-packr-for-generator-templates

use packr to manage templates for generators. hopefully this fixes issues like #629

43153e7d8bd2749824ac2c869fec89bcb1398fbe authored over 6 years ago by Mark Bates <[email protected]>
added commented out non-bootstrap form helpers in render.go

3dd0f6ef67975c8760ef9d205dcd9e3066b46802 authored over 6 years ago by Mark Bates <[email protected]>
use packr to manage templates for generators. hopefully this fixes

issues like #629

f7bfdab0c764e7c039130b8eee21161553f28003 authored over 6 years ago by Mark Bates <[email protected]>
added missing { to template

5e5c9a6f4cd01af5691033b2aa3a4a5f298264fb authored over 6 years ago by Mark Bates <[email protected]>
fixed broken build

61e821d2fd7c477aa86af25fc4303dd58cf65620 authored over 6 years ago by Mark Bates <[email protected]>
only set the Environment for the built binary if it's NOT development

6b139eca79aad71efb1dccf8e8ac0be3f9b5c9dc authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #872 from gobuffalo/removed-deprecations

removed deprecations

d478f10e0e8bd1629c6d556ee1cc6f69b916efce authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #873 from gobuffalo/fix-node-env

NODE_ENV not being set to production during build fixes #845

0c9666ab9ccecedd2b5c31fe11c12d1a902e663d authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #874 from Zarkopafilis/tipfix

Tiny usage tip fix for action & mailer gen commands

4fc412809ccb96c402f5550944141677443f2f98 authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into tipfix

463a4de9bb0431d5e37f1e9c4fb385360a593377 authored over 6 years ago by Mark Bates <[email protected]>
tiny usage tip fix for action & mailer gen commands

37f6122bd7e2fc499abf3c9c43ffb19860839a99 authored over 6 years ago by Zarkopafilis <[email protected]>
Merge branch 'development' into removed-deprecations

38e4506af43b2df6ac5d60071424edc65c5ebf31 authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' into fix-node-env

d8ac7afc91577e19c2ba08d3d10bba628220e9c4 authored over 6 years ago by Mark Bates <[email protected]>
Merge pull request #871 from gobuffalo/serve-files

fixed issue were resources were being added after ServeFiles("/", foo) and they weren't being pi...

8ff9a0641d91bf59ee9bd8a0f32412f086be6ca1 authored over 6 years ago by Mark Bates <[email protected]>
NODE_ENV not being set to production during build fixes #845

117043204b10a73fc6ca255dfba5895148fd4277 authored over 6 years ago by Mark Bates <[email protected]>
removed deprecations

1bdca49c421e246d4af8af2b6813ef15e5ed2cb0 authored over 6 years ago by Mark Bates <[email protected]>
fixed issue were resources were being added after ServeFiles("/", foo)

and they weren't being picked up by the router

4c535e18a100a3b502e773bb9359f445e4182931 authored over 6 years ago by Mark Bates <[email protected]>
Merge branch 'development' of https://github.com/gobuffalo/buffalo into development

c204a9f3f67611fa91cf4a2592761f1163572e79 authored over 6 years ago by Mark Bates <[email protected]>
generating a new app as API should turn off Webpack automatically

51a22f8df6cc34da638dd9fc6737bb7f505902de authored over 6 years ago by Mark Bates <[email protected]>
Validate template syntax when building binary fixes #840

43defb9cd6f255a394c1a163aef06956c21608f9 authored over 6 years ago by Mark Bates <[email protected]>
changing character conditional in favor of regular expression to reduce cyclomatic complexity

abe22d77b95e8b6aeb052215a9a71553eb133c91 authored over 6 years ago by Antonio Pagano <[email protected]>
removing inefficient assign

4c35b54b62ab3ab284720c0e3801e8553f8eb519 authored over 6 years ago by Antonio Pagano <[email protected]>
re-arranged the implementation of issue #841 to make sure it's loaded

before the actions package. fixes #841 and fixes #846

603fc91c181f0f8ed96c86c64162cb6498ce36c8 authored over 6 years ago by Mark Bates <[email protected]>
Update options.go

Update bin.go

Update exec.go

Update build.go

Update build.go

change cmd.Env to whole envy.En...

80e49c36002af3123b195bc7b2fbd8ce718171e3 authored over 6 years ago by Theodoros Ntakouris <[email protected]>
solves a couple of goreportcard issues

1d4cb7edef27b5eb41b8e78c9d46d0e43dd64677 authored over 6 years ago by Antonio Pagano <[email protected]>
make sure to remove the public directory for API apps

89bc77cdefa584d382fd0c98de5d3c8c32052df3 authored over 6 years ago by Mark Bates <[email protected]>
Allow for the serving of the public directory fixes #852

52a9b1d913f46a82e45c4788c630eae62f35aa70 authored over 6 years ago by Mark Bates <[email protected]>
Make sure node deps are installed when running in dev fixes #839

c5e9fd09ac81acebf962a7b9e9f8096cdf361260 authored over 6 years ago by Mark Bates <[email protected]>
this makes buffalo compile multiple scss/js files unless these start with underscore or are inside folders

1ee4324c468703928cfa7294dc930c5ff0168e7d authored over 6 years ago by Antonio Pagano <[email protected]>
simplifying slice

150b1b21bbfa5045458f9a9449727bfe64d67dee authored over 6 years ago by Antonio Pagano <[email protected]>
install yarn to global space

cd5e2b1c683b8fe4424f230f932719bdabfe6450 authored over 6 years ago by Mark Bates <[email protected]>
reset to development version

c47293d5c387608a7c6a7efc3975b7b031b38474 authored over 6 years ago by Mark Bates <[email protected]>
naming the glob var glob :D

1b4ace1c978863fa64a92d7d5fe75660b116515f authored over 6 years ago by Antonio Pagano <[email protected]>
added a flag to skip template validation

9ff7d2c1f582c4405fa195e64fc3bea966b7423f authored over 6 years ago by Mark Bates <[email protected]>
*updated package.json to add gopherjs-loader

2a6adb4e2a66fa38c84cc3ddbf23da109d655be6 authored over 6 years ago by Matthew Clark <[email protected]>
reducing complexity on the app generator

a41712fc84ea543c737d5a9271a5a0e6884e486b authored over 6 years ago by Antonio Pagano <[email protected]>