engine-deprecated icon indicating copy to clipboard operation
engine-deprecated copied to clipboard

[DISCONTINUED] Go to https://github.com/src-d/sourced-ce/

Results 49 engine-deprecated issues
Sort by recently updated
recently updated
newest added

gitbase 0.20 is in beta. We can start to work integrating it in a new feature branch, `gitbase-v0.20.0`. The breaking changes should not affect us. But it now includes a...

I'd like to apply same enhancements that done in source{d} Lookout, and also aligned with our current guidelines: - smaller `README`, with its tree biggest parts moved to its dedicate...

enhancement
documentation
triage/needs-product-input

It could be nice for the users to link directly from engine docs to the following things: - schema (https://docs.sourced.tech/gitbase/using-gitbase/schema) - functions (https://docs.sourced.tech/gitbase/using-gitbase/functions + https://github.com/src-d/go-mysql-server/tree/3dd441325d1731821eff0495fbf63747c258b8ff#custom-functions) - supported SQL syntax (https://docs.sourced.tech/gitbase/using-gitbase/supported-syntax)

documentation
triage/needs-product-input

To write advanced queries it's necessary to know which standard functions are supported and which custom UDFs are implemented. But currently, there is no information about it in the documentation....

documentation
triage/needs-product-input

In #336, #363 we have introduced regression tests. For now they have to be run manually, to verify if a new version breaks compatibility. This way we can be aware...

tests

Current the test of interactive SQL REPL doesn't use `icmd`, but it uses `os/exec` directly. Context [here](https://github.com/src-d/engine/pull/398#issuecomment-480360020).

Currently, the integration test for interactive SQL REPL is skipped on Windows as the library being used for opening a virtual terminal doesn't seem to support it. Context [here](https://github.com/src-d/engine/pull/398#discussion_r271843763).

Depends on #348. This issue is to determine if we can run the integration tests, on windows, on AppVeyor. And what would be needed to configure it as CI.

tests

Context: #211. The use might be interested in knowing some extra informations that are currently in the server such as repos added, repos not added, port the server is listening...

triage/needs-product-input

If `srcd stop` is called and one of the containers is already being stopped/killed, `engine` exits with an `already in progress` error without eventually waiting for the operation to finish....

help needed
triage/needs-product-input