Граф коммитов

2086 Коммитов

Автор SHA1 Сообщение Дата
Sarah Bird 708d876b1f Add nice error reporting for xvfb fail
Add it to docker.
update readme.
2020-05-15 16:52:37 -05:00
Sarah Bird b7da58902e Remove xvfb from conda environment. 2020-05-15 15:43:42 -05:00
Sarah Bird 8fee8d6fd1 Move deploy-to-dockerhub script to scripts
And un-hide it.
2020-05-15 11:22:39 -05:00
Sarah Bird 57ad3fa393 Moved scripts - update .travis.yaml 2020-05-14 11:36:07 -05:00
vringar 2178e4c0ea Fixed crawler exception 2020-05-14 15:45:44 +02:00
vringar b4b9f4cce2 Renamed interrupted to incomplete_visits 2020-05-14 14:43:26 +02:00
Sarah Bird 751dd31be3 Move most scripts to scripts directory 2020-05-14 03:08:19 -05:00
Sarah Bird d4a95f6775 Update README 2020-05-14 02:45:44 -05:00
Sarah Bird 8ed1e15048 Install docker dependencies for firefox 2020-05-14 02:08:20 -05:00
Sarah Bird 7ccfc14c7d Fix missing dependencies 2020-05-14 01:55:20 -05:00
Sarah Bird 83e637c741 New dockerfile, and pep8 2020-05-14 01:42:50 -05:00
Sarah Bird 83bc5c8bee Bugfix prune-environment 2020-05-14 00:59:52 -05:00
Sarah Bird 76c62d78de Fix prune-environment 2020-05-14 00:37:17 -05:00
Sarah Bird 705de01e03 Try a pruning strategy
Alternative cross-platform strategy
2020-05-14 00:14:30 -05:00
Sarah Bird c497f89277 Repin per OS 2020-05-13 23:06:27 -05:00
Sarah Bird 475057b087 No builds in environment.yaml 2020-05-13 22:52:42 -05:00
Sarah Bird 3253fe7a89 Make sure build extension uses conda node 2020-05-13 22:23:36 -05:00
Sarah Bird 76c4a5d86d updated package-lock.json 2020-05-13 21:51:40 -05:00
Sarah Bird 9b47966ddf Add missing localstack dependencies 2020-05-13 21:26:16 -05:00
Sarah Bird 2edf8c71ae Try putting source before install 2020-05-13 20:04:21 -05:00
Sarah Bird 3dff216795 Move miniconda install to script, remove rogue -k 2020-05-13 20:00:09 -05:00
Sarah Bird d00370589a Add missing pillow dependency 2020-05-13 19:51:43 -05:00
Sarah Bird b9647980ce Add psutil dependency 2020-05-13 19:41:07 -05:00
Sarah Bird 510c7770f5 Only run pre-commit for python tests 2020-05-13 19:38:27 -05:00
Sarah Bird 7da68871f4 The apt-get update just wastes time 2020-05-13 19:34:57 -05:00
Sarah Bird 10ac7a8bd4 pep8 2020-05-13 19:32:39 -05:00
Sarah Bird 1fdd42770a Better name webextension tests 2020-05-13 19:31:31 -05:00
Sarah Bird 3e2503ab94 Update .travis.yaml
It's a brave new world!
2020-05-13 19:25:44 -05:00
Sarah Bird e77edfacfc Add dev dependencies to environment 2020-05-13 19:10:15 -05:00
Sarah Bird 747a4cae41 Add pinning capabilities 2020-05-13 18:12:30 -05:00
Sarah Bird af21bdaa92 de-dupe dev requirements after merge 2020-05-13 17:22:31 -05:00
Sarah Bird d033aa7e02 Fix echo 2020-05-13 17:19:16 -05:00
Sarah Bird 330049995a Add new install script 2020-05-13 16:55:03 -05:00
Sarah Bird 8c51249e7b Merge branch 'master' into conda-install-dependencies 2020-05-13 16:07:55 -05:00
Sarah Bird b4d689905a Make one install-firefox script 2020-05-13 15:41:52 -05:00
Sarah Bird 14257b8d6a Remove uneeded install files
Correct typo in run-on-osx-via-docker.sh
2020-05-13 15:21:56 -05:00
Sarah Bird a34be30090 Remove geckdriver finding
geckodriver will be on path, as it is installed by conda, so the default
webdriver settings will find it. We don't need to test this.
2020-05-13 15:18:13 -05:00
Sarah Bird 1f17909f78 Rename install-mac-dev -> install-firefox-mac
That's the only functionality that's left
2020-05-13 15:10:37 -05:00
Sarah Bird f75cfe9300 Finish mac dependencies 2020-05-13 15:10:16 -05:00
Sarah Bird 87702988fd Fixes #638, replaces utilities/domain_utils.py with domain_utils 2020-05-13 14:34:05 -05:00
Sarah Bird 288a1e8f6d WIP 2020-05-13 14:19:34 -05:00
vringar 5b274cd988 Moved finalize calls in TaskManager around 2020-05-11 17:24:36 +02:00
vringar 86ec0946e8 Made demo.py print the name of the visited site again 2020-05-11 14:47:25 +02:00
vringar a6021ec6c0 Introduced Initialize command
so we can track in flight visits and run shutdown tasks
as needed
2020-05-11 14:35:58 +02:00
vringar cf0493e45f Fixed callback tests 2020-05-11 13:24:49 +02:00
vringar 377c62fd4c Only finalizing, if we actually exit the loop 2020-05-11 13:04:53 +02:00
vringar c107fff86d Added logging to interrupted case 2020-05-11 13:04:11 +02:00
vringar 990034dee7 Rolled back no_job_since 2020-05-11 12:37:27 +02:00
vringar bd0793cfe1 Inlined local variable for interruption message 2020-05-08 16:13:29 +02:00
vringar c9f7f7865f Added sleep parameter to finalize 2020-05-08 13:54:22 +02:00