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

Adding the export functionality #13

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
68a4ec2
Adding in the export library
rogeruiz Oct 30, 2022
2ef967a
Adding a basic export method that adds numbers
rogeruiz Oct 30, 2022
2807b2a
Continue making little steps;
rogeruiz Nov 1, 2022
03f9e41
Deleting the internal library;
rogeruiz Nov 2, 2022
843f826
Bring in the code organization; 🏗️
rogeruiz Nov 2, 2022
251c108
Cleaning things up a bit, but understanding more;
rogeruiz Nov 2, 2022
d435986
Converting the Result<T,E> to Option<T>;
rogeruiz Nov 5, 2022
a923ef4
Refactoring the run_export func; 🎉
rogeruiz Nov 5, 2022
2f9678c
Making progress by adding progress; 😉
rogeruiz Nov 5, 2022
6bdafe3
Adding some nice comments for later;
rogeruiz Nov 7, 2022
9d653d8
Removing all the formatters I won't be using;
rogeruiz Feb 5, 2023
bd9b444
Updating the deps;
rogeruiz Feb 5, 2023
2e8a488
Making path inputs PathBuf instead;
rogeruiz Feb 5, 2023
cc2c569
Get the `export` subcommand working;
rogeruiz Feb 5, 2023
ce18822
Getting rid of warnings while I'm developing;
rogeruiz Feb 5, 2023
605daa3
Improving the error handling for --workspace;
rogeruiz Feb 5, 2023
377c7b9
Making things more legible for `run_export()`;
rogeruiz Feb 5, 2023
484ecee
Adding in the `anyhow` crate for better errors;
rogeruiz Feb 5, 2023
8ef6388
Updating the error to Unsupported;
rogeruiz Feb 5, 2023
0bd0733
Attempting to use `anyhow`
rogeruiz Feb 5, 2023
fc19dbe
Capturing the error & output from Docker
rogeruiz Feb 18, 2023
d40a8c3
Trying another spinner for now
rogeruiz Feb 18, 2023
e3cbdc6
Cleaning up code and adding comments
rogeruiz Feb 18, 2023
7eb238a
Better error messaging from Scuttle
rogeruiz Feb 18, 2023
ad03469
Adding colors to custom Scuttle errors;
rogeruiz Feb 18, 2023
f70ee6f
Validating the output directory;
rogeruiz Feb 20, 2023
d9e9b15
Cleaning up my match statements;
rogeruiz Feb 20, 2023
367bfc9
Picking a different status spinner
rogeruiz Feb 20, 2023
2a7b8e2
Adding the start of documentation; 📝
rogeruiz Feb 27, 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
Loading