An open API service for providing issue and pull request metadata for open source projects.

GitHub / mongodb-js/mongodb-schema issues and pull requests

#238 - chore: export the JSONSchema type

Pull Request - State: closed - Opened by lerouxb 4 months ago

#236 - [WIP] feat: generate TypeScript from MongoDBJSONSchema or JSON Schemas MONGOSH-2058

Pull Request - State: closed - Opened by lerouxb 5 months ago - 3 comments

#234 - chore(deps): bump @babel/traverse from 7.12.13 to 7.26.9

Pull Request - State: open - Opened by dependabot[bot] 5 months ago
Labels: dependencies

#231 - feat: optional field count threshold

Pull Request - State: closed - Opened by paula-stacho 5 months ago

#230 - feat: configurable limit for sample values COMPASS-8984

Pull Request - State: closed - Opened by paula-stacho 5 months ago

#229 - chore(deps): bump serialize-javascript and mocha

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies

#228 - fix: update types for schema accessors to have signal option

Pull Request - State: closed - Opened by Anemy 6 months ago

#227 - chore: add SchemaAccessor to type exports

Pull Request - State: closed - Opened by Anemy 6 months ago

#226 - fix: limit definitions based on use COMPASS-8941

Pull Request - State: closed - Opened by paula-stacho 6 months ago

#225 - chore: rename `prepack` to `prepare` in package.json

Pull Request - State: closed - Opened by addaleax 6 months ago

#224 - chore(deps): bump @babel/traverse from 7.12.13 to 7.26.7

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago - 1 comment
Labels: dependencies

#223 - fix: distinguish JavascriptWithScope COMPASS-8291

Pull Request - State: closed - Opened by paula-stacho 6 months ago

#221 - fix: crop bloated code and binary COMPASS-8902

Pull Request - State: closed - Opened by paula-stacho 6 months ago

#220 - feat: internal to Expanded JSON Schema conversion COMPASS-8702

Pull Request - State: closed - Opened by paula-stacho 6 months ago - 2 comments

#219 - feat: internal to Standard JSON Schema conversion COMPASS-8700

Pull Request - State: closed - Opened by paula-stacho 6 months ago - 1 comment

#218 - feat: internal to MongoDB $jsonSchema conversion COMPASS-8701

Pull Request - State: closed - Opened by paula-stacho 6 months ago

#217 - WIP

Pull Request - State: closed - Opened by paula-stacho 6 months ago

#216 - feat: add analyzeDocuments + SchemaAccessor COMPASS-8799

Pull Request - State: closed - Opened by paula-stacho 6 months ago

#215 - Bump braces from 3.0.2 to 3.0.3

Pull Request - State: closed - Opened by dependabot[bot] about 1 year ago
Labels: dependencies

#214 - chore: bump driver and bson to 6.x

Pull Request - State: closed - Opened by addaleax about 1 year ago

#213 - chore(deps-dev): bump ip from 2.0.0 to 2.0.1

Pull Request - State: closed - Opened by dependabot[bot] over 1 year ago - 1 comment
Labels: dependencies

#212 - fix: use prototypeless objects for field-to-type mappings

Pull Request - State: closed - Opened by addaleax over 1 year ago

#211 - schema parsing throws error if document contains 'toString' as a property path

Issue - State: closed - Opened by mongo-J over 1 year ago - 2 comments
Labels: bug

#210 - Add CodeQL Analysis

Pull Request - State: closed - Opened by mcasimir over 1 year ago - 3 comments

#209 - feat: update simplified schema to sort the types by the most frequent first COMPASS-7130

Pull Request - State: closed - Opened by Anemy over 1 year ago - 3 comments

#208 - feat!: drop streams support COMPASS-7124

Pull Request - State: closed - Opened by addaleax over 1 year ago

#207 - feat: analyze a whole database and find its relationships [WIP] [Skunkworks]

Pull Request - State: open - Opened by lerouxb almost 2 years ago - 2 comments

#206 - chore: fix bin/mongodb-schema script

Pull Request - State: closed - Opened by lerouxb almost 2 years ago - 1 comment

#205 - Bump @babel/traverse from 7.12.13 to 7.23.2

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 2 comments
Labels: dependencies

#204 - Bump postcss from 8.4.20 to 8.4.31

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#203 - Bump mongodb from 5.1.0 to 5.8.0

Pull Request - State: closed - Opened by dependabot[bot] almost 2 years ago - 1 comment
Labels: dependencies

#202 - Add CHANGELOG.md file

Issue - State: open - Opened by khanguslee almost 2 years ago

#201 - fix: pass errors in streams to the callback VSCODE-448

Pull Request - State: closed - Opened by lerouxb about 2 years ago

#200 - Bump word-wrap from 1.2.3 to 1.2.4

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies

#199 - Bump fast-xml-parser and @aws-sdk/credential-providers

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies

#197 - parseSchema is not a function

Issue - State: closed - Opened by AmanKaushik04 about 2 years ago - 3 comments

#196 - Update README.md

Pull Request - State: closed - Opened by sethigoldy about 2 years ago

#195 - Bump fast-xml-parser and @aws-sdk/credential-providers

Pull Request - State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies

#194 - feat: sort paths from getSchemaPaths

Pull Request - State: closed - Opened by Anemy about 2 years ago

#193 - chore(testing): remove node 14, add node 20 for github workflow tests

Pull Request - State: closed - Opened by Anemy about 2 years ago

#192 - feat: add getSchemaPaths helper

Pull Request - State: closed - Opened by Anemy about 2 years ago

#190 - feat!: update snake_case schema properties to camelCase

Pull Request - State: closed - Opened by Anemy about 2 years ago

#189 - feat: export schema types, remove lodash dependency, speed up analysis COMPASS-6720

Pull Request - State: closed - Opened by Anemy about 2 years ago - 1 comment

#188 - feat: export schema types, speedup schema analysis finalization COMPASS-6720

Pull Request - State: closed - Opened by Anemy about 2 years ago

#187 - chore: update readme, remove travis urls

Pull Request - State: closed - Opened by Anemy about 2 years ago

#186 - The command is stuck

Issue - State: open - Opened by js-d-coder about 2 years ago

#185 - chore: extract the analyser from the stream

Pull Request - State: closed - Opened by lerouxb over 2 years ago

#184 - feat: update to latest driver VSCODE-366

Pull Request - State: closed - Opened by alenakhineika over 2 years ago

#183 - chore: typescript, update deps, node versions in github actions

Pull Request - State: closed - Opened by Anemy over 2 years ago

#182 - Bump minimatch and mocha

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#181 - Bump nanoid and mocha

Pull Request - State: closed - Opened by dependabot[bot] over 2 years ago - 1 comment
Labels: dependencies

#179 - Bump async from 3.2.0 to 3.2.2

Pull Request - State: closed - Opened by dependabot[bot] over 3 years ago - 1 comment
Labels: dependencies

#178 - Bump mocha from 8.3.2 to 9.0.3

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#177 - Bump mongodb from 3.6.4 to 4.0.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#176 - Bump mongodb from 3.6.4 to 4.0.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#175 - Bump mongodb from 3.6.4 to 3.6.10

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#174 - Bump mongodb-extended-json from 1.11.0 to 1.11.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#173 - Bump bson from 4.2.2 to 4.4.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#172 - Bump mocha from 8.3.2 to 9.0.2

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#171 - Bump debug from 4.3.1 to 4.3.2

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#170 - Bump coveralls from 3.1.0 to 3.1.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#169 - Update 'sample' to 'number' for settings sampleSize

Pull Request - State: closed - Opened by shadoath about 4 years ago - 1 comment

#168 - Unknown argument: sample

Issue - State: closed - Opened by shadoath about 4 years ago - 2 comments

#167 - Bump mocha from 8.3.2 to 9.0.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#166 - Bump mocha from 8.3.2 to 9.0.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#165 - Bump mongodb from 3.6.4 to 3.6.9

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#164 - Bump mongodb from 3.6.4 to 3.6.8

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#163 - Bump bson from 4.2.2 to 4.4.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#162 - Bump mongodb from 3.6.4 to 3.6.7

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#161 - Bump mocha from 8.3.2 to 8.4.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#160 - Bump yargs from 16.2.0 to 17.0.1

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago
Labels: dependencies

#159 - Bump yargs from 16.2.0 to 17.0.0

Pull Request - State: closed - Opened by dependabot-preview[bot] about 4 years ago - 1 comment
Labels: dependencies

#158 - Upgrade to GitHub-native Dependabot

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#157 - Bump js-yaml from 4.0.0 to 4.1.0

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago
Labels: dependencies

#156 - Bump mongodb from 3.6.4 to 3.6.6

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#155 - Bump bson from 4.2.2 to 4.3.0

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#154 - Bump mongodb from 3.6.4 to 3.6.5

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#153 - Bump cli-table from 0.3.5 to 0.3.6

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago
Labels: dependencies

#152 - Bump mocha from 8.3.0 to 8.3.2

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago
Labels: dependencies

#151 - Bump cli-table from 0.3.4 to 0.3.5

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago
Labels: dependencies

#150 - Bump mocha from 8.3.0 to 8.3.1

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#149 - Bump lodash from 4.17.20 to 4.17.21

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago
Labels: dependencies

#148 - Bump bson from 1.0.5 to 4.2.3

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#147 - Bump debug from 4.1.1 to 4.3.1

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#146 - Bump ms from 2.1.2 to 2.1.3

Pull Request - State: closed - Opened by dependabot-preview[bot] over 4 years ago - 1 comment
Labels: dependencies

#145 - Reduce the usage of lodash (round 2)

Pull Request - State: closed - Opened by alexbjorlig over 4 years ago - 7 comments

#144 - Added github workflow to exec. unit tests

Pull Request - State: closed - Opened by alexbjorlig over 4 years ago - 1 comment

#142 - What is the Zuul package provided in the package.json as devDependency?

Issue - State: closed - Opened by alexbjorlig over 4 years ago - 2 comments

#141 - Upgrade and reduce the usage of lodash

Pull Request - State: closed - Opened by alexbjorlig over 4 years ago - 5 comments

#140 - Added promise support for library

Pull Request - State: closed - Opened by alexbjorlig over 4 years ago - 3 comments

#139 - Bump elliptic from 6.4.0 to 6.5.4

Pull Request - State: closed - Opened by dependabot[bot] over 4 years ago - 2 comments
Labels: dependencies