https://github.com/buildbot/buildbot-data-js
bower repository for built buildbot-data (dont contribute here! contribute in main buildbot repo)
https://github.com/buildbot/buildbot-data-js
Last synced: about 1 month ago
JSON representation
bower repository for built buildbot-data (dont contribute here! contribute in main buildbot repo)
- Host: GitHub
- URL: https://github.com/buildbot/buildbot-data-js
- Owner: buildbot
- License: mit
- Created: 2015-06-22T12:07:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-25T10:52:00.000Z (over 6 years ago)
- Last Synced: 2025-02-14T15:04:00.693Z (11 months ago)
- Homepage:
- Size: 1.57 MB
- Stars: 3
- Watchers: 10
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buildbot data module
Buildbot data module is an AngularJS module for Buildbot nine clients.
## Installation
```
$ bower install buildbot-data
```
## Adding dependency to your project
```
angular.module('myModule', ['bbData']);
```
## Building
```
$ npm install
$ gulp
```
## Running tests
```
$ npm install
$ karma start
```
## How to test within buildbot/www/base ?
* run `gulp prod` in base (dependencies are installed)
* run `gulp prod` in data_module
* create symlink from `www/data_module/dist` to `www/base/libs/buildbot-data/dist`
* run `gulp dev proxy` in base
* run `gulp dev` in data_module
## How to publish the results (for buildbot maintainers) ?
```
$ vi guanlecoja/config.coffee # bump the version manually
$ gulp publish
```
This will commit and publish a new tag in the bower repository, with the content of your working directory