Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
1.0.4: UI quality-of-life improvements
Browse files Browse the repository at this point in the history
- Added a 'resubmit' button to the job details page
  - Will immediately submit a new job with exactly the same inputs
    as the job being resubmitted.
  - Effectively, this is the same as copy -> submit, but it's one less
    click and browser render
  - The main benefit of this feature is for UI inputs that cannot be
    copied easily (e.g. SQL inputs) or massive job requests that take
    the browser a long time to render
- Added an 'elapsed' time field into the job details page
  - Counts the total time elapsed between when the job was submitted
    and when it reached a terminal state (finished, cancelled, error)
- All timestamps in the job details page now dynamically update
- (devs): refactored UI code
  • Loading branch information
adamkewley committed May 7, 2019
2 parents c6f5258 + dda934d commit e4d3319
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions jobson-deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-deb</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-nix</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>tar.gz</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jobson-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-docker</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-deb</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>deb</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jobson-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-docs</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions jobson-nix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-nix</artifactId>
Expand All @@ -17,18 +17,18 @@
<dependency>
<groupId>com.github.jobson</groupId>
<artifactId>jobson</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-docs</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>tar.gz</type>
</dependency>
<dependency>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-ui</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<type>tar.gz</type>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions jobson-swagger-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-swagger-ui</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions jobson-swagger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-swagger</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<dependencies>
<dependency>
<groupId>com.github.jobson</groupId>
<artifactId>jobson</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml</groupId>
Expand Down
4 changes: 2 additions & 2 deletions jobson-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson-ui</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions jobson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
</parent>

<artifactId>jobson</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.jobson</groupId>
<artifactId>jobson-project</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<packaging>pom</packaging>

<name>jobson project</name>
Expand Down Expand Up @@ -48,8 +48,8 @@
</developers>

<properties>
<version.jobsonswagger>1.0.3</version.jobsonswagger>
<version.jobsonswaggerui>1.0.3</version.jobsonswaggerui>
<version.jobsonswagger>1.0.4</version.jobsonswagger>
<version.jobsonswaggerui>1.0.4</version.jobsonswaggerui>

<dropwizard.version>1.3.9</dropwizard.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit e4d3319

Please sign in to comment.