engine-deprecated
engine-deprecated copied to clipboard
[DISCONTINUED] Go to https://github.com/src-d/sourced-ce/
So one could run engine just with double-click on it. It's expected experience for most programs.
I can run one more `./srcd web sql` in another tab without error. But when I kill first one page on http://localhost:8080/ doesn't work anymore. At the same time command...
discovered at https://github.com/src-d/empathy-sessions/issues/37 related to https://github.com/src-d/engine/issues/271 related to https://github.com/src-d/engine/issues/279 If a query takes a lot with no output at all until it finishes, the user can think that something was...
We have to consider whether we want to initialize engine also by running `srcd web sql` or `srcd sql` if it hasn't been initialized yet, or whether we may want...
From [here](https://github.com/src-d/empathy-sessions/issues/32). > from point 2 of the Quickstart it would easier to have a one-liner that could be copied and pasted. I think that it would be even better...
The [docs contain a few commands](https://docs.sourced.tech/engine/learn-more/commands) as TBD (To Be Done). We should either implement them, or remove them from the docs.
Related to #336. Right now engine does not handle what happens when we upgrade gitbase, and there is existing index data in ~/.srcd. This issue is to discuss how we...
It happens from time to time, but sometimes running `srcd init` ends with `could not start daemon`. The way that I was able to reproduce it more often was running...
Create an animated svg ([suggested tool](https://github.com/nbedos/termtosvg)) to include right below the `Introduction` title in the new README. @campoy I am happy to take care of this but I expect you'll...
Should we move all output from logrus to a human-readable output? After all, I don't think the logs of this will be processed. Only for the `srcd` command, not the...