- 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 4 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
-
Emmanuel Milou authored
Add a <tags> argument to the <test> command We can now filter which scenarios are run by behat. See merge request !4
-
- 18 Jul, 2016 6 commits
-
-
Philippe Mouchel authored
+ propose to push local branches
-
Philippe Mouchel authored
-
Philippe Mouchel authored
-
Philippe Mouchel authored
-
Philippe Mouchel authored
-
Philippe Mouchel authored
-
- 29 Jun, 2016 2 commits
-
-
Samuel Sirois authored
It was confusing to test on a string but passing a boolean as the default value.
-
Samuel Sirois authored
The drush.make command is the one dangerous method. The test should be done there and not on all methods calling it.
-
- 28 Jun, 2016 1 commit
-
-
Samuel Sirois authored
-