Skip to content
  • Tyler Colbert's avatar
    Support for collection view showing UUIDs and searches allowing UUIDs (BinData type 4) (#552) · 78e91068
    Tyler Colbert authored
    
    
    * Make UUIDs visible in list view
    
    * Make uuid searchable
    
    * Fix spacing and quoting
    
    * Use standard routines, rather than the roll-you-own from the internet
    
    * Fix missing space
    
    * Lint code
    
    * Rename UUID v4
    
    * Add UUID BSON type to README
    
    * Create addHyphensToUUID function
    
    * Add unit test to utils
    
    * Add unit tests of stringDocIDs
    
    * Remove UUID() in document listing
    
    * Replace substr/substring with slice
    
    * Add patch-package dependency
    
    * Patch mongodb-query-parser dependency to add hyphens to UUID
    
    * Patch ejson-shell-parser dependency to add new UUID with UUID()
    
    * Add JSON standard to body-parser
    
    * Add unit tests for POST document
    
    * Remove uuid dependency (in favor of bson.UUID)
    
    Co-authored-by: default avatarJames Tyler Colbert <tyler.colbert@hexagon.com>
    Co-authored-by: default avatarrtritto <r.tritto5@studenti.uniba.it>
    78e91068