git phorge sounds right, amend / land as real verbs is exactly the mental model the docs are struggling to explain, and no PHP dependency removes the first thing I got stuck on. Curious what the September test with the 5 says.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Sun, Aug 30
Wed, Aug 26
I confirm the workflow works well.
Tue, Aug 25
The workflow itself has never really been the problem. It's fine, and it maps closely enough to a GitHub PR loop. What's heavy I would say is how much arrives at once on the first contributions, it's equal to too much current for a wire.
Sun, Aug 23
GPT-5.6-Sol proposal: https://chatgpt.com/share/6a8a838d-4cbc-83eb-b59e-5d847a64b03e
Fri, Aug 21
This is important, as on WindRiver and my local workstation, the PHP installations miss some of the database drivers (SQLite, MongoDB, old MySQL from before PHP 8).
Jul 18 2026
It could be solved upstream with 3006.26.
Apr 16 2026
Apr 13 2026
Current status: this is mostly implemented, but still to document properly per previous comment.
Mar 23 2026
Not a priority right now, as we use Alkane to trigger website deployments.
Mar 22 2026
In a Debian container, this works:
Mar 21 2026
Feb 11 2026
Done, GitHub shows 9d5c84e52ed2 too for main and doesn't have a master branch anymore.
For the last one, rDII, we currently have:
We don't currently have problem deploying from the staging area, even if, especially with Alkane, there is less use of this.
Nov 10 2025
Vault is now alive and used for credentials provisioned by Salt.
Nov 9 2025
Alkane doesn't need any new account. We can send a request to an URL and it will be run by the deploy user.
Oct 29 2025
Documentation to add:
- How to create a new component
- make
- use last version of dependencies like OmniTools
- git remote
- yes, we can directly use ./_utils/repo/export-commits-to-manyrepos.sh but we need to do git push yaml yaml:mainkk
- How to push tags easily
Oct 19 2025
Well, FANTOIR isn't the format used by French administrations anymore. The TOPO database is now used.
Oct 17 2025
Some of the plugins from the template can still be used as documented on https://www.jenkins.io/solutions/php/:
Nov 28 2024
See also T1662 for CD.
Nov 17 2024
Oct 12 2024
Oct 8 2024
code.nasqueron.org with Hound is stable enough to close this task.
Aug 13 2024
Aug 4 2024
Jan 15 2024
Jan 14 2024
Jan 13 2024
Previous status from 2023 installation:
Jan 12 2024
DNS -> airflow.nasqueron.org. 172800 IN CNAME app2.nasqueron.org.
Jul 2 2023
Added Not audited repository tag to the relevant repositories, so we can push to them without being blocked by H29.
May 18 2023
May 6 2023
Apr 13 2023
We've adopted it in rOPS and it finds insecable spaces put inside {{ }} instead of regular spaces at least.
Mar 31 2023
Mar 30 2023
Mar 26 2023
In T1731#24239, @dereckson wrote:phpDox isn't currently compatible with PHP 8.1. Deprecations are transformed into fatal errors, even if at the start an error_reporting() instruction is left.
As a workaround, here phpDox 0.12.0-27-geb943cb-dirty, with PHP 8.1 deprecation notices for signatures mismatch addressed.
Some have been reported upstream, but as the phpDox dependencies inherit PHP builtin classes to override signatures, e.g. transforming a string|bool into a string, throwing an exception instead of returning false, perhaps upstream will adopt another approach than use false signatures.
phpdox.tar.gz5 MBDownloadIt has been manually deployed on WindRiver and Zateki (Jenkins agent for CI, PHP 8 flavour).
Mar 24 2023
phpmd and pdpend are still missing per T1002.