- 07 Nov, 2016 3 commits
-
-
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 8 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
-
Emmanuel Milou authored
Update README See merge request !9
-
Emmanuel Milou authored
-
Philippe Mouchel authored
-
- 05 Aug, 2016 3 commits
-
-
Samuel Sirois authored
-
Emmanuel Milou authored
Use a env var provided by Fabri instead of interactive_mode Cause we can not override its value as it's defined in a file See merge request !7
-
Philippe Mouchel authored
active_mode, cause we can not override its value as it's defined in a file
-
- 04 Aug, 2016 2 commits
-
-
Samuel Sirois authored
Provide languages in a variable in conf file Plutot que ne proposer que le français comme langue en plus de l'anglais, on ouvre les possibilités en gérant les langues additionnelles via un paramètre : env.site_languages. Tout ça pour builder des plateformes prêtes à accueillir des langues supplémentaires. Voir l'option **--translations** de la commande make pour les valeurs possibles : https://drushcommands.com/drush-7x/make/make/ See merge request !6
-
Philippe Mouchel authored
-
- 26 Jul, 2016 3 commits
-
-
Emmanuel Milou authored
Feature/git dirty repos Add a git "module" that checks if workspace repositories are clean or not. If not, asks if user wishes to continue with consequence of potentially loosing local files/commits/modifications. See merge request !5
-
Philippe Mouchel authored
to detect local branches ahead of remote branches
-
Philippe Mouchel authored
-