Skip to content

Changes

Summary

  1. add bearer auth class (details)
  2. v2.1.0-alpha.0 (details)
  3. Add othermo to copyright holders (details)
  4. Add tests to DOM client (details)
  5. add node tests (details)
  6. v2.1.0-alpha.1 (details)
  7. fix lint issue (details)
  8. Update copyright header to 2020 (details)
  9. rollback version to 2.0.0 (details)
  10. Fix "initialConnectRetryEnabled" config suppressing "reconnectEnabled". (details)
  11. Add TokenSupplier class to allow changing token (details)
  12. added commit hook for checking that license header's year for added files is the current year (details)
Commit fd0575ebe837aab0d7b009a4ab087b640daf4412 by Matthias Weirich
add bearer auth class

Add a new class inheriting form AuthorizationProvider which enables the use of OAuth2 style tokens for authentication.

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was addedjavascript/lib/api/src/auth/bearer-auth.ts
Commit 62be5c4683500b8ca0222c7fcd4289791d06e73f by Matthias Weirich
v2.1.0-alpha.0

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/dom/package-lock.json (diff)
The file was modified javascript/lib/dom/package.json (diff)
The file was modified javascript/lib/node/package.json (diff)
The file was modified javascript/lerna.json (diff)
The file was modified javascript/lib/api/package-lock.json (diff)
The file was modified javascript/lib/api/package.json (diff)
The file was modified javascript/lib/node/package-lock.json (diff)
Commit 3d2dc45b318a384b34104465d997ec86c126003c by Matthias Weirich
Add othermo to copyright holders

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified legal/NOTICE.md (diff)
Commit 2d9666b82b7a0af8f4e1b10d4d73c7fab127f4ac by Matthias Weirich
Add tests to DOM client

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/dom/src/dom-auth.ts (diff)
The file was modified javascript/lib/api/src/auth/bearer-auth.ts (diff)
The file was modified javascript/lib/dom/tests/dom-auth.spec.ts (diff)
Commit 8d3b9ce51f157825dcb8d7a380d8b37b38247f48 by Matthias Weirich
add node tests

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/node/tests/node-auth.spec.ts (diff)
The file was modified javascript/lib/node/src/node-auth.ts (diff)
Commit 6694e689da21d839b7775f09744a0e195afccae3 by Matthias Weirich
v2.1.0-alpha.1

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lerna.json (diff)
The file was modified javascript/lib/api/package.json (diff)
The file was modified javascript/lib/dom/package.json (diff)
The file was modified javascript/lib/node/package.json (diff)
Commit c40568fce4256e706093275ca9fd7595552e031d by Matthias Weirich
fix lint issue

remove trailing newlines from bearer-auth.ts

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/api/src/auth/bearer-auth.ts (diff)
Commit c1908b3761c49c9a372959e014c57cafbd708c80 by Matthias Weirich
Update copyright header to 2020 

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/tslint-base.json (diff)
The file was modified javascript/lib/api/src/auth/bearer-auth.ts (diff)
Commit 6f726ada169c83be6666da3efefe224a9ab77d65 by Matthias Weirich
rollback version to 2.0.0

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/dom/package.json (diff)
The file was modified javascript/lerna.json (diff)
The file was modified javascript/lib/node/package.json (diff)
The file was modified javascript/lib/api/package.json (diff)
Commit 42b12e0358294b6407f86b4255443b004ffa6f88 by Yufei Cai
Fix "initialConnectRetryEnabled" config suppressing "reconnectEnabled".

Signed-off-by: Yufei Cai <yufei.cai@bosch.io>
The file was modified java/src/test/java/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProviderTest.java (diff)
The file was modified java/src/main/java/org/eclipse/ditto/client/messaging/internal/WebSocketMessagingProvider.java (diff)
Commit 691abf8dd13c57b88e067455550e77d868f2b7e5 by Matthias Weirich
Add TokenSupplier class to allow changing token

Signed-off-by: Matthias Weirich <matthias.weirich@selectcode.de>
The file was modified javascript/lib/dom/tests/dom-auth.spec.ts (diff)
The file was modified javascript/lib/api/src/auth/bearer-auth.ts (diff)
The file was modified javascript/lib/dom/src/dom-auth.ts (diff)
The file was modified javascript/lib/node/tests/node-auth.spec.ts (diff)
The file was modified javascript/lib/node/src/node-auth.ts (diff)
Commit e8ff00877be367b08b113ba1d52a36bf6acbcf1a by Thomas Jaeckle
added commit hook for checking that license header's year for added files is the current year

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
The file was added.github/workflows/license-check.yml
The file was modified .github/workflows/nodejs.yml (diff)
The file was modified .github/workflows/maven.yml (diff)