Merged
Conversation
NOTE: This commit is squashed because of a false detection of a Slack bot key that needed to be excluded from history.
Fixed cross-workspace cache bug. Updated variable naming conventions to make it more readable. Split up README into separate docs.
Using Slack direct file upload for pictures and videos. Changed OAuth to use database instead of S3. General verbiage and modal cleanup.
Added reusable helper and handler functions. Fixed typos and cleaned up vars/consts. Added more logging and comments. Updated tests. Moved docs to docs.
Switched to Alembic for migrations. Implemented ORM with SQLAlchemy. Made IaC work fo multiple providers (default to AWS and MySQL). Added stubs for GCP and SQLite.
…x to avoid deprecation.
Added deploy scripts for GCP. Support for Windows through WSL. Supporting existing RDS instances better. Enhaced automation and error checking during deploy. Bug fixes during deploy including Python deps. Bug fixes to OAuth scopes. Added log level support.
Deeper fix because bug was still occurring.
Added PRIMARY_WORKSPACE env var to restrict full backup/restore to that workspace. Changed ENABLE_DB_RESET to boolean.
Fixed how link is resolved for channels in other workspaces. Changed formatting of fallback text for unresolved usernames and channels.
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
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.
Summary
Initial 1.0.0 public release of SyncBot "reborn"
Added