Skip to content

tanoda/ui

This branch is 989 commits behind screwdriver-cd/ui:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 18, 2018
Sep 11, 2017
Jun 1, 2018
Nov 16, 2017
Jun 18, 2018
Aug 3, 2016
Aug 3, 2016
Aug 3, 2016
Jun 5, 2018
Apr 6, 2017
Feb 3, 2018
Jun 1, 2018
Aug 3, 2016
Aug 4, 2016
May 5, 2017
Aug 4, 2016
Jun 1, 2018
Dec 11, 2017
Feb 3, 2018
Jan 19, 2018
Jun 18, 2018
Jun 1, 2018
May 15, 2018
Feb 3, 2018

Repository files navigation

Screwdriver UI

Version Downloads Build Status Open Issues Dependency Status License

This README outlines the details of collaborating on this Ember application.

Prerequisites

You will need the following things properly installed on your computer.

Installation

$ git clone git@github.com:screwdriver-cd/ui.git
$ cd ui/          # change into the new directory
$ npm install
$ bower install

Running / Development

Local config

Put local app settings at config/local.js Settings at this file will be merged with environment settings at config/environment.js

'use strict';

const SDAPI_HOSTNAME = 'http://1.142.1.106:9001';
const SDSTORE_HOSTNAME = 'http://1.142.1.106:9002';

const APP_CONFIG = {
  SDAPI_HOSTNAME,
  SDSTORE_HOSTNAME
};

module.exports = APP_CONFIG;

Run app

  • ember serve

Visit your app at http://localhost:4200.

Running Tests

  • ember test
  • ember test --server

To run a single ember test:

  • ember t -s -m '<TEST_NAME>' // e.g. ember t -s -m 'Integration | Component | pipeline options'

To see coverage results, run:

  • open coverage/lcov-report/index.html

Building

  • ember build (development)
  • ember build --environment production (production)

Code Generators

Make use of the many generators for code, try ember help generate for more details

Further Reading / Useful Links

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

Packages

No packages published

Languages

  • JavaScript 81.3%
  • HTML 11.3%
  • CSS 7.2%
  • Shell 0.2%