Petr Michalec

Results 27 issues of Petr Michalec

In order to support latest docker-compose syntax, set latest possible version. PR updates syntax files to 3.6 (later updated somehwre between 3.2 - 3.6) Update: as proved during CI, travis...

discussion
backlog

TODOs: * Provide logs/details why cluster create failed on * Btn. to re-try (possibly to recreate from spec / de-provision (but keep set in UI for later recreate) * Timeline...

To be available per core components (provisioner, cluster, organization,...)

At: https://github.com/atomic-penguin/cookbook-gitlab/blob/ae4ee230be9b05228e64959d6788b31b468a48be/recipes/default.rb#L53 ``` execute "#{username}: disable password expiration" do #command "chage -M -1 '#{username}'" command "chage --lastday 0 --expiredate -1 --inactive -1 --mindays 0 --maxdays 99999 --warndays 7 #{username}" only_if...

Add an attribute to allow integration with Redmine. See: https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example#L54

enhancement

everything except character set is se to be utf8 or unicode (on postgre). However database for a gitlab is being created as latin1. This explicitely rule-out the other encodings, however...

I am about to provide Czech translations. This PR just adds `po/messages.pot` as it is needed for LP translations to discover messages used. Once merged I would switch the main...