Andrew Cantino
|
3f2e2dc676 |
Merge branch 'master' into human_task_agent_makes_polls |
11 lat temu |
Andrew Cantino
|
e71ed7ffbd |
Merge pull request #97 from albertsun/actionmailer-config |
11 lat temu |
Andrew Cantino
|
0eb956e110 |
HumanTaskAgent can now accept `combination_mode` and `poll_options` which are used to generate a poll from the HITs answers. The poll asks additional Mechanical Turk users to rate the responses, and then the best one is returned. This allows for an additional step of validation on user generated content / data. |
11 lat temu |
Andrew Cantino
|
403db15b35 |
Fix a bug where JSON was lost when saving invalid options |
11 lat temu |
Albert Sun
|
9874e2b41a |
moving mail config into an initializer and a config/smtp.yml file |
11 lat temu |
Andrew Cantino
|
f8744cb89a |
Merge pull request #96 from albertsun/asset-deploys |
11 lat temu |
Albert Sun
|
0481c17dac |
updated based on comments from cantino |
11 lat temu |
Albert Sun
|
198708baa5 |
adding ASSET_HOST config and a staging environment file |
11 lat temu |
Albert Sun
|
dd630a95e4 |
moving things out of assets group in gemfile |
11 lat temu |
Albert Sun
|
a521695d6c |
initialize_on_precompile to false for asset compile |
11 lat temu |
Andrew Cantino
|
9fb53c4f64 |
silence a log |
11 lat temu |
Andrew Cantino
|
22e950214b |
cleanup HITs when they have been reviewed |
11 lat temu |
Andrew Cantino
|
c9b4d1b1f0 |
allow the HITs lifetime to be set |
11 lat temu |
Andrew Cantino
|
82156f3c75 |
move RTurk setup to an initializer |
11 lat temu |
Andrew Cantino
|
a0da672a93 |
Merge pull request #88 from cantino/human_task_agent |
11 lat temu |
Andrew Cantino
|
4851a7aad3 |
fix spec |
11 lat temu |
Andrew Cantino
|
773a612dee |
Allow Events to be re-emitted for testing. |
11 lat temu |
Andrew Cantino
|
31cdf610ac |
Rename max_assignments to assignments; add lots of validations and tests |
11 lat temu |
Andrew Cantino
|
e24f940ac8 |
Merge branch 'master' into human_task_agent |
11 lat temu |
Andrew Cantino
|
63e0147dd6 |
Merge pull request #94 from cantino/fix_xss |
11 lat temu |
Andrew Cantino
|
3eaa9272b1 |
Prevent some possible XSS attacks where user input makes its way into JSON and contains </script> tags. |
11 lat temu |
Andrew Cantino
|
d766eb6cd3 |
Merge branch 'master' into human_task_agent |
11 lat temu |
Andrew Cantino
|
2ee05ab77c |
Merge pull request #93 from cantino/manual_event_agent |
11 lat temu |
Andrew Cantino
|
8d7dde6fb5 |
Add a POST endpoint called handle_details_post that Agents' details views can use to send data to the Agent from the UI. Add a new ManualEventAgent that uses the handle_details_post functionality to create simple events on demand for testing / debugging. |
11 lat temu |
Andrew Cantino
|
c0853a8801 |
Merge pull request #91 from jtzemp/master |
11 lat temu |
JT Zemp
|
56cbe8bd68 |
current_user.agents fails if current_user == nil |
11 lat temu |
Andrew Cantino
|
c2fa67dd9b |
Allow the quick navigation menu to run propagation and show the diagram. |
11 lat temu |
Andrew Cantino
|
c2990c7c4b |
Fix HTML email sending |
11 lat temu |
Andrew Cantino
|
b51eca9382 |
Merge pull request #83 from cantino/better_email_formatting |
11 lat temu |
Andrew Cantino
|
08701a25ac |
merge |
11 lat temu |
Andrew Cantino
|
ca4e71ab5d |
Merge pull request #87 from cantino/quick_navigation |
11 lat temu |
Andrew Cantino
|
f8ee5e3ec4 |
merge |
11 lat temu |
Andrew Cantino
|
6fe8e8bde2 |
Merge pull request #86 from cantino/annotate_agents_that_do_not_make_events |
11 lat temu |
Andrew Cantino
|
03be5fedb0 |
Merge branch 'master' into annotate_agents_that_do_not_make_events |
11 lat temu |
Andrew Cantino
|
dddf607692 |
Add about link |
11 lat temu |
Andrew Cantino
|
c35cc4135e |
Minor css |
11 lat temu |
Andrew Cantino
|
a0484f9153 |
Update Agent Index to hide impossible fields. |
11 lat temu |
Andrew Cantino
|
700209155a |
When an Agent isn't working, the "No" links to either the Agent's details tab, or its Logs tab, depending on if the most recent log is an error. |
11 lat temu |
Andrew Cantino
|
55b8f8064c |
Show event sources and receivers. |
11 lat temu |
Andrew Cantino
|
0150eac1ac |
add cannot_create_events! annotation |
11 lat temu |
Andrew Cantino
|
6a82f27034 |
Add quick navigation box for Agents |
11 lat temu |
Andrew Cantino
|
e284782363 |
Calculate average answers when all questions are numeric |
11 lat temu |
Andrew Cantino
|
1e8dcc65f0 |
Majority voting appears to work |
11 lat temu |
Andrew Cantino
|
0120ccb9c1 |
Basic HuamnTaskAgent with specs |
11 lat temu |
Andrew Cantino
|
690eb0f979 |
Merge pull request #85 from cantino/working_looks_at_logs |
11 lat temu |
Andrew Cantino
|
c99f2a16f5 |
update dependencies |
11 lat temu |
Andrew Cantino
|
7372244d0f |
return false from working? when an agent's most recent log is an error |
11 lat temu |
Andrew Cantino
|
907936e368 |
Merge pull request #84 from cantino/add_more_logging |
11 lat temu |
Andrew Cantino
|
582345ebd1 |
switch a puts to a log |
11 lat temu |
Andrew Cantino
|
bdea7e620c |
log all exceptions during check or receive to Agents' logs |
11 lat temu |