Marcus Rockwell
40023501c2
Tested options menu
2024-10-12 17:02:31 -05:00
Marcus Rockwell
d7f9b8a516
Added getters to dre fixture
2024-10-10 12:14:21 -04:00
Marcus Rockwell
79e68136ba
temporary change to pom.xml to disable sim control tests
2024-10-09 19:30:27 -05:00
Marcus Rockwell
6ece3a2d9a
Completed DRE Fixture
2024-10-09 19:29:59 -05:00
Marcus Rockwell
65d637f7ef
Standardized Dre Component creation for testing
2024-10-09 19:29:19 -05:00
Marcus Rockwell
4725c97c1a
Added option interface to DreFixture
2024-10-09 10:25:36 -04:00
Marcus Rockwell
0992e52f22
Refactored menu bar generation to use existing methods.
2024-10-07 15:38:33 -04:00
Marcus Rockwell
eace2216bf
Renamed SimControl Test suite
2024-10-06 19:31:58 -05:00
Marcus Rockwell
dc9559e131
Set up DRE AssertJ Fixture
2024-10-06 19:31:31 -05:00
Marcus Rockwell
d5dcc315ac
Implemented the skeleton of the DataRecording test suite
2024-10-03 12:09:34 -04:00
Marcus Rockwell
90feb68a5f
Fixed constructor issue with StubbedSimControlApplication
2024-10-02 16:11:17 -04:00
Marcus Rockwell
671b7dc065
Moved font chooser fixtures into sim control test directory
2024-10-02 16:04:16 -04:00
Marcus Rockwell
fd4d047ac3
Merge branch 'TrickAppRefactor' into HeadlessJavaGUITests-AssertJ_Swing
2024-09-16 12:04:27 -04:00
Marcus Rockwell
996ca3c882
Attached a name to each button made
2024-09-16 12:02:02 -04:00
Marcus Rockwell
062486f070
Merge branch 'FontChooserUpdate' into HeadlessJavaGUITests-AssertJ_Swing
2024-09-16 11:50:29 -04:00
Marcus Rockwell
2174e0e0fc
Merge branch 'SimControlApplicationRefactor' into HeadlessJavaGUITests-AssertJ_Swing
2024-09-16 11:49:59 -04:00
Marcus Rockwell
f34be562e9
Added input validation for enabling/disabling GUIs and actions
2024-09-16 11:49:33 -04:00
Marcus Rockwell
66081ea7a6
Reorganized Connect function to shorten it and increase readability
2024-09-16 11:46:53 -04:00
Marcus Rockwell
28bece6065
Increased accessibility for a few members and functions
2024-09-16 11:44:39 -04:00
Marcus Rockwell
bfbc907a8c
Cleaned non-feature related changes from branch
2024-09-16 11:13:40 -04:00
Marcus Rockwell
32b2b4b015
Refactored FontChooser to shorten buildGUI method
2024-09-16 11:08:09 -04:00
Mrockwell2
c6010829d4
Merge branch 'nasa:master' into HeadlessJavaGUITests-AssertJ_Swing
2024-09-16 09:52:12 -05:00
Marcus Rockwell
0fe1e05f22
Cleaned up Sim Control Panel test suite
2024-09-13 13:50:50 -05:00
Marcus Rockwell
25936b0301
Created test suite for Tool Bar Buttons
2024-09-09 16:02:02 -04:00
Marcus Rockwell
265aa9a59e
Created test suite for Action Menu Items
2024-09-09 16:01:35 -04:00
Marcus Rockwell
a4d71e1636
Created a test for the look and feel options
2024-09-09 12:25:37 -04:00
Hong Chen
cca503a6ec
Updated trickops.yml to use a newer Ubuntu ( #1769 )
...
* Updated to use ubuntu22 instead of ubuntu20 due to the koviz update that removed deprecated calls from an older Qt on ubuntu20.
* Changed perl-modules-5.30 to perl-modules-5.34 as ubuntu20 uses perl 5.30 and ubuntu22 uses perl 5.34.
2024-09-05 14:51:19 -05:00
Sean Harmeyer
55f055eb70
Update README.md
...
Coveralls provides no value
2024-09-05 14:42:29 -05:00
dependabot[bot]
052d0bfedb
Bump webpack from 5.88.2 to 5.94.0 in /trick_source/web/dashboard ( #1766 )
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.88.2 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.88.2...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 14:26:44 -05:00
dependabot[bot]
1f1a935228
Bump micromatch from 4.0.5 to 4.0.8 in /trick_source/web/dashboard ( #1767 )
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-05 14:25:26 -05:00
Marcus Rockwell
ac9ff8419e
Implement Status Message Menu Action Tests
2024-09-04 18:04:09 -04:00
Marcus Rockwell
2579eaf87b
Finished testsuite for font testing
2024-09-04 14:05:16 -04:00
Marcus Rockwell
f9c81f25f4
increased encapsulation in FontChooser.java
2024-09-04 10:34:51 -04:00
Marcus Rockwell
8db6fa4b37
updated status message pane tests
2024-09-04 10:22:06 -04:00
Marcus Rockwell
e78884c81d
Status message pane test case update
2024-08-30 10:33:59 -04:00
jmpenn
b794aba68d
Update Input-File.md to describe the Factory Function method of alloc… ( #1763 )
...
* Update Input-File.md to describe the Factory Function method of allocating objects from the input file.
* Fix issues caught during review. #1763
2024-08-28 10:39:54 -05:00
Pherring04
d2ec14dc02
Wiki button ( #1755 )
...
* Added a wiki button
* Removed commented code
* Updated SCP image
---------
Co-authored-by: Pherring04 <plherrin@JSLRL0523040929.ndc.nasa.gov>
2024-08-27 15:03:33 -05:00
Marcus Rockwell
6734452982
Completed test cases for all of the command panel and status messages
2024-08-23 14:16:19 -05:00
Marcus Rockwell
16a39d55da
Created test case for status message pane
2024-08-23 13:56:02 -04:00
Mrockwell2
de1cb6740b
Fixed the warning and error messages when toggling monte carlo ( #1761 )
2024-08-20 10:47:05 -05:00
Hong Chen
b87598c80c
Updated to use default-jdk package instead of openjdk-11-jdk for ubuntu. ( #1757 )
...
* Updated to use default-jdk package instead of openjdk-11-jdk for ubuntu.
* Added a note for using a specific JDK version for ubuntu.
* Fixed typo
2024-08-20 10:36:16 -05:00
Marcus Rockwell
158c1787f2
Fixed tests for Checkpoint buttons
2024-08-15 17:40:14 -04:00
Marcus Rockwell
9d88190cf8
Removed Robot Tests from Pipeline Temporarily
2024-08-14 15:49:23 -04:00
Marcus Rockwell
675807fd36
Set up tests for JButtons
2024-08-14 15:48:38 -04:00
Thomas Brain
26f6a02e44
Added "target_integ_time" to Integrator class. It can be useful to know the integration time. ( #1760 )
...
Co-authored-by: Thomas Brain <thomas.a.brain@nasa.gov>
2024-08-13 10:51:24 -05:00
Marcus Rockwell
d4c20cd6a6
Added AssertJ Swing to pom.xml
2024-08-12 12:29:53 -04:00
Marcus Rockwell
8d328dbed5
Create a stubbed SimControl Panel
2024-08-08 15:08:21 -04:00
Mrockwell2
446f1fa757
1747 create a document page for simulation control panel ( #1750 )
...
* Created a basic outline for the documentation
* Filled in outline more
* Created the reference images
* Documentation update
* Finish rough draft of Sim Control Panel documentation
* Updated the Throttle documentation
* Documentation updates
* Standardized punctuation
* Update
* Updated Docs
* update control panel
* Unseasoned Simulation Connection
* Shenanigans
* Fixed the shenanigans
* Changed to passive voice, updated graphic
* Update SimControlPanel.md for consistency and clean-up
2024-08-06 10:19:02 -05:00
iamthad
92b0168b7b
Speed up Trick::ScheduledJobQueue::push ( #1694 )
...
* Speed up Trick::ScheduledJobQueue::push
* Make comparator a static function
* Use upper_bound instead
* Use explicit types
* Update comment
* Fix formatting
2024-07-23 12:16:57 -05:00
Hong Chen
f892b41d2d
Added TRICK_LDFLAGS to the rule for linking shared library for jit input. ( #1745 )
...
* Added TRICK_LDFLAGS to the rule for linking shared library so user can use TRICK_LDFLAGS for linking shared library if necessary.
* Removed the new line added by accident.
2024-07-23 11:53:33 -05:00