On it.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Oct 19 2025
Looking the code of keruald/databases, it's clear that it's exactly based on Obsidian consolidated design choices: Keruald Databases even use the camelCase method names introduced in Obsidian, with a WithLegacyMethods trait to stay compatible with other applications.
Oct 17 2025
Oct 12 2025
Rebuilt, pushed to Docker Hub and now available on docker-002. Containers recreated with intl support + last PHP 8.2 version.
In T2142#33007, @dereckson wrote:Makes more sense to install intl extension in rDPHPCLI, upstream image for jenkins-agent-php.
Makes more sense to install intl extension in rDPHPCLI, upstream image for jenkins-agent-php.
New package release: nasqueron/codestyle v0.1.2
Nov 17 2024
Nov 12 2024
Nov 11 2024
Oct 23 2024
Oct 16 2024
Devcentral configuration
Repository now uses main branch and is hosted here, with GitHub as mirror.
Oct 8 2024
Sep 30 2024
I'm planning to work on this after WindRiver migration, that should be quick, we've only one class and a more comprehensive test folder.
Aug 4 2024
Aug 3 2024
Jul 4 2023
D3215 added CodeClass::getShortClassName() so we can do this easily now.
Jul 2 2023
Added Not audited repository tag to the relevant repositories, so we can push to them without being blocked by H29.
Apr 19 2023
Mar 30 2023
Deployed, no more warning according Sentry.
Mar 26 2023
Code merged, still to deploy.
Mar 25 2023
In T1798#25799, @dereckson wrote:Jenkins PHP agent doesn't have this either.
CI relevant logs:
Jenkins PHP agent doesn't have this either.
Mar 16 2023
rKBROKERbbbaf7b8dfc6 tagged 0.5.0
Now the Notifications Center has the sockets extension, we can create a new keruald/broker release and upgrade version in rNOTIF composer.json.
Notifications Center image
Mar 15 2023
Full deprecations list when running tests:
May 27 2022
I forgot about DirectoryIterator and the glob pattern, could be more convenient than the glob() method we wrap.
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: