https://github.com/NYUCCL/psiTurk

sort by:
Revision Author Date Message Commit Date
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
28035a2 More informative failure message if no access key. 23 April 2019, 19:39:00 UTC
ddd7b44 Merge remote-tracking branch 'origin/master' 23 April 2019, 18:09:22 UTC
986523e # This is a combination of 2 commits. # The first commit's message is: Boto3 support # This is the 2nd commit message: tested: * worker list * worker approve * worker reject * worker unreject * hit list * hit create * hit dispose / delete / expire * hit expire 23 April 2019, 18:00:36 UTC
61b6a46 update heroku psycopg2 req 23 April 2019, 18:00:35 UTC
e1170a0 psychopg2 changed to 2.7.7 23 April 2019, 18:00:35 UTC
0f9d1de bump version but not calling it stable in readme yet 23 April 2019, 18:00:35 UTC
d2052a5 update heroku psycopg2 req 23 April 2019, 16:49:23 UTC
c7ed00e Merge pull request #344 from fohria/343-update-psychopyg-dependency psycopg2 changed to 2.7.7 closes #343 20 March 2019, 19:24:40 UTC
9b669a5 psychopg2 changed to 2.7.7 19 March 2019, 21:45:08 UTC
d03801d Use sys.exit instead of exit Fixes #339 21 February 2019, 18:32:18 UTC
dbb6fff bump version but not calling it stable in readme yet 20 February 2019, 20:56:29 UTC
661bf21 Merge pull request #338 from jpalat/337-parse-httpbin-response Fixes 377 by parsing the json returned from httpbin.org. 20 February 2019, 20:49:54 UTC
28aa85f Fixes 377 by parsing the json returned from httpbin.org. This method is safe if the previous output is provided. 20 February 2019, 20:44:35 UTC
6508f1c require the certifi library psiturk SSL certificates were recently updated and for whatever reason the certs no longer validated. this is fixed by including a dependency on `certifi`, so here it is. https://pypi.org/project/certifi/ resolves #336 09 February 2019, 07:55:00 UTC
c5d2608 Merge pull request #335 from hyiltiz/master later SQAlchamy is compatible with mysql 8.0 28 December 2018, 23:01:17 UTC
38254d5 later SQAlchamy is compatible with mysql 8.0 28 December 2018, 08:08:57 UTC
9806225 off first before submit to avoid unload warning 16 September 2018, 04:04:53 UTC
a51b5b7 disabling for now because it is broken 16 September 2018, 04:03:43 UTC
6e1422e one more raw config get 16 September 2018, 04:03:19 UTC
ee5a47c amend previous commit... 16 September 2018, 03:32:14 UTC
back to top