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

Allow MQTTS and WSS for MQTT Integration #514

Merged
merged 17 commits into from
Jan 13, 2022
Merged

Allow MQTTS and WSS for MQTT Integration #514

merged 17 commits into from
Jan 13, 2022

Conversation

mpfeil
Copy link
Member

@mpfeil mpfeil commented Sep 7, 2021

Description

This PR updates all grpc packages to the latest versions and adds a Github Action to build and push the Docker Image to the Github Registry (ghcr).
Also this PR includes changes so that mqtts and wss are supported by the mqtt-osem-integration.

Motivation and Context

Allow mqtts and wss connections within the mqtt-osem-integration. sensebox/mqtt-osem-integration#4

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code has been linted using yarn run lint.
  • My code does not break the tests (yarn run test)
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

@mpfeil mpfeil added enhancement dependencies Pull requests that update a dependency file labels Sep 7, 2021
@mpfeil mpfeil self-assigned this Sep 7, 2021
@ubergesundheit
Copy link
Member

Mh any idea why the other workflows (test, lint, ..) are not running? This looks good, but green tests should be there.

@mpfeil
Copy link
Member Author

mpfeil commented Sep 7, 2021

Mh good question. Maybe because it is still WIP?

@ubergesundheit
Copy link
Member

Mh it should run for pull_request against master branch anyway https://github.com/sensebox/openSenseMap-API/blob/master/.github/workflows/test.yaml#L3-L9

@mpfeil
Copy link
Member Author

mpfeil commented Sep 14, 2021

Updated docs can be found here: sensebox/docs.sensebox.de#68

@mpfeil mpfeil marked this pull request as ready for review September 14, 2021 08:00
@mpfeil mpfeil merged commit f496d51 into master Jan 13, 2022
@mpfeil mpfeil deleted the feat-mqtts branch January 13, 2022 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants