Ingress migration#202
Merged
Merged
Conversation
|
Review app for PR 202 was deleted |
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 16, 2026 10:56
8c1351a to
243ed48
Compare
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 16, 2026 11:19
f5576d3 to
a8e6f2a
Compare
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 16, 2026 14:11
bfc084c to
d26016c
Compare
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 16, 2026 18:14
2d7bd31 to
a69acd1
Compare
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 16, 2026 18:29
a69acd1 to
5e370c0
Compare
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 17, 2026 09:24
72a6b58 to
2550f69
Compare
…ut having to hand ball some parts
- Removed hardcoded license string (lines 275-276) - Keep configuration-driven license registration (lines 110-117) which is the proper approach - License key should be provided via configuration (appsettings.json or environment variables) in deployed environments - This prevents sensitive credentials from being committed to source code - Updated comment to clarify controller-level request size limit intent
Edu-GG
force-pushed
the
GG/IngressValidation
branch
from
July 17, 2026 10:01
2550f69 to
678e031
Compare
Edu-GG
marked this pull request as ready for review
July 17, 2026 10:13
davidgouge
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrated the Ingress POC into main app to allow data to populate.
CsvSchemaFileProcessor
Visual feedback during processing
Updated memory allowance on Terraform due to high memory usage as processing held in memory to save storage writes.
License added for newtonsoft to allow schema validations on over 1000 records.
ToDo: Manage memory better so we can reduce required RAM