Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nlu): nlu cloud configuration #5296

Merged
merged 5 commits into from Aug 20, 2021
Merged

feat(nlu): nlu cloud configuration #5296

merged 5 commits into from Aug 20, 2021

Conversation

michaelmass
Copy link
Contributor

@michaelmass michaelmass commented Aug 11, 2021

Modifies NLU Client in case there is a cloud field in bot config

The client now appends a proper auth token to all calls

* feat(nlu): nlu cloud configuration

* fix(build): remove bpd

* fix(build): fix Docker build

* Add workspace workflow

* fix(nlu): added module moment & fixed cloud client

* fix(bot): don't wait for STUDIO_READY

* feat(messaging): messaging cloud configuration (#5261)

* first draft

* disable waiting for studio

Co-authored-by: Simon-Pierre Gingras <892367+spg@users.noreply.github.com>

* fix(core): remove STUDIO_READY (#5262)

* fix(core): remove STUDIO_READY

* Forgot this

Co-authored-by: Simon-Pierre Gingras <892367+spg@users.noreply.github.com>
Co-authored-by: Laurent Leclerc Poulin <laurentlp@users.noreply.github.com>
spg
spg previously approved these changes Aug 12, 2021
@EFF
Copy link
Member

EFF commented Aug 16, 2021

Let's take @franklevasseur's input

franklevasseur
franklevasseur previously approved these changes Aug 19, 2021
Copy link
Member

@franklevasseur franklevasseur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay.

I left more than enough comments, but don't waste to much time on these. All comments tagged like a personal pref are optional.

Let's sync up on the next steps

modules/nlu/src/backend/bootstrap.ts Outdated Show resolved Hide resolved
packages/bp/src/sdk/botpress.d.ts Show resolved Hide resolved
modules/nlu/src/backend/cloud/oauth.ts Outdated Show resolved Hide resolved
modules/nlu/src/backend/cloud/oauth.ts Show resolved Hide resolved
modules/nlu/src/backend/cloud/cache.ts Outdated Show resolved Hide resolved
modules/nlu/src/backend/cloud/cache.ts Outdated Show resolved Hide resolved
modules/nlu/src/backend/cloud/cache.ts Outdated Show resolved Hide resolved
modules/nlu/src/backend/cloud/oauth.ts Outdated Show resolved Hide resolved
modules/nlu/src/backend/bootstrap.ts Show resolved Hide resolved
@michaelmass michaelmass dismissed stale reviews from franklevasseur and spg via 66cfbaf August 20, 2021 14:07
@@ -0,0 +1,43 @@
import { Locker } from './lock'

describe('getLock', () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😍

Copy link
Member

@franklevasseur franklevasseur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaelmass LETS GO!!

@michaelmass michaelmass merged commit 3930383 into master Aug 20, 2021
@michaelmass michaelmass deleted the cloud branch August 20, 2021 18:03
@EFF EFF mentioned this pull request Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants