- 30 Sep, 2018 2 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
- 07 Apr, 2018 11 commits
-
-
Martin Pépin authored
-
Martin Pepin authored
-
Martin Pepin authored
cof -- Add tests for some views See merge request cof-geek/gestioCOF!292
-
Martin Pépin authored
-
Martin Pepin authored
cof -- Add tests for export views See merge request cof-geek/gestioCOF!291
-
Martin Pépin authored
-
Martin Pépin authored
-
Martin Pepin authored
cof -- Add tests for club views See merge request cof-geek/gestioCOF!289
-
Martin Pépin authored
-
Martin Pepin authored
cof -- Add tests for calendar views See merge request cof-geek/gestioCOF!290
-
Martin Pépin authored
-
- 06 Apr, 2018 3 commits
-
-
Martin Pepin authored
-
Martin Pepin authored
cof -- Add tests for event views See merge request cof-geek/gestioCOF!286
-
Martin Pépin authored
-
- 05 Apr, 2018 1 commit
-
-
Martin Pépin authored
-
- 20 Feb, 2018 3 commits
-
-
Martin Pepin authored
Properly propagate the default number of places in tirage Closes #182 See merge request cof-geek/gestioCOF!295
-
Martin Pepin authored
Various fixes for Django 1.11 See merge request cof-geek/gestioCOF!294
-
Martin Pepin authored
Make provisioning script stop immediately on errors See merge request cof-geek/gestioCOF!293
-
- 11 Feb, 2018 3 commits
-
-
Basile Clement authored
Fixes #182.
-
Basile Clement authored
- The {% cycle %} command was used non-quoted arguments separated by commas, while it is supposed to use quoted arguments separated by spaces (I'm actually not sure how that ever worked :) - django-bootstrap-form was at version 3.2.1 which is not compatible with Django 1.11 (but also required by GestioCOF). I upgraded it to version 3.3.
-
Basile Clement authored
By default, bash will ignore any failing commands and happily proceed to execute the next ones. This is usually not the behavior the we want in provisioning script (or ever in scripts, actually): if one step of the provisioning fails, it doesn't make much sense to proceed with the following ones. This simple patch uses `set -e` to ask bash to abort the whole script if any command within it fails, leading to outputs that are easier to parse since the commands following a failing one will usually fail also, hiding the root cause.
-
- 06 Feb, 2018 1 commit
-
-
Martin Pepin authored
cof -- Add tests for survey views See merge request cof-geek/gestioCOF!285
-
- 05 Feb, 2018 4 commits
-
-
Martin Pepin authored
Fix autocomplete in registration views. See merge request cof-geek/gestioCOF!288
-
Martin Pepin authored
kfet -- Create initial statement on checkout save See merge request cof-geek/gestioCOF!283
-
Martin Pepin authored
Fix available checkouts in K-Psul Closes #184 See merge request cof-geek/gestioCOF!282
-
Martin Pepin authored
Speed up tests in dev (×40) See merge request cof-geek/gestioCOF!281
-
- 22 Jan, 2018 9 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
- Fix a typo. - Bump version of django-bootstrap-form to be comaptible with Django 1.11.
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
- 21 Jan, 2018 3 commits
-
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-
Aurélien Delobelle authored
-