openc3 5.14.2 → 5.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of openc3 might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/bin/openc3cli +1 -1
- data/data/config/_id_items.yaml +2 -3
- data/data/config/telemetry_modifiers.yaml +0 -1
- data/lib/openc3/accessors/accessor.rb +3 -3
- data/lib/openc3/accessors/http_accessor.rb +1 -1
- data/lib/openc3/api/cmd_api.rb +17 -6
- data/lib/openc3/api/tlm_api.rb +16 -5
- data/lib/openc3/logs/buffered_packet_log_writer.rb +5 -0
- data/lib/openc3/microservices/interface_microservice.rb +29 -18
- data/lib/openc3/models/cvt_model.rb +9 -4
- data/lib/openc3/models/gem_model.rb +7 -5
- data/lib/openc3/models/metric_model.rb +8 -0
- data/lib/openc3/models/model.rb +21 -6
- data/lib/openc3/models/plugin_model.rb +8 -2
- data/lib/openc3/models/python_package_model.rb +3 -0
- data/lib/openc3/models/scope_model.rb +2 -2
- data/lib/openc3/models/target_model.rb +21 -28
- data/lib/openc3/models/tool_model.rb +2 -2
- data/lib/openc3/packets/json_packet.rb +5 -3
- data/lib/openc3/script/suite_results.rb +9 -9
- data/lib/openc3/topics/command_decom_topic.rb +2 -1
- data/lib/openc3/topics/command_topic.rb +2 -1
- data/lib/openc3/topics/telemetry_topic.rb +7 -2
- data/lib/openc3/utilities/aws_bucket.rb +21 -15
- data/lib/openc3/utilities/bucket.rb +1 -1
- data/lib/openc3/utilities/logger.rb +3 -3
- data/lib/openc3/utilities/process_manager.rb +15 -9
- data/lib/openc3/utilities/store_autoload.rb +29 -2
- data/lib/openc3/utilities/store_queued.rb +23 -24
- data/lib/openc3/version.rb +6 -6
- data/templates/tool_angular/package.json +2 -2
- data/templates/tool_svelte/package.json +1 -1
- data/templates/tool_vue/package.json +2 -2
- data/templates/widget/package.json +2 -2
- metadata +16 -7
- data/templates/tool_angular/yarn.lock +0 -8155
- data/templates/tool_react/yarn.lock +0 -7201
- data/templates/tool_svelte/yarn.lock +0 -5519
- data/templates/tool_vue/yarn.lock +0 -9455
- data/templates/widget/yarn.lock +0 -9338
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "widget",
|
3
|
-
"version": "5.
|
3
|
+
"version": "5.15.0",
|
4
4
|
"private": true,
|
5
5
|
"scripts": {
|
6
6
|
"build": "vue-cli-service build --target lib --dest tools/widgets/<%= widget_name %> --formats umd-min <%= widget_path %> --name <%= widget_name %>"
|
7
7
|
},
|
8
8
|
"dependencies": {
|
9
|
-
"@openc3/tool-common": "5.
|
9
|
+
"@openc3/tool-common": "5.15.0",
|
10
10
|
"@astrouxds/astro-web-components": "7.20.0",
|
11
11
|
"vue": "2.7.16",
|
12
12
|
"vuetify": "2.7.1"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openc3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.15.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Melton
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2024-
|
12
|
+
date: 2024-03-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -179,6 +179,20 @@ dependencies:
|
|
179
179
|
- - "~>"
|
180
180
|
- !ruby/object:Gem::Version
|
181
181
|
version: '5.0'
|
182
|
+
- !ruby/object:Gem::Dependency
|
183
|
+
name: hiredis-client
|
184
|
+
requirement: !ruby/object:Gem::Requirement
|
185
|
+
requirements:
|
186
|
+
- - "~>"
|
187
|
+
- !ruby/object:Gem::Version
|
188
|
+
version: '0.20'
|
189
|
+
type: :runtime
|
190
|
+
prerelease: false
|
191
|
+
version_requirements: !ruby/object:Gem::Requirement
|
192
|
+
requirements:
|
193
|
+
- - "~>"
|
194
|
+
- !ruby/object:Gem::Version
|
195
|
+
version: '0.20'
|
182
196
|
- !ruby/object:Gem::Dependency
|
183
197
|
name: rubyzip
|
184
198
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1167,7 +1181,6 @@ files:
|
|
1167
1181
|
- templates/tool_angular/tsconfig.app.json
|
1168
1182
|
- templates/tool_angular/tsconfig.json
|
1169
1183
|
- templates/tool_angular/tsconfig.spec.json
|
1170
|
-
- templates/tool_angular/yarn.lock
|
1171
1184
|
- templates/tool_react/.eslintrc
|
1172
1185
|
- templates/tool_react/.gitignore
|
1173
1186
|
- templates/tool_react/.prettierignore
|
@@ -1178,7 +1191,6 @@ files:
|
|
1178
1191
|
- templates/tool_react/src/root.component.js
|
1179
1192
|
- templates/tool_react/src/root.component.test.js
|
1180
1193
|
- templates/tool_react/webpack.config.js
|
1181
|
-
- templates/tool_react/yarn.lock
|
1182
1194
|
- templates/tool_svelte/.gitignore
|
1183
1195
|
- templates/tool_svelte/.prettierignore
|
1184
1196
|
- templates/tool_svelte/.prettierrc.js
|
@@ -1196,7 +1208,6 @@ files:
|
|
1196
1208
|
- templates/tool_svelte/src/services/openc3-api.js
|
1197
1209
|
- templates/tool_svelte/src/theme/_smui-theme.scss
|
1198
1210
|
- templates/tool_svelte/src/tool_name.js
|
1199
|
-
- templates/tool_svelte/yarn.lock
|
1200
1211
|
- templates/tool_vue/.browserslistrc
|
1201
1212
|
- templates/tool_vue/.env.standalone
|
1202
1213
|
- templates/tool_vue/.eslintrc.js
|
@@ -1211,7 +1222,6 @@ files:
|
|
1211
1222
|
- templates/tool_vue/src/router.js
|
1212
1223
|
- templates/tool_vue/src/tools/tool_name/tool_name.vue
|
1213
1224
|
- templates/tool_vue/vue.config.js
|
1214
|
-
- templates/tool_vue/yarn.lock
|
1215
1225
|
- templates/widget/.browserslistrc
|
1216
1226
|
- templates/widget/.eslintrc.js
|
1217
1227
|
- templates/widget/.nycrc
|
@@ -1222,7 +1232,6 @@ files:
|
|
1222
1232
|
- templates/widget/package.json
|
1223
1233
|
- templates/widget/src/Widget.vue
|
1224
1234
|
- templates/widget/vue.config.js
|
1225
|
-
- templates/widget/yarn.lock
|
1226
1235
|
homepage: https://github.com/OpenC3/cosmos
|
1227
1236
|
licenses:
|
1228
1237
|
- AGPL-3.0-only
|