Kaitlyn
3df3fc0b16
Merge pull request #6 from praekeltfoundation/feature/SAS-87-fix-static-rules
...
Set QueryRule to be static
2018-01-22 12:03:29 +02:00
Kaitlyn Crawford
a00929846e
Set query rule to be static
2018-01-18 16:17:30 +02:00
Alex Muller
49fba11049
Merge pull request #5 from praekeltfoundation/enable-linting
...
Enable and fix lint
2018-01-08 10:23:36 +00:00
Alex Muller
e3488e87ad
Enable and fix lint
2018-01-08 09:08:11 +00:00
Alex Muller
808aa6d202
Add tests for exclude_variants
2018-01-08 09:07:15 +00:00
nathanbegbie
efb060cc6e
Merge branch 'release/0.10.3' into develop
2018-01-05 19:18:14 +02:00
nathanbegbie
414afa5269
Merge branch 'release/0.10.3'
0.10.3
2018-01-05 19:17:18 +02:00
nathanbegbie
b3f0ac2d58
Version Bump 0.10.3
2018-01-05 19:16:45 +02:00
Alex Muller
4f9c18d2cf
Merge pull request #3 from praekeltfoundation/fix-segment-edit-link
...
Fix segment edit link
2018-01-05 17:08:12 +00:00
Alex Muller
a4a283e4f3
Fix segment edit link
...
This is hardcoded at the moment which doesn't work unless you
redirect URLs to have a trailing slash.
Using the reverse URL lookup works in all cases.
2018-01-05 17:00:15 +00:00
nathanbegbie
30318549e2
Merge pull request #4 from praekeltfoundation/feature/issue-4-update-wagtail-django-dependencies
...
Update wagtail and django dependencies
2018-01-05 18:55:18 +02:00
nathanbegbie
f19de241b0
Update dependencies for wagtail and django
...
Only run tests for wagtail v1.13 and django v1.11
2018-01-05 18:28:40 +02:00
nathanbegbie
95ecd8d200
Merge branch 'release/0.10.2' into develop
2017-11-23 16:33:16 +02:00
nathanbegbie
6436b85b1d
Merge branch 'release/0.10.2'
0.10.2
2017-11-23 16:32:31 +02:00
nathanbegbie
06471248d3
Version Bump 0.10.2
2017-11-23 16:32:20 +02:00
nathanbegbie
e3df03f559
Merge pull request #2 from torchbox/fix/visitor-rule-not-updating
...
Fix visitor rule not updating correct paths
2017-11-23 16:29:13 +02:00
Tomasz Knapik
0a42ce3eeb
Fix not updating visitor count rule properly
2017-11-23 14:10:16 +00:00
nathanbegbie
e5068894c3
Merge branch 'release/0.10.1' into develop
2017-11-13 15:03:41 +02:00
nathanbegbie
fdc2b97194
Merge branch 'release/0.10.1'
0.10.1
2017-11-13 15:03:32 +02:00
nathanbegbie
a8d3aeab68
Version Bump 0.10.1
2017-11-13 15:02:56 +02:00
nathanbegbie
c76d6d1617
Update manifest to include missing js files
2017-11-13 14:58:20 +02:00
nathanbegbie
a8c4b66d6e
Merge branch 'release/0.10.0' into develop
2017-11-09 16:53:42 +02:00
nathanbegbie
f3fbee99a2
Merge branch 'release/0.10.0'
0.10.0
2017-11-09 16:53:37 +02:00
nathanbegbie
4918c99b5f
Version Bump 0.10.0
2017-11-09 16:53:22 +02:00
nathanbegbie
330c3bd377
Merge branch 'feature/issue-1-create-pypi-release' into develop
2017-11-09 16:49:29 +02:00
nathanbegbie
9c9a9d3acd
add missing function call
2017-11-09 16:37:52 +02:00
nathanbegbie
51e9aa9724
remove all the extra testing environments
2017-11-09 13:36:43 +02:00
nathanbegbie
a5705fd53c
Removed extra newline
2017-11-09 13:27:31 +02:00
Milton Madanda
9d1f3074c0
add pypi password
2017-11-09 13:18:22 +02:00
nathanbegbie
3bfd5b8e8f
Add deploy instructions to travis file
2017-11-09 11:54:13 +02:00
nathanbegbie
232609fb4e
Update setup file for new package name
2017-11-09 11:52:55 +02:00
Todd Dembrey
35fd4836b0
update the realease
2017-11-08 13:58:50 +00:00
Todd Dembrey
b786b0a4d2
Merge pull request #1 from torchbox/feature/dynamic-segments
...
Add the logic for static segments
2017-11-08 11:16:25 +00:00
Todd Dembrey
23b1456438
Add tests which cover anonymous users
2017-11-01 17:10:03 +00:00
Todd Dembrey
1f4a4536ab
Make the static elements tracked users only
...
We cannot track anonymous users as the session expires after 10 minutes of
inactivity. This also avoids an issue where there is an error when the user's
session has expired and they navigate a page
2017-11-01 16:43:22 +00:00
Todd Dembrey
b8bf27fb99
add enabled to the excluded segments checked
2017-10-27 07:29:41 +01:00
Todd Dembrey
d07e06b4f0
lock down the static segment to prevent changes
2017-10-26 14:34:16 +01:00
Todd Dembrey
71d7faba1f
Correctly initialise the form
2017-10-26 13:11:16 +01:00
Todd Dembrey
743d3f668e
Limit the segemnt to count for all static case
2017-10-26 12:47:59 +01:00
Todd Dembrey
bc0b69fde5
Hide and show the count input as required
2017-10-26 11:47:28 +01:00
Todd Dembrey
7cf22d05f6
Tidy up the logic checks and remove the frozen property
2017-10-26 10:55:13 +01:00
Todd Dembrey
9e0fc8e6fd
Make the static segments work with match_any and fix bug in visit count
2017-10-24 10:50:05 +01:00
Todd Dembrey
a116b14d57
Update to use the save method on the form to populate the segments
2017-10-23 15:46:34 +01:00
Todd Dembrey
44cc95617e
Use a form to clean the instance
2017-10-23 15:00:31 +01:00
Todd Dembrey
c6ff2801c5
Update to use a post_init signal to populate the segment
2017-10-20 17:33:47 +01:00
Todd Dembrey
0d2834a55f
Update the help text migration
2017-10-20 17:17:31 +01:00
Todd Dembrey
ff236a095d
Improve the clarity of the help text
2017-10-20 12:18:29 +01:00
Todd Dembrey
ef20580334
Notify users to static compatible rules and update docs
2017-10-20 12:09:25 +01:00
Todd Dembrey
cf41be4b76
Add clean method to ensure mixed static segments are valid
2017-10-20 10:57:19 +01:00
Todd Dembrey
f339879907
Ensure that mixed static and dynamic segments are not populated at runtime
2017-10-20 09:53:18 +01:00