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: configure instant notifications via IFTTT #773

Merged
merged 21 commits into from
Nov 19, 2021
Merged

Conversation

ivelin
Copy link
Contributor

@ivelin ivelin commented Nov 19, 2021

Purpose

Configure instant edge notifications via IFTTT

Closes #704

Merge Checklist

  • The code change is tested and works locally.
  • The user and dev documentation is up to date.
  • There is no commented out code in this PR.
  • No lint errors (use flake8)
  • 80% test coverage

Notifications Docs

https://docs.ambianic.ai/users/notifications/

@gitpod-io
Copy link

gitpod-io bot commented Nov 19, 2021

@commit-lint
Copy link
Contributor

commit-lint bot commented Nov 19, 2021

Build System

Bug Fixes

Chore

Tests

Contributors

ivelin

Commit-Lint commands

You can trigger Commit-Lint actions by commenting on this PR:

  • @Commit-Lint merge patch will merge dependabot PR on "patch" versions (X.X.Y - Y change)
  • @Commit-Lint merge minor will merge dependabot PR on "minor" versions (X.Y.Y - Y change)
  • @Commit-Lint merge major will merge dependabot PR on "major" versions (Y.Y.Y - Y change)
  • @Commit-Lint merge disable will desactivate merge dependabot PR
  • @Commit-Lint review will approve dependabot PR
  • @Commit-Lint stop review will stop approve dependabot PR

@codecov
Copy link

codecov bot commented Nov 19, 2021

Codecov Report

Merging #773 (be6dbdd) into master (72f72ba) will decrease coverage by 1.10%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #773      +/-   ##
==========================================
- Coverage   80.56%   79.46%   -1.11%     
==========================================
  Files          45       47       +2     
  Lines        1487     1680     +193     
  Branches      132      180      +48     
==========================================
+ Hits         1198     1335     +137     
- Misses        289      345      +56     
Impacted Files Coverage Δ
ambianic-ui/src/remote/edgeAPI.js 57.73% <0.00%> (-17.27%) ⬇️
ambianic-ui/src/routes/routes.js 76.92% <0.00%> (-13.99%) ⬇️
ambianic-ui/src/views/Timeline.vue 26.50% <0.00%> (-8.84%) ⬇️
ambianic-ui/src/views/DeviceCard.vue 64.89% <0.00%> (-8.53%) ⬇️
ambianic-ui/src/store/mydevices.js 84.37% <0.00%> (-6.70%) ⬇️
ambianic-ui/src/components/NavBar.vue 84.84% <0.00%> (-2.66%) ⬇️
ambianic-ui/src/remote/peer-fetch.js 78.65% <0.00%> (-1.47%) ⬇️
ambianic-ui/src/views/SelectDevice.vue 24.13% <0.00%> (-0.87%) ⬇️
ambianic-ui/src/views/AddDevice.vue 78.82% <0.00%> (-0.35%) ⬇️
ambianic-ui/src/store/pnp.js 98.13% <0.00%> (-0.33%) ⬇️
... and 9 more

@ivelin ivelin merged commit caf1f63 into ambianic:master Nov 19, 2021
@ivelin ivelin linked an issue Nov 19, 2021 that may be closed by this pull request
github-actions bot pushed a commit that referenced this pull request Nov 19, 2021
# [2.22.0](v2.21.0...v2.22.0) (2021-11-19)

### Features

* configure instant notifications via IFTTT ([#773](#773)) ([caf1f63](caf1f63)), closes [#704](#704)
@ivelin
Copy link
Contributor Author

ivelin commented Nov 19, 2021

🎉 This PR is included in version 2.22.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ivelin
Copy link
Contributor Author

ivelin commented Apr 20, 2022

🎉 This PR is included in version 2.23.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IFTTT notifications from edge devices Email notification settings
1 participant