As Ysul is EOL, and as the configuration is not in rOPS, we won't propagate this site on next webserver-legacy server, so we're good here :)
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Apr 12 2022
The rOPS repository is pretty sensible, as code pushed there will be executed by Salt under extended root privileges.
Nasqueron Operations tasks are discussed on IRC Libera #nasqueron-ops, could be interesting to join that one.
correcting a missing space after :
Apr 11 2022
Apr 10 2022
bf7c0c3a38a2 introduced BaseVector::ngrams($count), so we could allow the class to use any n when strings are divided in n-grams.
Documented at https://agora.nasqueron.org/Devserver_reference
Apr 9 2022
I'm adding a BaseVector::bigrams() as alias for BaseVector::ngrams(2) with the following associated code:
strict_types for BaseVector
Update default socket for MySQLi
Harmonize /var/run
Fix performance_schema_max_table_instances
- rm composer.json ; make composer.json ; git status: no-op operation, so _utils/templates/generate-compose-json.php produces the expected result
- composer validate returns ./composer.json is valid
For the tests, the composer.json commit for all libraries hasn't been merged yet.