- 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 9 commits
-
-
Samuel Sirois authored
-
Samuel Sirois authored
-
Samuel Sirois authored
-
Samuel Sirois authored
-
Samuel Sirois authored
Refactored git related methods from __init__.py to it's own git.py module.
-
Samuel Sirois authored
-
Samuel Sirois authored
The repository is not always "represented" by a .git directory. It can be represented by a .git file in the case of a git submodule.
-
Samuel Sirois authored
Better to fetch local branches information once instead of twice. We play with "in memory raw data" and extract needed information as needed.
-
Samuel Sirois authored
We wouldn't want to loose unpushed code!
-
- 22 Jun, 2016 2 commits
-
-
Samuel Sirois authored
Extracted a couple of functions and it made it "clear" how to avoid storing two lists of branches in memory.
-
Philippe Mouchel authored
-
- 21 Jun, 2016 1 commit
-
-
Samuel Sirois authored
We can now filter which scenarios are run by behat.
-
- 07 Jun, 2016 2 commits
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
- 19 May, 2016 4 commits
-
-
Emmanuel Milou authored
-
Emmanuel Milou authored
-
Emmanuel Milou authored
Bug/site name We need quotation marks so that the site name will be whole and not multiple arguments to drush. See merge request !3
-
Samuel Sirois authored
-
- 18 May, 2016 1 commit
-
-
Samuel Sirois authored
We need quotation marks so that the site name will whole and not multiple arguments to drush.
-
- 09 May, 2016 1 commit
-
-
Emmanuel Milou authored
-
- 15 Apr, 2016 3 commits
-
-
Philippe Mouchel authored
-
Philippe Mouchel authored
-
Ernesto Rodriguez Ortiz authored
-