17 Aug, 2015
15 commits
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Allow to run celery from colab-admin Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
-
Colab signals
13 Aug, 2015
1 commit
-
Documentation Add user documentation See merge request !88
12 Aug, 2015
1 commit
-
- Change order to create a folder before create the file - Add description of private_token - Add exemple of usage application_prefix
06 Aug, 2015
5 commits
-
plugins.utils: Removed unnecessary parameter from lambda in getattr call and fix test itself plugins.gitlab: Remove signals.py file and implement register and connect signals in apps.py Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
It is no longer necessary implements signals.py in plugins root directory, this implementation was moved into apps.py Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
05 Aug, 2015
18 commits
-
tests were breaking
-
[skip ci]
-
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
[skip ci]
-
Changing the name of the file imported by the test and also using PropertyMock to mock the delay attribute for the handling method attribute for the connect_signal method Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
Present how to implement plugins signals with new abstract methods. Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
In order to create an abstract class for signal handling, it was necessary to remove the signals methods from the apps of the plugins, and put the implementation from the signal on ColabProxiedAppConfig. It was also created a abstract class on plugins utils that provide abstract methods to register and connect signals. Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
Creating sphinx .rst file containing the documentation for a plugin to use the colab signals structure. Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>