Commit 35fd4ef
authored
improvement(self-host): simplify capability setup configuration (#6230)
* feat(self-host): add capability-aware setup
* fix(self-host): preserve capability compatibility
* fix(copilot): honor preview availability server-side
* improvement(self-host): centralize capability resolution
* fix(self-host): preserve integration availability paths
* fix(testing): align capability-aware config mocks
* improvement(self-host): simplify capability setup configuration
* fix(setup): preserve unowned storage overrides
* fix(self-host): reconcile storage and allowlists
* fix(integrations): preserve connect deep links1 parent 39c3fe6 commit 35fd4ef
135 files changed
Lines changed: 11066 additions & 1061 deletions
File tree
- .agents/skills
- add-block
- add-integration
- ship
- validate-integration
- .claude/commands
- .cursor/commands
- .github
- workflows
- apps
- docs/content/docs/en/platform/self-hosting
- sim
- app
- api
- auth
- instagram/authorize
- oauth2
- authorize
- callback
- instagram
- shopify
- shopify/authorize
- settings/allowed-integrations
- workspace/[workspaceId]
- integrations
- [block]
- settings/components/settings-resource-row
- w/components/sidebar
- components/search-modal
- executor/handlers/pi
- hooks
- lib
- api/contracts
- auth/connectors
- copilot
- chat
- tools
- handlers
- server
- blocks
- user
- workflow/edit-workflow
- vfs
- core
- async-jobs
- config
- idempotency
- storage
- events
- execution
- remote-sandbox
- integrations
- knowledge/documents
- messaging/email
- providers
- oauth
- permission-groups
- realtime
- uploads
- helm/sim
- examples
- packages/testing/src/mocks
- scripts
- setup
- modes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
166 | 192 | | |
167 | 193 | | |
168 | 194 | | |
| |||
919 | 945 | | |
920 | 946 | | |
921 | 947 | | |
922 | | - | |
| 948 | + | |
923 | 949 | | |
924 | | - | |
| 950 | + | |
| 951 | + | |
925 | 952 | | |
926 | 953 | | |
927 | 954 | | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
| 960 | + | |
| 961 | + | |
| 962 | + | |
| 963 | + | |
| 964 | + | |
| 965 | + | |
| 966 | + | |
928 | 967 | | |
929 | 968 | | |
930 | 969 | | |
| |||
934 | 973 | | |
935 | 974 | | |
936 | 975 | | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
937 | 979 | | |
938 | 980 | | |
939 | 981 | | |
940 | 982 | | |
941 | 983 | | |
942 | 984 | | |
| 985 | + | |
| 986 | + | |
943 | 987 | | |
944 | 988 | | |
945 | 989 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
465 | 466 | | |
466 | 467 | | |
467 | 468 | | |
468 | | - | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
469 | 498 | | |
470 | 499 | | |
471 | 500 | | |
472 | 501 | | |
| 502 | + | |
473 | 503 | | |
474 | 504 | | |
475 | 505 | | |
476 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
477 | 511 | | |
478 | 512 | | |
479 | 513 | | |
| |||
524 | 558 | | |
525 | 559 | | |
526 | 560 | | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
527 | 568 | | |
528 | 569 | | |
529 | 570 | | |
| |||
542 | 583 | | |
543 | 584 | | |
544 | 585 | | |
| 586 | + | |
| 587 | + | |
545 | 588 | | |
546 | 589 | | |
547 | 590 | | |
| |||
886 | 929 | | |
887 | 930 | | |
888 | 931 | | |
| 932 | + | |
| 933 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | | - | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | | - | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
150 | 156 | | |
151 | 157 | | |
152 | 158 | | |
153 | | - | |
| |||
0 commit comments