Skip to content

Commit 5183488

Browse files
committed
Release COSMOS 4.4.1
1 parent f8e9c89 commit 5183488

File tree

5 files changed

+818
-802
lines changed

5 files changed

+818
-802
lines changed

Manifest.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.coveralls.yml
2+
.dockerignore
23
.gitattributes
34
.github/ISSUE_TEMPLATE/bug_report.md
45
.github/ISSUE_TEMPLATE/feature_request.md
@@ -8,6 +9,7 @@
89
.travis.yml
910
.yardopts
1011
CONTRIBUTING.txt
12+
Dockerfile
1113
Gemfile
1214
Guardfile
1315
LICENSE.txt
@@ -59,6 +61,7 @@ autohotkey/config/targets/SYSTEM/screens/limits_change.txt
5961
autohotkey/config/targets/SYSTEM/screens/meta.txt
6062
autohotkey/config/targets/SYSTEM/target.txt
6163
autohotkey/config/tools/cmd_sender/cmd_sender.txt
64+
autohotkey/config/tools/cmd_sequence/cmd_sequence.txt
6265
autohotkey/config/tools/cmd_tlm_server/cmd_tlm_server.txt
6366
autohotkey/config/tools/data_viewer/data_viewer.txt
6467
autohotkey/config/tools/handbook_creator/assets/css/bootstrap-theme.css
@@ -110,6 +113,7 @@ autohotkey/config/tools/tlm_grapher/test2.txt
110113
autohotkey/config/tools/tlm_viewer/tlm_viewer.txt
111114
autohotkey/config/tools/tlm_viewer/tlm_viewer2.txt
112115
autohotkey/config/tools/tlm_viewer/tlm_viewer3.txt
116+
autohotkey/lib/cmd_sequence_exporter.rb
113117
autohotkey/lib/example_background_task.rb
114118
autohotkey/lib/user_version.rb
115119
autohotkey/outputs/handbooks/README.txt
@@ -132,6 +136,7 @@ autohotkey/procedures/syntax_error.rb
132136
autohotkey/tools/CmdExtractorAHK
133137
autohotkey/tools/CmdSender
134138
autohotkey/tools/CmdSenderAHK
139+
autohotkey/tools/CmdSenderAHK2
135140
autohotkey/tools/CmdSequence
136141
autohotkey/tools/CmdSequenceAHK
137142
autohotkey/tools/CmdSequenceAHK2
@@ -184,6 +189,7 @@ autohotkey/tools/TlmViewerAHK5
184189
autohotkey/tools/autohotkey.rb
185190
autohotkey/tools/cmd_extractor.ahk
186191
autohotkey/tools/cmd_sender.ahk
192+
autohotkey/tools/cmd_sender2.ahk
187193
autohotkey/tools/cmd_sequence.ahk
188194
autohotkey/tools/cmd_sequence2.ahk
189195
autohotkey/tools/cmd_tlm_server.ahk
@@ -391,6 +397,7 @@ demo/config/targets/INST/cmd_tlm/_ccsds_cmd.txt
391397
demo/config/targets/INST/cmd_tlm/_ccsds_tlm.txt
392398
demo/config/targets/INST/cmd_tlm/inst_cmds.txt
393399
demo/config/targets/INST/cmd_tlm/inst_tlm.txt
400+
demo/config/targets/INST/cmd_tlm/inst_tlm_override.txt
394401
demo/config/targets/INST/cmd_tlm_server.txt
395402
demo/config/targets/INST/cmd_tlm_server2.txt
396403
demo/config/targets/INST/doc/README.txt
@@ -511,7 +518,6 @@ demo/lib/example_target.rb
511518
demo/lib/scpi_target.rb
512519
demo/lib/user_version.rb
513520
demo/outputs/dart/data/README.txt
514-
demo/outputs/dart/logs/README.txt
515521
demo/outputs/handbooks/README.txt
516522
demo/outputs/logs/README.txt
517523
demo/outputs/saved_config/README.txt
@@ -917,7 +923,6 @@ lib/cosmos/core_ext/string.rb
917923
lib/cosmos/core_ext/stringio.rb
918924
lib/cosmos/core_ext/time.rb
919925
lib/cosmos/dart/.rspec
920-
lib/cosmos/dart/Gemfile
921926
lib/cosmos/dart/Rakefile
922927
lib/cosmos/dart/app/assets/config/manifest.js
923928
lib/cosmos/dart/app/assets/images/.keep
@@ -1004,11 +1009,13 @@ lib/cosmos/dart/db/seeds.rb
10041009
lib/cosmos/dart/examples/dart_decom_client.rb
10051010
lib/cosmos/dart/examples/dart_stream_client.rb
10061011
lib/cosmos/dart/lib/dart_common.rb
1012+
lib/cosmos/dart/lib/dart_constants.rb
10071013
lib/cosmos/dart/lib/dart_database_cleaner.rb
10081014
lib/cosmos/dart/lib/dart_decom_query.rb
10091015
lib/cosmos/dart/lib/dart_decommutator.rb
10101016
lib/cosmos/dart/lib/dart_importer.rb
10111017
lib/cosmos/dart/lib/dart_logging.rb
1018+
lib/cosmos/dart/lib/dart_master_query.rb
10121019
lib/cosmos/dart/lib/dart_packet_log_writer.rb
10131020
lib/cosmos/dart/lib/dart_reducer_manager.rb
10141021
lib/cosmos/dart/lib/dart_reducer_worker_thread.rb
@@ -1017,6 +1024,7 @@ lib/cosmos/dart/processes/dart.rb
10171024
lib/cosmos/dart/processes/dart_decom_server.rb
10181025
lib/cosmos/dart/processes/dart_import.rb
10191026
lib/cosmos/dart/processes/dart_ingester.rb
1027+
lib/cosmos/dart/processes/dart_master.rb
10201028
lib/cosmos/dart/processes/dart_reducer.rb
10211029
lib/cosmos/dart/processes/dart_stream_server.rb
10221030
lib/cosmos/dart/processes/dart_util.rb
@@ -1184,6 +1192,7 @@ lib/cosmos/system/system.rb
11841192
lib/cosmos/system/target.rb
11851193
lib/cosmos/tools/cmd_extractor/cmd_extractor.rb
11861194
lib/cosmos/tools/cmd_sender/cmd_param_table_item_delegate.rb
1195+
lib/cosmos/tools/cmd_sender/cmd_params.rb
11871196
lib/cosmos/tools/cmd_sender/cmd_sender.rb
11881197
lib/cosmos/tools/cmd_sender/cmd_sender_text_edit.rb
11891198
lib/cosmos/tools/cmd_sequence/cmd_sequence.rb
@@ -1212,6 +1221,7 @@ lib/cosmos/tools/cmd_tlm_server/router_thread.rb
12121221
lib/cosmos/tools/cmd_tlm_server/routers.rb
12131222
lib/cosmos/tools/config_editor/config_editor.rb
12141223
lib/cosmos/tools/config_editor/config_editor_frame.rb
1224+
lib/cosmos/tools/config_editor/system_config_dialog.rb
12151225
lib/cosmos/tools/data_viewer/data_viewer.rb
12161226
lib/cosmos/tools/data_viewer/data_viewer_component.rb
12171227
lib/cosmos/tools/data_viewer/dump_component.rb

0 commit comments

Comments
 (0)