-
Notifications
You must be signed in to change notification settings - Fork 11
feat: RTD build added #85
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
Conversation
.gitignore
Outdated
| \#*\# | ||
|
|
||
| coverage-reports/* | ||
|
|
||
| # VS Code | ||
| .vscode/* | ||
| *.code-workspace | ||
| \#*\# |
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.
@marknoack Do you know what happened here? Is this an intentional change?
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.
It's unintentional. No idea how this code snippet was added
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 have reverted it
src/firebolt/service/types.py
Outdated
| # Underlying infrastructure is being recreated. | ||
| ''' Version of the PackDB is changing. | ||
| This is zero downtime operation that does not affect engine work.s | ||
| This status is reserved for future use (not used fow now).''' |
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.
Indentation looks a little off here
No description provided.