diff --git a/public/messages.json b/public/messages.json index 7dc2629..b5b710b 100644 --- a/public/messages.json +++ b/public/messages.json @@ -80,7 +80,7 @@ ], "sourcecodeLink": { "href": "https://github.com/AOEpeople/aoe_technology_radar", - "name": "AOE Tech Radar on Github", + "name": "AOE Tech Radar on GitHub", "description": "Contributions and source code of the AOE Tech Radar are on github:" } }, diff --git a/radar/2017-03-01/go-lang.md b/radar/2017-03-01/go-lang.md index 14a2b72..bae08a5 100644 --- a/radar/2017-03-01/go-lang.md +++ b/radar/2017-03-01/go-lang.md @@ -8,7 +8,7 @@ quadrant: languages-and-frameworks Go went from #54 to #13 on the [TIOBE index](http://www.tiobe.com/tiobe-index/) in January 2017, and it became the TIOBE programming language of the year 2016. -Here at AOE, we use several services written in Go on a daily basis, such as Mattermost, Docker, Consul and Kubernetes. Also, more and more applications, such as Gitlab, incorporate Go-based services to "off load" heavy work. +Here at AOE, we use several services written in Go on a daily basis, such as Mattermost, Docker, Consul and Kubernetes. Also, more and more applications, such as GitLab, incorporate Go-based services to "off load" heavy work. Go, as a programming language, has some very interesting features such as native support for concurrency (go routines), static compiled binaries with a very small memory footprint, cross compiling and much more. A big advantage of Go is the very flat learning curve, which allows developers from more dynamic languages such as PHP to be proficient in a very short time. diff --git a/radar/2018-03-01/gitlab-ci.md b/radar/2018-03-01/gitlab-ci.md index bce600a..b298cae 100644 --- a/radar/2018-03-01/gitlab-ci.md +++ b/radar/2018-03-01/gitlab-ci.md @@ -1,5 +1,5 @@ --- -title: "Gitlab CI" +title: "GitLab CI" ring: assess quadrant: tools --- diff --git a/radar/2018-03-01/gitlab.md b/radar/2018-03-01/gitlab.md index c6782a9..c64db6e 100644 --- a/radar/2018-03-01/gitlab.md +++ b/radar/2018-03-01/gitlab.md @@ -1,11 +1,11 @@ --- -title: "Gitlab" +title: "GitLab" ring: trial quadrant: tools --- -[Gitlab](https://about.gitlab.com/) provides nearly the same feature set as [Github](https://github.com/), but at a lower price. It also provides the possibility of hosting internally, which is essential for us. +[GitLab](https://about.gitlab.com/) provides nearly the same feature set as [GitHub](https://github.com/), but at a lower price. It also provides the possibility of hosting internally, which is essential for us. -We are migrating more and more repositories from [gitolite](http://gitolite.com/gitolite/index.html), even from SVN to gitlab, as it provides a more stable and user-friendly interface. +We are migrating more and more repositories from [gitolite](http://gitolite.com/gitolite/index.html), even from SVN to GitLab, as it provides a more stable and user-friendly interface. -Gitlab also makes user/permission handling easier than our old gitolite. We don't need the IT team every time a new repository needs to be set up. +GitLab also makes user/permission handling easier than our old gitolite. We don't need the IT team every time a new repository needs to be set up. diff --git a/radar/2018-03-01/pipeline-as-code.md b/radar/2018-03-01/pipeline-as-code.md index 086070f..f6eb559 100644 --- a/radar/2018-03-01/pipeline-as-code.md +++ b/radar/2018-03-01/pipeline-as-code.md @@ -7,4 +7,4 @@ quadrant: methods-and-patterns We moved this pattern to **adopt**, because it is used by nearly every team and project now and is an important part of our automation. -For Jenkins, we often use a mix of Job DSL and Jenkins Pipelines and recently also used Gitlab Pipelines. +For Jenkins, we often use a mix of Job DSL and Jenkins Pipelines and recently also used GitLab Pipelines. diff --git a/radar/2019-11-01/container-based-builds.md b/radar/2019-11-01/container-based-builds.md index f639718..84e64d9 100644 --- a/radar/2019-11-01/container-based-builds.md +++ b/radar/2019-11-01/container-based-builds.md @@ -5,4 +5,4 @@ quadrant: methods-and-patterns --- -Updated to "adopt". Container based builds has getting to the de facto standard for our pipelines in [Gitlab](/tools/gitlab.html) or other CI Tools. \ No newline at end of file +Updated to "adopt". Container based builds has getting to the de facto standard for our pipelines in [GitLab](/tools/gitlab.html) or other CI Tools. \ No newline at end of file diff --git a/radar/2019-11-01/gitlab-ci.md b/radar/2019-11-01/gitlab-ci.md index e9ce703..181d5b8 100644 --- a/radar/2019-11-01/gitlab-ci.md +++ b/radar/2019-11-01/gitlab-ci.md @@ -1,5 +1,5 @@ --- -title: "Gitlab CI" +title: "GitLab CI" ring: adopt quadrant: tools --- diff --git a/radar/2019-11-01/gitlab.md b/radar/2019-11-01/gitlab.md index a63dc73..605f535 100644 --- a/radar/2019-11-01/gitlab.md +++ b/radar/2019-11-01/gitlab.md @@ -1,10 +1,8 @@ --- -title: "Gitlab" +title: "GitLab" ring: adopt quadrant: tools --- -Moved to "adopt": Gitlab has proven to be a very useful tool for code and the collaboration around it. -With [Gitlab CI](/tools/gitlab-ci.html) there is also a powerful tool to automate continuous integration and delivery. - - +Moved to "adopt": GitLab has proven to be a very useful tool for code and the collaboration around it. +With [GitLab CI](/tools/gitlab-ci.html) there is also a powerful tool to automate continuous integration and delivery. diff --git a/radar/2019-11-01/plant-uml.md b/radar/2019-11-01/plant-uml.md index b65f907..ec3a0dc 100644 --- a/radar/2019-11-01/plant-uml.md +++ b/radar/2019-11-01/plant-uml.md @@ -7,6 +7,6 @@ quadrant: tools [PlantUML](https://plantuml.com/) is an open source project that allows to create UML diagrams in a text-based and declarative way. -Since it is integrated in tools like Confluence, IntelliJ and Gitlab we use it a lot to quickly document results of software design sessions. +Since it is integrated in tools like Confluence, IntelliJ and GitLab we use it a lot to quickly document results of software design sessions. Another similar tools that use just plain javascript to render the diagrams is [mermaid](https://mermaid-js.github.io/mermaid/#/) \ No newline at end of file diff --git a/radar/2021-01-01/artifactory.md b/radar/2021-01-01/artifactory.md index c523103..4de348b 100644 --- a/radar/2021-01-01/artifactory.md +++ b/radar/2021-01-01/artifactory.md @@ -6,4 +6,4 @@ featured: false --- -Artifactory is still a valid tool but SCM platforms tools like [Gitlab](https://gitlab.org/) and similar hosted services offer integrated artifact management which remove the requirements for external artifact management in many projects. +Artifactory is still a valid tool but SCM platforms tools like [GitLab](https://gitlab.org/) and similar hosted services offer integrated artifact management which remove the requirements for external artifact management in many projects.