Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
a558ea4
feat(compass-collection): LLM Output Validation - Mock Data Generato…
ncarbon Sep 18, 2025
9057d30
revert changes to faker method validation logic
ncarbon Sep 18, 2025
c4485c1
WIP
jcobis Sep 18, 2025
193161f
Update schema editor screen
jcobis Sep 18, 2025
df1e8f8
add ts error annotation back and more context in docstring
ncarbon Sep 18, 2025
beecd6b
address: update FakerFieldMapping to use MongoDBFieldType and improve…
ncarbon Sep 18, 2025
d1989d9
remove @ts-expect-error annotation, annotate type import
ncarbon Sep 18, 2025
452d8f8
refactor: update MongoDBFieldType import paths and improve type usage…
ncarbon Sep 19, 2025
70f02bf
remove 'content' field from mock data schema response
ncarbon Sep 19, 2025
a1bdd4d
fix: update fakerArgs and probability handling in validateFakerSchema…
ncarbon Sep 19, 2025
dd22acf
clean up probability handling in AtlasAiService and in faker schema v…
ncarbon Sep 19, 2025
bd3f61a
rename FakerSchemaMapping to LlmFakerMapping
ncarbon Sep 19, 2025
6a6307b
validate mongoType with zod and move fakerSchema transformation metho…
ncarbon Sep 22, 2025
333b4bc
rename values
ncarbon Sep 22, 2025
6a8bb00
WIP
jcobis Sep 22, 2025
3ddc648
fix generative-ai tests
ncarbon Sep 22, 2025
b93c1bc
More tests
jcobis Sep 22, 2025
35e1724
WIP
jcobis Sep 22, 2025
6324e57
Types
jcobis Sep 22, 2025
8a0332e
Merge branch 'CLOUDP-333855/faker-schema-validation' of github.com:mo…
jcobis Sep 22, 2025
1f6131b
WIP
jcobis Sep 22, 2025
6785b20
Merge branch 'main' of github.com:mongodb-js/compass into CLOUDP-333858
jcobis Sep 22, 2025
f4c8c19
Fix merge conflicts
jcobis Sep 22, 2025
3b3f054
Merge branch 'main' into CLOUDP-333858
jcobis Sep 23, 2025
05745e3
DB and collection name parsing
jcobis Sep 24, 2025
4ec9417
WIP
jcobis Sep 24, 2025
52af9b4
WIP
jcobis Sep 24, 2025
c6512f0
Comments
jcobis Sep 24, 2025
2d1075c
Error banner
jcobis Sep 24, 2025
35efd8d
Code component scrollable
jcobis Sep 24, 2025
0142677
Convert to use prettier
jcobis Sep 25, 2025
6e36bde
Connect redux directly
jcobis Sep 25, 2025
6bacb48
Style
jcobis Sep 25, 2025
d2cd422
Error banner spacing
jcobis Sep 25, 2025
c2eb876
Escape chars in collection and db names
jcobis Sep 25, 2025
2487387
Merge branch 'main' into CLOUDP-333858
jcobis Sep 25, 2025
b4a4dc3
Accidental push
jcobis Sep 25, 2025
46169b4
Fix accidental push
jcobis Sep 25, 2025
6c9f7ab
Dependency for prettier
jcobis Sep 25, 2025
a5690bd
Merge branch 'main' of github.com:mongodb-js/compass into CLOUDP-333858
jcobis Sep 26, 2025
6599e0a
Merge branch 'main' of github.com:mongodb-js/compass into CLOUDP-333858
jcobis Sep 29, 2025
3cfcb08
Merge conflict
jcobis Sep 29, 2025
70f266e
Merge conflict
jcobis Sep 29, 2025
3903751
Merge conflict
jcobis Sep 29, 2025
66e74a7
Merge branch 'main' into CLOUDP-333858
gribnoysup Sep 30, 2025
cc88e92
Merge branch 'main' into CLOUDP-333858
jcobis Sep 30, 2025
f8cda08
Escape character
jcobis Sep 30, 2025
18eeff0
Code comment
jcobis Sep 30, 2025
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
113 changes: 105 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion packages/compass-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,15 @@
"@mongodb-js/compass-app-stores": "^7.64.1",
"@mongodb-js/compass-components": "^1.54.1",
"@mongodb-js/compass-connections": "^1.78.1",
"@mongodb-js/compass-editor": "^0.56.1",
"@mongodb-js/compass-generative-ai": "^0.57.1",
"@mongodb-js/compass-logging": "^1.7.19",
"@mongodb-js/compass-telemetry": "^1.16.1",
"@mongodb-js/compass-utils": "^0.9.17",
"@mongodb-js/compass-workspaces": "^0.59.1",
"@mongodb-js/connection-info": "^0.21.1",
"@mongodb-js/mongodb-constants": "^0.14.0",
"bson": "^6.10.1",
"bson": "^6.10.4",
"compass-preferences-model": "^2.57.1",
"hadron-document": "^8.10.4",
"mongodb": "^6.19.0",
Expand Down
Loading
Loading