Merge branch 'main' into srotsch/move
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
6
radar/2022-03-28/crc.md
Normal file
6
radar/2022-03-28/crc.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "CRC Games"
|
||||||
|
ring: assess
|
||||||
|
quadrant: methods-and-patterns
|
||||||
|
featured: false
|
||||||
|
---
|
||||||
6
radar/2022-03-28/evil-user-stories.md
Normal file
6
radar/2022-03-28/evil-user-stories.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Evil User Stories"
|
||||||
|
ring: assess
|
||||||
|
quadrant: methods-and-patterns
|
||||||
|
featured: false
|
||||||
|
---
|
||||||
7
radar/2022-03-28/groovy.md
Normal file
7
radar/2022-03-28/groovy.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: "Groovy"
|
||||||
|
ring: hold
|
||||||
|
quadrant: languages-and-frameworks
|
||||||
|
featured: false
|
||||||
|
---
|
||||||
|
|
||||||
6
radar/2022-03-28/raml.md
Normal file
6
radar/2022-03-28/raml.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "RAML"
|
||||||
|
ring: hold
|
||||||
|
quadrant: languages-and-frameworks
|
||||||
|
featured: false
|
||||||
|
---
|
||||||
7
radar/2022-03-28/renovate.md
Normal file
7
radar/2022-03-28/renovate.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
title: "Renovate"
|
||||||
|
ring: adopt
|
||||||
|
quadrant: tools
|
||||||
|
---
|
||||||
|
|
||||||
|
At AOE, we rely on [Renovate CLI tool](https://www.npmjs.com/package/renovate/) in the CI pipelines for most of our projects.
|
||||||
6
radar/2022-03-28/rest-assured.md
Normal file
6
radar/2022-03-28/rest-assured.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "REST Assured"
|
||||||
|
ring: assess
|
||||||
|
quadrant: tools
|
||||||
|
featured: false
|
||||||
|
---
|
||||||
6
radar/2022-03-28/sitespeed.md
Normal file
6
radar/2022-03-28/sitespeed.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
title: "Sitespeed.io"
|
||||||
|
ring: assess
|
||||||
|
quadrant: tools
|
||||||
|
featured: false
|
||||||
|
---
|
||||||
9
radar/2022-03-28/sonarqube.md
Normal file
9
radar/2022-03-28/sonarqube.md
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
title: "SonarQube"
|
||||||
|
ring: adopt
|
||||||
|
quadrant: tools
|
||||||
|
---
|
||||||
|
|
||||||
|
To track code quality of our projects and check for security issues (Static Application Security Testing), we recommend
|
||||||
|
[SonarQube](https://www.sonarqube.org/). At AOE we use it in CI pipelines to scan our code against the quality gate. If possible we
|
||||||
|
even check each merge request to prevent degrading code quality before adding it to our code basis.
|
||||||
17
radar/2022-03-28/unleash.md
Normal file
17
radar/2022-03-28/unleash.md
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
title: "Unleash"
|
||||||
|
ring: adopt
|
||||||
|
quadrant: languages-and-frameworks
|
||||||
|
---
|
||||||
|
|
||||||
|
[Unleash](https://www.getunleash.io/) is a feature (toggle / flag) management service written in Node.js.
|
||||||
|
You can enable/disable features independent of deployment schedules. For larger projects with many feature flags
|
||||||
|
you can benefit from usage statistics and metrics which are collected for each flag.
|
||||||
|
|
||||||
|
<!--except-->
|
||||||
|
|
||||||
|
A lot of activation strategies are provided by Unleash out of the box, like Boolean On/Off, Gradual Rollout,
|
||||||
|
IPs, and so on, while allowing you to add custom strategies.
|
||||||
|
|
||||||
|
To evaluate the feature flag you can choose one of the [official SDKs](https://docs.getunleash.io/sdks#official-sdks)
|
||||||
|
or use the [REST-API](https://docs.getunleash.io/api) directly.
|
||||||
Reference in New Issue
Block a user