Skip to content

Commit

Permalink
Merge pull request #121 from atsign-foundation/2024-12-14
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth authored Dec 14, 2024
2 parents 9ae3089 + 6bcc2de commit 850d3a9
Show file tree
Hide file tree
Showing 8 changed files with 1,012 additions and 964 deletions.
992 changes: 508 additions & 484 deletions docs/diagrams/package_tree_by_module.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
972 changes: 498 additions & 474 deletions docs/diagrams/package_tree_hierarchical.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/c/at_c
Submodule at_c updated 37 files
+1 −1 .github/workflows/c_release.yml
+2 −2 .github/workflows/codeql.yml
+1 −1 .github/workflows/scorecards.yml
+18 −15 .github/workflows/tests.yaml
+2 −0 .gitignore
+0 −11 .lazy.lua
+1 −1 .vscode/.gitignore
+0 −11 .vscode/settings.json
+33 −4 CMakeLists.txt
+2 −0 generators/arduino/atsdk/.clangd
+0 −4 generators/arduino/atsdk/atsdk_atsdk.cpptemplate
+21 −5 generators/arduino/atsdk/generate.sh
+2 −2 generators/arduino/atsdk/lib/atsdk.h
+43 −0 generators/arduino/atsdk/lib/atsdk_atsdk.cpp
+0 −0 generators/arduino/atsdk/lib/atsdk_cjson.c
+0 −0 generators/arduino/atsdk/lib/atsdk_cjson.h
+8 −0 packages/atchops/include/atchops/constants.h
+0 −4 packages/atchops/include/atchops/platform.h
+3 −4 packages/atchops/src/uuid.c
+16 −6 packages/atchops/tests/CMakeLists.txt
+9 −10 packages/atchops/tests/test_aes_generate.c
+8 −10 packages/atchops/tests/test_aesctr.c
+11 −11 packages/atchops/tests/test_aesctr_decrypt.c
+3 −3 packages/atchops/tests/test_iv.c
+1 −1 packages/atchops/tests/test_rsaprivatepopulate.c
+0 −5 packages/atclient/src/notify.c
+8 −8 packages/atclient/tests/CMakeLists.txt
+0 −10 packages/atcommons/include/atcommons/json.h
+1 −1 packages/atcommons/tests/test_cjson.c
+5 −5 packages/atlogger/src/atlogger.c
+43 −17 tests/functional_tests/CMakeLists.txt
+6 −7 tests/functional_tests/config.json
+12 −18 tests/functional_tests/lib/CMakeLists.txt
+5 −0 tests/functional_tests/lib/include/functional_tests/config.h
+8 −9 tests/functional_tests/tests/test_atclient_get_atkeys.c
+5 −5 tests/functional_tests/tests/test_atclient_notify.c
+7 −4 tests/functional_tests/tests/test_atclient_utils_find_atserver_address.c
2 changes: 1 addition & 1 deletion modules/dart/at_libraries
Submodule at_libraries updated 32 files
+3 −2 .github/workflows/at_libraries.yaml
+1 −1 .github/workflows/scorecards.yml
+2 −0 packages/at_auth/CHANGELOG.md
+1 −20 packages/at_auth/lib/src/at_auth_impl.dart
+11 −7 packages/at_auth/lib/src/enroll/at_enrollment_impl.dart
+1 −6 packages/at_auth/lib/src/enroll/first_enrollment_request.dart
+2 −2 packages/at_auth/pubspec.yaml
+3 −0 packages/at_onboarding_cli/CHANGELOG.md
+69 −10 packages/at_onboarding_cli/lib/src/onboard/at_onboarding_service_impl.dart
+3 −3 packages/at_onboarding_cli/pubspec.yaml
+7 −0 packages/at_policy/.gitignore
+3 −0 packages/at_policy/CHANGELOG.md
+29 −0 packages/at_policy/LICENSE
+24 −0 packages/at_policy/README.md
+19 −0 packages/at_policy/analysis_options.yaml
+3 −0 packages/at_policy/example/.gitignore
+3 −0 packages/at_policy/example/CHANGELOG.md
+23 −0 packages/at_policy/example/README.md
+19 −0 packages/at_policy/example/analysis_options.yaml
+55 −0 packages/at_policy/example/bin/client.dart
+7 −0 packages/at_policy/example/bin/common.dart
+56 −0 packages/at_policy/example/bin/policy.dart
+97 −0 packages/at_policy/example/bin/service.dart
+18 −0 packages/at_policy/example/pubspec.yaml
+5 −0 packages/at_policy/lib/at_policy.dart
+148 −0 packages/at_policy/lib/src/policy/impl.dart
+56 −0 packages/at_policy/lib/src/policy/interfaces.dart
+159 −0 packages/at_policy/lib/src/policy/models.dart
+95 −0 packages/at_policy/lib/src/policy/models.g.dart
+2 −0 packages/at_policy/lib/src/version.dart
+21 −0 packages/at_policy/pubspec.yaml
+165 −0 packages/at_policy/test/at_policy_test.dart
2 changes: 1 addition & 1 deletion modules/dart/at_tools
2 changes: 1 addition & 1 deletion modules/dart/at_widgets

0 comments on commit 850d3a9

Please sign in to comment.