31 Aug, 2016
1 commit
-
- Introduces Follower and Followable concerns - Adds External Profile - External Person can follow profiles - External Profiles can be followed - Refactors Profile/Circle relations Signed-off-by: DylanGuedes <djmgguedes@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
22 Jul, 2016
1 commit
18 Jul, 2016
2 commits
17 Jul, 2016
1 commit
-
Signed-off-by: Alessandro Caetano <alessandro.caetanob@gmail.com> Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com> Signed-off-by: Victor Matias Navarro <victor.matias.navarro@gmail.com> Signed-off-by: Vitor Barbosa <vitormga15@gmail.com>
04 Jul, 2016
3 commits
-
* Creates concerns for concealing common attributes for different types of person * Starting federated login * Removing call to lib * Adapt external person attributes and current_user to allow for external login * Fix functional tests * Get profile image with fixed link to profile image * Adding API endpoint to get profile icon * Ensure that the federated user has e-mail * Get person or external person * Adding Selenium test for federated login * Last tests for federated login feature * Creates initial tests for ExternalProfile * Makes ExternalProfile respond to all Profile methods to avoid breakage * Makes ExternalProfile respond to all Person methods to avoid breakage * Adds more tests for ExternalPerson * Skip certificate verification over ssl authentications Signed-off-by: Caio SBA <caiosba@gmail.com>
01 Jun, 2016
2 commits
31 May, 2016
1 commit
-
Updates branch federation with current master
24 May, 2016
1 commit
-
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
06 May, 2016
4 commits
-
Send email to environment and profile admins - Environment admins can now choose the recipients that will recieve an email sent throw the admin panel. There are now 3 options: All users(exclusive with other options) Environment Admins(inclusive with opt below) Profile Admins(inclusive with opt above) See merge request !885
-
- Environment admins can now choose the recipients that will recieve an email sent throw the admin panel. There are now 3 options: All users(exclusive with other options) Environment Admins(inclusive with opt below) Profile Admins(inclusive with opt above) Signed-off-by: Artur Bersan de Faria <arturbersan@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Matheus Miranda <matheusmirandalacerda@gmail.com> Signed-off-by: Omar Junior <omarroinuj@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: Sabryna Sousa <sabryna.sousa1323@gmail.com>
-
Fix random selenium fails when trying to log in The cause of this issue is still undefined as both steps were leading to the same page, but with different behaviours. One possible cause is that clicking the "Login" link should be opening the log in modal which is not happening. All the taken screenshots are with the "Login" page displaying. Maybe this is still related to the previous issues with the selenium click steps addressed by the MRs #780 and #785. See merge request !794
27 Apr, 2016
1 commit
-
This will many further improvements to the products, such as: - Interaction with other plugins such as suppliers, stock and currencies. The inteface can change in such a way that if done usings hotspots would hurt usability and coherence. - More autonomy to develop and integrate other features (in the next months we will integrate batch edition and stock, currencies might come next) - More declouping from core and other components
25 Apr, 2016
1 commit
19 Apr, 2016
1 commit
-
Signed-off-by: Alessandro Caetano <alessandro.caetanob@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
18 Apr, 2016
1 commit
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
08 Apr, 2016
1 commit
29 Mar, 2016
1 commit
-
- Send activation code with delayed job - Avoid unecessary user save after update person Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
23 Mar, 2016
1 commit
-
- Rename TasksHelper file - Referencing TasksHelper in TaskController - Refactoring task_action/url helper method - Manage tasks feature - Update SuggetstArticle step - Adds functional test for keeping tasks filter Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Joenio Costa <joenio@colivre.coop.br> Signed-off-by: Ábner Silva de Oliveira <abner.oliveira@serpro.gov.br> Signed-off-by: Gustavo Jaruga <darkshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
12 Mar, 2016
1 commit
03 Mar, 2016
1 commit
-
Signed-off-by: Gustavo Jaruga <darkshades@gmail.com> Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com>
23 Feb, 2016
1 commit
-
Signed-off-by: Álvaro Fernando <alvarofernandoms@gmail.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
22 Feb, 2016
1 commit
21 Feb, 2016
5 commits
-
So use the block at the environment page
-
This improves selenium and plugins tasks by more than 10 minutes See https://blog.codeship.com/faster-rails-tests/
20 Feb, 2016
1 commit
-
The cause of this issue is still undefined as both steps were leading to the same page, but with different behaviours. One possible cause is that clicking the "Login" link should be opening the log in modal which is not happening. All the taken screenshots are with the "Login" page displaying. Maybe this is still related to the previous issues with the selenium click steps addressed by the MRs #780 and #785.
11 Feb, 2016
2 commits
-
It is redundant, as the feature that it is supposed to test can be completed tested with less expensive tests.
05 Feb, 2016
1 commit
-
The previous fix at 8064b0da19cedbb3d8089e9fd62e208857aea0ef did not expect links with onClick actions which was specially breaking the category_block feature.
04 Feb, 2016
1 commit
-
Depending on timing trying to fill a tinyMCE control will fail with `tinymce.editors.article_body is undefined` (Selenium::WebDriver::Error::JavascriptError), probably because at the point we try to interact with the editor it is still being loaded by the browser. Because of that in case of failure we sleep for 1 second and try again at most 5 times.
02 Feb, 2016
2 commits
-
Tinymce fields are not filled normally as other fields. In order to fill them, had to use execute_script to set the content of the editor object. This fix might be necessary in other tests as well.
01 Feb, 2016
1 commit
-
Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>