The Ember web client for Travis CI
![]() Current implementation of controllers makes it hard to implement favicon changes outside of build/job controllers. The problem is that if a job is viewed, both controller are populated, which means they will both send state change events to change favicon. This commit adds a check for build controller, which allows to disable state change events when we're viewing a job |
||
---|---|---|
app | ||
config | ||
public | ||
tests | ||
vendor | ||
waiter | ||
.bowerrc | ||
.buildpacks | ||
.editorconfig | ||
.ember-cli | ||
.gitignore | ||
.jshintrc | ||
.rspec | ||
.ruby-version | ||
.slugignore | ||
.travis.yml | ||
bower.json | ||
Brocfile.js | ||
CONTRIBUTING.md | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
NOTES.txt | ||
package.json | ||
Procfile | ||
README.md | ||
run_qunit.js | ||
testem.json |
Travis CI ember web client
Running the app
The app is developed using Ember CLI. It requires nodejs with npm installed.
In order to run the app you need to install dependencies with:
bower install
npm install
Now you can run the server:
ember serve
And open http://localhost:4200 in the browser.
Running tests
To run a test suite execute:
ember test
You can also start an interactive test runner for easier development:
ember test --serve