GithubHelp home page GithubHelp logo

jenkinsci / next-executions-plugin Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 22.0 535 KB

Adds a widget in the sidebar with the next build date for all the scheduled projects. It also creates a column definition

Home Page: https://plugins.jenkins.io/next-executions/

License: MIT License

Java 94.29% HTML 5.71%

next-executions-plugin's People

Contributors

damienfinck avatar daniel-beck-bot avatar dependabot[bot] avatar github-actions[bot] avatar ialbors avatar ialbors-pfc avatar jonesbusy avatar ndeloof avatar phoenix384 avatar tyuki39 avatar

Stargazers

 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  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

next-executions-plugin's Issues

The same style as the standard ones in "Build Queue" and "Build Executor Status"

Hello!

Append "pane" class to td elements in widgets (such as Next Executions) the same style as the standard ones in "Build Queue" and "Build Executor Status".

For convenience, I made a script for Tampermonkey that adds the class: https://gist.github.com/gil9red/d29ef875d76e45b9a2df5408dacd3b14

You can check the same code in your browser:

document.querySelectorAll("#next-exec table td").forEach((item) => {
    item.classList.add("pane");
});

Result:
Images

Upstream changes

No response

With version 203.vb_a_b_6c090c894 plugin parameterized-scheduler-plugin became mandatory

Jenkins and plugins versions report

Environment
Paste the output here

What Operating System are you using (both controller, and any agents involved in the problem)?

SmartOS

Reproduction steps

Have a Jenkins installed without the plugin parameterized-scheduler-plugin installed.
Install just next-executions-plugin

You will lose the current build status widget in the left dashboard and next execution will not display neither.

Expected Results

parameterized-scheduler-plugin should not became a mandatory plugin to use next-execution
And next-execution should never be able to hide the build status queue

Actual Results

Both build status queue and next execution won't be available until you install parameterized-scheduler-plugin

Anything else?

No response

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.