[COMPASS-5958] Connections Favourites are not perissted. Created: 14/Jul/22 Updated: 29/Oct/23 Resolved: 02/Aug/22 |
|
| Status: | Closed |
| Project: | Compass |
| Component/s: | Compass |
| Affects Version/s: | 1.32.3 |
| Fix Version/s: | 1.32.5 |
| Type: | Bug | Priority: | Critical - P2 |
| Reporter: | Gavin Qiu | Assignee: | Maurizio Casimirri |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Window 10 |
||
| Issue Links: |
|
||||||||
| Documentation Changes: | Not Needed | ||||||||
| Description |
|
Close Compass and re-start the app, all the saved connections and favourites are gone. ** I am trying version 1.32.3 stable. ** I have to say, you guys suck! **
|
| Comments |
| Comment by Githook User [ 28/Sep/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 19/Sep/22 ] |
|
Author: {'name': 'Anna Henningsen', 'email': 'anna.henningsen@mongodb.com', 'username': 'addaleax'}Message: chore(deps): bump driver to 4.10.0 Also bump mongodb-connection-string-url to include |
| Comment by Githook User [ 19/Sep/22 ] |
|
Author: {'name': 'Anna Henningsen', 'email': 'anna.henningsen@mongodb.com', 'username': 'addaleax'}Message: chore(deps): bump driver to 4.10.0 Also bump mongodb-connection-string-url to include |
| Comment by Githook User [ 19/Sep/22 ] |
|
Author: {'name': 'Anna Henningsen', 'email': 'anna.henningsen@mongodb.com', 'username': 'addaleax'}Message: chore(deps): bump driver to 4.10.0 Also bump mongodb-connection-string-url to include |
| Comment by Githook User [ 30/Aug/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 27/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 26/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 25/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 25/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 25/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 25/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 25/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 23/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string
Co-authored-by: Anna Henningsen <anna@addaleax.net> |
| Comment by Githook User [ 22/Jul/22 ] |
|
Author: {'name': 'Maurizio Casimirri', 'email': 'maurizio.cas@gmail.com', 'username': 'mcasimir'}Message: fix(connection-storage): allow extract/merge secrets for cosmos connection string |
| Comment by Mohamed Haseeb [ 22/Jul/22 ] |
|
Happening on Version 1.32.4. |
| Comment by Maurizio Casimirri [ 21/Jul/22 ] |
|
qiuhc12@gmail.com Thanks for reporting this bug. With this URI i could reproduce it: 'mongodb://database-ut:somerandomsecret@database-haha.mongo.cosmos.azure.com:8888/?ssl=true&replicaSet=globaldb&retrywrites=false&maxIdleTimeMS=120000&appName=@database-haha@' I get this error in the logs: ,"s":"E","c":"COMPASS-DATA-SERVICE","id":1001000102,"ctx":"Connection Storage","msg":"Failed to load connection, error while converting from model","attr":{"message":"Username contains unescaped characters database-ut@database-haha.mongo.cosmos.azure.com"}} |
| Comment by Gavin Qiu [ 19/Jul/22 ] |
|
Compass failed to handle Azure MongoDB URI, e.g., mongodb://database-ut:somerandomsecret@database-haha.mongo.cosmos.azure.com:8888/?ssl=true&replicaSet=globaldb&retrywrites=false&maxIdleTimeMS=120000&appName=@database-haha@ I am able to connect to Azure MongoDB successfully with the URI in the format above, but the connection information will disappear at the next time when Compass is started.
Please fix this bug, Thanks! |
| Comment by Gavin Qiu [ 14/Jul/22 ] |
|
The probelm is in the latest stable version of 1.32.3. This Jira does not let me correct the version. |