kevpl / dashing-codeship

Code Ship widget to Shopify Dashing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dashing-codeship

Code Ship widget for Smashing (https://github.com/SmashingDashboard/smashing).

Setup

  • Copy the contents of the jobs, widgets and config folder into the the jobs, widgets and config (maybe you need create it) folders in your dashing project.

  • Edit the codeship.yml file and add the project UUID. The configuration looks like this:

projects:
  project_name: project_id

Appearance

image

Adding this widget to your dashboard

Add the following to your dashboard.erb file, and adjust the attributes to place it where you want. The data-id value contains the project UUID that is entered in the codeship.yml.

<li data-row="1" data-col="1" data-sizex="1" data-sizey="1">
  <div data-id="codeship-project_id" data-view="Codeship" data-title="Project title Build"></div>
</li>

Dependences

This widget use Font Awesome 4.5.0

Licence

This widget is released under the MIT License.

About

Code Ship widget to Shopify Dashing


Languages

Language:CSS 60.3%Language:HTML 13.5%Language:CoffeeScript 13.4%Language:Ruby 12.7%