Fix typos (GitHub, GitLab)
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
],
|
],
|
||||||
"sourcecodeLink": {
|
"sourcecodeLink": {
|
||||||
"href": "https://github.com/AOEpeople/aoe_technology_radar",
|
"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:"
|
"description": "Contributions and source code of the AOE Tech Radar are on github:"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Gitlab CI"
|
title: "GitLab CI"
|
||||||
ring: assess
|
ring: assess
|
||||||
quadrant: tools
|
quadrant: tools
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: "Gitlab"
|
title: "GitLab"
|
||||||
ring: trial
|
ring: trial
|
||||||
quadrant: tools
|
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.
|
||||||
|
|||||||
@@ -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.
|
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.
|
||||||
|
|||||||
@@ -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.
|
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.
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "Gitlab CI"
|
title: "GitLab CI"
|
||||||
ring: adopt
|
ring: adopt
|
||||||
quadrant: tools
|
quadrant: tools
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: "Gitlab"
|
title: "GitLab"
|
||||||
ring: adopt
|
ring: adopt
|
||||||
quadrant: tools
|
quadrant: tools
|
||||||
---
|
---
|
||||||
|
|
||||||
Moved to "adopt": Gitlab has proven to be a very useful tool for code and the collaboration around it.
|
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.
|
With [GitLab CI](/tools/gitlab-ci.html) there is also a powerful tool to automate continuous integration and delivery.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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.
|
[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/#/)
|
Another similar tools that use just plain javascript to render the diagrams is [mermaid](https://mermaid-js.github.io/mermaid/#/)
|
||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user