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

Build fix #17

Merged
merged 59 commits into from
Jan 15, 2025
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
257a99f
Working on Github Actions.
abhik-wil Dec 31, 2024
401a0d2
Working on Deployment.
abhik-wil Jan 3, 2025
2c706b5
Merge branch 'ONDC-Official:master' into master
abhik-wil Jan 3, 2025
163ecbe
Fix: Github Actions.
abhik-wil Jan 3, 2025
c68410c
Merge branch 'master' of github.com:abhik-wil/deeplink-resolver-server
abhik-wil Jan 3, 2025
ef3a1e4
Fixed username.
abhik-wil Jan 3, 2025
68e9112
Working on deployment.
abhik-wil Jan 3, 2025
490c32e
Update clone-and-setup.yml
abhik-wil Jan 3, 2025
99db722
Update clone-and-setup.yml
abhik-wil Jan 3, 2025
21740d9
Update clone-and-setup.yml
abhik-wil Jan 3, 2025
0b80181
sanity commit.
abhik-wil Jan 3, 2025
e965288
snaity commit.
abhik-wil Jan 3, 2025
3a28e32
s.
abhik-wil Jan 3, 2025
2c81c4a
sc.
abhik-wil Jan 3, 2025
136a005
logging.
abhik-wil Jan 3, 2025
4b373fe
Update app-deployment.yml
abhik-wil Jan 3, 2025
8d4ec04
Update app-deployment.yml
abhik-wil Jan 3, 2025
fd4adf9
Update db-operations.yml
abhik-wil Jan 3, 2025
53fd13f
Update db-operations.yml
abhik-wil Jan 3, 2025
a0ee0a4
Update db-operations.yml
abhik-wil Jan 3, 2025
a4ec0f7
Update db-operations.yml
abhik-wil Jan 3, 2025
32a51d7
Update db-operations.yml
abhik-wil Jan 3, 2025
e9a09f1
Removing unused classes.
abhik-wil Jan 3, 2025
ff1744b
Merge branch 'master' of github.com:abhik-wil/deeplink-resolver-server
abhik-wil Jan 3, 2025
4e50cb5
Update db-operations.yml
abhik-wil Jan 3, 2025
3235bcf
Update db-operations.yml
abhik-wil Jan 3, 2025
f2496cd
Update app-deployment.yml
abhik-wil Jan 3, 2025
8918ed5
Update app-deployment.yml
abhik-wil Jan 3, 2025
db358d3
Working on deployment.
abhik-wil Jan 3, 2025
3ada068
Update db-operations.yml
abhik-wil Jan 3, 2025
00c636c
Update db-operations.yml
abhik-wil Jan 3, 2025
dc111df
Update package.json
abhik-wil Jan 3, 2025
d6e5692
Working on Deployment migration runner.
abhik-wil Jan 5, 2025
0a6b066
merging master into local.
abhik-wil Jan 5, 2025
556fa24
Fixing docker network.
abhik-wil Jan 5, 2025
e5eaf5a
sc
abhik-wil Jan 5, 2025
b04da0b
Working on UI fixes.
abhik-wil Jan 6, 2025
c8e7e56
Working on QR Download and schema changes.
abhik-wil Jan 6, 2025
d93f7d2
Working on decoupling action from formData.
abhik-wil Jan 6, 2025
69acf93
Minor changes.
abhik-wil Jan 6, 2025
2f53c5e
Merge branch 'master' of github.com:ONDC-Official/deeplink-resolver-s…
abhik-wil Jan 6, 2025
4ec9f57
Logging the migrations.
abhik-wil Jan 7, 2025
1c73edc
Debugging.
abhik-wil Jan 7, 2025
f4ac96a
changing env name.
abhik-wil Jan 7, 2025
4465473
Update app-deployment.yml
abhik-wil Jan 7, 2025
e7bb242
Working on UI changes.
abhik-wil Jan 8, 2025
af06c55
Merge branch 'master' of github.com:abhik-wil/deeplink-resolver-server
abhik-wil Jan 8, 2025
3aab7ac
Dev (#13)
abhik-wil Jan 13, 2025
8e9a5a3
Dev (#1)
abhik-wil Jan 13, 2025
12e645a
Merging upstream dev-server
abhik-wil Jan 13, 2025
b6ac52d
Merge branch 'master' of github.com:abhik-wil/deeplink-resolver-server
abhik-wil Jan 13, 2025
03a325b
Removing caching for docker.
abhik-wil Jan 13, 2025
7f2ee35
bug fix.
abhik-wil Jan 13, 2025
f3f004d
Breadcrumbs.
abhik-wil Jan 14, 2025
f201844
New migrations,UI changes and bug fixes.
abhik-wil Jan 14, 2025
590f4c7
Merge branch 'master' of github.com:ONDC-Official/deeplink-resolver-s…
abhik-wil Jan 14, 2025
ed06049
Removing caching from migrations runner.
abhik-wil Jan 14, 2025
48c6053
Merge branch 'master' of github.com:ONDC-Official/deeplink-resolver-s…
abhik-wil Jan 15, 2025
24726ab
Build fix.
abhik-wil Jan 15, 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
3 changes: 1 addition & 2 deletions deeplink-generator/src/app/components/CustomHeading.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Box, Breadcrumbs, Paper, Stack, Typography } from "@mui/material";
import { Box, Breadcrumbs, Paper, Stack, Typography } from "@mui/material";
import { Breadcrumbs, Paper, Stack, Typography } from "@mui/material";
import React from "react";
import { ThemeTogglerButton } from "./ThemeTogglerButton";
import Link from "next/link";
Expand Down
Loading