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
Sina Atalay
7c46cf4ebc
Merge pull request #149 from sinaatalay/dependabot/pip/phonenumbers-8.13.42
...
build(deps): bump phonenumbers from 8.13.40 to 8.13.42
2024-08-05 15:00:28 -04:00
dependabot[bot]
d8ebf2f967
build(deps): bump phonenumbers from 8.13.40 to 8.13.42
...
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers ) from 8.13.40 to 8.13.42.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v8.13.40...v8.13.42 )
---
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-05 01:05:35 +00:00
Sina Atalay
83f83bc274
docs: update the developer guide
2024-08-03 22:26:32 -04:00
Sina Atalay
1fcb179bad
docs: fix indentation in changelog.md
2024-08-01 21:59:08 -04:00
Sina Atalay
39303aa4d7
docs: fix minor issues in the user guide
2024-08-01 02:13:40 +00:00
Sina Atalay
1ba0d61400
docs: update developer guide
2024-07-31 22:11:11 +00:00
Sina Atalay
d717adbcc3
docs: fix broken links
2024-07-31 21:56:35 +00:00
Sina Atalay
6bc38ee0d8
docs: add edit button
2024-07-31 21:56:28 +00:00
Sina Atalay
e8cbbd5046
update devcontainer.json
2024-07-31 21:33:26 +00:00
Sina Atalay
b62ec85601
create devcontainer.json
2024-07-31 17:24:56 -04:00
Sina Atalay
73360d4277
docs: update changelog.md
2024-07-30 21:32:40 -04:00
Sina Atalay
160f8fc6d0
update README.md
2024-07-30 21:30:00 -04:00
Sina Atalay
b2a13aa36a
Merge pull request #143 from sinaatalay/dependabot/pip/pymupdf-1.24.9
...
build(deps): bump pymupdf from 1.24.7 to 1.24.9
2024-07-29 22:30:38 -04:00
dependabot[bot]
d0556a0638
build(deps): bump pymupdf from 1.24.7 to 1.24.9
...
Bumps [pymupdf](https://github.com/pymupdf/pymupdf ) from 1.24.7 to 1.24.9.
- [Release notes](https://github.com/pymupdf/pymupdf/releases )
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt )
- [Commits](https://github.com/pymupdf/pymupdf/compare/1.24.7...1.24.9 )
---
updated-dependencies:
- dependency-name: pymupdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-29 00:24:17 +00:00
Sina Atalay
3d1cc0e713
docs: update README.md
2024-07-24 13:58:24 +03:00
Sina Atalay
969c3e867f
docs: update README.md
2024-07-23 19:32:36 +03:00