Commit Graph
76 Commits
Author SHA1 Message Date
David Cermak 4f2ebaa753 fix(modem): Add CMUX example to target tests 2023-09-26 15:30:49 +02:00
Suren Gabrielyan 4b7d1943ac fix(ci): fix host test failure for esp_modem 2023-09-22 08:00:12 +02:00
david-cermak 62d809ac60 Merge pull request #309 from david-cermak/feat/modem_tcp_client_work
feat(modem): Support custom transport in AT TCP client example
2023-08-28 13:43:46 +02:00
Suren Gabrielyan 7b5a41deea fix(websocket): fix of websocket coverage report generation 2023-08-22 19:42:14 +04:00
David Cermak d4925f2bd6 fix(modem): Per review comments 2023-08-17 13:17:20 +02:00
Suren Gabrielyan 0714e100ee ci(common): start coverage publish action only against master branch 2023-08-12 17:54:55 +04:00
Suren Gabrielyan a22391ae2c feat(websocket): Added linux port for websocket 2023-07-18 14:18:39 +04:00
David Cermak f1eb46580e feat(examples): Add build/host tests to examples 2023-06-28 12:59:48 +02:00
David Cermak 3635e2fabc docs(modem): Add known issues section to docs
Also updates self-hosted runner tag (from runner name to test scope
related tag)
2023-06-21 10:43:27 +02:00
Suren a50f91f422 Merge pull request #296 from gabsuren/fix/enable_coverage_modem
fix(ci): enable code coverage publishing to github pages
2023-05-29 21:51:49 +04:00
Suren Gabrielyan 4910e89249 fix(ci): enable code coverage publishing to github pages 2023-05-26 13:46:52 +04:00
David Cermak c974c14220 fix(websocket): Added unit tests to CI + minor fix to pass it 2023-05-17 07:14:48 +02:00
David Cermak 613d67d1cf fix(ci): Add IDF v5.1 in IDF tests for websockets 2023-05-16 12:26:33 +02:00
david-cermak ef1c5eb28a Merge pull request #292 from david-cermak/fix/mdns_host_test
fix(mdns): Run host test against v5.1 instead of latest IDF
2023-05-10 10:22:58 +02:00
David Cermak 64b0e4ef1a fix(mdns): Run host test against v5.1 instead of latest IDF 2023-05-10 06:51:42 +02:00
David Cermak fcff00740a ci(common): Use upload-components-ci-action workflow action 2023-05-09 22:18:09 +02:00
David Cermak 4f54c49912 ci(common): Fix build and deploy docs jobs 2023-05-09 17:24:21 +02:00
Suren Gabrielyan 217a96a2e4 docs(common): deploy docs if component version got changed 2023-05-05 18:21:18 +04:00
David Cermak 62be981c92 ci(common): Fail CI if the PR to too much behind origin
And removes the docs generation/deploy part
2023-04-25 16:27:05 +02:00
David Cermak 6daf6c6ba6 ci(common): Support for tagging and releasing in CI 2023-04-25 13:54:44 +02:00
David Cermak 1a0a41fa2d fix(mdns): Use idf-build-apps package for building mdns 2023-04-17 13:44:18 +02:00
David Cermak 2f7cbd16db ci(common): Fix pre-commit manual run 2023-04-17 13:43:14 +02:00
Suren Gabrielyan a547ec8147 docs(esp_mqtt_cxx): updated documentation and deployment file 2023-04-05 11:42:59 +04:00
Suren Gabrielyan ca3fce003e docs(common): improving documentation
- update esp_modem to use esp_docs
- migrated docs from github pages to docs.espressif.com
2023-03-31 12:04:46 +04:00
Jonathan Dreyer 97831c62b1 fix(modem): AT-only example: added into CI 2023-03-16 19:48:34 +01:00
David Cermak 4c7720a2c1 ci(common): Run all test on push event
Added a description about the release process to the contributing guide
2023-03-16 08:56:18 +01:00
David Cermak 2863e94a11 fix(ci): Run pre-commit checker only on PRs
Regression from a089e0d680 Merged as https://github.com/espressif/esp-protocols/pull/242
2023-03-15 19:11:27 +01:00
david-cermak ba45e9a07e Merge pull request #242 from david-cermak/bugfix/modem_strip_idf_4.1
fix(esp_modem): run CI build job for all targets
2023-03-15 18:55:26 +01:00
David Cermak 13eca128fb fix(ci): trigger PR jobs based on labels 2023-03-15 15:38:06 +01:00
david-cermak a96f17d9a1 Merge pull request #236 from gabsuren/CI/conventional_commits
ci: added conventionl commit pre-commit hook
2023-03-10 18:56:26 +01:00
David Cermak cbda15724c ci: regroup tests per components and purpose 2023-03-08 17:33:48 +01:00
David Cermak a089e0d680 fix(esp_modem): run CI build job for all targets
Also
* removed IDFv4.1 from tests
* added common build_apps.py utility for finding/building apps
2023-03-08 11:51:25 +01:00
Suren Gabrielyan a6817e0c7f ci: Add conventionl commit pre-commit hook 2023-03-03 12:38:27 +04:00
Suren Gabrielyan 996fef7fcf esp_websocket_client: Updated version to 1.0.0
Updated tests to run agains release-v5.0
2023-02-28 19:00:46 +04:00
Euripedes Rocha 1407dfc2e7 Adds esp_mqtt_cxx component
- Component moved from esp-idf
- Files moved to adjust to esp-protocol structure
2023-02-16 09:59:46 +01:00
David Cermak 91134f10ff mdns: Make reverse query conditional per Kconfig
and auto-register reverse logical names
2023-02-02 10:32:01 +01:00
David Cermak fb8a2f0198 fix(mdns): Host test with IDFv5.1 2023-02-02 10:31:01 +01:00
David Cermak 12cfcb5aed fix(mdns): Make unit test executable with pytest 2023-01-31 16:06:52 +01:00
Suren Gabrielyan a01096f621 docs: Disable code coverage report publishing to Github Pages 2023-01-13 17:30:33 +04:00
Suren Gabrielyan 59053b8c98 CI: minor fix of host test *yml file 2023-01-09 22:09:53 +04:00
Suren Gabrielyan 6b684ceb0f CI: Added coverage analyzer for esp_modem host tests 2022-12-30 13:11:59 +04:00
Suren Gabrielyan b56b1c577b CI: Minor refactoring of *yml files for target tests 2022-12-12 12:31:44 +04:00
David Cermak 4314c78ca0 feat(esp_modem): Added target test 2022-12-01 18:35:01 +01:00
Suren Gabrielyan 6e2bb518fd CI: Fix ASIO example test 2022-11-23 19:07:26 +04:00
Suren Gabrielyan 55dc56462f websocket: updated example to use local websocket echo server 2022-11-03 10:35:14 +04:00
Suren Gabrielyan 23a537b19b CI: Created a common requirements.txt 2022-10-25 23:59:44 +04:00
Suren Gabrielyan f71f61ff0a mDNS: test_app pytest migration 2022-10-19 09:23:36 +02:00
Suren Gabrielyan 945bd17701 CI: fixing the files to be complient with pre-commit hooks 2022-10-17 18:16:52 +02:00
Suren Gabrielyan 9d45d505d5 CI: pre-commit hook integration 2022-10-17 18:07:54 +02:00
Suren Gabrielyan ab2e08f96c CI: Updated checkout flag to consider submodules 2022-10-13 17:23:43 +02:00