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

Fix Bazaar behavior #923

Merged
merged 1 commit into from
Feb 15, 2018
Merged

Fix Bazaar behavior #923

merged 1 commit into from
Feb 15, 2018

Conversation

stanislas-m
Copy link
Member

  • Normalized keep files like in Rails (empty .gitignore => .keep)
  • Moved VCS as a meta app info.
  • Ensure Git & Bazaar are quiet on app creation.
  • Ensure .gitignore files are properly named for Bazaar (.bzrignore, see Bazaar uses .bzrignore, not .gitignore #901).

* Normalized keep files like in Rails (empty .gitignore => .keep)
* Moved VCS as a meta app info.
* Ensure Git & Bazaar are quiet on app creation.
* Ensure .gitignore files are properly named for Bazaar (.bzrignore, see #901).
@markbates markbates added this to the 0.11.0 milestone Feb 15, 2018
@markbates markbates merged commit d6c86d0 into development Feb 15, 2018
@markbates markbates deleted the 901-fix-bazaar-behavior branch February 15, 2018 23:22
Shivakishore14 added a commit to Shivakishore14/buffalo that referenced this pull request Feb 23, 2018
added support for RSA, ECDSA, RSAPSS

Handle multiple types for resources fixes gobuffalo#389 (gobuffalo#919)

* wip r.Interface

* renamed render.Interface to render.Auto

* cleaned up tests for auto

* Handle multiple types for resources fixes gobuffalo#389

* removed a few unneeded lines in the generated resource code

* fixed broken test

Fix Bazaar VCS behavior (gobuffalo#923)

* Normalized keep files like in Rails (empty .gitignore => .keep)
* Moved VCS as a meta app info.
* Ensure Git & Bazaar are quiet on app creation.
* Ensure .gitignore files are properly named for Bazaar (.bzrignore, see gobuffalo#901).

Fixing the godoc for mount

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

removed the unneeded willie dep that was causing travis to break

Set default sign method to HMAC and added some docs

Add Buffalo logo to the README (gobuffalo#926)

this makes r.Auto work with paths such as /admin/users not just /users

added GetKey func to Options for enabling user to extend their own implementation of getting key, moved test certs from data/ to test_certs/

added jwt.SigningMehod parameter in GetKey in Options struct

reduces inlined css used in the error page

show the headers on the error page

webpack/style_regex: change regex to catch both .sass and .scss file extensions

webpack/style_regex: Apply change to asset glob pattern
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants