Giter Club home page Giter Club logo

doony's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

doony's Issues

Embed console log in a build

It'd be awesome if console log would be displayed automatically after the end of content when viewing a build.
The whitespace is useless, and I'm aware this'd need some JS hacking.
screen shot 2014-02-26 at 2 30 23 pm

Update CSS/JS to use hooks provided by Jenkins 1.538

I'm curious about this - the PR I linked to has now landed.

How many of you are using older Jenkins versions than 1.538? Your code would break if you tried to use a newer version of Doony with updated CSS/JS hooks.

Upload 1.6 to Cloudflare

Hey, thanks for the great theme, is there an ETA on when we'll see 1.6 on cloudflare? This would also fix #44.

Prevent unneeded forks

A lot of the forks for this project are fairly simple ones where a company is looking to add their own logo to the theme.

How about the following:

  1. Check if logo exists at ~/.jenkins/userContent/logo.xyz
  2. Replace #doony-title with img tags of url

The following code should be helpful since we're already using jQuery.

$.ajax({
    url:'http://localhost:8080/userContent/logo.xyz',
    type:'HEAD',
    error: function()
    {
        //file not exists
    },
    success: function()
    {
        //file exists
    }
});

don't use rawgithub

Your instructions recommend linking to assets hosted on http://rawgithub.com/ (I love rawgithub)

That's probably fine for 99% of deployments since they are low traffic, but wanted to make sure you were aware that rawgithub is not intended for long term hosting, and will start returning mischievous things if your site makes too many requests.

Maybe a disclaimer link to http://rawgithub.com/ is in order.

lastBuild is assumed to exist

Uncaught TypeError: Cannot read property 'number' of undefined: Line 533

Looks like you aren't checking that data.lastBuild.number exists.

if (isJobHomepage(window.location.pathname)) {
        var jobUrl = getJobUrl(window.location.pathname);
        $.getJSON(jobUrl + 'api/json?tree=lastBuild[number]', function(data) {
            var message = "View console output for the latest test";
            var href = jobUrl + data.lastBuild.number + '/consoleFull';
Uncaught TypeError: Cannot read property 'number' of undefined
            var h2 = $("h2:contains('Permalinks')");
            h2.after(getCallout(message, href));
        });
    }

IP address gets truncated in header

For host without a name but only an IP address, the IP address gets truncated in the header. For example, if the IP address was 10.223.42.201, only "10.223" is show in the header.

Demo link is broken

Not much to say, would love to have a testable link. The current one gives 502

Have the spinners empty instead of restarting

Not sure how to describe it, but instead of having them restart when they've made a complete circle, have the "drain" the color.

So ti would be like a white spinner on top of the colored one when it's full.

env-vars.html

Long shot but would it be possible to theme the env-vars.html file?

Possibly hijack the url and display it inline in the page instead of opening a new window.

Build Now button does not work with parameterized builds

If 'This build is parameterized' option is selected in the Project config, then the 'Build Now' button does not work -- it returns a 400 Bad Request.

In parametrized builds, if you kick off a build manually Jenkins takes you do a page with an input form where you can specify the build variables.

Jenkins Build with Parameters Screen

Add support for more browser extensions

The browser extension is pretty basic, just adding CSS and Javascript to a page. It should be easy to make a Safari / Chrome / Firefox extension. I'm going to look at using trigger.io.

Have a running demo

Right now, there are only screenshots of what doony looks like. These will quickly fall behind. What if we ran a demo jenkins host on heroku or something?

Style issues with Phing plugin

It appears there are some style issues with the phing plugin. In the attached image, four manually-drawn circles highlight two issues (some other info was whited-out for privacy):

  1. Build target name for each step seems to use black text (circled three times).
  2. 'BUILD FINISHED' message uses dark blue text and is hard to read (circled one time).

This might also be an issue with other plugins, but I have not checked.

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.