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/ping route #135

Merged
merged 14 commits into from
Aug 30, 2024
Merged

Feat/ping route #135

merged 14 commits into from
Aug 30, 2024

Conversation

JulienChampagnol
Copy link
Member

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit

eslint

🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(infra_store.is_captcha_validated).toBeBoolean()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(infra_store.is_connexion_launched).toBeBoolean()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(infra_store.is_cloud).toBeBoolean()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(infra_store.is_cloud).toBeString()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'use_infra_store' is not defined.

const infra_store = use_infra_store()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'use_viewer_store' is not defined.

const viewer_store = use_viewer_store()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(viewer_store.default_local_port).toBeString()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(viewer_store.client).toEqualTypeOf({})


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(viewer_store.is_running).toBeBoolean()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(viewer_store.picking_mode).toBeBoolean()


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(viewer_store.picked_point).toEqualTypeOf({


🚫 [eslint] <no-undef> reported by reviewdog 🐶
'expectTypeOf' is not defined.

expectTypeOf(viewer_store.picked_point).toBeNumber()

stores/geode.js Show resolved Hide resolved
stores/geode.js Show resolved Hide resolved
stores/geode.js Show resolved Hide resolved
test/components/CrsSelector.nuxt.test.js Show resolved Hide resolved
test/stores/Geode.test.js Show resolved Hide resolved
test/stores/Infra.nuxt.test.js Show resolved Hide resolved
test/stores/Infra.nuxt.test.js Show resolved Hide resolved
test/stores/Infra.nuxt.test.js Show resolved Hide resolved
test/stores/Infra.nuxt.test.js Show resolved Hide resolved
stores/feedback.js Outdated Show resolved Hide resolved
stores/geode.js Outdated Show resolved Hide resolved
stores/infra.js Outdated Show resolved Hide resolved
stores/viewer.js Outdated Show resolved Hide resolved
composables/api_fetch.js Show resolved Hide resolved
stores/infra.js Show resolved Hide resolved
stores/infra.js Show resolved Hide resolved
test/stores/Infra.nuxt.test.js Show resolved Hide resolved
test/stores/Infra.nuxt.test.js Show resolved Hide resolved
@JulienChampagnol JulienChampagnol marked this pull request as ready for review August 30, 2024 09:15
@JulienChampagnol JulienChampagnol merged commit a507071 into next Aug 30, 2024
5 checks passed
@JulienChampagnol JulienChampagnol deleted the feat/ping_route branch August 30, 2024 09:16
@JulienChampagnol
Copy link
Member Author

🎉 This PR is included in version 9.0.0-rc.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@JulienChampagnol
Copy link
Member Author

🎉 This PR is included in version 9.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants