Skip to content

Commit

Permalink
Merge branch 'vpsUUID' into 'master'
Browse files Browse the repository at this point in the history
added UUID property to VPS

See merge request transip/restapi-cli-client!120
  • Loading branch information
Reinier Schoof committed Jan 13, 2021
2 parents c6111b5 + 3733aaa commit f8ecb34
Show file tree
Hide file tree
Showing 5 changed files with 1,189 additions and 455 deletions.
8 changes: 6 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ stages:

lint:php:
stage: lint
before_script:
- composer install
script:
- parallel-lint .
- ./vendor/bin/parallel-lint --exclude vendor/ .
tags:
- k8s-tbk

lint:php-codestyle:
stage: lint
before_script:
- composer install
script:
- php-cs-fixer fix -v --dry-run --using-cache=no . --config .php_cs.dist
- ./vendor/bin/php-cs-fixer fix -v --dry-run --using-cache=no . --config .php_cs.dist
tags:
- k8s-tbk

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CHANGELOG
=========

6.4.0
-----
* Added UUID property to VPS

6.3.0
-----
* Added tls mode property to HA-IP
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@
"symfony/console": "^4.3",
"symfony/finder": "^4.3",
"symfony/filesystem": "^4.3",
"transip/transip-api-php": "6.3.*",
"transip/transip-api-php": "6.4.*",
"symfony/yaml": "^4.3",
"webmozart/path-util": "^2.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.17",
"php-parallel-lint/php-parallel-lint": "^1.2"
},
"autoload": {
"psr-4": {
"Transip\\Api\\CLI\\": "src"
Expand Down
Loading

0 comments on commit f8ecb34

Please sign in to comment.