Skip to content

Add environment commands for deployment#13

Open
nicolas43000 wants to merge 30 commits into
masterfrom
feature/12-add-environment-commands
Open

Add environment commands for deployment#13
nicolas43000 wants to merge 30 commits into
masterfrom
feature/12-add-environment-commands

Conversation

@nicolas43000

Copy link
Copy Markdown
Contributor

#12

gplanchat and others added 6 commits August 5, 2020 11:48
Added ElasticStack enable/disable switch + integration
Added Mac OS optimizations enable/disable switch
Updated ElasticSearch image tags
Added health checks for MySQL and PostgreSQL
Fixed stack merging issues while the service order does not match
Added the ability to self-manage some services and volumes in order to ignore stack updates
to know in advance that php 7.4 is required if someone is not using install via composer
@nicolas43000 nicolas43000 changed the title Add environments command for deployment Add environment commands for deployment Sep 23, 2020
Comment thread bin/kloud Outdated
Comment thread src/Platform/Console/Command/Environment/InitCommand.php Outdated
@gplanchat gplanchat force-pushed the master branch 4 times, most recently from ad21c45 to 272a614 Compare September 29, 2020 23:08
…ronment-commands

# Conflicts:
#	README.md
#	src/Domain/Stack/Compose/Normalizer/ServiceDenormalizer.php
#	src/Domain/Stack/OroPlatform/Service/ElasticSearch.php
#	src/Domain/Stack/OroPlatform/Service/MySQL.php
#	src/Domain/Stack/OroPlatform/Service/PostgreSQL.php
Comment thread src/Domain/Environment/DTO/Context.php Outdated
Comment thread src/Domain/Environment/DTO/DirectValueEnvironmentVariable.php

public function __toString()
{
return implode('', array_map(function ($item) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Attention ça ça pète si t'envoie n'importe quoi dans le constructeur

@gplanchat gplanchat linked an issue Nov 5, 2020 that may be closed by this pull request
15 tasks
Comment thread docs/usage.md Outdated
Comment thread src/Platform/Console/Command/Environment/Database/LoadCommand.php
Comment thread src/Platform/Console/Command/Environment/Database/DumpCommand.php

return 0;
}
}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supprime uniquement la valeur de la variable, pas la variable entière.
Peut être que c'est normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement deployment commands

5 participants