Nicolas Rybowski
Nicolas Rybowski
**Is your feature request related to a problem? Please describe.** Currently, all the tested submissions are replayed sequentially. The whole process can be quite slow if multiple hundreds of submissions...
**Is your feature request related to a problem? Please describe.** The dependencies are not stored in a cache, hence increasing the CI duration and network resources consumption. **Describe the solution...
INGInious is an international platform and, as such, has to be readable by users in their native language. To ease the translation process, the project uses the [Weblate platform](https://weblate.info.ucl.ac.be/engage/inginious/?utm_source=widget). It...
Codacy is an online platform running, among others, a set of linters on each file of the codebase. Hence, it discovers various [code styling and security issues](https://app.codacy.com/gh/UCL-INGI/INGInious/issues) whose severity varies...
**Is your feature request related to a problem? Please describe.** Currently, tags are a feature mainly unused. One of the three tag type has been recently reverted (see https://github.com/UCL-INGI/INGInious/pull/855). However,...
This PR adds BIER extensions for OSPFv3 as defined by draft-ietf-bier-ospfv3-extensions-07. The TLV format is the same as for OSPFv2 hence implementing RFC8444 on the basis laid down by this...
This PR adds a partial implementation of a modified version of draft-ietf-bier-bier-yang-08. The differences with the original are the following: - sub-domain-id updated from u16 to u8 per RFC8279. -...
This PR adds the computation of the BIFT upon BIRT update and synchronization with a BIFT implemented as a Fastclick dataplane element. See also https://github.com/tbarbette/fastclick/pull/397 and https://github.com/holo-routing/holo/issues/14.
This PR adds basic elements for BIER packets processing. First, it adds the Bier Forwarding Table (BIFT) which is implemented as the IPv6 forwarding table. That is, Fastclick is extended...