Skip to content

Commit cd916cc

Browse files
committed
First version
- Define configuration using a YAML file (you can still use the original `Cerebro` object if you want to use JSON) - environment variable overrides - Incorporates [AND of settings](yahoo#14) by @lpw - Updated parts of the codebase to Typescript - Updated parts of the codebase to classes - Updated toolchain to be typescript-based - Added new methods to the config object - Re-written readme / updated usage examples to use the YAML format instead
1 parent eee4f6c commit cd916cc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# You need to add a deploy key with write permission in order for the CI to commit changes
3333
# back to the repo
3434
# https://circleci.com/docs/2.0/gh-bb-integration/#adding-readwrite-deployment-keys-to-github-or-bitbucket
35-
- "36:2c:16:f2:d0:59:13:25:f1:7f:44:87:a4:52:8f:03"
35+
- "84:11:a9:fb:33:14:ee:33:fb:7d:af:57:03:2c:d5:b1"
3636
# Download and cache dependencies so subsequent builds run faster
3737
- restore_cache:
3838
keys:
@@ -70,7 +70,7 @@ jobs:
7070
# You need to add a deploy key with write permission in order for the CI to commit changes
7171
# back to the repo
7272
# https://circleci.com/docs/2.0/gh-bb-integration/#adding-readwrite-deployment-keys-to-github-or-bitbucket
73-
- "36:2c:16:f2:d0:59:13:25:f1:7f:44:87:a4:52:8f:03"
73+
- "84:11:a9:fb:33:14:ee:33:fb:7d:af:57:03:2c:d5:b1"
7474
# Download and cache dependencies so subsequent builds run faster
7575
- restore_cache:
7676
keys:

.npmignore

+3
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ tmp/
2828
test/
2929
grunt_tasks/
3030
example.yaml
31+
.nyc_output/
32+
Gruntfile.js
33+

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Yahoo and Samsung properties serving millions of users.
1717
like bucket (A/B-style) testing.
1818
* ...and much more!
1919
- Override any configuration using environment variables.
20+
- 99% test coverage
2021

2122
# Fork notice
2223

0 commit comments

Comments
 (0)