Skip to content

Commit f26d89a

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent abb53b2 commit f26d89a

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

THIRD-PARTY-NOTICES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The following third-party software is used by and included in **Mongodb Compass**.
2-
This document was automatically generated on Thu Jul 03 2025.
2+
This document was automatically generated on Fri Jul 04 2025.
33

44
## List of dependencies
55

docs/tracking-plan.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
> the tracking plan for the specific Compass version you can use the following
77
> URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
88
9-
Generated on Thu, Jul 3, 2025
9+
Generated on Fri, Jul 4, 2025
1010

1111
## Table of Contents
1212

@@ -73,6 +73,10 @@ Generated on Thu, Jul 3, 2025
7373
- [Connection Removed](#event--ConnectionRemovedEvent)
7474
- [New Connection](#event--NewConnectionEvent)
7575

76+
### Data Modeling
77+
78+
- [Data Modeling Diagram Exported](#event--DataModelingDiagramExported)
79+
7680
### Database / Collection List
7781

7882
- [Collection Created](#event--CollectionCreatedEvent)
@@ -977,6 +981,19 @@ This event is fired when user successfully connects to a new server/cluster.
977981
- **connection_id** (optional): `string | undefined`
978982
- The id of the connection associated to this event.
979983

984+
## Data Modeling
985+
986+
<a name="event--DataModelingDiagramExported"></a>
987+
988+
### Data Modeling Diagram Exported
989+
990+
This event is fired when user exports data modeling diagram.
991+
992+
**Properties**:
993+
994+
- **format** (required): `"json" | "png"`
995+
- **is_compass_web** (optional): `true | undefined`
996+
980997
## Database / Collection List
981998

982999
<a name="event--CollectionCreatedEvent"></a>
@@ -1829,7 +1846,7 @@ This event is fired when a user activates (i.e., navigates to) a screen.
18291846

18301847
**Properties**:
18311848

1832-
- **name** (optional): `"my_queries" | "aggregations" | "documents" | "collections" | "databases" | "indexes" | "globalwrites" | "performance" | "schema" | "validation" | "confirm_new_pipeline_modal" | "create_collection_modal" | "create_database_modal" | "drop_collection_modal" | "drop_database_modal" | "create_index_modal" | "create_search_index_modal" | "create_view_modal" | "csfle_connection_modal" | "delete_pipeline_modal" | "drop_index_modal" | "export_modal" | "export_to_language_modal" | "import_modal" | "insert_document_modal" | "non_genuine_mongodb_modal" | "rename_collection_modal" | "restore_pipeline_modal" | "save_pipeline_modal" | "shell_info_modal" | "update_search_index_modal" | "end_of_life_mongodb_modal" | undefined`
1849+
- **name** (optional): `"my_queries" | "aggregations" | "documents" | "collections" | "databases" | "indexes" | "globalwrites" | "performance" | "schema" | "validation" | "confirm_new_pipeline_modal" | "create_collection_modal" | "create_database_modal" | "drop_collection_modal" | "drop_database_modal" | "create_index_modal" | "create_search_index_modal" | "create_view_modal" | "csfle_connection_modal" | "delete_pipeline_modal" | "drop_index_modal" | "export_modal" | "export_to_language_modal" | "import_modal" | "insert_document_modal" | "non_genuine_mongodb_modal" | "rename_collection_modal" | "restore_pipeline_modal" | "save_pipeline_modal" | "shell_info_modal" | "update_search_index_modal" | "end_of_life_mongodb_modal" | "export_diagram_modal" | undefined`
18331850
- The name of the screen that was activated.
18341851
- **is_compass_web** (optional): `true | undefined`
18351852
- **connection_id** (optional): `string | undefined`

0 commit comments

Comments
 (0)