Skip to content

Latest commit

 

History

History
88 lines (56 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

88 lines (56 loc) · 3.44 KB

Change Log

  • update vendor
  • fix create user on ROS >= v7 (check config.default.yml and update your config.yml)
  • update vendor
  • update readme
  • remove unused files
  • fix composer.json for PHP 7.4
  • PHP minimum version 7.4.x
  • upgrade vendor - Symfony framework from v4 to v5.4 and other vendor
  • PHP minimum version 7.1.3
  • update vendor - Symfony framework
  • add better exception handling
  • fix login failed exception when add new router
  • update vendor - Symfony framework
  • add support for gitlab base64 file decode (rb:decode -f filepath) issue #9
  • update vendor - Symfony framework, Gitlab API
  • full support Gitlab API V4
  • update vendor - new PHPMailer and Symfony framework
  • security update PHPMailer (CVE-2016-10033, CVE-2016-10045) and other vendor
  • fixed #3 Email in gitlab/username is not allowed
  • NEW: the number of backups rotation has been moved into the config file (update your config.yml if you need change this value, default is still 5)
  • fixed when SSH port is NULL in database, use default port from config file

0.9.0

  • NEW: support for override default SSH port from config.yml (-i 192.168.1.1:2345)
  • update Symfony to 2.8.3
  • update DIBI to 3.0.3
  • fixed some comments of methods
  • fixed some camelCase variables
  • IMPORTANT: added new column in database for SSH port ('port' smallint(5) UNSIGNED DEFAULT NULL) -> readme
  • fixed better search in the large number of projects. A big thank you to pcdog for help.
  • fixed check project id without group
  • added 'debug' parameter in GitLab section of the config file
  • fixed correct identification of recurring project name in a different groups
  • fixed #1 - Hostname support
  • fixed #2 - GitLab group support
  • !! update your config.yml
  • !! update MySQL row addr to varchar(255)
  • Add support for backup to GitLab repository
  • Any little changes in help texts
  • Some classes refactoring and code cleaning
  • !! Copy new section 'gitlab:' from config.default.yml to your config.yml