Sonar Build Stability Plugin version 0.1
And another nice plugin for Sonar was released few days ago – Sonar Build Stability Plugin.
Read the rest of this entry »
Sonar SCM Activity Plugin version 0.1
People, who follow me on Twitter, already know about new plugin for Sonar developed by me. Meet – Sonar SCM Activity Plugin.
Read the rest of this entry »
Put Sonar into your existing enterprise infrastructure (part 2)
As you know from my previous post, you can integrate your Sonar with LDAP. But that’s not all – now you can integrate Sonar with Atlassian Crowd.
Read the rest of this entry »
Put Sonar into your existing enterprise infrastructure
Probably you already know Sonar as an open source enterprise platform to manage code quality. New Year gift for Sonar Users: starting from yesterday you can integrate your Sonar instance with existing enterprise infrastructure.
Read the rest of this entry »
Drupal: migration from PostgreSQL to MySQL
Не секрет, что Drupal 6.x не очень хорошо дружит с PostgreSQL. Верней ядро дружит, а вот отдельные contrib модули далеко не всегда. И вот надоело мне наблюдать периодически вываливающиеся warning’и и накладывать патчи – решил переехать на MySQL.
Google на всяческие запросы о такого рода переезде упорно выдавал миграцию в обратную сторону – MySQL to PostgreSQL, понятно почему, но не радует. Если выкинуть Drupal из контекста, то начинают находиться платные продукты и всяческие не идеальные скриптики. В итоге решил сделать все самостоятельно ручками.
Read the rest of this entry »
How to migrate and backup subversion
На здоровье не экономят! Особенно на нервах и особенно на нервах начальства ;)
Задача:
- перенести репозитории на другой сервер и одновременно обновить subversion и соответственно формат репозиториев;
- настроить резервное копирование.
Решение:
Read the rest of this entry »
Рождение
“Бежит дорога все вперед.
Куда она зовет?
Какой готовит поворот?
Какой узор совьет?
Сольются тысячи дорог
В один великий путь.
Начало знаю, а итог -
Узнаю как-нибудь.”
Read the rest of this entry »
How to create plugin for JOSM with Maven
I tried to develop plugin for JOSM (“Java OpenStreetMap Editor”). JOSM uses ant to build plugins, but I like maven.
Read the rest of this entry »