https://github.com/NYUCCL/psiTurk

sort by:
Revision Author Date Message Commit Date
9d6c4ed bump to 2.3.10 21 September 2020, 23:12:57 UTC
e943898 patch python2 branch for float(bonus amount) 21 September 2020, 23:11:06 UTC
65ff1a1 try to tell travis to use python2-compat pytest-mock 21 May 2020, 22:40:10 UTC
2de5c10 remove macosx from travis tests 21 May 2020, 22:21:42 UTC
4f263fb undo merge bugfix. Apparently python2 has a different get_hit method. 21 May 2020, 22:19:48 UTC
15eec2b bump version 21 May 2020, 21:09:47 UTC
c62dff9 why the newline, anyway 21 May 2020, 21:07:15 UTC
ee953a0 merge bugfix for extend hit 21 May 2020, 21:05:19 UTC
1a0133c bump version 20 January 2020, 22:04:42 UTC
1397a60 gunicorn < 20.0 requires but does not specify that pip package setproctitle needs to be installed to use proc_name setting 20 January 2020, 22:02:48 UTC
427ee36 bump version 06 January 2020, 17:55:59 UTC
6cd4c75 update zenodo json with gureckis orcid 06 January 2020, 17:52:20 UTC
375fbc0 newline after psiturk status message 06 January 2020, 17:50:44 UTC
cf4acd0 tentative zenodo json file 03 January 2020, 20:26:29 UTC
2e69582 pipreqs suggested a version of GitPython that does not support python2; downgrade. 03 January 2020, 19:43:04 UTC
381eeff generated requirements.txt with pyreqs and ran pylint for unused-imports 03 January 2020, 19:36:05 UTC
e9dde8b remove errant env, trying to trigger travis again 10 October 2019, 04:10:14 UTC
450c97e add env back in 10 October 2019, 04:06:38 UTC
2ff2344 only do deploy for python2.7 on linux 10 October 2019, 04:05:03 UTC
ab85d45 forgot to bump version 10 October 2019, 03:41:34 UTC
7ec65a0 Participant get_x_ methods use correct IO depending on if python2 or python3 27 September 2019, 23:42:35 UTC
f6b15af allow user to decide if they want to install gnureadline 26 September 2019, 22:23:38 UTC
59f86e2 env for each test build 26 September 2019, 21:05:23 UTC
f59429b specify pip env 26 September 2019, 21:02:38 UTC
0e48899 trying matrix travis 26 September 2019, 21:00:49 UTC
f55ad58 add osx to travis 26 September 2019, 19:41:46 UTC
b65e87e bump version to 2.3.5 25 September 2019, 04:38:51 UTC
77b9c82 point to master changelog 25 September 2019, 04:38:21 UTC
2d0dbaf remove accidentally-backported functions 19 September 2019, 23:47:02 UTC
eea0cf2 Call _get_local_hitids() only once in _get_hits() This provides a large speedup when the requester has many hits Also, remove trailing whitespace 19 September 2019, 23:44:15 UTC
38fd739 remove has_key in example custom.py 06 September 2019, 23:33:21 UTC
454de59 woah chill, pytest 06 September 2019, 23:32:43 UTC
ebe495a version bump to 2.3.4 06 September 2019, 22:47:25 UTC
a111117 use utf-8 encoding for opening files in experiment.py 27 August 2019, 18:14:28 UTC
e2b4241 i think that this will enable quoted strings for bonus reasons 27 August 2019, 07:28:20 UTC
5a7cec8 test against submitted, not completed 27 August 2019, 04:33:39 UTC
b32e1b9 tie reason to the reason arg 27 August 2019, 04:26:11 UTC
0aaa5ba do not return local submitted unless status submitted (do not include completed) 27 August 2019, 04:07:00 UTC
1ebe7c8 backport -- gracefully handle when outer wrapper request fails 27 August 2019, 04:01:58 UTC
6d746ac unit test for asserting that insert_mode runs without error 19 August 2019, 18:48:58 UTC
f994efc skip existing for travis 29 July 2019, 20:44:43 UTC
4394a53 bumping version for tagging 29 July 2019, 20:36:10 UTC
b3ecb95 be quiet on intro prompt if not shell 29 July 2019, 20:35:58 UTC
f15421b check against six string_types instead of str 29 July 2019, 20:27:59 UTC
4769f9e tell travis to build from branch python2 for this branch 29 July 2019, 20:17:45 UTC
951930b unit tests for approve_all_for_hit 29 July 2019, 20:11:29 UTC
b48a25a patch for approve-single-assignment 29 July 2019, 19:22:25 UTC
1a2c35d update changelog for 2.3.2 29 July 2019, 19:21:56 UTC
7d0d843 backport datastring encoding fix 29 July 2019, 19:10:03 UTC
7ed600a set version number in changelog 28 June 2019, 19:48:22 UTC
be169c6 make python2 compat 28 June 2019, 19:44:00 UTC
7e818cf fix for 2.3.2 release 28 June 2019, 19:33:11 UTC
d266194 set success attribute on wrapperresponsesucess; config psiturk_history 28 June 2019, 19:31:44 UTC
e5c8f22 helpful error messages for non-aws users 28 June 2019, 19:31:08 UTC
a42eafb bump version to 2.3.1 27 June 2019, 22:09:34 UTC
cb836e2 make status msg raw txt 27 June 2019, 22:03:57 UTC
c847801 Merge pull request #352 from NYUCCL/test-suite Test suite and huge refactor in preparation for python3 and web interface 27 June 2019, 21:56:03 UTC
9087c94 update many dependencies 27 June 2019, 21:52:23 UTC
9f2a749 do not lock down runtime, now that we support python3... 27 June 2019, 20:41:14 UTC
06bb22a fix kwarg grammar problem for py27 27 June 2019, 20:35:25 UTC
a835f4f amt services wrapper now wraps its methods in something that handles setting data, exceptions, etc, so that the functions can throw meaningful errors and so that they do not all have to have response code repeated. move towards web api ease. 27 June 2019, 20:35:25 UTC
dcf417d move mturk connect check into services wrapper 27 June 2019, 20:35:25 UTC
78df120 wrap most all amt_service calls in a check_mturk_connect call, and also return an api-type response 27 June 2019, 20:35:25 UTC
74a98d0 get ad_id from returned wrapper_response 27 June 2019, 20:35:25 UTC
723d840 update changelog for expire bugfix 27 June 2019, 20:35:25 UTC
dde8d4c set expiry further in past fixes #354 27 June 2019, 20:35:25 UTC
7bf5510 update changelog with python 3 description and travis ci edits 27 June 2019, 20:35:24 UTC
949eedf travis does not like pickle? 27 June 2019, 20:35:24 UTC
9a2d2b0 fix configparser import for python 2.7.15 27 June 2019, 20:35:22 UTC
2fac55a python 3! 27 June 2019, 20:34:13 UTC
a7fcf76 after future 27 June 2019, 20:33:03 UTC
a7a6f8b add trove classifiers 27 June 2019, 20:32:12 UTC
d9e9c51 update readme with google group link and with development quickstart 27 June 2019, 20:32:12 UTC
34a52ce strip out openshift 27 June 2019, 20:32:12 UTC
e1dfeae add pytz 27 June 2019, 20:32:12 UTC
bf85996 add pytest-mock to test-requirements 27 June 2019, 20:32:12 UTC
0e65b3e add aws_env to test files, and skip broken psiturk test 27 June 2019, 20:32:12 UTC
86b53c1 adding changelog for recording version changes 27 June 2019, 20:32:12 UTC
9c998b0 * test suite now runs through most-all shell commands * any printing is moved into the psiturk_shell, and the aws_wrapper returns WrapperResponse objects from functions that do not start with a `_` 27 June 2019, 20:32:12 UTC
719b116 fix color prompt; remove all mentions of tunnel 27 June 2019, 20:32:12 UTC
c093b9f remove system status call to psiturk.org, replace with github, and use urllib3 instead with pyopenssl 27 June 2019, 20:32:12 UTC
8e1647e cmd2 can handle its own persistent history file 27 June 2019, 20:32:12 UTC
6168c7a overriding to catch keyboard interrupt no longer necessary with new version of cmd2 27 June 2019, 20:32:12 UTC
bad0b6b test suite for wrapper bonusing 27 June 2019, 20:32:12 UTC
63682bc up to rejecting and unrejecting 27 June 2019, 20:32:12 UTC
60fa4bd typo 27 June 2019, 20:32:12 UTC
a005aa5 about to bfg 27 June 2019, 20:32:12 UTC
fce9559 typo 27 June 2019, 20:32:12 UTC
83f898d introduce beginnings of test suite, and remove support for aws rds 27 June 2019, 20:32:12 UTC
e862af1 not self 27 June 2019, 20:32:12 UTC
092600d getint for approval req 27 June 2019, 20:32:12 UTC
6ca8a56 local hit 27 June 2019, 20:32:12 UTC
c9e7d4d wip of storing created hits in psiturk db 27 June 2019, 20:32:11 UTC
5f10a5f the beginnings of counting number of completed verkers 27 June 2019, 20:32:11 UTC
2d247db count the number of workers who have finished the study for a given codeversion and mode 27 June 2019, 20:32:11 UTC
fff7846 Merge pull request #340 from ariekahn/339-fix-exit-exception Use sys.exit instead of exit 21 June 2019, 19:30:29 UTC
3ac0093 Create status_msg.json 04 June 2019, 19:35:25 UTC
8b5103d bump version 30 May 2019, 22:56:17 UTC
6ebea47 fix: do_mode was not cascading to amt_services 21 May 2019, 19:12:47 UTC
7170b99 Merge pull request #346 from CatherineWong/patch-1 More informative failure message if no access key. 23 April 2019, 20:28:41 UTC
back to top