Skip to content

Commit f9e5134

Browse files
committed
Merge branch 'master' into release
2 parents 262b587 + 7414c20 commit f9e5134

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+839
-39
lines changed

CHANGELOG.md

+120-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,116 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13+
14+
## [0.3.12] - 2016-04-27
15+
### Fixed
16+
- @michaelshobbs try testing port more times before continuing. add output when testing for a listener
17+
- @michaelshobbs increase retry in an attempt to allow the (ember specifially) app to fully startup
18+
19+
### Added
20+
- @michaelshobbs support compressed tarball buildpacks (#144)
21+
22+
### Changed
23+
- @michaelshobbs Update go to version v34
24+
- @michaelshobbs Update nodejs to version v90
25+
- @michaelshobbs Update php to version v101
26+
- @michaelshobbs Update scala to version v70
27+
28+
29+
## [0.3.11] - 2016-04-07
30+
### Changed
31+
- @michaelshobbs Update php to version v100 (#140)
32+
- @michaelshobbs Update python to version v80 (#141)
33+
34+
35+
## [0.3.10] - 2016-03-30
36+
### Changed
37+
- @michaelshobbs Update nodejs to version v89
38+
- @michaelshobbs Update php to version v99
39+
- @michaelshobbs Update python to version v79
40+
- @michaelshobbs Update ruby to version v146
41+
- @michaelshobbs Update scala to version v67
42+
43+
44+
## [0.3.9] - 2016-03-08
45+
### Fixed
46+
- @graphaelli clean up link warning
47+
48+
### Added
49+
- @michaelshobbs extract config_vars from .release
50+
51+
### Changed
52+
- @singlow singlow use find to identify only files not already owned by user
53+
- @michaelshobbs Update clojure to version v75
54+
- @michaelshobbs Update grails to version v20
55+
- @michaelshobbs Update java to version v44
56+
- @michaelshobbs Update nodejs to version v88
57+
- @michaelshobbs Update play to version v26
58+
- @michaelshobbs Update python to version v77
59+
- @michaelshobbs Update ruby to version v145
60+
- @michaelshobbs Update scala to version v66
61+
- @michaelshobbs Update php to version v95
62+
- @michaelshobbs Update go to version v31
63+
- @michaelshobbs upgrade to go1.6
64+
65+
66+
## [0.3.8] - 2016-01-06
67+
### Changed
68+
- @josegonzalez Upgrade gradle buildpack version to 17
69+
- @josegonzalez Update java buildpack version to 42
70+
- @josegonzalez Update scala buildpack version to 64
71+
72+
73+
## [0.3.7] - 2015-12-31
74+
### Fixed
75+
- @michaelshobbs force rebuild of packages that are already up to date
76+
- @michaelshobbs fix buildpack version output after adding dokku/buildpack-nginx
77+
78+
### Removed
79+
- @michaelshobbs remove unnecessary null line check
80+
81+
### Changed
82+
- @michaelshobbs re-implement yaml-get and yaml-keys in bash
83+
- @CEikermann Updated buildpack-php to v90
84+
- @josegonzalez Upgrade python buildpack to v74
85+
86+
87+
## [0.3.6] - 2015-12-14
88+
### Changed
89+
- Update php buildpack to version 87
90+
- Update clojure buildpack to version 73
91+
- Update golang buildpack to version 22
92+
- Update gradle buildpack to version 16
93+
- Update java buildpack to version 41
94+
- Update nodejs buildpack to version 87
95+
- Update python buildpack to version 73
96+
- Update ruby buildpack to version 141
97+
- Update multi buildpack to version v1.0.0
98+
99+
100+
## [0.3.5] - 2015-11-25
101+
### Added
102+
- Add static buildpack and test
103+
104+
### Changed
105+
- Increased CURL_TIMEOUT env var in buildpacks from the default 30 to 180
106+
- Update python buildpack to v70
107+
- Update static buildpack to v5
108+
- Update local build env to docker 1.9.1
109+
110+
111+
## [0.3.4] - 2015-10-23
112+
### Changed
113+
- Upgrade clojure buildpack to version 70
114+
- Update go buildpack to version 18
115+
- Update java buildpack to version 40
116+
- Update nodejs buildpack to version 86
117+
- Update php buildpack to version 80
118+
- Update python buildpack to version 68
119+
- Update ruby buildpack to version 140
120+
- Update scala buildpack to version 63
121+
122+
13123
## [0.3.3] - 2015-09-10
14124
### Added
15125
- Use exec to run procfile entries
@@ -93,7 +203,16 @@ All notable changes to this project will be documented in this file.
93203
- User for `buildpack-build` is `$USER` or randomized
94204
- User for `procfile-exec` is `$USER` or detected from `/app`
95205

96-
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.3...HEAD
206+
[unreleased]: https://github.com/gliderlabs/herokuish/compare/v0.3.12...HEAD
207+
[0.3.12]: https://github.com/gliderlabs/herokuish/compare/v0.3.11...v0.3.12
208+
[0.3.11]: https://github.com/gliderlabs/herokuish/compare/v0.3.10...v0.3.11
209+
[0.3.10]: https://github.com/gliderlabs/herokuish/compare/v0.3.9...v0.3.10
210+
[0.3.9]: https://github.com/gliderlabs/herokuish/compare/v0.3.8...v0.3.9
211+
[0.3.8]: https://github.com/gliderlabs/herokuish/compare/v0.3.7...v0.3.8
212+
[0.3.7]: https://github.com/gliderlabs/herokuish/compare/v0.3.6...v0.3.7
213+
[0.3.6]: https://github.com/gliderlabs/herokuish/compare/v0.3.5...v0.3.6
214+
[0.3.5]: https://github.com/gliderlabs/herokuish/compare/v0.3.4...v0.3.5
215+
[0.3.4]: https://github.com/gliderlabs/herokuish/compare/v0.3.3...v0.3.4
97216
[0.3.3]: https://github.com/gliderlabs/herokuish/compare/v0.3.2...v0.3.3
98217
[0.3.2]: https://github.com/gliderlabs/herokuish/compare/v0.3.1...v0.3.2
99218
[0.3.1]: https://github.com/gliderlabs/herokuish/compare/v0.3.0...v0.3.1

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM heroku/cedar:14
2-
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.3/herokuish_0.3.3_linux_x86_64.tgz \
2+
RUN curl https://github.com/gliderlabs/herokuish/releases/download/v0.3.12/herokuish_0.3.12_linux_x86_64.tgz \
33
--silent -L | tar -xzC /bin
44
RUN /bin/herokuish buildpack install \
55
&& ln -s /bin/herokuish /build \

Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
FROM golang:1.4-cross
2-
RUN curl -s -o - https://get.docker.com/builds/Linux/x86_64/docker-1.6.2 > /usr/local/bin/docker && chmod +x /usr/local/bin/docker
2+
RUN curl -s -o - https://get.docker.com/builds/Linux/x86_64/docker-1.9.1 > /usr/local/bin/docker && chmod +x /usr/local/bin/docker

Dockerfile.dev

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
FROM heroku/cedar:14
2+
ENV LC_ALL C
3+
ENV DEBIAN_FRONTEND noninteractive
4+
ENV DEBCONF_NONINTERACTIVE_SEEN true
25
COPY ./build/linux/herokuish /bin/herokuish
6+
RUN apt-get -qq update
7+
RUN apt-get -qq -y install html2text
38
RUN /bin/herokuish buildpack install \
49
&& ln -s /bin/herokuish /build \
510
&& ln -s /bin/herokuish /start \

Makefile

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
11
NAME = herokuish
22
HARDWARE = $(shell uname -m)
3-
VERSION ?= 0.3.3
3+
VERSION ?= 0.3.12
44
IMAGE_NAME ?= $(NAME)
55
BUILD_TAG ?= dev
66

77
build:
8-
cat buildpacks/*/buildpack* | sed 'N;s/\n/ /' > include/buildpacks.txt
8+
cat buildpacks/*/buildpack* | sed 'N;s/\n/ /' | sort > include/buildpacks.txt
99
go-bindata include
10-
mkdir -p build/linux && GOOS=linux go build -ldflags "-X main.Version $(VERSION)" -o build/linux/$(NAME)
11-
mkdir -p build/darwin && GOOS=darwin go build -ldflags "-X main.Version $(VERSION)" -o build/darwin/$(NAME)
10+
mkdir -p build/linux && GOOS=linux go build -a -ldflags "-X main.Version=$(VERSION)" -o build/linux/$(NAME)
11+
mkdir -p build/darwin && GOOS=darwin go build -a -ldflags "-X main.Version=$(VERSION)" -o build/darwin/$(NAME)
1212
ifeq ($(CIRCLECI),true)
1313
docker build -t $(IMAGE_NAME):$(BUILD_TAG) .
1414
else
1515
docker build -f Dockerfile.dev -t $(IMAGE_NAME):$(BUILD_TAG) .
1616
endif
1717

1818
build-in-docker:
19-
docker build -f Dockerfile.build -t $(NAME)-build .
20-
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock \
19+
docker build --rm -f Dockerfile.build -t $(NAME)-build .
20+
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock:ro \
21+
-v /var/lib/docker:/var/lib/docker \
2122
-v ${PWD}:/usr/src/myapp -w /usr/src/myapp \
2223
-e IMAGE_NAME=$(IMAGE_NAME) -e BUILD_TAG=$(BUILD_TAG) -e VERSION=master \
2324
$(NAME)-build make -e deps build

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ For help and discussion beyond Github Issues, join us on Freenode in `#gliderlab
182182

183183
## Releases
184184

185-
Anybody can propose a release. First bump the version in `Makefile`, make sure `CHANGELOG.md` is up to date, and make sure tests are passing. Then open a Pull Request from `master` into the `release` branch. Once a maintainer approves and merges, CircleCI will build a release and upload it to Github.
185+
Anybody can propose a release. First bump the version in `Makefile` and `Dockerfile`, make sure `CHANGELOG.md` is up to date, and make sure tests are passing. Then open a Pull Request from `master` into the `release` branch. Once a maintainer approves and merges, CircleCI will build a release and upload it to Github.
186186

187187
## Acknowledgements
188188

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v67
1+
v75
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/emberjs.tgz
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
latest
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"directory": "bower_components",
3+
"analytics": false
4+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
8+
[*]
9+
end_of_line = lf
10+
charset = utf-8
11+
trim_trailing_whitespace = true
12+
insert_final_newline = true
13+
indent_style = space
14+
indent_size = 2
15+
16+
[*.js]
17+
indent_style = space
18+
indent_size = 2
19+
20+
[*.hbs]
21+
insert_final_newline = false
22+
indent_style = space
23+
indent_size = 2
24+
25+
[*.css]
26+
indent_style = space
27+
indent_size = 2
28+
29+
[*.html]
30+
indent_style = space
31+
indent_size = 2
32+
33+
[*.{diff,md}]
34+
trim_trailing_whitespace = false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
/**
3+
Ember CLI sends analytics information by default. The data is completely
4+
anonymous, but there are times when you might want to disable this behavior.
5+
6+
Setting `disableAnalytics` to true will prevent any data from being sent.
7+
*/
8+
"disableAnalytics": false
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"predef": [
3+
"document",
4+
"window",
5+
"-Promise"
6+
],
7+
"browser": true,
8+
"boss": true,
9+
"curly": true,
10+
"debug": false,
11+
"devel": true,
12+
"eqeqeq": true,
13+
"evil": true,
14+
"forin": false,
15+
"immed": false,
16+
"laxbreak": false,
17+
"newcap": true,
18+
"noarg": true,
19+
"noempty": false,
20+
"nonew": false,
21+
"nomen": false,
22+
"onevar": false,
23+
"plusplus": false,
24+
"regexp": false,
25+
"undef": true,
26+
"sub": true,
27+
"strict": false,
28+
"white": false,
29+
"eqnull": true,
30+
"esnext": true,
31+
"unused": true
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import Ember from 'ember';
2+
import Resolver from './resolver';
3+
import loadInitializers from 'ember-load-initializers';
4+
import config from './config/environment';
5+
6+
let App;
7+
8+
Ember.MODEL_FACTORY_INJECTIONS = true;
9+
10+
App = Ember.Application.extend({
11+
modulePrefix: config.modulePrefix,
12+
podModulePrefix: config.podModulePrefix,
13+
Resolver
14+
});
15+
16+
loadInitializers(App, config.modulePrefix);
17+
18+
export default App;

buildpacks/buildpack-emberjs/tests/emberjs/app/components/.gitkeep

Whitespace-only changes.

buildpacks/buildpack-emberjs/tests/emberjs/app/controllers/.gitkeep

Whitespace-only changes.

buildpacks/buildpack-emberjs/tests/emberjs/app/helpers/.gitkeep

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<title>Herokuish</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
10+
{{content-for "head"}}
11+
12+
<link rel="stylesheet" href="assets/vendor.css">
13+
<link rel="stylesheet" href="assets/herokuish.css">
14+
15+
{{content-for "head-footer"}}
16+
</head>
17+
<body>
18+
{{content-for "body"}}
19+
20+
<script src="assets/vendor.js"></script>
21+
<script src="assets/herokuish.js"></script>
22+
23+
{{content-for "body-footer"}}
24+
</body>
25+
</html>

buildpacks/buildpack-emberjs/tests/emberjs/app/models/.gitkeep

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import Resolver from 'ember-resolver';
2+
3+
export default Resolver;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
import Ember from 'ember';
2+
import config from './config/environment';
3+
4+
const Router = Ember.Router.extend({
5+
location: config.locationType
6+
});
7+
8+
Router.map(function() {
9+
});
10+
11+
export default Router;

buildpacks/buildpack-emberjs/tests/emberjs/app/routes/.gitkeep

Whitespace-only changes.

buildpacks/buildpack-emberjs/tests/emberjs/app/styles/app.css

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
emberjs

buildpacks/buildpack-emberjs/tests/emberjs/app/templates/components/.gitkeep

Whitespace-only changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "herokuish",
3+
"dependencies": {
4+
"ember": "~2.4.3",
5+
"ember-cli-shims": "0.1.1",
6+
"ember-cli-test-loader": "0.2.2",
7+
"ember-qunit-notifications": "0.1.0"
8+
}
9+
}

0 commit comments

Comments
 (0)