* 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