Issue: T1876
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
Sep 10 2023
Thanks @dereckson! I cloned, made some changes locally, and then ran the arc diff command after committing them to a new branch. I tried opening the differentials page but couldn't find anything specific to my changes there. Can you let me know how do I have to get them reviewed?
There is a guide / mémento available at https://agora.nasqueron.org/How_to_contribute_code - it explains how to clone the repository and send the code to review, the equivalent of pull request.
I want to work on this issue. I have worked with Rust before, and it seems like a good place to start contributing to Nasqueron.
This is my first time on Devcentral (I have previously worked on GitHub only). So, can anyone also link me to a beginner's guide so that I can figure out how to see the project's source code and set it up locally?
Aug 21 2023
Phabricator uses this:
- Add CORS to Express.js
- Revise and improve structure of setup guide
Aug 7 2023
- Deleted initial project prototype files
Removed experimental files not implemented in the project. These files were initially used to explore future project structure. Only necessary files have been retained
Jul 31 2023
Jul 25 2023
Jul 24 2023
Jul 23 2023
$ docker run --rm 63b0c6978b13e ps auxw USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 8572 3124 ? Rs 13:34 0:00 ps auxw
$ docker run --rm 5e16576c4bc9 php -v PHP 8.2.3 (cli) (built: Mar 15 2023 23:56:50) (NTS) Copyright (c) The PHP Group Zend Engine v4.2.3, Copyright (c) Zend Technologies with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
It's a Debian image, installing procps package solves the package.
Jul 22 2023
To help restore the IP, the default routes and the DNS:
root@zonegrey:~# resolvectl status
Failed to get global data: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 20 2023
Check https://devcentral.nasqueron.org/P343 for quickfix
Jul 17 2023
Per comments and discussions last weeks, we'll address the configuration store later.
Jul 4 2023
D3215 added CodeClass::getShortClassName() so we can do this easily now.
Recheck tests
Fix composer.json syntax
Rebased