06 Jul, 2015
1 commit
01 Jul, 2015
1 commit
29 Jun, 2015
3 commits
-
run db:migrate _after_ plugins are enabled system-wide so that plugins migrations are executed.
-
Closes #39
25 Jun, 2015
3 commits
-
Update upload size See merge request !33
-
Signed-off-by: msfernandes <matheus.souza.fernandes@gmail.com>
24 Jun, 2015
4 commits
-
Software create licenses Add command line to create software licenses in noosfero recipe See merge request !19
-
Fixing private token Fix bug to create gitlab token Move code of create-admin-token-colab to after code of colab-admin migrate Use a lambda to run comand that takes the private token See merge request !30
23 Jun, 2015
3 commits
-
Fix enable plugins Fix the only_if condition for rake task in enable_all plugins We changed the -T for -P flag in order to show all tasks and not only the ones with description See merge request !32
-
Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
We changed the -T for -P flag in order to show all tasks and not only the ones with description Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
22 Jun, 2015
1 commit
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
21 Jun, 2015
1 commit
-
Move code of create-admin-token-colab to after code of colab-admin migrate Use a lambda to run comand that takes the private token Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
19 Jun, 2015
3 commits
18 Jun, 2015
2 commits
11 Jun, 2015
5 commits
-
Signed-off-by: msfernandes <matheus.souza.fernandes@gmail.com>
-
Using not_if to verify if the user exists Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
-
Changing the way the colab user was created by changing the approach to using a json file together with the command colab-admin loaddata Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
-
Mailman fix fixed mailman list name and held messages See merge request !26
09 Jun, 2015
3 commits
-
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
-
In order to make gitlab indexing work on colab, it is necesary to get the private token from an admin user. Therefore, it is necessary to create an admin user on both colab and gitlab. Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
08 Jun, 2015
4 commits
-
- The new backup task uses the rsnapshot package - Cron job to run the backups - Each server holds its own backups - Backup task just downloads data to the host
03 Jun, 2015
1 commit
02 Jun, 2015
2 commits
-
Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
28 May, 2015
1 commit
25 May, 2015
2 commits
-
Fix external firewall The goal of this MR is to use the integration machine as SSH gateway (instead of ``reverseproxy``). See merge request !17