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

Fix frontend build with Angular 16 and update Sprint Boot to version 2 #77

Merged
merged 51 commits into from
Nov 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
d87395a
Update frontend-maven-plugin
pyby Apr 30, 2023
bfa424e
Update node and npm versions
pyby Oct 28, 2023
45fadf9
Create new angular app
pyby Oct 28, 2023
699f769
ng add @ng-bootstrap/ng-bootstrap
pyby Oct 28, 2023
ec183d3
Home page
pyby Oct 28, 2023
04ffdd5
Create routes and restore 3 pages
pyby Oct 28, 2023
58b4bdb
Set app version
pyby Oct 28, 2023
fddb254
Build new frontend with maven
pyby Oct 28, 2023
4d5c570
Revert "Update frontend-maven-plugin"
pyby Oct 28, 2023
880a138
Fix favicon
pyby Oct 28, 2023
a1ebbf2
Remove portal-app
pyby Oct 28, 2023
d6a4273
Increase budget maximum size
pyby Oct 28, 2023
d3ac945
Fix warning "Generating index html...2 rules skipped due to selector …
pyby Oct 28, 2023
8812a35
Update npm version
pyby Oct 28, 2023
00ef3dc
Update html title
pyby Oct 28, 2023
012fa9b
Test angular app at root
pyby Oct 28, 2023
c6f54fc
Remove npm deployment in pom.xml
pyby Oct 28, 2023
ac555de
Revert "Remove npm deployment in pom.xml"
pyby Oct 28, 2023
37d188c
Revert "Test angular app at root"
pyby Oct 28, 2023
03e2d9d
Add prod option to build
pyby Oct 28, 2023
9fcb323
Rename to portal-app
pyby Nov 1, 2023
3eb12cc
Test serving the angular app from storage
jboix Nov 1, 2023
4473411
Relative path for node.js resources
pyby Nov 1, 2023
de0e155
add node in git ignore
pyby Nov 1, 2023
8f16b57
Revert "Relative path for node.js resources"
pyby Nov 1, 2023
4489b4e
Revert "Test serving the angular app from storage"
pyby Nov 1, 2023
0c05cab
Export in node.js
pyby Nov 1, 2023
a03caf8
Copy dist into java resources, and route angular page through a sprin…
jboix Nov 3, 2023
61ba4fe
Fix Deeplink service caching
pyby Nov 5, 2023
e032e8c
Tests: Add deeplink content check
pyby Nov 5, 2023
362bb95
Restore content type of deeplink js file
pyby Nov 5, 2023
fe5baa8
Don't need a bean
pyby Nov 5, 2023
2a9197f
Restore 4 spaces for indent
pyby Nov 5, 2023
727d10b
Rename web app
pyby Nov 5, 2023
642e481
Clean http.authorizeRequests unused paths
pyby Nov 5, 2023
0f964a3
Revert "Don't need a bean"
pyby Nov 5, 2023
8f8e758
Lint typo
pyby Nov 5, 2023
9338149
Use /admin path
pyby Nov 5, 2023
d15b25f
Clean unused property file
pyby Nov 6, 2023
7df3f36
Move admin web page to root path
pyby Nov 6, 2023
e4aa91d
Update documentation
pyby Nov 6, 2023
8bde0eb
Cleanup WebMvcConfig
pyby Nov 6, 2023
93856b3
Fix Play Android deeplink request for parsePlayUrl.js
pyby Nov 7, 2023
54d2666
Clean files
pyby Nov 7, 2023
378b174
Remove mvnw
pyby Nov 7, 2023
59102d3
Fix Play Android recommendation requests
pyby Nov 7, 2023
e9b7c14
Fix unit test running exception
pyby Nov 8, 2023
9ed1eb0
Fix content-type test - use json, and not json with UTF8
pyby Nov 8, 2023
bb8a6e4
Restore old whatisnew
pyby Nov 8, 2023
2885207
Fix new deeplink unit tests
pyby Nov 8, 2023
e3d34c8
Restore unit tests execution with mvn test command
pyby Nov 8, 2023
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
Prev Previous commit
Next Next commit
Update html title
pyby committed Oct 28, 2023
commit 00ef3dcef5dfc1091d1f8ea5fae3341a6ed4f2fb
2 changes: 1 addition & 1 deletion admin-app/src/index.html
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>AdminApp</title>
<title>Pfff - Admin</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">