Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use set INLINE_RUNTIME_CHUNK=false&& in react build. #1238

Merged
merged 30 commits into from
Nov 6, 2022
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
9dd12b1
Added CustomHttpResponseHeadersFilter
AdiWehrli Oct 18, 2022
351649b
Added test classes for CustomHttpResponseHeadersFilter.
AdiWehrli Oct 18, 2022
70d6ec2
Added applicaton configuration for CustomHttpResponseHeaderFilterTest.
AdiWehrli Oct 18, 2022
a9493dc
Added configuration hint for custom response headers.
AdiWehrli Oct 18, 2022
7855142
Update application.example.yml
AdiWehrli Oct 18, 2022
988e36e
Update application.example.yml
AdiWehrli Oct 18, 2022
160b821
Update akhq.md
AdiWehrli Oct 18, 2022
1e25c78
Adjusted property name.
AdiWehrli Oct 18, 2022
95f99e3
Adjusted property name.
AdiWehrli Oct 18, 2022
35ac8b6
Added Server config.
AdiWehrli Oct 19, 2022
9c9eaa4
Replaced CustomHttpResponseHeadersFilter.
AdiWehrli Oct 19, 2022
b87476d
Replaced CustomHttpResponseHeadersFilter test casses.
AdiWehrli Oct 19, 2022
87f445e
Delete application-custom-response-headers.yml
AdiWehrli Oct 19, 2022
5bf28e1
Added new test application configuration.
AdiWehrli Oct 19, 2022
cf52f34
Adjusted configuration description.
AdiWehrli Oct 19, 2022
a24e8fe
Removed unnecessary comment.
AdiWehrli Oct 19, 2022
91c456e
Moved custom HTTP response headers configuration up.
AdiWehrli Oct 19, 2022
5741ff5
Added Kafka connection.
AdiWehrli Oct 19, 2022
ec04356
Added configuraton with no headers.
AdiWehrli Oct 19, 2022
4fcb230
Added test with no headers.
AdiWehrli Oct 19, 2022
3ca1629
Removed not used import.
AdiWehrli Oct 19, 2022
6040d8c
Created new folder middlewares.
AdiWehrli Oct 19, 2022
7246e77
Moved test classes.
AdiWehrli Oct 19, 2022
ac6f055
Delete dummy
AdiWehrli Oct 19, 2022
4024f4a
Delete CustomHttpResponseHeadersFilterTest.java
AdiWehrli Oct 19, 2022
37b6c8c
Delete CustomHttpResponseHeadersFilterTestPage.java
AdiWehrli Oct 19, 2022
5d2fa97
Delete NoCustomHttpResponseHeadersFilterTest.java
AdiWehrli Oct 19, 2022
3d12c09
final
tchiotludo Oct 19, 2022
a0a5968
Merge branch 'tchiotludo:dev' into dev
AdiWehrli Oct 20, 2022
c936bd8
Added `set INLINE_RUNTIME_CHUNK=false&& ` to `build`.
AdiWehrli Oct 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "set INLINE_RUNTIME_CHUNK=false&& react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src",
Expand Down