17 Jun, 2011
2 commits
-
Early on questions did not have data on loser, so we need to skip those questions when running the appearance > wins + losses + skips test.
24 May, 2011
1 commit
19 May, 2011
1 commit
17 May, 2011
2 commits
-
Add delayed job directly, instead of calling choose_prompt which was causing issues with tracking prompt_cache_hits and the API test.
12 May, 2011
1 commit
11 May, 2011
3 commits
-
* do batches of 10000 * print instead of puts * remove confirmation since we'll be running this weekly from cron
05 May, 2011
1 commit
27 Apr, 2011
1 commit
-
we were trying to create prompts before there was enough enabled
26 Apr, 2011
1 commit
-
when an idea is activated, reduce prompt_queue cache to refill size and schedule delayed job to regenerate prompts
20 Apr, 2011
2 commits
-
before 2010-02-17 we did not track losses, so for any question with votes prior to that date we skip some tests.
14 Apr, 2011
1 commit
-
Any question with votes before 2010-02-17 didn't keep track of the loser. We need to ignore some tests for those questions.
13 Apr, 2011
1 commit
01 Apr, 2011
1 commit
31 Mar, 2011
1 commit
25 Mar, 2011
1 commit
-
add docs for why we skip generating prompts if 90% full
24 Mar, 2011
1 commit
18 Mar, 2011
1 commit
-
only generate prompts if cache is less than 90% full
04 Mar, 2011
1 commit
07 Feb, 2011
1 commit
31 Jan, 2011
1 commit
28 Jan, 2011
1 commit
27 Jan, 2011
3 commits
-
in order to work with multiple app servers, don't export to file. instead export to redis.
26 Jan, 2011
1 commit
25 Jan, 2011
1 commit
24 Jan, 2011
2 commits
21 Jan, 2011
4 commits
20 Jan, 2011
1 commit
-
add index on appearances (question_id, voter_id) remove index on appearances (question_id) as it is now superseded by the former
19 Jan, 2011
2 commits
-
rename picked_prompt to simple_random_choose_prompt add tests for distinct_array_of_choice_ids modify distinct_array_of_choice_ids to use named parameters move conditions variable creation outside of loop update conditions creation to handle when only_active is false