dhendo/node-mongodb-schema-validator 12
Use variety.js to validate the schema found in a mongodb collection using node.
Generate Mongo queries from querystring parameters
dhendo/AndroidBillingLibrary 1
Android Market In-app Billing Library
dhendo/AutomatedTester.PagePerf 1
This is a project to use Firefox driver to record what is on the page by capturing the HAR file
HTML, CSS, and JS toolkit from Twitter
mocha - simple, flexible, fun javascript test framework for node.js & the browser
dhendo/pi-squeezebox-controller 1
Controller to run a squeezebox controller with rotary encoder and I2C OLED display on a raspberry pi
jQuery tags input plugin based on Twitter Bootstrap.
Python wrapper for the ChargeBee API
push eventTriggeredMessaging/bronto-python
commit sha d923e1dde063d1cb09e0fb7f54facbaa7aada73d
Added python_version to requirements in setup
commit sha 0a82339274326e79a377b9c6a89e03b42e30b8b4
Merge pull request #4 from Azdean/python3-support Added python_version to requirements in setup
push time in a month
PR merged TriggeredMessaging/bronto-python
Added python_version to requirements in setup
pr closed time in a month
push eventTriggeredMessaging/bronto-python
commit sha b0325de5fa967a937a1d40b51e1ce320d4fe6460
Improved python3 support
commit sha c3c286486c016f94d6e70345825a9c4cd349faf2
updated requirements
commit sha 34da1431cae5e9e740993397918b4ad33ad8f65b
Removed test api key
commit sha 244f8042ddf3226441e9abe8b51d970d51ffcac6
updated documentation
commit sha 446156d1a33f928e8aeaf492baeb1bb48c793c67
Merge pull request #3 from Azdean/python3-support Python3 support
push time in a month
PR merged TriggeredMessaging/bronto-python
Updated to support Python 3 using suds-py3
pr closed time in a month
push eventdhendo/mongo-queryfilter
commit sha 483b6ac15023379f0c40801d40406c044aa2472b
Add forceand option
push time in 3 months
push eventdhendo/mongo-queryfilter
commit sha df9ca2f2f841e9f9650ab626869326035d505d39
Bump qs from 5.2.1 to 6.9.3 Bumps [qs](https://github.com/ljharb/qs) from 5.2.1 to 6.9.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v5.2.1...v6.9.3) Signed-off-by: dependabot[bot] <[email protected]>
commit sha 9d9c250afe17aee6a828b05a0bf007fe95058512
Merge branch 'master' into dependabot/npm_and_yarn/qs-6.9.3
commit sha 888cace5a37d3e2b9007614085a170b7a29b6e15
Bump qs version
commit sha 007b8300d268ba82c51884c3671dde799173a0e6
Merge pull request #8 from dhendo/dependabot/npm_and_yarn/qs-6.9.3 Bump qs from 5.2.1 to 6.9.3
push time in 3 months
PR merged dhendo/mongo-queryfilter
Bumps qs from 5.2.1 to 6.9.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ljharb/qs/blob/master/CHANGELOG.md">qs's changelog</a>.</em></p> <blockquote> <h2><strong>6.9.3</strong></h2> <ul> <li>[Fix] proper comma parsing of URL-encoded commas (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/361">#361</a>)</li> <li>[Fix] parses comma delimited array while having percent-encoded comma treated as normal text (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/336">#336</a>)</li> </ul> <h2><strong>6.9.2</strong></h2> <ul> <li>[Fix] <code>parse</code>: Fix parsing array from object with <code>comma</code> true (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/359">#359</a>)</li> <li>[Fix] <code>parse</code>: throw a TypeError instead of an Error for bad charset (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/349">#349</a>)</li> <li>[meta] ignore eclint transitive audit warning</li> <li>[meta] fix indentation in package.json</li> <li>[meta] add tidelift marketing copy</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>object-inspect</code>, <code>has-symbols</code>, <code>tape</code>, <code>mkdirp</code>, <code>iconv-lite</code></li> <li>[actions] add automatic rebasing / merge commit blocking</li> </ul> <h2><strong>6.9.1</strong></h2> <ul> <li>[Fix] <code>parse</code>: with comma true, handle field that holds an array of arrays (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/335">#335</a>)</li> <li>[Fix] <code>parse</code>: with comma true, do not split non-string values (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/334">#334</a>)</li> <li>[meta] add <code>funding</code> field</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code></li> <li>[Tests] use shared travis-ci config</li> </ul> <h2><strong>6.9.0</strong></h2> <ul> <li>[New] <code>parse</code>/<code>stringify</code>: Pass extra key/value argument to <code>decoder</code> (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/333">#333</a>)</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>evalmd</code></li> <li>[Tests] <code>parse</code>: add passing <code>arrayFormat</code> tests</li> <li>[Tests] add <code>posttest</code> using <code>npx aud</code> to run <code>npm audit</code> without a lockfile</li> <li>[Tests] up to <code>node</code> <code>v12.10</code>, <code>v11.15</code>, <code>v10.16</code>, <code>v8.16</code></li> <li>[Tests] <code>Buffer.from</code> in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray</li> </ul> <h2><strong>6.8.2</strong></h2> <ul> <li>[Fix] proper comma parsing of URL-encoded commas (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/361">#361</a>)</li> <li>[Fix] parses comma delimited array while having percent-encoded comma treated as normal text (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/336">#336</a>)</li> </ul> <h2><strong>6.8.1</strong></h2> <ul> <li>[Fix] <code>parse</code>: Fix parsing array from object with <code>comma</code> true (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/359">#359</a>)</li> <li>[Fix] <code>parse</code>: throw a TypeError instead of an Error for bad charset (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/349">#349</a>)</li> <li>[Fix] <code>parse</code>: with comma true, handle field that holds an array of arrays (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/335">#335</a>)</li> <li>[fix] <code>parse</code>: with comma true, do not split non-string values (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/334">#334</a>)</li> <li>[meta] add tidelift marketing copy</li> <li>[meta] add <code>funding</code> field</li> <li>[Dev Deps] update <code>eslint</code>, <code>@ljharb/eslint-config</code>, <code>tape</code>, <code>safe-publish-latest</code>, <code>evalmd</code>, <code>has-symbols</code>, <code>iconv-lite</code>, <code>mkdirp</code>, <code>object-inspect</code></li> <li>[Tests] <code>parse</code>: add passing <code>arrayFormat</code> tests</li> <li>[Tests] use shared travis-ci configs</li> <li>[Tests] <code>Buffer.from</code> in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray</li> <li>[actions] add automatic rebasing / merge commit blocking</li> </ul> <h2><strong>6.8.0</strong></h2> <ul> <li>[New] add <code>depth=false</code> to preserve the original key; [Fix] <code>depth=0</code> should preserve the original key (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/326">#326</a>)</li> <li>[New] [Fix] stringify symbols and bigints</li> <li>[Fix] ensure node 0.12 can stringify Symbols</li> <li>[Fix] fix for an impossible situation: when the formatter is called with a non-string value</li> </ul> </tr></table> ... (truncated) </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ljharb/qs/commit/511e1c9e527679ca182b055895ce301ea82213ee"><code>511e1c9</code></a> v6.9.3</li> <li><a href="https://github.com/ljharb/qs/commit/8d1dea251e3fe7e37db2fb91335a561f282db9fb"><code>8d1dea2</code></a> Merge changelogs from v6.7.2, v6.8.2</li> <li><a href="https://github.com/ljharb/qs/commit/808b0b233e9408e0b5a7d7d19eb01093944240c5"><code>808b0b2</code></a> v6.8.2</li> <li><a href="https://github.com/ljharb/qs/commit/bf93c5719c88e4c7ace17d747c62844988a65018"><code>bf93c57</code></a> v6.7.2</li> <li><a href="https://github.com/ljharb/qs/commit/bf0ea91f37e1fd4a4e75c0057e216de00b4489e3"><code>bf0ea91</code></a> [Fix] proper comma parsing of URL-encoded commas</li> <li><a href="https://github.com/ljharb/qs/commit/0ece6d886a6e59589f0b5e753e1d0a3c98bc1b3c"><code>0ece6d8</code></a> [Fix] proper comma parsing of URL-encoded commas (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/361">#361</a>)</li> <li><a href="https://github.com/ljharb/qs/commit/74fcd83d5fb2674b7576b41f6b9c3d0628e6c51c"><code>74fcd83</code></a> [Fix] proper comma parsing of URL-encoded commas (<a href="https://github-redirect.dependabot.com/ljharb/qs/issues/361">#361</a>)</li> <li><a href="https://github.com/ljharb/qs/commit/cd9a3cd692df33421115741e1ec0e4526dd9da22"><code>cd9a3cd</code></a> [Fix] parses comma delimited array while having percent-encoded comma treated...</li> <li><a href="https://github.com/ljharb/qs/commit/37f6a6b043536a57f76e91c43c673b80464318dd"><code>37f6a6b</code></a> Merge changelogs from v6.7.1, v6.8.1</li> <li><a href="https://github.com/ljharb/qs/commit/92f97f25e40bcc7cb3396ddc2ea813bcac0b4dac"><code>92f97f2</code></a> v6.7.1</li> <li>Additional commits viewable in <a href="https://github.com/ljharb/qs/compare/v5.2.1...v6.9.3">compare view</a></li> </ul> </details> <br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
<details> <summary>Dependabot commands and options</summary> <br />
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.
</details>
pr closed time in 3 months
push eventdhendo/mongo-queryfilter
commit sha 888cace5a37d3e2b9007614085a170b7a29b6e15
Bump qs version
push time in 3 months
push eventdhendo/mongo-queryfilter
commit sha f3f3036190fb582de3434cf1e702135ca7bdc80b
Add rawvalue option to operators
commit sha 9d9c250afe17aee6a828b05a0bf007fe95058512
Merge branch 'master' into dependabot/npm_and_yarn/qs-6.9.3
push time in 3 months
push eventdhendo/mongo-queryfilter
commit sha f3f3036190fb582de3434cf1e702135ca7bdc80b
Add rawvalue option to operators
push time in 3 months