Stephane Carrez

Results 25 issues of Stephane Carrez

Man pages are generated by running the `bin/alr help` and formatting the output in troff and man macros. There is one man page for every alr command and alire command...

This is a set of files to package Alire 1.2 for Debian 11 (or 10) as well as Ubuntu. * the package integrates the Alire documentation as well as the...

I have a local index where I populate several project crates before publishing widely. ``` alr index # NAME URL PATH 1 community git+https://github.com/alire-project/alire-index#stable-1.2 /home/ciceron/.config/alire/indexes/community/repo 2 local file:///src/awa/alire-index-local /src/awa/alire-index-local ```...

type: enhancement
cost: 0-trivial

I'm using Alire 1.2 official version. When trying to publish some projects, I'm getting a `PROGRAM_ERROR` exception at the end of publish when it succeeds. ``` Publishing assistant: step 6...

type: bug

The AWA user model is missing the ability to enable/disable a user account.

enhancement

ADO 2.4 changes the name of the entity_type database into ado_entity_type. The SQL migration must be integrated in AWA.

enhancement

The AWA framework has a testsuite which uses the database and exercises every AWA module. The database schema is not generated correctly and the `awa_audit_field` table is not created at...

bug

With ADO 2.4, we will have the support for database schema migration and handle the upgrade of schema. We can now have a command in the AWA library to help...

enhancement

The AWA framework provides a set of commands for the server management (start, stop, setup, list). A command to register a new user with an email address is useful to...

enhancement

The `list` command can print the users, sessions, jobs. A new option `--audit` can be added to print the audit fields and have a quick look at the last database...

enhancement