Commit Graph

623 Commits

Author SHA1 Message Date
Tony Brix 237d1ec471 remove no-shadow rule in tests 2020-12-06 11:11:03 -06:00
Tony Brix 0598cb3231 fix with npm run lint 2020-12-06 11:11:01 -06:00
Tony Brix 2489d87079 chore(lint): lint lib/ 2020-12-06 11:10:58 -06:00
Tony Brix 9ac1daaea5 chore(lint): use eslint instead of standard 2020-12-06 11:10:55 -06:00
James Sumners b829a1d1a1
Merge pull request #687 from ldapjs/bump-v2.2.3
v2.2.3
2020-12-02 20:57:05 -05:00
James Sumners 1cd7a1285e
v2.2.3 2020-12-02 20:50:07 -05:00
James Sumners 582cd2bb28
Merge pull request #686 from cloudron-io/send_crash
Fix crash in res.send()
2020-12-02 20:48:53 -05:00
Girish Ramakrishnan 217b984839 Fix crash in res.send()
In commit c6fa25985b, "var" usage
was replaced with const. The code previously worked because "var"
has function scoping unlike const which has block scoping.

TypeError: Cannot read property 'attributes' of null
2020-12-02 14:44:33 -08:00
Tony Brix da358a814c
Merge pull request #684 from ldapjs/dependabot/npm_and_yarn/tap-14.11.0
Bump tap from 14.10.8 to 14.11.0
2020-11-24 16:09:13 -06:00
dependabot[bot] 89d0ea86e1
Bump tap from 14.10.8 to 14.11.0
Bumps [tap](https://github.com/tapjs/node-tap) from 14.10.8 to 14.11.0.
- [Release notes](https://github.com/tapjs/node-tap/releases)
- [Commits](https://github.com/tapjs/node-tap/compare/v14.10.8...v14.11.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-21 08:05:04 +00:00
Tony Brix 8405888ab8
Merge pull request #683 from UziTech/v2.2.2
2.2.2
2020-11-18 01:07:20 -06:00
Tony Brix d394f78eff 2.2.2 2020-11-18 01:03:40 -06:00
Tony Brix 8b88f09675
Merge pull request #682 from UziTech/remove-npmignore
remove .npmignore
2020-11-18 00:57:37 -06:00
Tony Brix 040801014d remove .npmignore 2020-11-18 00:53:23 -06:00
Tony Brix badbe6da98
Merge pull request #680 from UziTech/v2.2.1
v2.2.1
2020-11-13 08:36:19 -06:00
Tony Brix d812119fcc 2.2.1 2020-11-13 08:32:05 -06:00
Tony Brix ce63a4f5c3
Merge pull request #677 from telepsis/676-remove-logging-conditionals 2020-11-13 08:19:48 -06:00
telepsis 0e7c6b5be1
Merge branch 'master' into 676-remove-logging-conditionals 2020-11-13 08:57:36 -05:00
Tony Brix 814d337158
Merge pull request #678 from UziTech/fix-readme
fix readme badges
2020-11-13 07:40:51 -06:00
Tony Brix b63002b817 fix readme badges 2020-11-12 22:34:41 -06:00
Telepsis 95b4ebd618
Remove use of logging methods in conditional tests 2020-11-12 12:38:56 -05:00
Tony Brix 41c3c015d9
Merge pull request #674 from UziTech/update-standard 2020-10-31 21:34:08 -05:00
Tony Brix c6fa25985b update devdependency standard to v16 2020-10-31 16:07:32 -05:00
James Sumners b796afea64
Merge pull request #672 from ldapjs/dependabot/npm_and_yarn/snazzy-9.0.0
Bump snazzy from 8.0.0 to 9.0.0
2020-10-31 08:53:20 -04:00
dependabot[bot] 04c17905db
Bump snazzy from 8.0.0 to 9.0.0
Bumps [snazzy](https://github.com/feross/snazzy) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/feross/snazzy/releases)
- [Commits](https://github.com/feross/snazzy/compare/v8.0.0...v9.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-31 07:06:37 +00:00
James Sumners 44108a4ca0
Merge pull request #670 from yadhukrishnam/master
[Docs] Improved documentation
2020-10-30 09:26:44 -04:00
Yadhu Krishna M bd8fdbaf1f
Update client docs 2020-10-30 08:38:20 +05:30
James Sumners 6a904855f5
Merge pull request #666 from ldapjs/dependabot/npm_and_yarn/standard-15.0.0
Bump standard from 14.3.4 to 15.0.0
2020-10-24 19:30:11 -04:00
Tony Brix 07555253ac chore(lint): fix linting errors 2020-10-24 16:22:11 +00:00
dependabot[bot] 440f643259
Bump standard from 14.3.4 to 15.0.0
Bumps [standard](https://github.com/standard/standard) from 14.3.4 to 15.0.0.
- [Release notes](https://github.com/standard/standard/releases)
- [Changelog](https://github.com/standard/standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/standard/standard/compare/v14.3.4...v15.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-24 07:05:28 +00:00
James Sumners 8bda65eb2b
Merge pull request #659 from ldapjs/bump-v2.2.0
v2.2.0
2020-09-20 20:11:51 -04:00
James Sumners bebe558da6
v2.2.0 2020-09-20 20:05:38 -04:00
James Sumners fadf3fcc64
Merge pull request #658 from wision/multi-servers
Client support multiple servers
2020-09-20 20:04:12 -04:00
Martin Cizek ed15ecf281 Add readme information about how the client picks among multiple servers 2020-09-18 16:21:55 +02:00
Martin Cizek cf29972990 fix 2020-09-18 15:36:12 +02:00
Martin Cizek c861135f80 Don't randomize first server 2020-09-18 15:32:22 +02:00
Martin Cizek 85824f8980
Change test ip address.
Co-authored-by: Tony Brix <tony@brix.ninja>
2020-09-18 07:48:12 +02:00
Martin Cizek f3804bbca6 cr 2020-09-18 06:15:25 +02:00
Martin Cizek d32a765ee9 cr 2020-09-17 17:49:58 +02:00
Martin Cizek f0c864ca85 Revert redundant changes 2020-09-17 16:58:16 +02:00
Martin Cizek 23e44b2959 cr 2020-09-17 16:46:34 +02:00
Martin Cizek 543cb976f3 Add connectTimeout to test 2020-09-17 07:35:53 +02:00
Martin Cizek f9ae5c12d8 Add test 2020-09-17 07:05:21 +02:00
Martin Cizek 3ca2c265da Support for arrays in url parameter 2020-09-17 06:28:03 +02:00
Martin Cizek 7d52f867a0 Client support multiple servers 2020-09-16 14:06:26 +02:00
James Sumners 2a73ee749f
Merge pull request #656 from ldapjs/dependabot/github_actions/coverallsapp/github-action-v1.1.2
Bump coverallsapp/github-action from v1.1.1 to v1.1.2
2020-09-12 09:43:48 -04:00
dependabot[bot] 01ad934227
Bump coverallsapp/github-action from v1.1.1 to v1.1.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from v1.1.1 to v1.1.2.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.1.1...8cbef1dea373ebce56de0a14c68d6267baa10b44)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-12 07:03:27 +00:00
James Sumners 4f5c6ddd95
Merge pull request #648 from ldapjs/bump-v2.1.1
v2.1.1
2020-07-29 19:20:31 -04:00
James Sumners 1962a343b1
v2.1.1 2020-07-29 19:15:18 -04:00
James Sumners 49d5724c80
Merge pull request #646 from spookiej/645-search-response-spaces-dn
Remove spaces in searchResEntry objectName
2020-07-29 19:14:20 -04:00