Home

Pages Classes Methods

    Pages

    • app.js
    • config.js.coffee
    • log_view.js.coffee
    • perkings.js.coffee
    • helpers.js.coffee
    • models.js.coffee
    • router.js.coffee
    • dashboard.js.coffee
    • err.js.coffee
    • menu.js.coffee
    • my_repos.js.coffee
    • orgs.js.coffee
    • profile.js.coffee
    • repo.js.coffee
    • sidebar.js.coffee
    • dashboard.hamlc
    • error.hamlc
    • menu.hamlc
    • org.hamlc
    • profile.hamlc
    • repo.hamlc
    • build_row.hamlc
    • builds.hamlc
    • config.hamlc
    • gb_repo.hamlc
    • github.hamlc
    • menu.hamlc
    • report_detail.hamlc
    • sidebar.hamlc
    • sidebar_repo.hamlc
    • ansiparse.js
    • backbone-min.js
    • backbone.marionette.js
    • eventsource.polyfill.js
    • jquery.timeago.js
    • livequery.jquery.js
    • log.js
    • md5.js
    • minispade.js
    • nprogress.js
    • underscore.js
    • app.css
    • bootstrap-overrides.css.scss
    • log.css.scss
    • styles.css.scss
    • nprogress.css
    • footer.sh
    • header.sh
    • xcode.sh
    • 401.haml
    • index.haml
    • layout.haml
    • readme
    • db_tasks.rake
    • if @build .panel.panel-default

      .panel-heading
        Current Build
      
      .panel-body
      
        .col-sm-8
      
          %strong= @build.branch
          \-
          = @build.commit.commit.message
      
        .pull-right.stats
          %p
            != Perkins.Helpers.status_label(@build.status)
      
          %p.small
            %abbr.timeago{title: @build.build_time}
      
          %p.small
            duration:
            %strong
              = "#{Perkins.Helpers.round(@build.duration)} secs"
      
        .col-sm-12
          %img.avatar{ src: Perkins.Helpers.gravatar_url( @build.commit.commit.author.email, 35) }
          %strong= @build.commit.commit.author.name
          = @build.commit.commit.author.email
      
          .pull-right
            %a{href: Perkins.Helpers.commit_url(@build.sha), target: "blank"}
              %img{src: "/assets/github.svg", width:"20px"}
              = "commit ... #{@build.sha.substr(0, 6)}"
      
          %strong
            %abbr.timeago{title @build.commit.commit.author.date}
      
      %ul.list-group
        %li.list-group-item.build-item
      
          .build-response
            %p
            %pre#log.ansi= @build.response
    • else .alert.alert-warning

      No builds yet.
      
      %a{:href => "/repos/#{@name}/run_commit"}
        Run last commit in master branch

    Validate

    Generated by RDoc 6.3.2.

    Based on Darkfish by Michael Granger.