Commit Graph

1430 Commits

Author SHA1 Message Date
Sina Atalay
f8a8809ff0 tests: test rendercv_settings 2024-09-07 18:47:02 -04:00
Sina Atalay
980466ffaf bump dependencies 2024-09-07 18:46:49 -04:00
Sina Atalay
2d5c340386 refactor 2024-09-07 18:46:42 -04:00
Sina Atalay
8dd3599d1e cli: refactor to improve rendercv_settings functionality 2024-09-07 17:47:14 -04:00
Sina Atalay
a54ac53783 data: improve rendercv_settings 2024-09-07 17:46:56 -04:00
Sina Atalay
675e8ad97b Merge branch 'main' of https://github.com/sinaatalay/rendercv 2024-09-07 15:08:50 -04:00
Sina Atalay
e428624712 update .gitignore 2024-09-07 15:00:06 -04:00
Sina Atalay
3a5d09b8e9 Merge pull request #166 from akib1689/main
feat: add the `rendercv_settings` block
2024-09-07 14:58:38 -04:00
Akibur Rahman
9a1c74a9a4 Merge pull request #5 from akib1689/add-settings
Update the documentation
2024-09-07 12:39:45 +06:00
Akibur Rahman
ab14bbff46 fix: changed the name of the description variable with name of the function 2024-09-07 06:38:21 +00:00
Akibur Rahman
0cc14c4f45 docs: Add rendercv_settings to YAML input file structure
This commit adds the `rendercv_settings` field to the YAML input file structure in the and the `rendercv_settings.md` describing the reference of the file.
2024-09-07 06:37:01 +00:00
Akib
56cb87d94a Merge branch 'main' of https://github.com/akib1689/rendercv 2024-09-04 18:33:36 +00:00
Akib
ff1734526f chore: Update on schema 2024-09-04 18:30:21 +00:00
Akib
91281a2a0e chore: update the examples 2024-09-04 18:28:48 +00:00
Akib
36cd3b0af8 refactor: removed the render_options from rendercv_settings 2024-09-04 18:28:29 +00:00
Akibur Rahman
878c1492f1 merge from add branch
refactor: Added the changes for the pull request
2024-09-04 15:52:14 +06:00
Akibur Rahman
26c7a21ad5 Merge branch 'main' of akib1689/rendercv into add-settings 2024-09-04 09:47:22 +00:00
Akibur Rahman
8096c8534f refactor: updated examples 2024-09-04 09:46:35 +00:00
Akibur Rahman
2a728b8b5c refactor: Update rendercv_settings to allow disabling HTML and PNG generation 2024-09-04 09:46:16 +00:00
Akibur Rahman
d10045ec3d refactor: Update rendercv_settings to allow disabling HTML and PNG generation
This commit updates the `rendercv_settings` in the `John_Doe_ClassicTheme_CV.yaml` file to allow disabling the generation of HTML and PNG files. The `no_html` and `no_png` flags are set to `true` in the `render` section of the settings. This change provides more flexibility to users who may not need these file formats in their rendered output.
2024-09-04 08:06:04 +00:00
Akibur Rahman
d7b4106821 Merge pull request #3 from sinaatalay/main
synced upstream
2024-09-04 09:45:52 +06:00
Akibur Rahman
eb728a9823 Merge pull request #2 from akib1689/add-settings
Request change updated
2024-09-03 17:10:00 +06:00
Akibur Rahman
1b178567fc refactor: Remove unused rendercv_settings properties
This commit removes the unused properties in the `rendercv_settings` section of the `John_Doe_ClassicTheme_CV.yaml`, `John_Doe_EngineeringresumesTheme_CV.yaml`, `John_Doe_ModerncvTheme_CV.yaml`, and `John_Doe_Sb2novTheme_CV.yaml` files. The properties `output_folder_name`, `no_html`, `no_markdown`, and `no_png` are no longer needed and have been removed. This cleanup improves the clarity and maintainability of the code.
2024-09-03 10:59:45 +00:00
Akibur Rahman
22d81248c7 refactor: Update rendercv_settings to allow disabling HTML and PNG generation 2024-09-03 10:57:05 +00:00
Akibur Rahman
e77bc589c9 refactor: Update rendercv_settings to allow disabling HTML and PNG generation
This commit updates the `rendercv_settings` in the `John_Doe_ClassicTheme_CV.yaml` file to allow disabling the generation of HTML and PNG files. The `no_html` and `no_png` flags are set to `true` in the `render` section of the settings. This change provides more flexibility to users who may not need these file formats in their rendered output.
2024-09-03 10:00:45 +00:00
Sina Atalay
cc2ce60a97 Merge pull request #168 from sinaatalay/dependabot/pip/phonenumbers-8.13.44
build(deps): bump phonenumbers from 8.13.43 to 8.13.44
2024-09-01 22:47:33 -04:00
dependabot[bot]
b3ce5f7efe build(deps): bump phonenumbers from 8.13.43 to 8.13.44
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.43 to 8.13.44.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.43...v8.13.44)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-02 00:39:00 +00:00
Akibur Rahman
492eb3f071 Merge pull request #1 from akib1689/add-settings
feat: Added render cv settings
2024-09-01 23:23:37 +06:00
Akib
b3875099a4 refactor: generate pdf with script 2024-09-01 17:21:41 +00:00
Akib
898e85f74a refactor: update-example 2024-09-01 17:19:54 +00:00
Akib
f2aa0b84a4 refactor: update schema 2024-09-01 17:16:35 +00:00
Akib
7c78eaf14f refactor: Improve handling of output directory in cli_command_render 2024-09-01 17:15:17 +00:00
Akib
4bd10a635f fix: test case passing 2024-09-01 17:05:30 +00:00
Akib
d8c76506cb chore: update the output directory 2024-09-01 15:49:03 +00:00
Akib
3a013a7b3f fix: added some default values to the file. 2024-09-01 15:38:24 +00:00
Akib
419706aa48 fix: fixed the number of steps bug in the command.py 2024-09-01 15:20:18 +00:00
Akibur Rahman
54adb667ca feat: Refactor output directory handling
This commit refactors the code in `cli_command_render` to improve the handling of the output directory. The previous implementation used a hardcoded path, which has been replaced with a dynamic path based on the `output_folder_name` provided in the `rendercv_settings`. This change allows users to specify a custom output directory for the rendered files.
2024-09-01 11:43:33 +00:00
Akibur Rahman
35b15117e5 feat: added to use the output directory 2024-09-01 11:36:54 +00:00
Akibur Rahman
49526d39be feat: Add no_html and no_png options to rendercv_settings
This commit adds the `no_html` and `no_png` options to the `rendercv_settings` block in the `John_Doe_ClassicTheme_CV.yaml` file. These options allow the user to control whether the HTML and PNG files will be generated during the rendering process. The default values are set to `true` for `no_html` and `false` for `no_png`.
2024-09-01 10:05:33 +00:00
Akib
e1fbc4ac81 feat: added the data model class
Now no error is thrown from the terminal when used the block `rendercv_settings`.
Though the functionality of the code block provided in the data model is not yet utilized.
2024-08-31 20:19:17 +00:00
Akib
680df5234a chore: started working on the rendercv_settings pipeline 2024-08-31 19:49:27 +00:00
Sina Atalay
6689d82a6b Merge pull request #161 from sinaatalay/dependabot/pip/typer-0.12.5
build(deps): bump typer from 0.12.4 to 0.12.5
2024-08-26 03:11:01 -04:00
dependabot[bot]
837a119cb4 build(deps): bump typer from 0.12.4 to 0.12.5
Bumps [typer](https://github.com/fastapi/typer) from 0.12.4 to 0.12.5.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.12.4...0.12.5)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-26 00:21:51 +00:00
Sina Atalay
887f855cae bump mkdocstrings-python from 1.10.5 to 1.10.8 2024-08-18 23:41:04 -04:00
Sina Atalay
7b998b6e20 Merge pull request #156 from sinaatalay/dependabot/pip/typer-0.12.4
build(deps): bump typer from 0.12.3 to 0.12.4
2024-08-18 23:38:12 -04:00
dependabot[bot]
9f8fb1d4e3 build(deps): bump typer from 0.12.3 to 0.12.4
Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.12.4)

---
updated-dependencies:
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 03:37:12 +00:00
Sina Atalay
7f21559ba6 Merge pull request #155 from sinaatalay/dependabot/pip/markdown-3.7
build(deps): bump markdown from 3.6 to 3.7
2024-08-18 23:36:08 -04:00
dependabot[bot]
b704bcf9ed build(deps): bump markdown from 3.6 to 3.7
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.6 to 3.7.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.6...3.7)

---
updated-dependencies:
- dependency-name: markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-19 00:40:06 +00:00
Sina Atalay
c9ff01146f Merge pull request #153 from sinaatalay/dependabot/pip/phonenumbers-8.13.43 2024-08-11 22:40:26 -04:00
dependabot[bot]
5cce28341d build(deps): bump phonenumbers from 8.13.42 to 8.13.43
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 8.13.42 to 8.13.43.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.42...v8.13.43)

---
updated-dependencies:
- dependency-name: phonenumbers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-12 00:51:46 +00:00