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 - settings modal #38155

Merged
merged 89 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
89 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
fa8c461
chore: adding init sagas
brayn003 Dec 10, 2024
9b1414e
fix: test fixes
brayn003 Dec 10, 2024
2de337e
fix: review changes
brayn003 Dec 10, 2024
40f057e
Merge branch 'chore/git-mod-5' of github.com:appsmithorg/appsmith int…
brayn003 Dec 10, 2024
826dbf8
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 10, 2024
3a47055
chore: adding autocommit to saga
brayn003 Dec 10, 2024
ca19474
fix: adding relevant selectors for quick git actions
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
3c4a4c2
Merge branch 'chore/git-mod-5' of github.com:appsmithorg/appsmith int…
brayn003 Dec 11, 2024
fbcf6ae
fix: fixing test cases
brayn003 Dec 11, 2024
56cbaef
fix: fixing more test cases
brayn003 Dec 11, 2024
f8545b4
fix: changing AxiosResponse to AxiosPromise
brayn003 Dec 11, 2024
65e9ea6
fix: fixing build and naming issues
brayn003 Dec 11, 2024
2b7c3d2
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 11, 2024
f613ae1
fix: remove expect error
brayn003 Dec 11, 2024
adddd08
chore: adding git ops modal
brayn003 Dec 11, 2024
c6343d3
fix: arranging dumb components in a better fashion
brayn003 Dec 11, 2024
c5c9585
fix: adding conflicterror and conflicterrormodal
brayn003 Dec 11, 2024
c5b8cf3
fix: adding pull sagas
brayn003 Dec 11, 2024
bcef9f5
chore: adding deploy tab
brayn003 Dec 11, 2024
0e84fb8
chore: adding merge tab
brayn003 Dec 11, 2024
c88bc0b
fix: review changes
brayn003 Dec 12, 2024
885446c
Merge branch 'chore/git-mod-6' of github.com:appsmithorg/appsmith int…
brayn003 Dec 12, 2024
e106d43
fix: better handling of ctx values
brayn003 Dec 12, 2024
005a655
fix: minor fixes to merge comp
brayn003 Dec 12, 2024
ba6ac37
chore: adding skeleton for status
brayn003 Dec 12, 2024
54ac997
chore: adding status component and transformer
brayn003 Dec 12, 2024
8c310af
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 12, 2024
523296b
fix: adding autocommit statusbar
brayn003 Dec 12, 2024
8745497
Merge branch 'chore/git-mod-7' of github.com:appsmithorg/appsmith int…
brayn003 Dec 12, 2024
9d57e5a
chore: adding git settings modal
brayn003 Dec 12, 2024
44167c0
chore: wip - git settings modal
brayn003 Dec 13, 2024
f698d26
fix: fixing error handling
brayn003 Dec 13, 2024
245cb9b
chore: minor changes in error handling
brayn003 Dec 13, 2024
cc35140
chore: review fixes
brayn003 Dec 13, 2024
1b1da07
Merge branch 'chore/git-mod-7' of github.com:appsmithorg/appsmith int…
brayn003 Dec 13, 2024
8dc482f
fix: review comments
brayn003 Dec 13, 2024
e70f659
Merge branch 'chore/git-mod-7' of github.com:appsmithorg/appsmith int…
brayn003 Dec 13, 2024
801b06b
chore: minor fixes for build failures
brayn003 Dec 13, 2024
b4f8925
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 13, 2024
ec461fd
chore: review fixes
brayn003 Dec 13, 2024
7f54647
Merge branch 'chore/git-mod-7' of github.com:appsmithorg/appsmith int…
brayn003 Dec 13, 2024
b997ada
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 13, 2024
a569b22
chore: shifting fixes from ee to ee
brayn003 Dec 13, 2024
f715c2a
fix: minor fixes
brayn003 Dec 13, 2024
1273fc6
chore: adding initial state
brayn003 Dec 13, 2024
0be3210
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 13, 2024
2953823
chore: renaming files
brayn003 Dec 13, 2024
2be8c89
fix: minor
brayn003 Dec 13, 2024
e1588c9
chore: fixes build issue
brayn003 Dec 13, 2024
008f857
chore: adding branch protection
brayn003 Dec 13, 2024
fe620bd
chore: adding local profile
brayn003 Dec 13, 2024
d8dca7f
fix: issue with localprofile
brayn003 Dec 13, 2024
e23819b
chore: adding general tab
brayn003 Dec 14, 2024
a7f5832
chore: added disconnect modal
brayn003 Dec 14, 2024
7b48aa2
chore: adding disable autocommit modal
brayn003 Dec 14, 2024
57aa219
chore: adding disconnect and toggle autocommit saga
brayn003 Dec 14, 2024
612c35a
chore: adding base for CD
brayn003 Dec 14, 2024
ee50685
chore: moving things around
brayn003 Dec 14, 2024
e20e0a2
chore: adding minor fixes
brayn003 Dec 14, 2024
9071d0e
chore: wip ce-ee split
brayn003 Dec 16, 2024
6314fe2
chore: additional ee files
brayn003 Dec 16, 2024
8d077c8
chore: wip more ce-ee split
brayn003 Dec 16, 2024
56f05cf
chore: removing old ee folder
brayn003 Dec 16, 2024
52b5c4f
chore: adding ff
brayn003 Dec 16, 2024
f789c5a
chore: unlicensed cd
brayn003 Dec 16, 2024
49c1077
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 16, 2024
047af23
Merge branch 'release' of github.com:appsmithorg/appsmith into chore/…
brayn003 Dec 17, 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
Prev Previous commit
Next Next commit
chore: additional ee files
  • Loading branch information
brayn003 committed Dec 16, 2024
commit 6314fe2c576dfb60f73f1213b088f8fee36b1eb7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default {};
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "git/ce/store/selectors/gitArtifactSelectors";
Loading