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

Add an `--api` flag to `buffalo new` closes #462

6ca09353a390f7c87d999450b8fb2f64519f287e authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #461 from gobuffalo/latest-makr

When running go imports on generates it's slow with vendor directories closes #459

c70cff0e3b1e3ad923c6c58de2599c9c154cab4a authored over 7 years ago by Mark Bates <[email protected]>
When running go imports on generates it's slow with vendor directories closes #459

d12ca3907434f9a0c2f0f18e4222c6fbc027e9cc authored over 7 years ago by Mark Bates <[email protected]>
only append ".exe" if the GOOS is set to windows

e42f29a42165026f40f640239cbbe4bcf32412b3 authored over 7 years ago by Mark Bates <[email protected]>
append ".exe" if the runtime or GOOS is "windows" to the built binary

c0c24a386647612e0030542f5fde850ddc19f458 authored over 7 years ago by Mark Bates <[email protected]>
support all of the time formats from the standard library for binding

4171c152bbadd491b6db6f38d0377ed8e5b63209 authored over 7 years ago by Mark Bates <[email protected]>
render.String should fmt.Sprintf the string

19922be4798e5759fcff5997a290f300e4870a57 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #458 from gobuffalo/fixed-error-with-parsing-empty-time

fixed an issue with binding if the time was an empty string it would raise an error

e4f61795c1fec1ea0a5eeb05f67dbcd6577cb97f authored over 7 years ago by Mark Bates <[email protected]>
fixed an issue with binding if the time was an empty string it would

raise an error

2f2e56303727e9430fd03ab508f91a0a1ac9fae4 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #457 from gobuffalo/stop-on-error

App.Stop should take an error.

c8f039df56aeadaa8f0ffb75f4bb37ebb2cc43f6 authored over 7 years ago by Mark Bates <[email protected]>
removed unused import in the app.go.tmpl

08cd55552a95a1d17c62a5f9490ab8792759d737 authored over 7 years ago by Mark Bates <[email protected]>
cleaned up a bit of code and docs around App.Start/App.Stop

98d31d32bbddb5a7036d47aa5ddacbcabef22b1f authored over 7 years ago by Mark Bates <[email protected]>
App.Stop should take an error.

648bc844a2a3ec434c1d20cd2e601a36538997b1 authored over 7 years ago by Mark Bates <[email protected]>
fixed a typo

dbd3cccb57fee427b7e18372b94281dbce25c1d2 authored over 7 years ago by Mark Bates <[email protected]>
don't need to pass "errors: errors" to the form, as that happens

automatically now

75abbbba364783b4bd63ee206d2d9b1d069300e3 authored over 7 years ago by Mark Bates <[email protected]>
more typos fixed in generated resources

16a98232b3ea1306d98d9bc20a631564925f5f84 authored over 7 years ago by Mark Bates <[email protected]>
fixed a few typos

9c13f0fc52110d6502869a6e765719211ba20c75 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #456 from gobuffalo/basic-auth-error

cleaned up the basicauth package to prevent "stuttering" as well as make it nicer to use.

adac6a4d6ba53353695cd6a95f10deca52c63d43 authored over 7 years ago by Mark Bates <[email protected]>
cleaned up the basicauth package to prevent "stuttering" as well as make

it nicer to use.

7b11215b9a8dad4c21e0f5a57e625621a692fc54 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #455 from gobuffalo/feature-formam

Adds Formam as a replacement for Schema

3b60ae5f279db26965ddf463ab8e307063a0c412 authored over 7 years ago by Mark Bates <[email protected]>
fixed docs, correctly this time. :)

53521ab0a8c08935a0ec04cb85c53e5f5f310d53 authored over 7 years ago by Mark Bates <[email protected]>
fixed godocs

e9e5e4f240ebdc8cb9bac9966050d900ce407289 authored over 7 years ago by Mark Bates <[email protected]>
added a deprecation notice for buffalo.RegisterBinder, and changed the

exposure of different values in the binding package

cda54cc6392c3e3b10acebdb748ff77622526971 authored over 7 years ago by Mark Bates <[email protected]>
adding custom converter for nulls.Time

1718fb2302c78a007dfbe48d0819ed6ff8dd1810 authored over 7 years ago by Antonio Pagano <[email protected]>
Merge branch 'feature-formam' of github.com:gobuffalo/buffalo into feature-formam

3360ce7e54486947a8ffd0e23ec990dec447537e authored over 7 years ago by Antonio Pagano <[email protected]>
moving binding to its own package and cleaning up based on @markbates comments

a8fe8811a11b219bb187b95be471b96d2c161294 authored over 7 years ago by Antonio Pagano <[email protected]>
Merge branch 'development' into feature-formam

f102490b951f93d71b8952d805eea9b600bd0d4b authored over 7 years ago by Antonio Pagano <[email protected]>
fixing lint issue

6cd74bfb36ffdd8988947b51d52d811bdf3e9040 authored over 7 years ago by Antonio Pagano <[email protected]>
allows to define custom time formats for the time converter and also allows to define custom type converters

439668133ecc454e89a588b2e78b61d91320db87 authored over 7 years ago by Antonio Pagano <[email protected]>
Setting formam to ignore unknown keys

39a08b0e605beb9e9505b5f01a0ef0b845e7174a authored over 7 years ago by Antonio Pagano <[email protected]>
[feature] custom binder added

247ca8d565ca46b263f77ba62ee565fa6f0778d3 authored over 7 years ago by Antonio Pagano <[email protected]>
Merge pull request #452 from gobuffalo/dep

Set up github.com/golang/dep for new applications fixes #133

9e59dbda212def2cdaa8a557ec585393c9dab713 authored over 7 years ago by Mark Bates <[email protected]>
make sure dep installed properly

704322ce5615e3e81a679418c049d5466e0c68ed authored over 7 years ago by Mark Bates <[email protected]>
Set up github.com/golang/dep for new applications fixes #133

f3751bf1c77a93d29066a7f24592c523f3d6e7a2 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #451 from gobuffalo/fixed-skip-mw

hopefully this fixes skipping of middleware for resources. closes #445

4051d2841d68628bb2e34171caf0897388aad106 authored over 7 years ago by Mark Bates <[email protected]>
removed out of date middleware skipping docs

35137ecdcdacce0d9b4715cec7d0705fd337c357 authored over 7 years ago by Mark Bates <[email protected]>
hopefully this fixes skipping of middleware for resources. closes #445

80933fb4e5deab2a34389e6ffde79db1b59617de authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #450 from gobuffalo/ignore-csrf-for-test

ignore csrf in test mode

8a13a6b06dbc48fdc0a46265cfcb5859872ca9c6 authored over 7 years ago by Mark Bates <[email protected]>
ignore csrf in test mode

b2fc55fc6ab01d17f4d63ee70fd3556d3eea076d authored over 7 years ago by Mark Bates <[email protected]>
a partial fix for #445

b5253e34100a4a875e94405c3aa12f03e0bdcca9 authored over 7 years ago by Mark Bates <[email protected]>
fixed signal.Notify to use syscall.SIGTERM

2a9feb3f96579f345c7726547e2f71d853a11c79 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #447 from gobuffalo/route-stringer

cleaned up the errors page output to show less "pointer garbage"

100fa7e2bbcc61f45745ac48f1eb2d43429c6de2 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'development' into route-stringer

c509ae6ac8380ed664c4dd7010c3e80e979a4955 authored over 7 years ago by Mark Bates <[email protected]>
cleaned up the errors page output to show less "pointer garbage". also

fixed the initial home page so the layout file isn't broken for
subsequent pages

2340a4f76f322f0517c2bc58ed64f1edd21cd802 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #446 from gobuffalo/docker

generate a Dockerfile and .dockerignore file for new apps

dec93c01f9b36cacad5dd71c99a3a239ad28b9cc authored over 7 years ago by Mark Bates <[email protected]>
generate a Dockerfile and .dockerignore file for new apps

4ed3d3790c566b5727c14da3b5e706758d167eed authored over 7 years ago by Mark Bates <[email protected]>
use the defaultErrorHandler for 404s as well. removed the old

NotFoundHandler

0dd619f5e82ffb7f314decf3e3d32f365da887b7 authored over 7 years ago by Mark Bates <[email protected]>
[feature] implementing some UI for the error and welcome pages

a962601296656f74e90354e36340083a32f3050c authored over 7 years ago by Antonio Pagano <[email protected]>
Merge pull request #443 from jnoortheen/fix-http-multipl-write-header-calls-warning

fixed `http: multiple response.WriteHeader calls`

b10d9292e69108b477d3da81aa4636d9711f06c4 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'development' into fix-http-multipl-write-header-calls-warning

b32a31d75d2ae0e29685e970c656ec3ff5e1721d authored over 7 years ago by Mark Bates <[email protected]>
fixed `http: multiple response.WriteHeader calls`

a815b2c92e8be66ff0bfd14d6da19848a1d88187 authored over 7 years ago by jnoortheen <[email protected]>
Merge pull request #439 from gobuffalo/moving-action-tests-to-filetest

Moving action generator tests to use filetest

60dfdb6245fb2e9ad2bf4c6b1d4fdb4e408e5146 authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'development' into moving-action-tests-to-filetest

d9f8f8841f6b4c9a1f44aa1f4585e588a70c65fd authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #440 from gobuffalo/feature-skip-action-views-and-method

implementing skip templates and method

a746eea86bc2262a9304f6ee323a373c3f59887e authored over 7 years ago by Mark Bates <[email protected]>
Merge branch 'development' into feature-skip-action-views-and-method

8ac165beda30269add5b20b89f6c3ae56b434c11 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #442 from gobuffalo/code-clean

cleaned up some non-idiomatic code

d0814f89355a340a82607358003f4d3a4cfc8a70 authored over 7 years ago by Mark Bates <[email protected]>
cleaned up some non-idiomatic code

c9903cb51c047bebe0f834c645229d3a99b58a19 authored over 7 years ago by Mark Bates <[email protected]>
implementing skip templates and method

1d5ef8670864a59f253bdefa0706655cea4be2de authored over 7 years ago by Antonio Pagano <[email protected]>
fixing issue with the helper tests

40040b6e286e684ae456b45c7060b646e360b12e authored over 7 years ago by Antonio Pagano <[email protected]>
permissions for the directory

c9f304b271eaa0227fecb519d4a07a35931d315b authored over 7 years ago by Antonio Pagano <[email protected]>
changing permission for the helper test

c582874cc4d1e398f22fcd6f4b01a7f0613801e6 authored over 7 years ago by Antonio Pagano <[email protected]>
logging error

dfacbe0dff39d0dbf2157b0309965e027b08357b authored over 7 years ago by Antonio Pagano <[email protected]>
changing the name of the resource being generated

bca760e18d8ed557bb7ee63bb5b1749f4366c03b authored over 7 years ago by Antonio Pagano <[email protected]>
moving resource tests to be filetest as well

2b01512a67431f4c7a79560eafb0967176f06372 authored over 7 years ago by Antonio Pagano <[email protected]>
[cleaning] moving g action tests to be filetests

f74d72c4011b2429bf6cf838aa762c2dfa477fc5 authored over 7 years ago by Antonio Pagano <[email protected]>
Merge pull request #435 from peteretelej/basicauth/fix-browser-prompt

Fix HTTP Basic browser authentication prompt

cadb19d110224da4957ecf9c447064a9ad79e8eb authored over 7 years ago by Mark Bates <[email protected]>
Fix basicauth browser prompt

Add WWW-Authenticate header and 401 to make browsers prompt entry
of Basic Auth credentials

f84d6d393229985094cd486055bcc90fb6d0fe3b authored over 7 years ago by Peter Etelej <[email protected]>
Merge pull request #434 from peteretelej/fix/432-basicauth

Add HTTP Basic authentication Middleware

ea8502ad7f21dfa0ef8a2bf03de16b3ba047a42c authored over 7 years ago by Mark Bates <[email protected]>
Add HTTP Basic Auth Middleware

Add middleware that supports HTTP basic authentication

9fe70007eeeb43f132560eca673e8366242f64b9 authored over 7 years ago by Peter Etelej <[email protected]>
Merge pull request #430 from gobuffalo/feature-destroy

Destroy resource CLI

30047a4069227abcd957950e3e41cf9f479da812 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #431 from gobuffalo/428-fix-id-name-in-templates

Fix 428: use proper case for ID in generated templates

185809d08fe93617f8793a36daac22171cfd8ab9 authored over 7 years ago by Mark Bates <[email protected]>
Fix 428: use proper case for ID in generated templates

59a08c69370bb9cb1d6292be0a57a44afa848e7f authored over 7 years ago by Stanislas Michalak <[email protected]>
adding model and actions destroy command

7bb008ff6ec0b294abf6d500376a1d96096013da authored over 7 years ago by Antonio Pagano <[email protected]>
Allowing users to remove resources

d4b0c58ee3c6921c1c028384dcc86bbf13f43b7e authored over 7 years ago by Antonio Pagano <[email protected]>
Merge pull request #426 from gobuffalo/nodbyaml-nosqlite

If no database is being used the `nosqlite` build tag should be used #425

1183b9474fce499fe6c140b275ce426c158842d6 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #424 from gobuffalo/export-response

Export `buffalo.Response` so it can be used outside of Buffalo #423

fa499bd9796775e91307eba9a16da66245ff5ffc authored over 7 years ago by Mark Bates <[email protected]>
export Size and Status on Response

fd53b912557de7f03c540552eb0b6bb74c150536 authored over 7 years ago by Mark Bates <[email protected]>
If no database is being used the `nosqlite` build tag should be used #425

c9095a86b2d94339e13e78ac8d4547323e99f20c authored over 7 years ago by Mark Bates <[email protected]>
Export `buffalo.Response` so it can be used outside of Buffalo #423

645b56bc8b13314a39f484e7ad60dc7439e44215 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #420 from gobuffalo/workers

Add support for background jobs #95

ec18b42e628b93dc903c593a1d242f4c9fdf1a5f authored over 7 years ago by Mark Bates <[email protected]>
reset the version to "development"

fc1ab490eaf6b36bc99f54a68f29ad4c6c51c9a4 authored over 7 years ago by Mark Bates <[email protected]>
update deplist

0864c2a8d9921852462f272364a7bd91aed4961d authored over 7 years ago by Mark Bates <[email protected]>
Add support for background jobs #95

3c679c2c088f64b17e8506ac5cb6fc0229fe00d2 authored over 7 years ago by Mark Bates <[email protected]>
added godoc to the worker package

a7cb76c16f6613d5b2f726e8e406ed5bd8d8c32c authored over 7 years ago by Mark Bates <[email protected]>
clean out the old buffalo files from the docker container before running

CI

5dcd9055e378287b93269b834c9f5a609c62bc4b authored over 7 years ago by Mark Bates <[email protected]>
Add support for background jobs #95

04338cc3a417f425cc3f2bc89fa9f7e5a6fe67e8 authored over 7 years ago by Mark Bates <[email protected]>
wip

62603dbe22183b54001ff170dabe050c3348f5ec authored over 7 years ago by Mark Bates <[email protected]>
Remove or rebuild the apps in the examples folder #376

6291eac812a3a76f0b797f37afe6b47882a6349f authored over 7 years ago by Mark Bates <[email protected]>
#412 fixes action generation

55819de0bfcca8b05a89c883ecacb3dc0ab0c9e2 authored over 7 years ago by Antonio Pagano <[email protected]>
fixed the naming of functions to be more uniformed

e84186732bf87c99b99903ea3165a5956f0f21d7 authored over 7 years ago by Mark Bates <[email protected]>
use the base docker images for the testing image

733f0352109749d02abbd88bf30e75a28d329379 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #421 from nzoschke/request_id

RequestLogger sets request_id in context

fa49146c4bf4fdb5e58b6520b30887fff1f5bfce authored over 7 years ago by Mark Bates <[email protected]>
set request_id in context

54afb3d97f55a6cd394326225adbdb68a4773cf4 authored over 7 years ago by Noah Zoschke <[email protected]>
Merge pull request #419 from gobuffalo/remove-deprecations

Remove deprecations

094e25b8bafbd0a7868cd225b9ffff0ebf39cf0d authored over 7 years ago by Mark Bates <[email protected]>
Remove deprecated functions slated for 0.9.0 #418

4f43891395eb7c340e8659c8ce0c12643b49ce47 authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #417 from gobuffalo/remove-examples

Remove or rebuild the apps in the examples folder #376

b704089de9bb0feccfb6242a1948482b86379aab authored over 7 years ago by Mark Bates <[email protected]>
Remove or rebuild the apps in the examples folder #376

c24cfea9c44cccf66b3b9a567cbfce69a02e473e authored over 7 years ago by Mark Bates <[email protected]>
Merge pull request #416 from gobuffalo/bugfix-412

Fixes #412 action generation

254f49fd05011746e5bff83d3b42dbd407f43537 authored over 7 years ago by Mark Bates <[email protected]>
#412 fixes action generation

920b6fbd74ec25f323d6f6242001d9385f96b6a5 authored over 7 years ago by Antonio Pagano <[email protected]>
Merge pull request #415 from gobuffalo/fix-function-name

Fix function name

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