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

Nextjs 14 and React 18 #5

Merged
merged 52 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
294523f
Nextjs 14 and React 18
dooman87 Mar 12, 2024
ddff016
Fixing Oryx build
dooman87 Mar 12, 2024
8214e3e
Fixing Oryx build
dooman87 Mar 12, 2024
b70ad4f
React 18 and NextJS 14
dooman87 Mar 18, 2024
ce54aae
Removed custom build step
dooman87 Mar 18, 2024
e30aab1
Enabling application insights
dooman87 Mar 19, 2024
34feed8
Using standalone build
dooman87 Mar 19, 2024
e39cc45
App Insights
dooman87 Mar 19, 2024
5db53bb
App Insights
dooman87 Mar 19, 2024
f4ca63b
Deployed using Container Apps
dooman87 Mar 19, 2024
c9d9128
Deploying container app
dooman87 Mar 27, 2024
cfa291e
Deploying container app
dooman87 Mar 27, 2024
1324ffa
Minor update to trigger workflow
bronthulke Jul 25, 2024
ddfa376
v2 of login action
dooman87 Aug 9, 2024
3f69a89
Login to azure
dooman87 Aug 9, 2024
9766e25
Login to azure
dooman87 Aug 9, 2024
f7328e2
Building and pushing docker image
dooman87 Nov 30, 2024
1a263ad
Building and pushing docker image
dooman87 Nov 30, 2024
41e4599
Building and pushing docker image
dooman87 Nov 30, 2024
c166e4d
Building and pushing docker image
dooman87 Nov 30, 2024
27eb65c
Building and pushing docker image
dooman87 Nov 30, 2024
d48d518
Building and pushing docker image
dooman87 Nov 30, 2024
397c06c
Building and pushing docker image
dooman87 Dec 1, 2024
2332ae8
Building and pushing docker image
dooman87 Dec 1, 2024
b7f645b
Merged main
dooman87 Dec 1, 2024
cc4911b
Fixed modal and generating tags
dooman87 Dec 10, 2024
6e9c7c9
fixed zIndex for agenda overlay and sponsors.
dooman87 Dec 12, 2024
b556d2b
Pushed twitter to the end and updated contact email
dooman87 Dec 16, 2024
76aceae
Feedback forms
dooman87 Jan 1, 2025
7eb8e3a
Updated agenda and made session close button to have pointer cursor
dooman87 Jan 1, 2025
8530070
Updated agenda, removed appinsights, small fixes
dooman87 Jan 14, 2025
720d526
Remove Perth handbooks and references to same (#32)
bronthulke Jan 17, 2025
214d9cf
Added sponsors, analytics wip
dooman87 Jan 28, 2025
850d248
Merge remote-tracking branch 'origin/feat/next-13' into feat/next-13
dooman87 Jan 28, 2025
15fb5bb
Added sponsors, google analytics
dooman87 Jan 28, 2025
f3c8bac
Removed unused GHA
dooman87 Jan 28, 2025
191168e
Insight logo size
dooman87 Jan 28, 2025
a538606
REA group sponsor, got rid of unused dependencies
dooman87 Jan 29, 2025
04a130b
REA group sponsor
dooman87 Jan 29, 2025
0d6afd5
Keynote
dooman87 Feb 2, 2025
9b1f9bd
revalidating agenda every hour to sync data changes
dooman87 Feb 10, 2025
74373f0
Merge branch 'main' into feat/next-13
Paul-Davidson Feb 12, 2025
0f101c0
Changed color of Swanston room to #fff5cc
Paul-Davidson Feb 12, 2025
28ca362
Childcare rego link
dooman87 Feb 14, 2025
36a30e1
fix: Notification about received feedback
dooman87 Feb 15, 2025
f63c632
fix: revalidate agenda every hour
dooman87 Feb 18, 2025
b5602ed
Add fun stuff and update colour for Swanston Room to be pink
bronthulke Feb 20, 2025
2d8549d
Change Swanston room back to yellow to match print
bronthulke Feb 20, 2025
96a8543
Add information to Readme about ACA deploy steps
bronthulke Feb 20, 2025
42874a5
Fix some styling issues on pages
bronthulke Feb 20, 2025
78323f1
Changes to social links, update Code of Conduct and Conference Day de…
bronthulke Feb 20, 2025
b398297
Update crew tshirt details
bronthulke Feb 21, 2025
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
v2 of login action
dooman87 committed Aug 9, 2024
commit ddfa3769bdfd945e11e96d34ab7b9d61bea35e91
2 changes: 1 addition & 1 deletion .github/workflows/container-app.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Log in to Azure
uses: azure/login@v1
uses: azure/login@v2
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}