engine-deprecated
engine-deprecated copied to clipboard
[DISCONTINUED] Go to https://github.com/src-d/sourced-ce/
Currently downloading bblfshd with all drivers takes a lot of time. Let's notify a user about what we are doing maybe even with progress.
Related to the empathy session. Running this query: ```sql /* Top languages by repository count */ SELECT * FROM (SELECT language, COUNT(repository_id) AS repository_count FROM (SELECT DISTINCT r.repository_id, LANGUAGE(t.tree_entry_name, b.blob_content)...
Related to the empathy session. Command descriptions are really short, what is fine, but maybe a link to the web documentation in the main command description would be helpful.
discovered at https://github.com/src-d/empathy-sessions/issues/37#issuecomment-470046657 related to https://github.com/src-d/engine/issues/298 In [Clients and Connectors](https://docs.sourced.tech/engine#clients-and-connectors) section from docs, it is said that >_to connect to the language parsing server (Babelfish) and analyzing the UAST, there...
discovered at https://github.com/src-d/empathy-sessions/issues/37#issuecomment-469735306 What is the structure of the `gitbase` tables? Is there any diagram that could explain it? Should we link gitbase docs https://docs.sourced.tech/gitbase/using-gitbase/schema?
It's known problem of gitbase but still very unexpected behaviour
If I use path `C:\Users\Windows10\Documents` for keeping my repositories engine always returns 0 results for any sql query. Please check details here: https://github.com/src-d/empathy-sessions/issues/35
Trying to prune while `$ ./srcd web parse` is running in another tab: ``` $ ./srcd prune INFO[0000] removing containers... INFO[0000] removing container srcd-cli-gitbase-web INFO[0000] removing container srcd-cli-bblfsh-web INFO[0000] removing...