* add @sourcebot/schemas package
* migrate things to use the schemas package
* Dockerfile support
* add secret table to schema
* Add concept of connection manager
* Rename Config->Connection
* Handle job failures
* Add join table between repo and connection
* nits
* create first version of crypto package
* add crypto package as deps to others
* forgot to add package changes
* add server action for adding and listing secrets, create test page for it
* add secrets page to nav menu
* add secret to config and support fetching it in backend
* reset secret form on successful submission
* add toast feedback for secrets form
* add instructions for adding encryption key to dev instructions
* add encryption key support in docker file
* add delete secret button
* fix nits from pr review
---------
Co-authored-by: bkellam <bshizzle1234@gmail.com>
* Basic gerrit sync with working gitiles web-links functionality
This adds basic support for gerrit repo code host syncing. Gerrit uses
gitiles plugin for code browsing (in most cases).
It may be usefull to allow users to provide their own web code-browsing
url templates in the future.
* Add gerrit readme update
* Remove config arg from gerrit fetchAllProjects
* Remove example urls
* Resolve comments
* add initial sections for new getting started section in README
* add missing section reference
* simplify english in workspace section
* additional language around mounting and running
* nit, browser language
* add info on how to edit config file and cleanup old docs
* add features section
* made readme more concise
* fix github icon
* missed a github icon
* fixed links in build section
* remove CONFIG_PATH setting in one command instruction:
* add instructions on adding GITHUB_TOKEN as env variable on machine
* add .github-token to gitignore and add additional info in build instructions
* remove github-token from gitignore because its meant to be in home dir. Bold this part in the README so its more clear
* add ctags installation instructions to readme
* link to ctags repo in README
* remove unnecessary line change in gitignore
* remove page view provider
* sanatize current_url and ip properties in all posthog events
* add posthog usage info in README
* remove unneccessary ip property removal since we disable ip collection on posthog side
* add back ip sanitization on client side (we disabled it on server side but may as well also clear it on client) and revise README on telemetry
* add typo with asterisks in readme
* small grammar fix in README