Commit 8d47c2b
committed
Add unit tests for cloud credentials route and implement DatabaseOptionCard component
- Created comprehensive unit tests for the cloud credentials route, covering all CRUD operations and error handling scenarios.
- Implemented the DatabaseOptionCard component to display database options with selection functionality and environment variable information.1 parent 53a2626 commit 8d47c2b
File tree
82 files changed
+11901
-1947
lines changed- .github/workflows
- services
- backend
- drizzle/migrations_sqlite
- meta
- scripts
- src
- config
- db
- email
- global-settings
- lib
- plugin-system
- plugins/example-plugin
- routes
- auth
- cloud-credentials
- db
- roles
- services
- types
- utils
- tests
- e2e
- unit
- config
- db
- email
- lib
- plugin-system
- routes
- db
- users
- services
- utils
- frontend/src
- assets
- components
- i18n/locales/en
- types
- views
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+11901
-1947
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| |||
0 commit comments