Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-63770] Make trend charts configurable #124

Merged
merged 31 commits into from
Jun 9, 2021
Merged

[JENKINS-63770] Make trend charts configurable #124

merged 31 commits into from
Jun 9, 2021

Commits on Apr 26, 2021

  1. Make trend charts configurable.

    Replace previous build and date buttons in chart with a configure button.
    Fixes https://issues.jenkins.io/browse/JENKINS-63770.
    Note: requires Bootstrap 5.
    uhafner committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    2607ca5 View commit details
    Browse the repository at this point in the history
  2. Inline variable.

    uhafner committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d482e8a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    dc24eeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7aaaa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. Shorten title of button.

    uhafner committed May 8, 2021
    Configuration menu
    Copy the full SHA
    51c0983 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    ed12fd9 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    99a9c3e View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into bootstrap5

    # Conflicts:
    #	pom.xml
    uhafner committed May 10, 2021
    Configuration menu
    Copy the full SHA
    a563153 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Configuration menu
    Copy the full SHA
    6dc34d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba85ab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e075b4b View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    e97f248 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. Improve JavaDoc.

    uhafner committed May 13, 2021
    Configuration menu
    Copy the full SHA
    1e75fe8 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2021

  1. Make trend dialog extensible.

    uhafner committed May 16, 2021
    Configuration menu
    Copy the full SHA
    434567e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Fix order of JS scripts.

    uhafner committed May 17, 2021
    Configuration menu
    Copy the full SHA
    7ae3b05 View commit details
    Browse the repository at this point in the history
  2. Let redraw just set the options.

    Otherwise we would register for events multiple times.
    uhafner committed May 17, 2021
    Configuration menu
    Copy the full SHA
    bb049fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c93a600 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c238eb2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Configuration menu
    Copy the full SHA
    bf1a5b2 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Configuration menu
    Copy the full SHA
    8d97854 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19377bc View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    de651a3 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Refactor trend configuration:

    Now the general trend options are changed for *all* charts.
    So individual trend chart dialogs change the global configuration and the local one.
    uhafner committed May 31, 2021
    Configuration menu
    Copy the full SHA
    450b895 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Add resizing of trend chart.

    uhafner committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    03156e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Add resizing of trend chart.

    uhafner committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    9a89120 View commit details
    Browse the repository at this point in the history
  2. Extract configuration of charts.

    Now configuration of trend charts in job page and trend charts in details pages use a different dialog.
    uhafner committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    5d3b9cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbbdd56 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0da94f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    8ac7823 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    c0c30bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d9d56 View commit details
    Browse the repository at this point in the history