PulseUI

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert "PUL-6919 Updated itext version to 7 for pdf"

This reverts commit 9275886674982edcaae150f82d14ff9dcb5f1432.

PUL-6919 Updated itext version to 7 for pdf

Merge branch 'feature/PUL-6919-docker-updates' into 'develop'

[PUL-6919] Docker configuration changes to allow deployment to Archiva

See merge request Pulse/PulseUI!32

[PUL-6919] Docker configuration changes to allow deployment to Archiva

    • -0
    • +3
    /docker-resources/maven/settings-security.xml
    • -0
    • +18
    /docker-resources/maven/settings.xml
Merge branch 'spring-boot-jwt' into 'develop'

Spring boot jwt

See merge request Pulse/PulseUI!31

Get rid of the console.log(stats) statement from webpack.config.js

    • -1
    • +0
    /src/main/webapp/app/webpack.config.js
Removed watch-html.sh and updated package.json. I can run the watch-html cmd in cli manually

Cleanup webpackOnBuildPlugin console messages on webpack.config.js

    • -5
    • +8
    /src/main/webapp/app/webpack.config.js
Modified webpack.config.js. Automatically reload browser when any js file is modified.

    • -55
    • +26
    /src/main/webapp/app/webpack.config.js
Merge branch 'spring-boot-jwt' into 'develop'

PUL-6218 Spring Boot Migration

Closes PUL-6895

See merge request Pulse/PulseUI!30

Per request from Scott. Change "Currently Stocked in the store" to Capitalized "Store"

Merge branch 'spring-boot-jwt' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into spring-boot-jwt

Modified Package.json and watch-html.sh. Automatically refresh chrome for html changes

Update to version 2.1.0.1

PUL-6919 added slider position images to src/main/resources for PDF exports

    • binary
    /src/main/resources/images/blue_linked.png
    • binary
    /src/main/resources/images/blue_unlinked.png
    • binary
    /src/main/resources/images/edit.png
    • binary
    /src/main/resources/images/green_left_linked.png
    • binary
    /src/main/resources/images/green_left_unlinked.png
    • binary
    /src/main/resources/images/green_linked.png
    • binary
    /src/main/resources/images/green_right_linked.png
    • binary
    /src/main/resources/images/green_right_unlinked.png
    • binary
    /src/main/resources/images/green_unlinked.png
    • binary
    /src/main/resources/images/not_stocking.png
    • binary
    /src/main/resources/images/red_left_linked.png
    • binary
    /src/main/resources/images/red_left_unlinked.png
    • binary
    /src/main/resources/images/red_right_linked.png
    • binary
    /src/main/resources/images/red_right_unlinked.png
  1. … 4 more files in changeset.
Update to version 2.1.0.3

Merge remote-tracking branch 'origin/spring-boot-jwt' into testbranch Testing merge process

[PUL-6919] Added distributionManagement section to POM for Archiva deployment

Merge branch 'spring-boot-jwt' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into spring-boot-jwt

underlying code changes to hybernate had to add anotation and fetch type

[PUL-6916] Added backend cache for Pulse configuration

[PUL-6916] Removed unused imports and variables from siteApi

    • -6
    • +1
    /src/main/webapp/app/src/apis/siteApi.js
Merge branch 'spring-boot-jwt' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into spring-boot-jwt

overrode equals and hashCode methods to fix hibernate warning in startup

[PUL-6916] Moved caching of session sites to backend

    • -1
    • +1
    /src/main/webapp/app/src/apis/generalApi.js
    • -2
    • +2
    /src/main/webapp/app/src/apis/sessionApi.js
[PUL-6916] Removed caching of version, and move caching of site type to backend

    • -1
    • +1
    /src/main/webapp/app/src/apis/generalApi.js
    • -1
    • +1
    /src/main/webapp/app/src/apis/siteApi.js
Changed JWT parse error logging to warn

[PUL-6916] Stop using front-end cache for firebase and pulse config loading

    • -2
    • +2
    /src/main/webapp/app/src/apis/generalApi.js
Removed comments and unused imports

Merge remote-tracking branch 'origin/develop' into spring-boot-jwt