Skip to content

Commit

Permalink
WOR-1088 Refactor Landing zone service after migrating to Stairway-ba…
Browse files Browse the repository at this point in the history
…sed LZ flights (#374)

* Delete CreateAzureLandingZoneStep/CromwellBaseResourcesFactory and refactoring

* Remove dead code from LandingZoneManager for deployment.

* Remove obsolete code related to deployment. Some refactoring.

* Adjust test. Refactoring.

* Update readme.

* Remove comment.

* Remove commented code.

* Remove test which use unused code.

* Sonar.

* Address readme issues.

* Fix typo.

* Move test.
  • Loading branch information
sergiygetlin authored Jan 6, 2024
1 parent 307c0dc commit 0f12e48
Show file tree
Hide file tree
Showing 62 changed files with 390 additions and 3,068 deletions.
272 changes: 83 additions & 189 deletions README.md

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package bio.terra.landingzone.library.landingzones.definition;

/**
* Information header for a {@link
* bio.terra.landingzone.library.landingzones.definition.LandingZoneDefinition}
* Represents code name of a landing zone together with description. Information header for a {@link
* bio.terra.landingzone.library.landingzones.definition.factories.StepsDefinitionProvider}
*/
public record DefinitionHeader(String definitionName, String definitionDescription) {}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0f12e48

Please sign in to comment.