03 Apr, 2013
1 commit
-
Now the plugins can create the folders 'step_definitions' and 'support' under the folder 'features' to extend cucumber features as it pleases. The plugins with any extension gain 2 new profiles on the cucumber.yml file. For example, for mezuro plugin, it will have the 'mezuro' and 'mezuro_selenium' cucumber profiles that will load the appropriate files. So if you extend cucumber with new steps, hooks, etc; and you want to run the cucumber tests of mezuro plugin with all these extensions you must include '-p mezuro' on the cucumber call (or '-p mezuro-selenium' to run selenium profile). This is already handled by the rake task that runs the plugins' tests. So it'd be much better to run 'rake test:noosfero_plugins:mezuro:{cucumber,selenium}' instead. Also: * Moving plugins' 'features' folder to the plugin' root instead of inside the folder 'test' (just following Rails convention). * Moving specific steps and hooks of mezuro from core to the plugin. * Requiring plugin to be enabled to run any of its tests.
07 Mar, 2013
1 commit
-
Cucumber and selenium tests from plugins weren't running: I: no tests to run test:noosfero_plugins:cucumber I: no tests to run test:noosfero_plugins:selenium
06 Mar, 2013
1 commit
10 Dec, 2012
1 commit
01 Oct, 2012
2 commits
-
Conflicts: po/pt/noosfero.po public/javascripts/application.js
30 Aug, 2012
1 commit
28 Aug, 2012
3 commits
23 Jul, 2012
1 commit
-
(ActionItem1958)
22 Jul, 2012
1 commit
-
Prefix Solr unique id with schema_path to avoid colision. Fix rake multitenancy:reindex to reindex all environments now that we can :)
19 Jul, 2012
1 commit
-
For some reason running that code from within the rake does not work, but spawning a new process does. Didn't have the time to investigate further.
21 Jun, 2012
1 commit
-
…into merge-requests/173
05 Jun, 2012
1 commit
26 May, 2012
2 commits
-
Conflicts: INSTALL test/unit/article_test.rb
20 May, 2012
1 commit
16 May, 2012
2 commits
-
Without this, `rake noosfero:doc:translate` will always fail if there is any language $lang without a corresponding po/$lang/noosfero-doc.po. Let's face, translating the documentation in the last thing one will do when creating a translation.
02 May, 2012
1 commit
-
Without this, `rake noosfero:doc:translate` will always fail if there is any language $lang without a corresponding po/$lang/noosfero-doc.po. Let's face, translating the documentation in the last thing one will do when creating a translation.
15 Apr, 2012
1 commit
-
Conflicts: app/models/enterprise.rb
09 Apr, 2012
1 commit
-
Nara Oliveira <narananet@gmail.com> Art available on http://openclipart.org/detail/167029/
03 Apr, 2012
1 commit
16 Mar, 2012
2 commits
-
Conflicts: INSTALL app/helpers/application_helper.rb app/views/account/signup.rhtml app/views/layouts/application-ng.rhtml app/views/search/_product.rhtml debian/control debian/noosfero.install debian/noosfero.links features/step_definitions/noosfero_steps.rb script/production
15 Mar, 2012
4 commits
-
* call solr tasks directly, with execute, instead of as dependencies * removed fork on solr:stop to sinchronize sequential tasks
09 Mar, 2012
4 commits
29 Feb, 2012
2 commits
28 Feb, 2012
2 commits
27 Feb, 2012
2 commits
-
The way it worked before only listed the pending migrations from the first plugin, because the task was aborted before listing the pending migrations from the other plugins