-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use headings not list for TL;DR (#23)
* Write TL;DR section 'Kvalitet' * Use hyphen Co-authored-by: John Kasper Svergja <[email protected]> * Format with headings * Re-write shift-left TL;DR * Include examples of code formatting tools * Use headings not list for TL;DR --------- Co-authored-by: John Kasper Svergja <[email protected]>
- Loading branch information
Showing
9 changed files
with
36 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
title: CI/CD | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# CI/CD | ||
|
||
- [MÅ]{.must} anvende GitHub Actions som CI/CD verktøy. | ||
## [MÅ]{.must} anvende GitHub Actions som CI/CD verktøy. |
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,7 +1,8 @@ | ||
--- | ||
title: Dokumentasjon | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Dokumentasjon |
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,7 +1,7 @@ | ||
--- | ||
title: Infrastruktur | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Infrastruktur |
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,10 +1,10 @@ | ||
--- | ||
title: Kjøremiljø | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Kjøremiljø | ||
|
||
- [BØR]{.should} kjøre tjenester på NAIS. | ||
- [MÅ]{.must} bruke en Service Account for autentisering fra en tjeneste. | ||
## [BØR]{.should} kjøre tjenester på NAIS. | ||
## [MÅ]{.must} bruke en Service Account for autentisering fra en tjeneste. |
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,7 +1,7 @@ | ||
--- | ||
title: Kultur | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Kultur |
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,12 +1,12 @@ | ||
--- | ||
title: Overvåkning | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Overvåkning | ||
|
||
- [MÅ]{.must} eksponere readiness og liveness-endepunkter fra langtlevenede tjenester. | ||
- [MÅ]{.must} eksponere metrikk/admin/service-endepunkter på egne porter. | ||
- [BØR]{.should} strukturere logger i JSON-format. | ||
- [BØR]{.should} skrive logger til stdout. | ||
## [MÅ]{.must} eksponere readiness og liveness-endepunkter fra langtlevenede tjenester. | ||
## [MÅ]{.must} eksponere metrikk/admin/service-endepunkter på egne porter. | ||
## [BØR]{.should} strukturere logger i JSON-format. | ||
## [BØR]{.should} skrive logger til stdout. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: Utvikling | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Utvikling |
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,13 +1,13 @@ | ||
--- | ||
title: Versjonskontroll | ||
format: | ||
html: | ||
css: tldr.css | ||
toc-location: body | ||
--- | ||
|
||
# Versjonskontroll | ||
|
||
- [MÅ]{.must} legge alt av kildekode under versjonskontroll. | ||
- [MÅ]{.must} følge [SSBs retningslinjer](https://statistics-norway.atlassian.net/wiki/x/BQBXu) når nye repoer opprettes. | ||
- [MÅ]{.must} følge [SSBs retningslinjer](https://adr.ssb.no/0006-aapen-kildekode-i-ssb/) for åpenkildekode. | ||
- [MÅ]{.must} anvende [Feature Branch](https://martinfowler.com/bliki/FeatureBranch.html) mønster. | ||
- [MÅ]{.must} unngå å legge [hemmeligheter](https://statistics-norway.atlassian.net/wiki/x/JIDZyQ) under versjonskontroll. | ||
## [MÅ]{.must} legge alt av kildekode under versjonskontroll. | ||
## [MÅ]{.must} følge [SSBs retningslinjer](https://statistics-norway.atlassian.net/wiki/x/BQBXu) når nye repoer opprettes. | ||
## [MÅ]{.must} følge [SSBs retningslinjer](https://adr.ssb.no/0006-aapen-kildekode-i-ssb/) for åpenkildekode. | ||
## [MÅ]{.must} anvende [Feature Branch](https://martinfowler.com/bliki/FeatureBranch.html) mønster. | ||
## [MÅ]{.must} unngå å legge [hemmeligheter](https://statistics-norway.atlassian.net/wiki/x/JIDZyQ) under versjonskontroll. |