|
961542283d
|
fileexporter: Include standalone exercices
continuous-integration/drone/push Build is passing
|
2025-04-07 11:23:37 +02:00 |
|
|
8723f500cc
|
sync: Markdown imports files using generic functions
|
2025-04-07 10:16:30 +02:00 |
|
|
b55151623c
|
sync: resizePicture uses image from importer instead of local file
|
2025-04-07 10:16:03 +02:00 |
|
|
c7d1d7ce4c
|
sync: Refactor importFile to use a parametrable writer
|
2025-04-07 10:15:26 +02:00 |
|
|
c5d0616896
|
sync: Split SyncFiles function into import and files sync
|
2025-04-07 10:14:13 +02:00 |
|
|
56efb4ae94
|
sync: Fix non-trimed git links
continuous-integration/drone/tag Build is failing
|
2025-03-31 15:43:56 +02:00 |
|
|
bc94d0c649
|
admin: Download file only if file is not present locally
|
2025-03-29 19:19:29 +01:00 |
|
|
74f388a2b9
|
admin: Check all theme/exercice attribute are in sync with repo
|
2025-03-28 19:39:15 +01:00 |
|
|
3fc765ccfa
|
admin: Export logos present in challenge.json
|
2025-03-26 11:13:09 +01:00 |
|
|
407b67f4c2
|
sync: Ensure placeholder and raw are not the same
|
2025-01-24 23:49:37 +01:00 |
|
|
03d02669ea
|
admin: Refactor synchronization status report + display last git error
|
2025-01-13 20:21:03 +01:00 |
|
|
c1924c0e92
|
admin: Can delete a repository directory if needed
|
2025-01-13 20:21:03 +01:00 |
|
|
ea8ad1d6db
|
sync: Don't warn about no flag if WIP
continuous-integration/drone/push Build is passing
|
2024-10-11 14:55:49 +02:00 |
|
|
e08dd2f2e8
|
sync: Allow empty files
|
2024-10-11 14:55:28 +02:00 |
|
|
eeced21be8
|
sync: Allow justified as flag type
continuous-integration/drone/push Build is passing
|
2024-05-18 00:28:59 +02:00 |
|
|
651d428223
|
sync: Prefer challenge.toml over challenge.txt
continuous-integration/drone/push Build is passing
|
2024-05-16 13:09:13 +02:00 |
|
|
f4d0e0001c
|
sync: Don't overwrite theme image if it exists
|
2024-04-19 11:49:00 +02:00 |
|
|
122e919daf
|
admin: Don't do only standalone exercices when doing speedy sync
|
2024-04-19 11:49:00 +02:00 |
|
|
26c282138e
|
Extract background color to continue image
|
2024-04-19 11:48:59 +02:00 |
|
|
35d07c1aa4
|
sync: Peak a deterministic ID if 0
|
2024-04-19 11:48:59 +02:00 |
|
|
7fbe2f3f8e
|
repochecker: Ensure hint and choice_cost are not higher than gain
|
2024-04-19 11:48:59 +02:00 |
|
|
09c1111135
|
repochecker: Ensure non-optional flag doesn't depend on optional one
|
2024-04-19 11:48:59 +02:00 |
|
|
adb0e36dd4
|
Able to sync and export standalone exercices
|
2024-04-19 11:48:59 +02:00 |
|
|
0b04185933
|
sync: It the repository is on the wrong branch and shallow, update the config
|
2024-04-19 11:48:58 +02:00 |
|
|
904ef661ba
|
sync: Continue sync if just submodule update fails
|
2024-04-19 11:48:58 +02:00 |
|
|
b93c57f704
|
sync: If step is undefined, use the default value
|
2024-04-19 11:48:58 +02:00 |
|
|
3bd6ecf11e
|
sync: Place hints files in the files/ directory
|
2024-04-19 11:48:58 +02:00 |
|
|
954cf84f0f
|
repochecker: Test number step are in phase with response precision
Closes: https://gitlab.cri.epita.fr/ing/majeures/srs/fic/server/-/issues/36
|
2024-04-19 11:48:58 +02:00 |
|
|
636cc2b55b
|
repochecker: Markdown: unescape path to images
|
2024-04-19 11:48:58 +02:00 |
|
|
9a5347b8ef
|
admin: Don't consider non-git directory as Fatal
|
2024-04-19 11:48:58 +02:00 |
|
|
c3353572e6
|
sync: Export DownloadExerciceFile function
|
2024-04-19 11:48:58 +02:00 |
|
|
1f833d39fc
|
admin: Export more importer functions
|
2024-04-19 11:48:57 +02:00 |
|
|
b52622c772
|
repochecker: Check flag's help content through mdTextHooks
|
2024-04-19 11:48:57 +02:00 |
|
|
ecf5cac9c9
|
Add tests
|
2024-04-19 11:48:57 +02:00 |
|
|
b6966d47ce
|
sync: Replace []error by go.uber.org/multierr
|
2024-04-19 11:48:57 +02:00 |
|
|
9f49a689fd
|
Fix (CWE-118): Implicit memory aliasing in for loop.
|
2024-04-19 11:48:57 +02:00 |
|
|
6fd14306e1
|
Don't take case in count when sorting non-ordered vector flag
Fixes: https://gitlab.cri.epita.fr/ing/majeures/srs/fic/server/-/issues/30
|
2024-04-19 11:48:57 +02:00 |
|
|
190fdfe422
|
sync: Label flags can contain more than 255 chars in database
|
2024-04-19 11:48:57 +02:00 |
|
|
f328261ea2
|
repochecker: Fix number of detected choices with step attribute
|
2024-04-19 11:48:57 +02:00 |
|
|
b08039c997
|
admin: New routes to expose git repositories status
|
2024-04-19 11:48:57 +02:00 |
|
|
d996c12452
|
repochecker-grammalecte: Fix headline.md spelling error
|
2024-04-19 11:48:57 +02:00 |
|
|
ba26dd6bb1
|
sync: Don't warn on remote compressed files
|
2024-04-19 11:48:57 +02:00 |
|
|
49aa1682d7
|
sync: Refactor how and when remote files are downloaded
|
2024-04-19 11:48:57 +02:00 |
|
|
6163d51e5b
|
repochecker: New option to restrict domain where remote file can come from
|
2024-04-19 11:48:57 +02:00 |
|
|
1d4b79bf90
|
sync: Handle remote challenge files
|
2024-04-19 11:48:57 +02:00 |
|
|
ec3f818c30
|
sync: Exercice headline can be in a dedicated file
|
2024-04-19 11:48:57 +02:00 |
|
|
89334ce57c
|
admin: Fix panic as map is nil
|
2024-04-19 11:48:56 +02:00 |
|
|
6acc752bd9
|
label flags: Increase allowed size
|
2024-04-19 11:48:55 +02:00 |
|
|
f097c029f3
|
Security fix: Incorrect permission assignment for critical resource
|
2024-04-19 11:48:55 +02:00 |
|
|
1769938205
|
generator: Can perform synchronous generation
|
2024-04-19 11:48:55 +02:00 |
|