05 Jan, 2016
1 commit
30 Dec, 2015
1 commit
28 Dec, 2015
1 commit
11 Nov, 2015
1 commit
10 Nov, 2015
4 commits
-
I wasn't able yet to figure out why the rake task was not behaving as expected. I suspect it has to do with the order stuff is being loaded being changed with Rails 4, but I am not sure yet. This works.
-
rcov has been deprecated for a while
-
For some bizarre reason no tests would run when the :cucumber task is added as a dependency of :default (??). Also let's stop messing with the dependencies of the test task; the task to run all tests (as in ci.noosfero.org) is now ci:full
09 Nov, 2015
1 commit
-
script/noosfero-plugins will now fail if the plugin dependencies are not met, which caused the whole set of plugin tests to be aborted at the first plugin whose dependencies were not available.
05 Nov, 2015
1 commit
04 Nov, 2015
2 commits
-
_That_ was why the find could fail ...
03 Nov, 2015
2 commits
-
GetText will try to update PO files when creating MO files, and we don't want that.
-
- updatepo has been replaced by gettext:po:update - makemo has been replaced by gettext:mo:update
07 Oct, 2015
1 commit
05 Oct, 2015
2 commits
-
This is useful when you are loading a database dump from a production database for local tests, and you don't want people's emails there in order to avoid accidental outgoing email.
02 Oct, 2015
1 commit
01 Oct, 2015
1 commit
30 Sep, 2015
2 commits
29 Sep, 2015
1 commit
26 Sep, 2015
1 commit
-
This is useful for testing packages, since regular packages created with `noosfero:deb` would have the same version number as the last release ondes.
28 Aug, 2015
2 commits
13 Aug, 2015
1 commit
12 Aug, 2015
1 commit
07 Aug, 2015
1 commit
06 Aug, 2015
4 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
29 Jul, 2015
1 commit
-
So that it shows up in the output of `rake -T`
24 Jul, 2015
1 commit
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
21 Jul, 2015
1 commit
-
With this we will finally have a consistent list of people who contributed with commits (code, translations, artwork and whatnot). I hope that from now on people will know how to configure their git clients to not generate garbage.
20 May, 2015
1 commit
08 May, 2015
2 commits
-
- Adds host option to the postgres commands where necessary. - Passes -h option to tar when compressing in order to follow symlinks. Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
-
- `rake backup` will now create a tarball with everything that needs to be backed up (files + database dump) - `rake restore BACKUP=/path/to/(...).tar.gz` will restore that backup over the current Noosfero instance. Multi-tenant setups are not supported yet.
04 May, 2015
2 commits