Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging DB and dependbot changes #302

Merged
merged 103 commits into from
Aug 19, 2024
Merged

Merging DB and dependbot changes #302

merged 103 commits into from
Aug 19, 2024

Conversation

bdc34
Copy link
Contributor

@bdc34 bdc34 commented Aug 16, 2024

Apologizes for the excessively large PR.

dependabot bot and others added 30 commits April 12, 2024 04:17
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
updated-dependencies:
- dependency-name: requests
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.1...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
bdc34 and others added 24 commits July 30, 2024 13:55
It would be nice if we could configure all the features for the engine from env
vars.
Adds statement_timeout for latexml db arxivce-2433
…y-country

ARXIVCE-1264: group by ip, when counting pdf downloads
It no longer does anything in sqlalchemy 2.0
Move setup of db out to a mixin under arxiv.auth.legacy.tests.util
Removes setting of os.environ to sqlite memory
This obscured the original db error.
The tests were failing about 1 out of 7 times. This seemed to be
due the tables being created in a DB and then the tests using a different DB.
The tests where this was happening were rewritten using pytest instead of UnitTest.
Breaking change.

Done to be more similar to the sqlalchemy docs.

Removes little used get_db and get_engine.
Breaking change:
arxiv.db.models.configure_db moved to arxiv.db.configure_db
@bdc34 bdc34 requested a review from a team August 16, 2024 15:41
@bdc34 bdc34 merged commit ed47e45 into master Aug 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants