-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove InMemoryStore option from AerieAppDriver
The InMemory versions of the repositories are either stubs or only defined enough to be used in testing. Therefore, we should remove the ability to initiate Aerie using an InMemoryStore. - Remove classes that are unused as of this pruning
- Loading branch information
1 parent
6bab995
commit c082e8c
Showing
5 changed files
with
1 addition
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
merlin-server/src/main/java/gov/nasa/jpl/aerie/merlin/server/config/InMemoryStore.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
merlin-server/src/main/java/gov/nasa/jpl/aerie/merlin/server/config/Store.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
package gov.nasa.jpl.aerie.merlin.server.config; | ||
|
||
public sealed interface Store | ||
permits PostgresStore, InMemoryStore | ||
permits PostgresStore | ||
{} |
107 changes: 0 additions & 107 deletions
107
.../src/main/java/gov/nasa/jpl/aerie/merlin/server/mocks/InMemoryMissionModelRepository.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
merlin-server/src/main/java/gov/nasa/jpl/aerie/merlin/server/utilities/FileUtils.java
This file was deleted.
Oops, something went wrong.