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(cli): persist login and formatting options #47

Merged
merged 43 commits into from
Sep 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7eba125
feat(cli): persist login and formatting options
BioPhoton Sep 9, 2023
640f040
fix(cli): wip
BioPhoton Sep 9, 2023
a927e29
fix(cli): fix md table
BioPhoton Sep 9, 2023
7d29fad
fix(cli): adjust exports and console abd md reports
BioPhoton Sep 10, 2023
932c5ee
refactor(utils): restructure report section and document possible ele…
BioPhoton Sep 12, 2023
36cfa02
Update packages/utils/src/lib/collect/index.ts
BioPhoton Sep 12, 2023
54b9a8a
refactor(utils): adopt md report sections
BioPhoton Sep 13, 2023
190c6d1
test(utils): md, and md report
BioPhoton Sep 15, 2023
32739ae
test(utils): stdout report and schema comments
BioPhoton Sep 15, 2023
ce1e2ad
chore(cli): insatll
BioPhoton Sep 15, 2023
4c37f95
fix(utils): build
BioPhoton Sep 15, 2023
85269bf
fix(utils): test adoptions
BioPhoton Sep 15, 2023
cb0842c
refactor(utils): format
BioPhoton Sep 15, 2023
c8f269e
test(utils): fix tests
BioPhoton Sep 15, 2023
ff48106
Update packages/utils/src/lib/collect/implementation/md/constants.ts
BioPhoton Sep 15, 2023
193143c
Update packages/utils/src/lib/collect/implementation/md/details.ts
BioPhoton Sep 15, 2023
bfb7a1d
fix(utils): fix imports
BioPhoton Sep 15, 2023
12e808b
test(utils): fix to match regex
ChristopherPHolder Sep 15, 2023
01017e8
fix(utils): format
BioPhoton Sep 15, 2023
4b73ad6
fix(utils): imports
BioPhoton Sep 15, 2023
9457f69
Update packages/utils/src/lib/collect/implementation/md/font-style.ts
BioPhoton Sep 16, 2023
b0577b2
Update packages/utils/src/lib/collect/implementation/md/list.ts
BioPhoton Sep 16, 2023
456f05b
Update packages/utils/src/lib/collect/implementation/md/list.spec.ts
BioPhoton Sep 16, 2023
d1bbeb6
test(chore): introduce shared test helper
BioPhoton Sep 8, 2023
7825d0a
test(chore): introduce shared test helper
BioPhoton Sep 8, 2023
bd8435d
test(chore): fix mock data
BioPhoton Sep 8, 2023
469d344
refactor(chore): format
BioPhoton Sep 8, 2023
cae5fb7
refactor(chore): polish
BioPhoton Sep 8, 2023
028f2ca
fix(models): testing exports
BioPhoton Sep 15, 2023
54543b8
merge test improvements 1
BioPhoton Sep 15, 2023
10f2a57
refactor(cli): merge testing improvements
BioPhoton Sep 16, 2023
caa2cfa
refactor(chore): improvements testing (#46)
BioPhoton Sep 16, 2023
0b09cd6
refactor(cli): merge master, fix issues
BioPhoton Sep 16, 2023
9c1fdbd
refactor(cli): fix issues
BioPhoton Sep 16, 2023
9fb6905
refactor(cli): fix issues 2
BioPhoton Sep 16, 2023
17c44df
Merge branch 'main' into print-report-to-console
BioPhoton Sep 16, 2023
1b5b19b
refactor(cli): fix issues 4
BioPhoton Sep 16, 2023
4e20ffb
refactor(cli): fix issues 5
BioPhoton Sep 16, 2023
2dc044a
refactor(cli): format
BioPhoton Sep 16, 2023
988d140
refactor(cli): fix package.json
BioPhoton Sep 16, 2023
bdc8d08
refactor(cli): remove comments in models
BioPhoton Sep 16, 2023
8f4406a
Merge branch 'main' into print-report-to-console
BioPhoton Sep 16, 2023
7c523da
refactor(cli): format
BioPhoton Sep 16, 2023
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
168 changes: 87 additions & 81 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dependencies": {
"bundle-require": "^4.0.1",
"chalk": "^5.3.0",
"cliui": "^8.0.1",
"yargs": "^17.7.2",
"zod": "^3.22.1"
},
Expand Down
Loading