server.js

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Revert "Merge branch 'develop' of auapgpdgitapp01.genpt.net:Pulse/PulseUI into po-44"

This reverts commit f651d41e1f7b4dd72d4066b250299af09dbf2e0c

  1. … 30 more files in changeset.
increase payload size limit ui and backend

  1. … 1 more file in changeset.
backend code looks good. [~389816] can you take a look at the UI side and we can finish this one up.

backend code looks good. [~389816] can you take a look at the UI side and we can finish this one up.

Done.

Done.

Good idea. I'll go ahead and do that.

Good idea. I'll go ahead and do that.

instead of hard coding text here, add the text to a db table so that it can easily be changed on the fly if needed.

instead of hard coding text here, add the text to a db table so that it can easily be changed on the fly if needed.

Now using Thymeleaf to create a feedback email template.

Now using Thymeleaf to create a feedback email template.

[PUL-7051] Added basic feedback button that sends screenshot and emails
[PUL-7051] Added basic feedback button that sends screenshot and emails
This is to allow larger email attachments

This is to allow larger email attachments

When this gets merged, you will want to re-build the Docker image in Jenkins

When this gets merged, you will want to re-build the Docker image in Jenkins

There is an issue here where the overlay somehow changes size and it doesn't properly align with the screenshot image when the two layers are being flattened. It seemed to start happening when I ad...

There is an issue here where the overlay somehow changes size and it doesn't properly align with the screenshot image when the two layers are being flattened. It seemed to start happening when I added the text box, and I haven't been able to figure it out yet.

SQL for creating this table/sequence is in the JIRA ticket comments.

SQL for creating this table/sequence is in the JIRA ticket comments.

[PUL-6319] Added basic feedback button that sends screenshot and emails

  1. … 11 more files in changeset.
[PUL-6756] Updated ports and removed pulseui/pulseuap from context path

  1. … 10 more files in changeset.
[PUL-6837] Configured NPM scripts and ExpressJS script to handle US or UAP

  1. … 1 more file in changeset.
[PUL-6836] Updated server.js to allow for custom certificate directory

  1. … 1 more file in changeset.
[PUL-6745] Various webpack/build changes

* HTML files are now properly copied by webpack watchers (no watch-html script needed)

* Webpack now cleans the dist directory before each build (to prevent orphaned files)

* Moved home.html into src directory

* added separate 'start-server' npm script to launch express server (will combine later)

* All static resources are now bundled and served into src/main/webapp/app/dist

* Login page now loads when there is no authenticated user (WIP)

  1. … 9 more files in changeset.
[PUL-6745] Configured proxy server to forward */api/** HTTP traffic to the back-end

  1. … 1 more file in changeset.
[PUL-6745] Fixed various issues getting app to start locally

  1. … 10 more files in changeset.
[PUL-6745] Started moving login logic into Angular app

  1. … 8 more files in changeset.
[PUL-6745] Added basic Express server config and updated 'start-local-dev' NPM script

  1. … 3 more files in changeset.