Commit 364bb19
authored
feat(credentials): multiple credentials per provider (#3211)
* feat(mult-credentials): progress
* checkpoint
* make it autoselect personal secret when create secret is clicked
* improve collaborative UX
* remove add member ui for workspace secrets
* bulk entry of .env
* promote to workspace secret
* more ux improvmeent
* share with workspace for oauth
* remove new badge
* share button
* copilot + oauth name comflict
* reconnect option to connect diff account
* remove credential no access marker
* canonical credential id entry
* remove migration to prep stagin migration
* migration readded
* backfill improvements
* run lint
* fix tests
* remove unused code
* autoselect provider when connecting from block
* address bugbot comments
* remove some dead code
* more permissions stuff
* remove more unused code
* address bugbot
* add filter
* remove migration to prep migration
* fix migration
* fix migration issues
* remove migration prep merge
* readd migration
* include user tables triggers
* extract shared code
* fix
* fix tx issue
* remove migration to prep merge
* readd migration
* fix agent tool input
* agent with tool input deletion case
* fix credential subblock saving
* remove dead code
* fix tests
* address bugbot comments1 parent 69ec70a commit 364bb19
File tree
121 files changed
+19139
-2397
lines changed- apps/sim
- app
- api
- auth
- accounts
- oauth2/shopify/store
- oauth
- credentials
- disconnect
- microsoft
- files
- file
- token
- trello/store
- credentials
- [id]
- members
- draft
- memberships
- environment
- organizations/[id]/invitations/[invitationId]
- v1/admin/workspaces/[id]/members
- [memberId]
- workflows/[id]/execute
- workspaces
- [id]
- environment
- permissions
- invitations/[invitationId]
- members/[id]
- workspace/[workspaceId]/w
- [workflowId]
- components/panel/components/editor/components/sub-block
- components
- credential-selector
- components
- file-selector
- folder-selector/components
- project-selector
- sheet-selector
- slack-selector
- tool-input
- components/tools
- hooks
- components
- preview/components/preview-editor
- sidebar/components/settings-modal
- components
- api-keys
- credentials
- environment
- integrations
- blocks/blocks
- executor
- execution
- handlers
- agent
- api
- condition
- function
- generic
- human-in-the-loop
- workflow
- hooks
- queries
- lib
- auth
- copilot/tools/server/user
- credentials
- environment
- workflows/executor
- socket
- stores
- modals/settings
- operation-queue
- tools
- packages/db
- migrations
- meta
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+19139
-2397
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
| 34 | + | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
| |||
84 | 80 | | |
85 | 81 | | |
86 | 82 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | 83 | | |
146 | 84 | | |
147 | 85 | | |
| |||
198 | 136 | | |
199 | 137 | | |
200 | 138 | | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
| 139 | + | |
205 | 140 | | |
206 | 141 | | |
207 | 142 | | |
208 | 143 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
| 144 | + | |
234 | 145 | | |
235 | 146 | | |
236 | 147 | | |
237 | 148 | | |
238 | 149 | | |
239 | 150 | | |
240 | 151 | | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
| 152 | + | |
267 | 153 | | |
268 | 154 | | |
0 commit comments