Máté Cserép
Máté Cserép
Currently this package depends on quite old versions of the `symfony/dom-crawler` and `symfony/css-selector` packages (versions ~2.8 and ~3.0). This makes the package incompatible with other packages requiring higher versions of...
Hello, First of all, it is really nice and useful project! 👍 Are there any future plans (or maybe possible configuration which I have overlooked) to create annotated tags instead...
Ubuntu 22.04 (Jammy Jellyfish) is out, we shall support it officially. We shall still continue to support Ubuntu 18.04, as the EOL is 2023 April and the current ELX release...
Currently we are using Google Analytics 3 (a.k.a. Universal Analytics), which will be deprecated on 2023-07-01. We shall update to use Google Analytics 4 until then. Further information: https://support.google.com/analytics/answer/11583528?hl=en Remark:...
To ease the installation procedure of CodeCompass, we shall support a package manager system, so end-users can easily install CodeCompass with a single command, without the trouble to compile or...
Using Google Analytics in CodeCompass is optional, but when enabled, we shall fulfill the GDPR regulations. Summarized: > To ensure that Google Analytics – its cookies, trackers and statistics tools...
Connection to SQLite / PostgreSQL database is performed by the **`cc::util::connectDatabase()`** function. The function contains a simplistic database connection caching technique: existing connections are stored in the **`std::map databasePool`** static...
As described in #411 , for some yet unknown reasons, Build2 version 0.12.0 no longer succeeds to build on Ubuntu 18.04 after version 0.13.0 was released. It shall be investigated...
Right now the `CodeCompass_webserver` serves the web frontend. It also communicates with the supported code editors like VS Code, through LSP (see `lsp` branch). While CodeCompass is capable of incremental...
Automatically detect if a project was added to (or removed from) the workspace directory, without manually restarting the *CodeCompass_webserver* binary. Currently a new project is automatically added to the dropdown...