Commit 44ca83f
Upgrade to spring 3 (#373)
* Upgrade to spring 3
* Update test config for search
* fix testcontainer error
* set up qa job test
* correct typo
* correct typo
* correct typo
* correct
* trigger run
* trigger run
* do not use klass-forvaltning
* do not use klass-forvaltning
* rename file
* correct paths
* correct paths
* use existing db
* trigger run
* add type
* test prop
* test db
* test
* add open search
* remove open search
* try to connect to database
* try to connect to database
* changes has been made - new instance
* add props
* db failing use h2
* db failing use h2-inmemory
* test new network policy
* trigger job
* try without flyway
* Update colima setup
* Started fixing test config
* test same config as klass forvaltning
* test open search
* try adding env values - remove solr
* update open search access
* network policy set in nais-test dapla-metadata
* network policy still not set in nais-test dapla-metadata
* add variables to properties
* correct
* klass dev
* trigger klass dev
* trigger klass dev
* trigger klass dev
* trigger klass dev
* try fix injection value
* try fix injection value
* remove ttl value
* fix
* test manual workflow
* test manual workflow
* test manual workflow
* test manual workflow
* test manual workflow
* Update test config
* Remove unsused file
* update and trigger klass-dev
* update and trigger klass-dev
* test profile
* use klass solr for now
* remove solr
* kubernetes labels must be strings
* use env values
* remove empty valueFrom
* set properties
* update properties
* remove time to live - add properties
* Added mock search
* test open search config
* test network policy
* undo changes - must set up for test
* test url open search
* test network policy
* dynamic app name
* add workflow dispatch
* add workflow dispatch
* correct
* more vars
* add different properties
* add profile
* use env
* update test
* add password and username opensearch
* correct prop
* test smaller index
* test smaller index
* indexing always results in connection closed
* update access level opensearch
* add logging
* add more logging
* set opensearch client values
* add SSL
* try with ssl conditionally
* refactor test
* refactor config
* update properties name
* refactor
* refactor
* add v3 instance
* remove klass dev
* Fix so it can use https
* Fix replacement logic
* Fix opensearch url
* Remove remaining vulnerabilities (#385)
* update snake yaml
* not deploy on every push
* update apache commons lang
* update google guava
* update google guava for both root and shared
* update commons-lang3
* changes to sections has been made and we will now assume result should be equal
* update zonky from 2.1.0 to 2.1.1 to remove transitive vulnerability
* update rest-assured from 5.4.0 to 5.5.6 and commons-io from 2.15.1 to 2.20.0 to remove transitive vulnerability
* remove apacheds-server-jndi-version - unused dependency
* use google distroless image
* exclude duplicated transitive dependencies with vulnerabilities
* re add exclusions - testcontainers failed
* try to run just on ubuntu - dont trigger build new instance
* use dependency management to ensure safe version of commons-lang3
* Add indexing service
* Merge
* Remove unused dependencies (#388)
* Remove h2
* Remove checkstyle and findbugs
* Remove MariaDB
* Remove ping
* Migration tests not dependent on /ping
* Fix profile activation property (#390)
* Add stemming
* Tune search
* Try enable search integration test
* Add distroless image for klass api
* Feat/strategy for indexing and updating search (#400)
* remove duplicated code
* log
* possible reindex as strategy
* possible set up job
* set up scheduled indexing
* add make method
* test scheduling
* set up scheduled job in separate service
* set permission to admin to access refresh
* reset permission
* rename service
* add test
* rename - add docstring
* delete test
* test scheduled job every hour
* update distroless image
* Remove refresh
* reindex every night
* Remove reference to deleted module
* Simplify docker compose
* Create constants
* Use constants
* add destroy method to bean
* Change to use constructor injection
* Fix sonar issue
* Fix error
* Fix itemId
* Private constructor
* Constructor injection
* Fix error
* Update klass-shared/src/main/resources/application-postgres-embedded.properties
Co-authored-by: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com>
* Set generated keys to true to make postgres dialect tests not fail
* Change enviornment variables
* Fix typo
* Fix envs
* Remove elastic uri in properties
* Update workflow and Nais for Spring Boot v3 (#403)
* delete files
* add opensearch to klass nais api
* remove solr and use correct profiles
* Reset klass-api prod manifest
---------
Co-authored-by: Jorgen-5 <rlj@ssb.no>
Co-authored-by: Cecilie Seim <68303562+tilen1976@users.noreply.github.com>
Co-authored-by: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com>1 parent 1c0a52d commit 44ca83f
File tree
125 files changed
+1584
-2454
lines changed- .nais/test
- build_tools
- klass-api
- src
- main
- java/no/ssb/klass
- api
- config
- controllers
- dto
- hal
- filters
- services
- resources
- test/java/no/ssb/klass/api
- applicationtest
- config
- utils
- config
- dto/hal
- migration
- klass-forvaltning
- src/main
- java/no/ssb/klass/forvaltning
- config/test
- converting/xml/dto
- resources
- klass-solr
- src
- main
- assembly
- java/no/ssb/klass/solr
- config
- resources
- test/java/no/ssb/klass/solr/config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+1584
-2454
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 30 | + | |
33 | 31 | | |
34 | 32 | | |
35 | 33 | | |
| |||
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | 57 | | |
66 | 58 | | |
67 | 59 | | |
68 | 60 | | |
69 | | - | |
| 61 | + | |
70 | 62 | | |
71 | 63 | | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
75 | 67 | | |
76 | 68 | | |
77 | | - | |
| 69 | + | |
78 | 70 | | |
79 | 71 | | |
80 | 72 | | |
| |||
83 | 75 | | |
84 | 76 | | |
85 | 77 | | |
86 | | - | |
| 78 | + | |
87 | 79 | | |
88 | 80 | | |
89 | 81 | | |
90 | 82 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 83 | | |
100 | 84 | | |
101 | 85 | | |
| |||
137 | 121 | | |
138 | 122 | | |
139 | 123 | | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
147 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 30 | | |
48 | 31 | | |
49 | 32 | | |
| |||
134 | 117 | | |
135 | 118 | | |
136 | 119 | | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
| 120 | + | |
160 | 121 | | |
161 | 122 | | |
162 | 123 | | |
| |||
172 | 133 | | |
173 | 134 | | |
174 | 135 | | |
175 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
176 | 150 | | |
177 | 151 | | |
178 | 152 | | |
179 | | - | |
180 | 153 | | |
181 | | - | |
182 | 154 | | |
183 | 155 | | |
184 | 156 | | |
| |||
This file was deleted.
0 commit comments