Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-15 | Merge branch 'fix/1610-release-compilation-config-fix' into 'develop' | rinpatch | |
Merging default release config on app start Closes #1610 See merge request pleroma/pleroma!2288 | |||
2020-02-10 | Fix a compilation error under certain circumstances | rinpatch | |
I've noticed that sometimes when switching from develop to stable and back, develop fails to compile and rm -r ing the _build and deps dirs doesn't help at all. This is due to Admin API controller needing to generate JSON description of the config at compile time. Evaluating `config/description.exs` calls `Generator.list_modules_in_dir/2`, which in turn predicts the module names of files in the directory and tries to convert the predicted name to *existing* atoms. Sometimes the compiler will call that function before compiling the modules in the said directory, so the conversion will of course fail. This fixes it by removing the requirement of the atoms being existent. The function is not subjected to any untrusted user input so this should be safe. An ideal fix would be to block the compilation of docs before all modules are compiled and then get a list of compiled elixir modules under the namespace we want instead of directory hacks, but I have not been able to figure out how to do that. | |||
2020-01-17 | some clean up | Alexander Strizhakov | |
2020-01-10 | fix for subgroup tuple | Alexander | |
added settings for swoosh adapters local | |||
2020-01-10 | config editing through database | Alex S | |
2019-11-10 | fix for migrate task | Alexander | |
2019-09-17 | markdown.ex: put two-spaces before the description-newline | Haelwenn (lanodan) Monnier | |
2019-09-17 | markdown.ex: end suggestions list with a newline | Haelwenn (lanodan) Monnier | |
Otherwise we end up with suggestion on the same level as the childs Markdown is a fuck⦠| |||
2019-09-17 | markdown.ex: \n\n on >1 suggestions, 2-spaces on one | Haelwenn (lanodan) Monnier | |
2019-09-17 | markdown.ex: Make suggestion(s) plural only if on >1 | Haelwenn (lanodan) Monnier | |
2019-09-17 | description.exs: remove empty strings on descriptions | Haelwenn (lanodan) Monnier | |
2019-09-17 | markdown.ex: do not fail if there is no children | Haelwenn (lanodan) Monnier | |
2019-09-17 | docs/markdown.ex: do no print empty suggestions | Haelwenn (lanodan) Monnier | |
2019-09-17 | docs/markdown.ex: child header as "- key (type): description" | Haelwenn (lanodan) Monnier | |
2019-09-13 | markdown generation to the new file | Alex S | |
2019-09-11 | little refactor | Alex S | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | don't add behaviour to suggestions | Alex S | |
2019-09-11 | little fix | Alex S | |
2019-09-11 | some changes | Alex S | |
2019-09-11 | description formatters | Alex S | |