Commit 5934acd
IRONSIDE-763 -- follow the 7.3.0 merge to develop with a develop merge to master. (#682)
* Add dynamic_data_skip_serialization example (#642)
Add dynamic_data_skip_serialization example for C++11 and Python. This is an upcoming feature in Connext DDS 7.3.0.
* Fix Web Integration Service library api example by using the webserver_option() function instead of the old document_root() function
* Fix formatting
* COMMUNITY-81 | Move GH Actions CI to Jenkins (#650)
* COMMUNITY-81: move GH Actions CI to Jenkins
* COMMUNITY-81: refactor Jenkinsfile
* COMMUNITY-81: update dockerfile name
* COMMUNITY-81: install python dependencies
* COMMUNITY-81: use pip3 instead of pip
* COMMUNITY-81: use pip3 instead of pip
* COMMUNITY-81: change connextdds installation path
* COMMUNITY-81: change timeout
* #651 #655: Fix overflow and eof issue
* filter-out removed files from linux_format.py fix #633 (#663)
* execute linters on release branches as well fixes #665 (#666)
* CORE-13335: Fix examples that assume invalid data cannot be ALIVE
(cherry picked from commit b89cfb8)
* CORE-13335: Fix linting errors
(cherry picked from commit 320539c)
* CORE-13335: Apply lint patch file
(cherry picked from commit 2a6219a)
* CORE-13335: PR feedback
(cherry picked from commit e2a1cbf)
* CORE-13335: Apply lint patch
(cherry picked from commit ada2dca)
* Improve documentation in Recording examples so the CMake command always works (#667)
* Improve documentation in Recording examples so the CMake command always works
* Remove trailing spaces
---------
Co-authored-by: Francisco Gallego Salido <[email protected]>
* Remove status badge from README fixes #659 (#660)
* Fix Routing Service file adapter examples
* ROUTING-1182: adding cross-compilation instructions where missing for Infrastructure Services
* Update VERSION for release/7.3.0 fix #677 (#678)
* Use new property names and values in the lightweight and cds examples (#672) (#679)
* Use new property names in the lightweight and cds examples
* schema url updates
* Fix linting
* #fix IRONSIDE-763 -- change version to 7.3.0 in csproj files, and update README ... (#680) (#681)
---------
Co-authored-by: Alex Campos <[email protected]>
Co-authored-by: Francisco Gallego Salido <[email protected]>
Co-authored-by: Fernando García Aranda <[email protected]>
Co-authored-by: Manuel Jesús Núñez Ruiz <[email protected]>
Co-authored-by: Antonio Lopez <[email protected]>
Co-authored-by: lulivi <[email protected]>
Co-authored-by: Sam Raeburn <[email protected]>
Co-authored-by: Francisco Gallego Salido <[email protected]>
Co-authored-by: Sam <[email protected]>
Co-authored-by: Juan Luis Jimenez Simon <[email protected]>
Co-authored-by: Luis Colmenero <[email protected]>1 parent 900c593 commit 5934acd
File tree
46 files changed
+1287
-60
lines changed- .github/workflows
- examples
- cloud_discovery_service/library_api
- c++11
- c
- connext_dds
- asynchronous_publication/cs
- custom_flow_controller/cs
- dynamic_data_sequences/cs
- dynamic_data_skip_serialization
- c++11
- py
- dynamic_data_using_publisher_subscriber/cs
- group_coherent_presentation/cs
- keyed_data
- c++11
- c++98
- c
- java
- partitions/cs
- request_reply/cs
- persistence_service
- library_api/c
- persistent_storage/c++11
- recording_service
- pluggable_storage
- c++11
- c
- service_admin/c++11
- service_as_lib/c++11
- routing_service
- file_adapter
- c++11
- c
- mongo_db/c++11
- monitoring/c++11
- shapes_processor/c++11
- struct_array_transf/c++11
- web_integration_service/library_api/c++11
- resources/ci_cd
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1287
-60
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | 19 | | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
115 | 139 | | |
116 | 140 | | |
117 | 141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
115 | 139 | | |
116 | 140 | | |
117 | | - | |
| 141 | + | |
118 | 142 | | |
119 | 143 | | |
120 | 144 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments