-
Trivadis Developer Blog
This is the publication playground for these guys from OIO Trivadis, the Trivadis Group`s Java experts.
Tag cloud
Agile Methods and development Atlassian Tools Build, config and deploy Did you know? Eclipse Universe Groovy and Grails Java and Quality Java Basics Java EE Java modularization Java Persistence Java Runtimes - VM, Appserver & Cloud Java Web Frameworks MDSD Open Source BI Other languages for the Java VM Politics Security SOA / Webservices Spring Universe Web as a Platform XML Universe
Tag Archives: atlassian stash
Git Workflows Tutorial 3: Workflows in der Praxis
In den bisherigen Beiträgen wurden die Grundlagen zu Git Workflows definiert und anschließend einige Workflows betrachtet. Freilich nicht unerwähnt bleiben sollte die Tatsache, dass all die vorgestellten Mechanismen wie Code Review, Pull Request oder Merges von Werkzeugen unterstützt durchführbar sind. … Continue reading
Posted in Agile Methods and development, Atlassian Tools, Build, config and deploy
Tagged atlassian stash, git, gitflow, workflow
1 Comment
Kick-ass code reviews
Dan Radigan von Atlassian veröffentlichte im Artikel “Every team needs kick-ass code reviews” eine lesenswerte Zusammenfassung wie man Code-Reviews optimal in den Entwicklungsprozess einbinden kann. Neben der Nutzung von Pull-Request in der Git-Repository-Verwaltung Stash gehört die Einführung eines neuen Zustandes “Code-Review” in … Continue reading
Posted in Agile Methods and development, Atlassian Tools
Tagged atlassian stash, Code Quality, code review, git, jira
Leave a comment
SubGit for Subversion to Git migrations
When migrating Subversion (SVN) to Git, the default tool to use is git-svn which is included in the Git distribution. That’s nice when directly switching over to Git, as you only need a one-time repository conversion.
Posted in Atlassian Tools, Build, config and deploy
Tagged atlassian stash, git, migration, Stash Plugin, SubGit, Subversion
Leave a comment
Options for setting up a git server
The following table shows some options for setting up a git server: Server Licensing Compatibility Notes Atlassian Stash Commercial Java-based Atlassian FishEye (2.7+) Commercial Java-based Git repository hosting is deprecated Gitblit Apache 2 Java-based gitolite GPL v2 Gerrit Apache 2 … Continue reading