![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged dataflow_lite at Robotics Stack Exchange
![]() |
dataflow_lite package from cloudwatch_common repocloudwatch_logs_common cloudwatch_metrics_common dataflow_lite file_management |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.1.5 |
License | Apache 2.0 |
Build type | CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/aws-robotics/cloudwatch-common.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2022-02-08 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- AWS RoboMaker
Authors
- AWS RoboMaker
Changelog for package dataflow_lite
1.1.5 (2020-10-14)
No changes.
1.1.4 (2020-09-17)
- Bumping version to match bloom release (#51) Bumping version to 1.1.3
- Fix linting issues found by clang-tidy 6.0
(#50)
- clang-tidy fixes
- revert explicit constructor declarations to maintain API compatbility
- clang-tidy linting issues fixed manually
- fix unit tests build break
- Increase package version numbers to 1.1.2 (#44)
- Contributors: Miaofei Mei, Nick Burek, Ragha Prasad
1.1.1 (2019-09-10)
-
Disable error on cast-align warning to support ARMhf builds (#41)
-
Remove -Wcast-align flag to support ARMhf builds
-
- bumped versions to 1.1.1
-
restored cast-align, but added as a warning
-
removed unused headers
- Removed duplicate Werror
-
-
synchronize version of new packages with rest of the packages in the repo (#38) Signed-off-by: Miaofei
-
Merge pull request #36 from aws-robotics/guard_test_libs Added guards for test libraries
-
Added guards for test libraries
-
Offline logs feature (#34)
* Add file manager and upload complete callback Signed-off-by: Miaofei
* Fixed merge conflict Signed-off-by: Miaofei
* Add file manager test Still deciding if the write should just go in the FileManagerStrategy. Signed-off-by: Miaofei
* Add FileManager to log manager factory Signed-off-by: Miaofei
* Add generic file upload logic Signed-off-by: Miaofei
- Add reading, discovery and rotation to FileManagerStrategy
- Add function getFileToRead that returns the best file to start reading from when sending data from the file to CloudWatch.
- Add function discoverStoredFiles which finds all files in the storage directory and keeps them, in case there were offline logs still hanging around from a previous run.
- Add rotateActiveFile which creates a new file to write to. This is used when we want to read from the current active file, or when the file size limit has been reached. Signed-off-by: Miaofei
* Add file management system. Signed-off-by: Miaofei
* Link file management with publisher Signed-off-by: Miaofei
* Add test for file management system Signed-off-by: Miaofei
- Add reading and writing to FileManagerStrategy
- This way the file manager strategy can handle all the core file data stuff, keeping track of the size of the active file and rotating it when neccessary. Signed-off-by: Miaofei
* cleanup Signed-off-by: Miaofei
* Don't initialize file_manager_strategy yet Signed-off-by: Miaofei
* Add file upload statistics Signed-off-by: Miaofei
* Move file management files to isolated package Signed-off-by: Miaofei
* Moved tests to file_manager folder Signed-off-by: Miaofei
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_gtest | |
ament_cmake_gmock | |
aws_common |
System Dependencies
Name |
---|
cmake |
gtest |
google-mock |