Stephane Carrez

Results 25 issues of Stephane Carrez

A wiki plugin could be integrated to recognize PlantText and display various graphs. See https://www.planttext.com/ and http://plantuml.com/ One simple way for the implementation is to generate the URL with the...

enhancement

The `sequence` database table is used to allocate unique ids for database by using hi/lo allocation sequences. The `entity_type` database table is a reference table that is used to make...

enhancement
dev done

When a database schema is modified, it is necessary to apply some migration SQL scripts to update an existing database. The library can provide some support to help in implementing...

enhancement
dev done

The `` feature provided by the ADO library and Dynamo code generator can audit the update of database table fields. Sometimes, it is necessary to have an audit field that...

enhancement
dev done

SQLite has limited support for database transactions. * Unlike Mysql and PostgreSQL, the whole database is locked when a transaction is in progress where MySQL and PostgreSQL will lock only...

bug
enhancement

When the keystore is protected by using a GPG key, if the GPG key expires we get an error: ``` akt: invalid password... ``` It would be better to indicate...

enhancement

In my [spdx-tool](https://gitlab.com/stcarrez/spdx-tool) project which contains several nested crates, I've obtained this obscure message: ``` cd tools && alr build -- -XBUILD=coverage error: No release visited in round 3 error:...

type: bug
state: needs info

The `setup` command provides a web setup for the AWA application and it must be improved: * we must be able to easily choose whether user registration is enabled/disabled, *...

enhancement

By default the 500 error page will dump the optional stack trace if there is one. For some installation, you want to see the stack trace since it helps track...

enhancement

Sometimes AWA set the cookie `RURL` to remember a redirection page when a user accesses a page that requires authentication. The cookie is not removed after the redirection.

bug