Flamenco/internal/manager/job_compilers
Sybren A. Stüvel f77b11d85e Manager: add a small wrapper around Google's UUID library
Add a small wrapper around github.com/google/uuid. That way it's clearer
which functionality is used by Flamenco, doesn't link most of the code to
any specific UUID library, and allows a bit of customisation.

The only customisation now is that Flamenco is a bit stricter in the
formats it accepts; only the `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` is
accepted. This makes things a little bit stricter, with the advantage
that we don't need to do any normalisation of received UUID strings.
2022-05-20 15:35:51 +02:00
..
scripts Use new job setting visibility rules 2022-05-19 16:15:13 +02:00
author.go Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
job_compilers_test.go Manager: Fix unittests after recent changes to the job compiler script 2022-04-11 14:08:40 +02:00
job_compilers.go Manager: add a small wrapper around Google's UUID library 2022-05-20 15:35:51 +02:00
js_globals_test.go License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
js_globals.go License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
path.go License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
process.go License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00
scripts.go License: license all code under "GPL-3.0-or-later" 2022-03-07 15:26:46 +01:00