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

render string test uses plush

93fb7fc2bb071ee7b33c9dba5613b7274bd4d814 authored over 7 years ago by Mark Bates <[email protected]>
updated the html render test to use plush

6e4ad2b25eb696ff39890d607a1ba98133a1bbc4 authored over 7 years ago by Mark Bates <[email protected]>
first pass at making plush the default template language

8914729b4705f209ba869de98e7bd219b1baaab0 authored over 7 years ago by Mark Bates <[email protected]>
error page now uses plush

f7829fa91a8af0825c2bee7e3100d5a0baf647e3 authored over 7 years ago by Mark Bates <[email protected]>
Updated changelog for release v0.7.4

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

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

7f578aa7eb1822bc6b644d7e9e45106bc8957cbe authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #265 from gobuffalo/render

Inching towards being able to use different template engines in Buffalo

97a734ae43452bd0427b657c2b72e5ab857b0eec authored over 7 years ago by Mark Bates <[email protected]>
splite TemplateEngine stuff into it's own file

eac87a082cf8b0449b3885cc90ad5aa3a41f265e authored over 7 years ago by Mark Bates <[email protected]>
Added Godocs and new partial function

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

4ef99d1186a3249f751e560671337e7db15e3138 authored over 7 years ago by Mark Bates <[email protected]>
added back CacheTemplates option so it doesn't break 0.7.x releases

b5d8ce9e5a28daf5cac823b7cd6e8c859b4d3959 authored over 7 years ago by Mark Bates <[email protected]>
continue to use velvet as the default render engine (for now)

38033df90c8ce83939285753265985e105468099 authored over 7 years ago by Mark Bates <[email protected]>
working on the new rendering system

b42de8de91161be5884d410d5097ab26459250ed authored over 7 years ago by Mark Bates <[email protected]>
added back CacheTemplates option so it doesn't break 0.7.x releases

2b10ec4b4ffbd827fbbc14c0a0d72152abbfed39 authored over 7 years ago by Mark Bates <[email protected]>
continue to use velvet as the default render engine (for now)

5ff819d65e19b4810104e49be7359a7f4a2e3885 authored over 7 years ago by Mark Bates <[email protected]>
working on the new rendering system

df80e09d9d8abc53739eed014f19e66e0b36f913 authored over 7 years ago by Mark Bates <[email protected]>
support binding of html multipart post requests

Add "multipart/form-data" to the HTML decoder.

2b315173e0d797e93bf005c247dcdc806bd2a9d1 authored over 7 years ago by Thorsten Sauter <[email protected]>
Webpack v2.2.1 upgrade

0679b4daaba7a25847c43e755ef800cefa417de2 authored over 7 years ago by Amós Oviedo <[email protected]>
fixed build so it also builds non-db apps

8f39940621c600bef4e47680a1c449884610a4c6 authored over 7 years ago by Mark Bates <[email protected]>
updated router Group function to acount for Windows path cruft

61efdf7b2dac4ba6aa4569a6f758b9d8c70b8fed authored over 7 years ago by schigh <[email protected]>
added logic to trim prefix and suffix slashes before joing them in a url path with a single slash

c41e7ccd9bdb4641bdb5bf4d0b9ebe5a29ca648c authored over 7 years ago by schigh <[email protected]>
converted use of filepath (os-dependent) to just path

a83310c457702ba25de4f35e01a8a6b3800e92bd authored over 7 years ago by schigh <[email protected]>
Merge pull request #254 from gillchristian/master

Add Go version requirement to README.md

abeaeb08c54a4a45abe427f65605f42ee68c3b2f authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into master

369360c580aa0a11e6d5f0896bc7644e835e59e3 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #257 from drlogout/master

Copy ErrorHandlers to Group.

1c64365035b2bc9e0da9d6b4e582c8ceb51cc96a authored over 7 years ago by Mark Bates <[email protected]>
Copy ErrorHandlers to Group.

0e2389e0c88abb189b568fd963389bd476321835 authored over 7 years ago by Christian Nolte <[email protected]>
Merge pull request #256 from fooflare/yarn

Add yarn as alternative --with-yarn

a37b69f7fffdfed609e7338150ee3f1cb1b39ea9 authored over 7 years ago by Mark Bates <[email protected]>
Add yarn as alternative --with-yarn

4e424457fbd508826c9168c429af8a624849e631 authored over 7 years ago by Amós Oviedo <[email protected]>
Update README.md

ef9730ea45e35a961c18ebfa77da72828edfe9ba authored over 7 years ago by Mark Bates <[email protected]>
Add Go version requirement to README.md

ad59e58dd8434daae2491f21b9bdcbdf48116e6b authored over 7 years ago by gillchristian <[email protected]>
Updated changelog for release v0.7.3

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

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

04aa1af1b20116c6c6119c80790c1033abb9147a authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #247 from gobuffalo/use-envy-instead-of-defaults

Use envy instead of defaults for new apps

fabb61fbac243531917b288e755f9ed6323a49c9 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into use-envy-instead-of-defaults

f3177dc64e3d4359423cc5a3f48c2a584e059b37 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #248 from gobuffalo/tasks-from-bin

Run tasks from the built binary closes #224

9e0e84d8f314a9359290e4deecd1b33b139857bd authored over 7 years ago by Mark Bates <[email protected]>
Removed unused "os" import

87ec19ca7e40dc45aa4575167a086d84bcffdb90 authored over 7 years ago by Mark Bates <[email protected]>
Run tasks from the built binary closes #224

28b2acfe8124371ae1594d6e802ce19a6f8b58b8 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into use-envy-instead-of-defaults

51c982cbfa87434e4664ce00c6a7f05ece9e6b02 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #246 from gobuffalo/add-redirect-to-router

Add a Redirect function to the Router closes #245

655a1825228a43956e44f8950c8d2f9384ee48ad authored over 7 years ago by Mark Bates <[email protected]>
Use envy instead of defaults for new apps

ebc6c73cb6e35b0238d165b0b8fae9c9ec464384 authored over 7 years ago by Mark Bates <[email protected]>
added godoc for Redirect

816233ac185e0a3973e5943d8749a908f944124f authored over 7 years ago by Mark Bates <[email protected]>
Add a Redirect function to the Router closes #245

566854f22351822bf42df0fd0c00ae94cdfc0575 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #244 from gobuffalo/add-helpers-map-to-render

Add an empty Helpers map to actions/render.go

3122042d22868b02ec6945780bde8c716226ab0c authored over 7 years ago by Mark Bates <[email protected]>
Add an empty Helpers map to actions/render.go

7f8895fe6d95c42fa2fa459a77aabeeaeb67afbe authored over 7 years ago by Mark Bates <[email protected]>
ok, now jquery is fully exposed.

c45b291180051e0c1df2063c33de18dae17b302b authored over 7 years ago by Mark Bates <[email protected]>
expose jquery globally

8b84a550cd1e765f879c07c43c3b05d57792b33b authored over 7 years ago by Mark Bates <[email protected]>
allow for opts.Host to be set using an ENV var HOST

cae4585044138c8ea367cc869e70b2d3c7afae1c authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #234 from gobuffalo/fix-binders

content types need to be ranged over in case of ones with a ';' in them

891616ea406417de52daaae95f2cc3a20c71a71a authored over 7 years ago by Mark Bates <[email protected]>
add test for empty value

07dce1b085c16cf9529b31a6d35b7dd303df5b79 authored over 7 years ago by Philip I. Thomas <[email protected]>
Merge branch 'master' into fix-binders

754aca939b0cfabdcd0f43ff2ff15bcb47f132c4 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #237 from gobuffalo/fix-default-refresh-template

fixed the generation of the refresh file if it didn't exist

41c5148545064a594b0c14d5058c8fa01582d759 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into fix-binders

28d63a7490b3d2adb0a5ab59814a5740c84b35ad authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into fix-default-refresh-template

46a6198bddbb86d1012c2e585e04e92352a34054 authored over 7 years ago by Mark Bates <[email protected]>
removed the no longer existing docs for LogDir and added some for

MethodOverride in Options

20b70700b286b50583d4a19019de7c5c308eb7ce authored over 7 years ago by Mark Bates <[email protected]>
fixed the generation of the refresh file if it didn't exist

391e3afa19983b43d45baab5216cc61c17faf066 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into fix-binders

a1c973afd0036b3d05cc6ecd81f96a3ef6e48b9d authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #236 from gobuffalo/brand-soda-correctly

buffalo db should now print out `buffalo db` and not `buffalo soda`.

670b06e5e86e9479fdb0aa7f832100e5a0a8e084 authored over 7 years ago by Mark Bates <[email protected]>
buffalo db should now print out `buffalo db` and not `buffalo soda`.

8e9596e166a5d05db433f308f355e266cf5ef67b authored over 7 years ago by Mark Bates <[email protected]>
added a test around binding with a blank content type

e95b3174035bd2404ba5583b857b5bd06cccd86d authored over 7 years ago by Mark Bates <[email protected]>
use only the first content-type requested

0936a71bf41a39fa80ca549459ad6f477e2fa211 authored over 7 years ago by Mark Bates <[email protected]>
content types need to be ranged over in case of ones with a ';' in them

e401e4d750ee213ed44a694280669e6d3cfe3319 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #233 from gobuffalo/new-current-dir

create a new buffalo app in the current directory closes #206

6e2ebd9eb34393e363f107684b1a8e7a7bc8781e authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into new-current-dir

f90cf2b313744b8e2256f0a1c08353606bd75cfc authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #232 from gobuffalo/current_route

put the current_path in the context closes #207

3b199cb7e2293cba7999f9c12826674d58e433f5 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into new-current-dir

48d694886ca7130bc26ae911715a71b5dba2b1ac authored over 7 years ago by Mark Bates <[email protected]>
create a new buffalo app in the current directory closes #206

3b20d962b8b090813fedd400227f8bf87f704fc0 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'master' into current_route

741c5357efb00cc64c7e57585b3f9555a2404dac authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #231 from gobuffalo/session-clear

Add a `Clear` function to Session closes #230

57ef712f6bf99ffac03c452c1b97731aae215a6d authored over 7 years ago by Mark Bates <[email protected]>
put the current_path in the context closes #207

43c87054c2c4ae7974df851c9be014d1e0808e1f authored over 7 years ago by Mark Bates <[email protected]>
Update session.go

1283a3692154b5b3ba6d7fe7b6c1473af1ec9b64 authored over 7 years ago by Mark Bates <[email protected]>
Add a `Clear` function to Session closes #230

37a74f4a8755372cb713a0b9e6c569b6d9272da8 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #228 from srt32/st-use-new-validate-package

Update usage of validate in html-crud example

bf8f0f4981b5a1bc88fc01b9900aaeb75b0f0758 authored over 7 years ago by Mark Bates <[email protected]>
Update usage of validate in html-crud example

As of
https://github.com/markbates/going/commit/b92cf13751e567d869239b59e29dda92009a610b
`valida...

52a913e9f5a2d13858ae22ace8d0a039a1219707 authored over 7 years ago by Simon Taranto <[email protected]>
Merge pull request #227 from gobuffalo/remove-multilogger

removed the multilogger since it wasn't providing any real benefit

fcdec642b11e3c11cc3ba543c79a152f27bce1c2 authored over 7 years ago by Mark Bates <[email protected]>
removed the multilogger since it wasn't providing any real benefit

ff61ee16c2d37a9fd118bfff00e3902dbbc9990e authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #226 from gobuffalo/method-override

removed the used MethodOverride var and a duplicate check for setting the MethodOverride

1b5d7cb09caa76bcca4b858609fe755b1a79f611 authored over 7 years ago by Mark Bates <[email protected]>
removed the used MethodOverride var and a duplicate check for setting

the MethodOverride

ea05ae1fdab5d5168d61d67976bf9a4adc382f5b authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #223 from gobuffalo/custom-binders

Custom binders

35b7f4ee6f09d8c698cbdc0aefa0699119109005 authored over 7 years ago by Mark Bates <[email protected]>
added godocs for BinderFunc and RegisterBinder

ad409d75ca3601db5fec7a7323c9b0e7b5440f7f authored over 7 years ago by Mark Bates <[email protected]>
Allow for new binders to be registered with Buffalo closes #222 closes #221

fcbf10416c06bfbeb14e951a79dfecb1ea18884d authored over 7 years ago by Mark Bates <[email protected]>
updated committers list

657fc3b988e65c228e3acd278172cd5efab32586 authored over 7 years ago by Mark Bates <[email protected]>
Updated changelog for release v0.7.2

c52b4eedca69041905275606687cc9bbba650a3b authored over 7 years ago by Mark Bates <[email protected]>
release script was broken because Version was changed from var to const

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

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

c4d0ccafa1a77a94e79abf6f8fb5da6fee2a520b authored over 7 years ago by Mark Bates <[email protected]>
make the Flash#Persist function private

621e454b2cf10b32d38177aab7c6b262ec400574 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #218 from gobuffalo/welcome-docs

Buffalo new "welcome" output closes #164

2081bbdd8091d92dc076c8684dd7a42edc79e719 authored over 7 years ago by Mark Bates <[email protected]>
Buffalo new "welcome" output closes #164

0f66195db9e828c8eaf5d5d2f6312f6a811f2939 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #215 from gobuffalo/goth

added generator tests for goth and changed where it adds the routes

ddaf276946784464b6920e9dbf4da316f85561fb authored over 7 years ago by Mark Bates <[email protected]>
added generator tests for goth and changed where it adds the routes

483260d05a99c822a51cea2d6ec7c6358232973c authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #212 from gobuffalo/cleaning/adding-travis-tests

Adds Test cases for the travis/none ci-provider generation

509984a09caaf46312fb5f362ab76e3aee108788 authored over 7 years ago by Mark Bates <[email protected]>
moving file tests to use filetest

4e5a8d8b3bb63b8d635bcd0a9955ece110c9a2fa authored over 7 years ago by Antonio Pagano <[email protected]>
[cleaning]moving to integration tests for the cmd

580f22a917b557fac13cca2527eff6cf4f3b7ed4 authored over 7 years ago by Antonio Pagano <[email protected]>
adding test cases for the travis ci file generator

changing name for the no-travis test-case

adding soda back to the installDeps block

[cleaning]...

5db19ae31a177ab9626a8f3efc49291074e49c6c authored over 7 years ago by Antonio Pagano <[email protected]>
making 'none' the default option for ci provider

c176a3719f19e1d955c7133bd8d538798480e4f3 authored over 7 years ago by Antonio Pagano <[email protected]>
[feature] adds .travis.yml when generating a new app

f12f212396acb612002807d9ee0be201c1170f0a authored over 7 years ago by Antonio Pagano <[email protected]>
[feature] allowing to skip travis generation by passing --ci-provider none

1f6e2e05939c3b6b84af5c3c5533af74371c7881 authored over 7 years ago by Antonio Pagano <[email protected]>
adding mysql database

1c937297b69d770b04908e6bcf9d86747ef9f2ba authored over 7 years ago by Antonio Pagano <[email protected]>