-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3608 from navikt/feature/tiltakstype-status
Feature/tiltakstype status
- Loading branch information
Showing
45 changed files
with
422 additions
and
832 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
8 changes: 8 additions & 0 deletions
8
common/domain/src/main/kotlin/no/nav/mulighetsrommet/domain/dto/Innsatsgruppe.kt
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package no.nav.mulighetsrommet.domain.dto | ||
|
||
enum class Innsatsgruppe { | ||
STANDARD_INNSATS, | ||
SITUASJONSBESTEMT_INNSATS, | ||
SPESIELT_TILPASSET_INNSATS, | ||
VARIG_TILPASSET_INNSATS, | ||
} |
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
6 changes: 6 additions & 0 deletions
6
common/domain/src/main/kotlin/no/nav/mulighetsrommet/domain/dto/TiltakstypeStatus.kt
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package no.nav.mulighetsrommet.domain.dto | ||
|
||
enum class TiltakstypeStatus { | ||
AKTIV, | ||
AVSLUTTET, | ||
} |
22 changes: 0 additions & 22 deletions
22
common/domain/src/main/kotlin/no/nav/mulighetsrommet/domain/dto/Tiltakstypestatus.kt
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
apiVersion: kafka.nais.io/v1 | ||
kind: Topic | ||
metadata: | ||
name: siste-tiltakstyper-v2 | ||
namespace: team-mulighetsrommet | ||
labels: | ||
team: team-mulighetsrommet | ||
spec: | ||
pool: nav-dev | ||
config: | ||
cleanupPolicy: compact | ||
minimumInSyncReplicas: 2 | ||
partitions: 2 | ||
replication: 3 | ||
acl: | ||
- team: team-mulighetsrommet | ||
application: mulighetsrommet-api | ||
access: readwrite | ||
- team: team-mulighetsrommet | ||
application: mulighetsrommet-kafka-manager | ||
access: read | ||
|
||
# Komet | ||
- team: amt | ||
application: amt-deltaker | ||
access: read | ||
- team: amt | ||
application: amt-deltaker-bff | ||
access: read | ||
|
||
# DVH | ||
- team: teamoppfolging | ||
application: teamoppfolging-kafka | ||
access: read |
Oops, something went wrong.