Not maintained anymore, and the reporting should be focus to other KPI than story points. For example, we're more interested by "which projects most benefited from this sprint?"
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 6 2023
Apr 19 2023
Apr 2 2023
Apr 1 2023
The nasqueron/notifications image took from D2958, so we're done:
Mar 31 2023
So if someone needs more recent ICU, the cleaner way would be a custom Bullseye build of the icu source package. We'll include it in packages.nasqueron.org, and from there, the repository can then be used in the image both for libxml2 and PHP itself.
"Fun" fact: libxml requires libicu, and pulls the system one of course:
Debian images will lag too much, review https://icu.unicode.org/download, we're at 71, Debian Bullseye is stuck at 67.
For shellserver and devserver role, the intl extension is already installed, per bdd61c48. MediaWiki is quoted as example of application using it.
Mar 30 2023
python3 can't even create a venv, as python3-pip is missing for ensurepip.
Mar 28 2023
Mar 26 2023
https://github.com/nasqueron/spectacle/commit/82eca117830194264c0976d1713caab25803dc09 works fine with dart-sass and grunt-sass
https://sass-lang.com/dart-sass is compatible with node-sass API (read about fibers).
Mar 25 2023
In T1798#25799, @dereckson wrote:Jenkins PHP agent doesn't have this either.
CI relevant logs:
Mar 23 2023
Mar 16 2023
Notifications Center image
Mar 15 2023
Mar 11 2023
Mar 7 2023
Mar 4 2023
Tommy done.
Currently doing Tommy.
Mar 3 2023
Cachet isn't maintained anymore, we need a new status page solution.
Feb 27 2023
(dummy content to avoid to flood)
This change is against rDPHPVIIFPM last version.
Jan 15 2023
This repository has been archived by the owner before Nov 9, 2022. It is now read-only.
May 27 2022
May 8 2022
#!/bin/sh # # Usage: jenkins <container name> <command> [args]
May 7 2022
Apr 11 2022
Mar 28 2022
Mar 19 2022
$ setenv DOCKER_BUILDKIT 1 $ docker build -t nasqueron/phabricator . [+] Building 62.4s (10/10) FINISHED => [internal] load build definition from Dockerfile 0.1s => => transferring dockerfile: 920B 0.1s => [internal] load .dockerignore 0.1s => => transferring context: 2B 0.0s => [internal] load metadata for docker.io/nasqueron/nginx-php7-fpm:latest 0.0s => [1/5] FROM docker.io/nasqueron/nginx-php7-fpm 0.2s => [internal] load build context 0.2s => => transferring context: 1.21MB 0.2s => [2/5] RUN apt-get update && apt-get install -y mercurial subversion python3-pygments openssh-client mariadb-cli 18.9s => [3/5] RUN cd /opt && git clone https://github.com/phacility/libphutil.git && git clone https://github.com/phacility/arcanist.gi 38.3s => [4/5] COPY files / 0.1s => [5/5] WORKDIR /opt/phabricator 0.0s => exporting to image 4.4s => => exporting layers 4.4s => => writing image sha256:8e18d25e04bce86f190f7843cce916c9a527c1c5f1a8868010f45f5f49c675a9 0.0s => => naming to docker.io/nasqueron/phabricator 0.0s