- 07 Nov, 2016 14 commits
-
-
This argument is valid only in combination with `local` role parameter, and it is not being called in this combination anymore.
-
It makes sense (and even possible at all) to controll Docker containers from local environment. Replacing `fab_run()` directly with `local()` calls ensures that container management will not be performed inside of Docker instance or on remote server because of a configuration error.
-
The `fab_run()` function does not add any behavior for local calls, only ambiguity of the command execution environment. Inlining `local()` calls contributes to a clear separation of enrivonments.
-
Victor Nikulshin authored
Regularize usage of locale and site_languages config On n'a pas de besoin d'avoir deux parameters qui configure la locale d'installation. Seulement site_languages is suffisant. See merge request !23
-
The `site_languages` parameter can receive multiple language codes separated by commas. Thus its value cannot be reused as-is as a value of `locale` parameter which is passed to Drush during site installation. The value of `site_languages` must be split, and the first element in the list of languages will be used as a site locale during installation.
-
Locale configuration during installation is done with two config parameters: `locale` and `site_languages`, which is excessive. Given that the `locale` parameter is a simple boolean, its value can be inferred from the value of `site_languages` parameter.
-
Do not try to download translation if no languages were set in site configuration. Otherwise, Drush will try to download translations, will be able to find anything, and ultimately fail environment initialization.
-
Victor Nikulshin authored
Do not update /etc/hosts file if target hostname is not set See merge request !21
-
-
Victor Nikulshin authored
Change default vars values to something that does not crash Drupalizer See merge request !20
-
It is better to use the most common IP address assigned to Docker containers than to use a network broadcast address.
-
If configured host name is empty, Drupalizer will construct an invalid `sed` invocation to modify `/etc/hosts` file. As the result, environment initialization will fail.
-
-
Victor Nikulshin authored
Reformat code to match Python coding standards See merge request !17
-
- 02 Nov, 2016 7 commits
-
-
20th (Victor Nikulshin) authored
-
20th (Victor Nikulshin) authored
-
20th (Victor Nikulshin) authored
Exposing tasks from deploy module by their old names in addition to namespaced names for backwards compatibility.
-
20th (Victor Nikulshin) authored
-
20th (Victor Nikulshin) authored
Adding and removing blank lines where appropriate to be more in accordance with Python coding standards.
-
20th (Victor Nikulshin) authored
-
20th (Victor Nikulshin) authored
If function 'deploy' is defined in __init__.py it masks the imported module with the same name. Placing it into deploy.py file is more logical structure-wise. To make sure that the command is still accessible by its old name, it is marked as a default task for 'deploy' module.
-
- 01 Nov, 2016 4 commits
-
-
Victor Nikulshin authored
Change drush.aliases execution context from local to DOCKER This resolves right issues that I've seen happening under certain circumstances. See merge request !19
-
Samuel Sirois authored
This resolves right issues that I've seen happening under certain circumstances.
-
Ernesto Rodriguez Ortiz authored
Use docker executor to run health check and sonar Fix the `.gitlab-ci.yml` to properly run a simple health check, and a [SonarQube](http://sonarqube.org/) static analysis. The SonarQube instance runs at https://sonarqube.savoirfairelinux.net/. Credentials to login are available in SFLvault (m#2222) See merge request !18
-
Emmanuel Milou authored
-
- 31 Oct, 2016 4 commits
-
-
Victor Nikulshin authored
Feature/file system rights See merge request !16
-
Samuel Sirois authored
-
Victor Nikulshin authored
Check if env.site_profile is a core profile I had errors with drush8 when not specifying a profile on site-install See merge request !14
-
Victor Nikulshin authored
Add parent directory creation when creating drush aliases' directory <sites/all/> might not have been created yet (in drush8+d8 for instance) See merge request !15
-
- 27 Oct, 2016 1 commit
-
-
Samuel Sirois authored
-
- 26 Oct, 2016 1 commit
-
-
Samuel Sirois authored
<sites/all/> might not have been created yet.
-
- 24 Oct, 2016 1 commit
-
-
Samuel Sirois authored
-
- 18 Aug, 2016 1 commit
-
-
Emmanuel Milou authored
-
- 17 Aug, 2016 2 commits
-
-
Philippe Mouchel authored
-
Samuel Sirois authored
Enable GitLab CI * Provide a .gitlab-ci.yml See merge request !11
-
- 16 Aug, 2016 5 commits
-
-
Emmanuel Milou authored
Revert "Merge branch 'feature/update-doc' into '2.x'" This reverts merge request !9 See merge request !10
-
Emmanuel Milou authored
Add fab --list command as health check
-
Emmanuel Milou authored
Add a basic config file to analyse code with sonar Lookup http://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner#AnalyzingwithSonarQubeScanner-Installation in order to install and configure sonar-scanner on your development box. See merge request !8
-
Emmanuel Milou authored
-
Emmanuel Milou authored
This reverts merge request !9
-