Skip to content

Commit

Permalink
Grad release 1.24 TEST (#270)
Browse files Browse the repository at this point in the history
* Upgrade ZAPSCAN to 0.7.0 (#258)

* Grad release 1.17.0 (#255)

* GRAD2-2525: DTO update to sync.

GRAD2-2525: DTO update to sync.

* Develop/alex grad2 2403

* GRAD2-2403
Fix packing slip jasper file to accommodate address line 2

* GRAD2-2403
Fix packing slip jasper file to accommodate address line 2

* GRAD2-2244: task is complete.

GRAD2-2244: task is complete.

* Update pom.xml

* Update build.from.release.branch.deploy.to.dev.yml

* Update build.from.main.branch.deploy.to.dev.yml

* Update build.from.developer.branch.deploy.to.dev.yml

* Update deploy_test.yml

* GRAD2-2244: task is complete.

GRAD2-2244: task is complete.

* Clean up the commented unused codes.

Clean up the commented unused codes.

* Updated pvc claim for prod

* Update pom.xml

---------

Co-authored-by: Jinil Sung <infstar@gmail.com>
Co-authored-by: Kamal Mohammed <kamal.mohammed@outlook.com>
Co-authored-by: Alexander Rybakov <83988488+arybakov-cgi@users.noreply.github.com>
Co-authored-by: Chris Ditcher <chris.ditcher@gov.bc.ca>
Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA>

* Upgrade ZAPSCAN to 0.7.0

---------

Co-authored-by: githubmamatha <106563495+githubmamatha@users.noreply.github.com>
Co-authored-by: Jinil Sung <infstar@gmail.com>
Co-authored-by: Alexander Rybakov <83988488+arybakov-cgi@users.noreply.github.com>
Co-authored-by: Chris Ditcher <chris.ditcher@gov.bc.ca>
Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA>

* Update pom.xml

* Grad2-2632 school api call is replaced with trax api. (#260)

* Grad2-2632 school api call is replaced with trax api.

* Grad2-2632 modifications made

* Grad2-2632 Changed constant reference.

* Update pom.xml

* Update SchoolService.java

* GRAD2-2590: task is complete.

GRAD2-2590: task is complete.

* Update pom.xml

* GRAD2-2799-P3 GRAD Incident: REGALG is creating SCCP certificates for students with future completion dates- edit summary
P3 GRAD Incident: REGALG is creating SCCP certificates for students with future completion dates

* Updated to Ubuntu 22.04

* GRAD2-2799-P3 GRAD Incident: REGALG is creating SCCP certificates for students with future completion dates- edit summary (#266)

P3 GRAD Incident: REGALG is creating SCCP certificates for students with future completion dates

* Update pom.xml

* Added application-local to gitignore

* test commit

* test commit 2

* removed old gitignore

* Update update-configmap.sh

(cherry picked from commit 478ee04)

* Grad2-2876 WARN level log events i.e, (#269)

[ WARN] [RMI TCP Accept-0] [sun.rmi.transport.tcp] [RMI TCP Accept-0: accept loop for ServerSocket[addr=0.0.0.0/0.0.0.0,localport=40073] throws  ] java.io.IOException: The server sockets created using the LocalRMIServerSocketFactory only accept connections from clients running on the host where the RMI remote objects have been exported.

* Increased header size

* Update pom.xml

---------

Co-authored-by: Kamal Mohammed <kamal.mohammed@outlook.com>
Co-authored-by: Jinil Sung <infstar@gmail.com>
Co-authored-by: Alexander Rybakov <83988488+arybakov-cgi@users.noreply.github.com>
Co-authored-by: Chris Ditcher <chris.ditcher@gov.bc.ca>
Co-authored-by: chris.ditcher <Chris.Ditcher@QP.GOV.BC.CA>
Co-authored-by: arybakov <alex.rybakov@cgi.com>
  • Loading branch information
7 people authored Oct 3, 2024
1 parent 478ee04 commit ccd8f84
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 57 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ target/
build/

### VS Code ###
.vscode/
.vscode/

### Local dev ###
**/application-local.yaml
55 changes: 0 additions & 55 deletions api/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ca.bc.gov.educ</groupId>
<artifactId>educ-grad-distribution-api</artifactId>
<version>1.8.62</version>
<version>1.8.63</version>
<name>educ-grad-distribution-api</name>
<description>Ministry of Education GRAD DISTRIBUTION API</description>

Expand Down
10 changes: 10 additions & 0 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ logging:
boot:
autoconfigure:
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}
jdk:
management:
agent: ERROR
sun:
management:
jmxremote: ERROR
rmi:
transport:
tcp: ERROR

#Local properties
server:
Expand All @@ -49,6 +58,7 @@ server:
worker: 128
io: 16
#port: ${HTTP_PORT}
max-http-request-header-size: 20000

#API Documentation
springdoc:
Expand Down
9 changes: 9 additions & 0 deletions api/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ logging:
boot:
autoconfigure:
logging: INFO
jdk:
management:
agent: ERROR
sun:
management:
jmxremote: ERROR
rmi:
transport:
tcp: ERROR

#API Documentation
springdoc:
Expand Down

0 comments on commit ccd8f84

Please sign in to comment.