Skip to content

Tags: Epic-R-R/openlibrary

Tags

deploy-2021-04-15

Toggle deploy-2021-04-15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove venv in python_tests (internetarchive#5053)

We were getting errors on our workflows when trying to initialize the venv; it was complaining about `No such file or directory: '/home/runner/openlibrary_python_venv/bin/python'`. Disabling venv to fix master CI + unblock PRs.

deploy-2021-04-08

Toggle deploy-2021-04-08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add mypy type checking to our testing (internetarchive#4988)

* Add mypy type checking to our testing

* Use proper regex mojo

* Fix rename

deploy-2021-03-24

Toggle deploy-2021-03-24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request internetarchive#4877 from RayBB/patch-1

remove docker development note from readme

deploy-2021-03-16

Toggle deploy-2021-03-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump docutils from 0.8.1 to 0.16 (internetarchive#4822)

Bumps [docutils](http://docutils.sourceforge.net/) from 0.8.1 to 0.16.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

deploy-2021-03-04

Toggle deploy-2021-03-04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request internetarchive#4689 from jamesachamp/4672/refacto…

…r/update-download-endpoint

Update zipview_url with new endpoint

deploy-2021-02-23

Toggle deploy-2021-02-23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request internetarchive#4547 from Yashs911/rename-bodyid

Rename 'bodyid' to 'cssfile'

deploy-2021-02-12

Toggle deploy-2021-02-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request internetarchive#4580 from Yashs911/color-contrast-4

Fix search result and search inside color contrast + Fix missing 'less' on search result page

deploy-2021-02-04

Toggle deploy-2021-02-04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Userlist Brought under Want To Read Button internetarchive#3630 (inte…

…rnetarchive#4369)

* Brought Reading List out of WantToRead Button
* Change copy text for list headings

deploy-2021-01-25

Toggle deploy-2021-01-25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request internetarchive#4395 from cclauss/create_deploymen…

…t/start_production_deploy.sh

Scripts for production deployments

deploy-2021-01-15

Toggle deploy-2021-01-15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2852/refactor/replace urllib with requests in utils httpserver (inter…

…netarchive#4407)

* Replaced urllib with requests

* Delete openlibrary.utils.httpserver because it is no longer used.

* Upgrade to Python 3.9.1

* Upgrade to Python 3.9.1

Co-authored-by: Christian Clauss <cclauss@me.com>