Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/GitHub actions tests #39

Closed
wants to merge 30 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e82b2b7
to amend
lulutche Apr 30, 2021
cb74447
feat(generator): mise en place du parser marked ainsi que ses tests
lulutche May 4, 2021
ca99221
fix(generator): fin de la mise en place du parser marked ainsi que l'…
lulutche May 11, 2021
b67fc00
fix(generator): suppression du dossier generator qui avait été oublié
lulutche May 11, 2021
63be863
fix(generator): résolution de conflits
lulutche May 11, 2021
735d805
fix(generator): ajouts des changements demandés dans la PR
lulutche May 12, 2021
ef2010c
feat(generator): ajout de l'extraction des metadonnées dans les refca…
lulutche May 12, 2021
3da4a0f
fix(): fix avec des problèmes de branches
lulutche May 14, 2021
ddfdf93
fix(generator): fix des conflits
lulutche May 14, 2021
cef92bd
feat(generator): ajout d'un bouton sur index.html pour acceder a git.…
lulutche May 14, 2021
fb8388b
feat(generator): ajout de la gestion d'une deuxième métadonnées ainsi…
lulutche May 17, 2021
8a2a4d1
feat(generator): ajout du style de base ainsi que d'une troisième met…
lulutche May 19, 2021
5c7af29
feat(generator): ajout de la génération de toutes les refcards d'un coup
lulutche May 20, 2021
ddddee2
fix():ajout d'un fichier oublié
lulutche May 20, 2021
24958fe
feat(generator): ajout des metadonnées dans les refcards
lulutche May 20, 2021
4f95e21
feat: add a markdown parser (#34)
lulutche May 20, 2021
43462eb
feat(generator): add metadata extractor to manage refcard colors
lulutche Apr 30, 2021
8f3ded0
feat(generator): add basic style for all refcards
lulutche May 19, 2021
6b5725f
fix(generator): review of the code
lulutche May 20, 2021
8d00627
fix(generator): delete file forgotten helpers.js
lulutche May 20, 2021
97537ac
fix(generator): little modifications of package.json and CustomRender…
lulutche May 20, 2021
09e2286
fix(): recuperation de la nouvelle facon d'ecrire les metadonnées
lulutche May 21, 2021
3423e78
feat(generator): add the generation of all refcards in one command
lulutche May 20, 2021
77ffec7
fix(generator): deleting two files forgotten
lulutche May 21, 2021
6e0ac2b
feat(generator): add the creation of index.html due to handlebars and…
lulutche May 26, 2021
e08d4e9
fix() oubli d'un fichier
lulutche May 26, 2021
de31c98
fix():little modification of index.hbs
lulutche May 27, 2021
3ccfcf7
add a workflow for github action, this workflow run tests for every p…
lulutche May 28, 2021
7b2b091
fix(): modify the testing workflow
lulutche May 28, 2021
5c3395e
fix(): little modifications of the workflow
lulutche May 28, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(generator): fin de la mise en place du parser marked ainsi que l'…
…amélioration du rendu
  • Loading branch information
lulutche committed May 26, 2021
commit ca992211b4d92760220879583207ebddc2ccf783
2 changes: 0 additions & 2 deletions generator/dist/bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion generator/script/CustomRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ exports.render_upgrade = function (color) {
return out;
}


return render;

}
Expand Down