-
Notifications
You must be signed in to change notification settings - Fork 118
Comparing changes
Open a pull request
base repository: Edgenesis/shifu
base: v0.55.0
head repository: Edgenesis/shifu
compare: v0.56.0
- 17 commits
- 86 files changed
- 6 contributors
Commits on Oct 10, 2024
-
Add lwm2m deviceshifu design (#878)
* add lwm2m design * update lwm2m design * add architecture diagram * remove all settings config * update design * fix typo * update properties list * update * improve the doc and fix some old logic * rename LwM2M Protocol Property struct * fix typo and grammar
Configuration menu - View commit details
-
Copy full SHA for 1d41155 - Browse repository at this point
Copy the full SHA 1d41155View commit details
Commits on Oct 11, 2024
-
add lwM2M gateway design (#879)
* add lwM2M gateway * add flow diagram * update gateway design * ensure what is server * update design with latest code * add timeout and disconnect action * improve doc * fix typo and grammar * handle comment
Configuration menu - View commit details
-
Copy full SHA for a829673 - Browse repository at this point
Copy the full SHA a829673View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bcc7695 - Browse repository at this point
Copy the full SHA bcc7695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2983449 - Browse repository at this point
Copy the full SHA 2983449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1446c77 - Browse repository at this point
Copy the full SHA 1446c77View commit details
Commits on Oct 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dacfec0 - Browse repository at this point
Copy the full SHA dacfec0View commit details -
deviceShifu LwM2M Implement (#1001)
* implement deviceshifu LwM2M * pdate controller gen version sync with main * remove unused example * define lwm2m instruction struct and make ciphersuite package with prefix * rename lwm2msettings * update log and add some comments * remove unused code and fix typo cipherSuite * add TODO for parse register message * make some value const * close previous connection with register * add TODO for it and add push command in Makefile * update example config settings and fix bad key of instruction map
Configuration menu - View commit details
-
Copy full SHA for 5105693 - Browse repository at this point
Copy the full SHA 5105693View commit details
Commits on Oct 16, 2024
-
* test cd * test cd fix build->push * deviceshifu lwM2M AzurePipeline CD
Configuration menu - View commit details
-
Copy full SHA for 09943fa - Browse repository at this point
Copy the full SHA 09943faView commit details
Commits on Oct 22, 2024
-
implement gateway lwm2m (#1002)
* implement gateway lwm2m * add eof for example yaml * rename some variables * add reference for lwm2m * handle some comments * fix some tiny comments * rename example folder and add object path length check * update log and update package name * update crd deploy yaml and fix bad observe cancel logic * add some unit test for it * use const rootObjectId and remove duplicate test * fix lint
Configuration menu - View commit details
-
Copy full SHA for c27bd41 - Browse repository at this point
Copy the full SHA c27bd41View commit details -
Bump github.com/minio/minio-go/v7 from 7.0.77 to 7.0.78 (#1011)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.77 to 7.0.78. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.77...v7.0.78) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9d6baa5 - Browse repository at this point
Copy the full SHA 9d6baa5View commit details
Commits on Oct 23, 2024
-
Bump github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai (#1012)
Bumps [github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai](https://github.com/Azure/azure-sdk-for-go) from 0.6.2 to 0.7.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/ai/azopenai/v0.6.2...sdk/azcore/v0.7.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ad175b2 - Browse repository at this point
Copy the full SHA ad175b2View commit details -
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16…
….0 (#1019) Bumps [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) from 1.14.0 to 1.16.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.14.0...sdk/azcore/v1.16.0) --- updated-dependencies: - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ed04060 - Browse repository at this point
Copy the full SHA ed04060View commit details -
Fix CoreLink String Flaky Test (#1026)
* fix corelink flaky test * fix bad case with No attributes * use or to instead of strings contain
Configuration menu - View commit details
-
Copy full SHA for 68559a6 - Browse repository at this point
Copy the full SHA 68559a6View commit details -
Lwm2m without security (#1022)
* lwm2m without security update * modify lwm2m without security completedly * add sleep command in azure-pipelines * push for go test * fix space in azure-pipelines * push for go test * update script * update shell script to python script * back to shell * back to shell * back to shell * update azure-pipelines * update shell
Configuration menu - View commit details
-
Copy full SHA for cb458e6 - Browse repository at this point
Copy the full SHA cb458e6View commit details -
add changelog for v0.56.0 (#1027)
* add changelog for v0.56.0 * Update CHANGELOG-v0.56.0-zh.md --------- Co-authored-by: tomqin93 <[email protected]> Co-authored-by: Tom Qin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ee4339 - Browse repository at this point
Copy the full SHA 2ee4339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6960b - Browse repository at this point
Copy the full SHA 2e6960bView commit details
Commits on Oct 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 11b13b5 - Browse repository at this point
Copy the full SHA 11b13b5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.55.0...v0.56.0