-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Enable SQLite on Azure App Services #1720
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
makseq
approved these changes
Aug 10, 2022
makseq
pushed a commit
that referenced
this pull request
Aug 10, 2022
Add connectection_created hook for WAL
robot-ci-heartex
added a commit
that referenced
this pull request
Aug 19, 2022
…red collapse (#2701) * Enable SQLite on Azure App Services (#1720) Add connectection_created hook for WAL * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * Build frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * [submodules] Build static heartexlabs/label-studio-frontend * correcting merge Co-authored-by: twsl <[email protected]> Co-authored-by: Yousif Yassi <[email protected]> Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: yyassi-heartex <[email protected]>
makseq
pushed a commit
that referenced
this pull request
Sep 30, 2022
* Enable SQLite on Azure App Services (#1720) Add connectection_created hook for WAL * update header with working search * new release ribbon * new footer * footer transition * sidebar fixes * footer on docs with transition * docsearch styled and type entered focus * git hub stars component * update ribbon * add active state to nav on page load * update header/footer links Co-authored-by: twsl <[email protected]>
makseq
pushed a commit
that referenced
this pull request
Oct 4, 2022
* Enable SQLite on Azure App Services (#1720) Add connectection_created hook for WAL * update header with working search * new release ribbon * new footer * footer transition * sidebar fixes * footer on docs with transition * docsearch styled and type entered focus * git hub stars component * update ribbon * add active state to nav on page load * update header/footer links * fetch github stars * remove auth from star fetch Co-authored-by: twsl <[email protected]>
robot-ci-heartex
added a commit
that referenced
this pull request
Nov 3, 2022
* Enable SQLite on Azure App Services (#1720) Add connectection_created hook for WAL * DOCS: DEV-1511 — Enhance classification template examples (#2120) * docs: Add audio classification enhancement example pretty choices * docs: Add an includes placeholder for all classification templates * docs: Add detailed descriptions for each conditional and nested option * docs: Clarify audio classification * docs: Add code highlighting and fix indents in nested * docs: Include classification examples into all classification templates * [submodules] Build static heartexlabs/dm2 * [submodules] Build static heartexlabs/dm2 * [submodules] Build static heartexlabs/dm2 * [submodules] Build static heartexlabs/dm2 * [submodules] Build static heartexlabs/dm2 * forcing a build * Revert "Merge branch 'master' into fb-dev-3673/annotator-link-fix" This reverts commit ebc43d5, reversing changes made to c143bdc. Co-authored-by: twsl <[email protected]> Co-authored-by: smoreface <[email protected]> Co-authored-by: Yousif Yassi <[email protected]> Co-authored-by: yyassi-heartex <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #1719
If enabled, set the
journal_modetoWALupon creation for SQLite.