Skip to content

Commit

Permalink
First version
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
theogravity committed May 28, 2020
1 parent eee4f6c commit cd916cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# You need to add a deploy key with write permission in order for the CI to commit changes
# back to the repo
# https://circleci.com/docs/2.0/gh-bb-integration/#adding-readwrite-deployment-keys-to-github-or-bitbucket
- "36:2c:16:f2:d0:59:13:25:f1:7f:44:87:a4:52:8f:03"
- "84:11:a9:fb:33:14:ee:33:fb:7d:af:57:03:2c:d5:b1"
# Download and cache dependencies so subsequent builds run faster
- restore_cache:
keys:
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
# You need to add a deploy key with write permission in order for the CI to commit changes
# back to the repo
# https://circleci.com/docs/2.0/gh-bb-integration/#adding-readwrite-deployment-keys-to-github-or-bitbucket
- "36:2c:16:f2:d0:59:13:25:f1:7f:44:87:a4:52:8f:03"
- "84:11:a9:fb:33:14:ee:33:fb:7d:af:57:03:2c:d5:b1"
# Download and cache dependencies so subsequent builds run faster
- restore_cache:
keys:
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ tmp/
test/
grunt_tasks/
example.yaml
.nyc_output/
Gruntfile.js

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Yahoo and Samsung properties serving millions of users.
like bucket (A/B-style) testing.
* ...and much more!
- Override any configuration using environment variables.
- 99% test coverage

# Fork notice

Expand Down

0 comments on commit cd916cc

Please sign in to comment.