| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-17 | Merge pull request #166 from JocelynDelalande/jd-fix-prefixed-test | Alexis Metaireau | 1 | -0/+1 | |
| Fix ServerTestCase.test_unprefixed test | |||||
| 2017-01-09 | Fix ServerTestCase.test_unprefixed test | Jocelyn Delalande | 1 | -0/+1 | |
| The test was always failing, actual reason is the `app.run.configure()` fails to reset the `APPLICATION_ROOT` setting which `ServerTestCase.test_prefixed` overloads (side effect). This patch *do not* fix app.run.configure as it seems uneasy, but takes a different approach which has the advantage of making the test more explicit. Would still be a good thing to investigate more on configure(). Fix #163 | |||||
| 2017-01-03 | Add a test to catch zero-amount transfers in the settle page | Baptiste Jonglez | 1 | -0/+40 | |
| 2016-09-12 | Update negative amounts test | fredericsureau | 1 | -3/+1 | |
| 2016-06-16 | Hide the member weights in members list if all weights are "1". | Jocelyn Delande | 1 | -0/+16 | |
| 2016-06-15 | Added member weights support to API | Jocelyn Delande | 1 | -6/+66 | |
| 2016-06-15 | Add members weight in models and budget backend refs #94 | Jocelyn Delande | 1 | -0/+30 | |
| 2016-04-03 | Do not load user-overriden settings in unit tests. | Jocelyn Delande | 1 | -0/+3 | |
| Loading not versioned settings.py during tests make them less predictable. That's inspired from django behaviour with DJANGO_SETTING_MODULE environment variable. | |||||
| 2015-11-09 | Merge pull request #122 from JocelynDelalande/configurable-prefix | Alexis Metaireau | 1 | -0/+15 | |
| Made an URL prefix configurable in settings | |||||
| 2015-08-20 | Remove trailing whitespaces | Jocelyn Delande | 1 | -1/+1 | |
| 2015-08-19 | Made an URL prefix configurable in settings, includes tests. | Jocelyn Delande | 1 | -0/+15 | |
| 2013-10-12 | Add unit-test for bug #105. | A.Avenel | 1 | -0/+5 | |
| Small code refactoring for better readability | |||||
| 2013-05-09 | Merge pull request #96 from aavenel/master | Alexis Metaireau | 1 | -4/+63 | |
| New feature : Settle the bill | |||||
| 2013-04-08 | Bugfix#92 : error when deleting an user | A.Avenel | 1 | -0/+7 | |
| 2013-04-07 | More code cleanup for "settle bills" | A.Avenel | 1 | -2/+2 | |
| 2013-04-07 | use "member.id" instead of "member" | A.Avenel | 1 | -6/+6 | |
| 2013-02-19 | Merge branch 'flask0.9' of github.com:aavenel/ihatemoney | A.Avenel | 1 | -3/+5 | |
| 2013-02-19 | Update tests to work with flask 0.9 | A.Avenel | 1 | -3/+5 | |
| 2012-11-03 | Add unit tests for settle_bill | A.Avenel | 1 | -1/+58 | |
| 2012-09-02 | Fix project deletion. fix #87 | Alexis Metaireau | 1 | -0/+18 | |
| 2012-09-02 | Enhance the test suite | Alexis Metaireau | 1 | -56/+48 | |
| 2012-04-01 | make tests run on python 2.7 also | Alexis Metaireau | 1 | -4/+8 | |
| 2012-03-29 | Adds test for the has_bills() method of Person model | Frédéric Sureau | 1 | -0/+25 | |
| 2012-01-28 | Changed delete feature to only support POST method. Fix #21. | Frédéric Sureau | 1 | -0/+10 | |
| 2011-12-03 | Small commit to add more informations in dashboard view. | A.Avenel | 1 | -0/+4 | |
| 2011-11-02 | Oops, forgot to commit tests | A.Avenel | 1 | -10/+23 | |
| 2011-10-18 | Document the API. Fix #46 | Alexis Metaireau | 1 | -7/+7 | |
| 2011-10-18 | Bills can't be negative. Fix #45 | Alexis Metaireau | 1 | -0/+9 | |
| 2011-10-08 | Round the balance. Fix #1 | Alexis Metaireau | 1 | -0/+39 | |
| 2011-10-08 | Add a password recovery feature. Fix #32 | Alexis Metaireau | 1 | -0/+18 | |
| 2011-10-08 | merge with master | Alexis Metaireau | 1 | -1/+2 | |
| 2011-10-08 | Complete the REST API + Tests. Fix #27 | Alexis Metaireau | 1 | -14/+298 | |
| 2011-09-18 | Merge branch 'master' into auth-forms-usability | Arnaud Bos | 1 | -2/+35 | |
| 2011-09-14 | Provide a way to edit a project. Fix #17 | Alexis Metaireau | 1 | -2/+26 | |
| 2011-09-14 | Add a test for #23 | Alexis Metaireau | 1 | -0/+9 | |
| 2011-09-14 | Make the identifier clearer to the end-user. | Arnaud Bos | 1 | -2/+3 | |
| - Send an email to the user with the summary of the created project containing a reminder of the identifier, password and a link. - Add flash message with the identifier in the /invite page/ - Add a small note containing the identifier in the upper right corner of the project main page. | |||||
| 2011-09-09 | Refactor the application to use blueprints. | Alexis Metaireau | 1 | -16/+16 | |
| This allows to isolate some behavior in the context of the web application so the API and the web application can behave in different ways. | |||||
| 2011-08-22 | Add missing tests. Fixes #14 and #22. | Alexis Metaireau | 1 | -6/+110 | |
| 2011-08-21 | Fix a weird behavior with tests and databases. | Alexis Metaireau | 1 | -4/+21 | |
| Now all the database during the tests is in memory, created for each test and cleared at the end of the test. | |||||
| 2011-08-10 | Add some more tests about membership. (#14) | Alexis Metaireau | 1 | -1/+46 | |
| Fixes #15 as invalid: deactivated users are not listed on the bill form or on the balance. | |||||
| 2011-08-10 | Add tests about project creation and member add. | Alexis Metaireau | 1 | -12/+58 | |
| See #14 | |||||
| 2011-08-09 | Add tests to make test that invitations are sent. | Alexis Metaireau | 1 | -25/+52 | |
| Fixes #7 | |||||
| 2011-08-09 | Add tests about sending notifications. #7 | Alexis Metaireau | 1 | -0/+64 | |
