Commit 2c2c32c
improvement(hygiene): refactored routes to be more restful, reduced code surface area and removed redundant code (#1217)
* improvement(invitations): consolidate invite-error and invite pages, made API endpoints more restful and reduced code surface area for invitations by 50%
* refactored logs API routes
* refactor rate limit api route, consolidate usage check api endpoint
* refactored chat page and invitations page
* consolidate ollama and openrouter stores to just providers store
* removed unused route
* removed legacy envvar methods
* remove dead, legacy routes for invitations PUT and workflow SYNC
* improvement(copilot): improve context inputs and fix some bugs (#1216)
* Add logs v1
* Update
* Updates
* Updates
* Fixes
* Fix current workflow in context
* Fix mentions
* Error handling
* Fix chat loading
* Hide current workflow from context
* Run workflow fix
* Lint
* updated invitation log
* styling for invitation pages
---------
Co-authored-by: Siddharth Ganesan <33737564+Sg312@users.noreply.github.com>1 parent 65e8618 commit 2c2c32c
File tree
86 files changed
+7958
-2551
lines changed- apps/sim
- app
- api
- environment
- variables
- files/presigned
- logs
- [id]
- execution/[executionId]
- organizations
- [id]
- invitations
- [invitationId]
- members
- invitations/accept
- usage
- check
- users/me/rate-limit
- workflows
- sync
- workspaces/invitations
- [id]
- [invitationId]
- accept
- details
- chat
- [subdomain]
- components
- auth
- email
- password
- components
- header-links
- markdown-renderer
- error-state
- header
- input
- loading-state
- message-container
- message
- components
- voice-interface
- components
- hooks
- invite
- [id]
- components
- invite-error
- unsubscribe
- workspace/[workspaceId]
- logs
- components
- filters/components
- frozen-canvas
- w
- [workflowId]/components
- control-bar
- components/deploy-modal/components/deployment-info/components/example-command
- panel/components/copilot/components/user-input
- components/sidebar/components/settings-modal/components
- environment
- subscription/components/usage-limit
- blocks/blocks
- components/emails
- db
- migrations
- meta
- hooks
- lib
- billing/validation
- copilot/tools/client/workflow
- providers
- ollama
- stores
- ollama
- openrouter
- organization
- providers
- settings/environment
- subscription
- workflows/registry
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+7958
-2551
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | | - | |
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | 39 | | |
43 | 40 | | |
44 | 41 | | |
| |||
78 | 75 | | |
79 | 76 | | |
80 | 77 | | |
81 | | - | |
82 | 78 | | |
83 | 79 | | |
84 | 80 | | |
| |||
97 | 93 | | |
98 | 94 | | |
99 | 95 | | |
100 | | - | |
101 | 96 | | |
102 | 97 | | |
103 | 98 | | |
104 | | - | |
105 | 99 | | |
106 | 100 | | |
107 | 101 | | |
108 | 102 | | |
109 | 103 | | |
110 | 104 | | |
111 | | - | |
112 | 105 | | |
113 | 106 | | |
114 | 107 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
| |||
19 | 25 | | |
20 | 26 | | |
21 | 27 | | |
22 | | - | |
| 28 | + | |
23 | 29 | | |
24 | 30 | | |
25 | 31 | | |
| |||
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
42 | | - | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
File renamed without changes.
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
0 commit comments