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

chore: git mod - git context & context aware comps #38060

Merged
merged 24 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
1119f65
chore: adding apis for git
brayn003 Dec 5, 2024
2900b65
fix: review changes
brayn003 Dec 5, 2024
0d1fa18
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 5, 2024
146238c
fix: fixing enum imports
brayn003 Dec 5, 2024
e72e02f
chore: changing named export to default export
brayn003 Dec 6, 2024
54b5d93
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 6, 2024
a1b608b
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 6, 2024
0bb662f
fix: adding saga for commit and connect
brayn003 Dec 7, 2024
d7e6c79
chore: adding global profile and config redux slice
brayn003 Dec 7, 2024
02e128b
chore: adding saga for git profile update
brayn003 Dec 7, 2024
3218b3a
chore: adding fetch branches saga
brayn003 Dec 7, 2024
f9c4030
chore: adding fetch and update local profile
brayn003 Dec 7, 2024
adafd14
fix: fixing connectsaga
brayn003 Dec 7, 2024
488b346
fix: review changes
brayn003 Dec 8, 2024
942193d
chore: adding branch based sagas
brayn003 Dec 9, 2024
e9167f2
fix: moving things around
brayn003 Dec 9, 2024
d024160
chore: adding ctx
brayn003 Dec 9, 2024
ef34582
chore: expanding context provider and making contextaware comps
brayn003 Dec 9, 2024
c3d9a31
fix: remove gittest
brayn003 Dec 9, 2024
9b1414e
fix: test fixes
brayn003 Dec 10, 2024
2de337e
fix: review changes
brayn003 Dec 10, 2024
3a2a045
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 11, 2024
59f91f4
fix: resolving conflict errors
brayn003 Dec 11, 2024
e1eb35a
fix: review changes
brayn003 Dec 11, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,10 @@ const AppsLineIcon = importRemixIcon(
async () => import("remixicon-react/AppsLineIcon"),
);

const ProtectedIcon = importRemixIcon(
async () => import("remixicon-react/ShieldKeyholeLineIcon"),
);

const CornerDownLeftLineIcon = importSvg(
async () => import("../__assets__/icons/ads/corner-down-left-line.svg"),
);
Expand Down Expand Up @@ -1379,6 +1383,7 @@ const ICON_LOOKUP = {
"warning-triangle": WarningTriangleIcon,
"widgets-v3": WidgetsV3Icon,
"workflows-mono": WorkflowsMonochromeIcon,
"protected-icon": ProtectedIcon,
billing: BillingIcon,
binding: Binding,
book: BookIcon,
Expand Down
28 changes: 0 additions & 28 deletions app/client/src/git/actions/checkoutBranchActions.ts

This file was deleted.

26 changes: 0 additions & 26 deletions app/client/src/git/actions/commitActions.ts

This file was deleted.

26 changes: 0 additions & 26 deletions app/client/src/git/actions/connectActions.ts

This file was deleted.

26 changes: 0 additions & 26 deletions app/client/src/git/actions/createBranchActions.ts

This file was deleted.

26 changes: 0 additions & 26 deletions app/client/src/git/actions/deleteBranchActions.ts

This file was deleted.

33 changes: 0 additions & 33 deletions app/client/src/git/actions/fetchBranchesActions.ts

This file was deleted.

38 changes: 0 additions & 38 deletions app/client/src/git/actions/fetchGlobalConfigActions.ts

This file was deleted.

38 changes: 0 additions & 38 deletions app/client/src/git/actions/fetchLocalConfigActions.ts

This file was deleted.

38 changes: 0 additions & 38 deletions app/client/src/git/actions/fetchMergeStatusActions.ts

This file was deleted.

33 changes: 0 additions & 33 deletions app/client/src/git/actions/fetchStatusActions.ts

This file was deleted.

30 changes: 0 additions & 30 deletions app/client/src/git/actions/updateGlobalConfigActions.ts

This file was deleted.

Loading
Loading