-
Notifications
You must be signed in to change notification settings - Fork 0
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
build oai #17
Conversation
basic flask setup
no more typos!
method to display query data in request xml
…hat gets displayed data and validation for metadata formats
Error handling
Cacheing headers
Handle aliases
change start date to earliest modtime of a paper with a current version.
Check if paper exists
added test for creating list of records, finished removing todos
Set up cicd
Follow oai protocol
increased speed of list fetching, increased limits on data return
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor comments to fix in future PRs.
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This list is a bit strange since this is a XML API.
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also strange for a XML API.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I copied these over from another repository on accident. Should i remove them?
SQLALCHEMY_MAX_OVERFLOW: Optional[int] = 0 | ||
SQLALCHEMY_POOL_SIZE: Optional[int] = 10 | ||
|
||
FLASKS3_CDN_DOMAIN: str = "static.arxiv.org" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are these FLASKS3 configs needed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes unfortunately or base has problems. also helps source the very few static assets
return app | ||
|
||
|
||
def setup_trace(name: str, app: Flask): # type: ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is likely unused and can be removed.
No description provided.