Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

[RFR] Some improvements #61

Merged
merged 5 commits into from
May 27, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.gaudi/
cgi-bin/
composer.lock
vendor/
bower_components/
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ script:
- go get code.google.com/p/gomock/gomock
- go get github.com/qur/withmock
- go get github.com/qur/withmock/mocktest
- go get github.com/daviddengcn/go-colortext
- export GOPATH=/home/travis/gopath
- export PATH=$PATH:/home/travis/gopath/bin

Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Version 0.1

- gaudi can now be installed via apt-get
- [Ambassadors](http://marmelab.com/blog/2014-05-12-gaudi-news-gaudi-io-apt-get-install)
- New [phpMyAdmin container](http://marmelab.com/blog/2014-05-12-gaudi-news-gaudi-io-apt-get-install)
- Redirect `stdin` & `stdin` to console during docker build
- Force rebuild when configuration file changes
- Fixes #56, #48, #47

# Version 0.2

## gaudi

- Allows to use custom templates.
- New components [`python`](https://github.com/marmelab/gaudi/tree/master/example/python), [`django`](https://github.com/marmelab/gaudi/tree/master/example/django) & [`golang`](https://github.com/marmelab/gaudi/tree/master/example/golag)
- Add an `empty-cmd` option to debug containers
- Use color in gaudi output
- Updated [examples](https://github.com/marmelab/gaudi/tree/master/example) with use cases
- Add a check of gaudi version to retrieve new templates
- Fix #47, #59, #58

## Builder

- Use browserify to include Javascript files
- Add unit tests
Loading