-
Notifications
You must be signed in to change notification settings - Fork 0
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] Code snippets storage #18
Milestone
Comments
angel-penchev
added
feature
New feature or request
server
Tasks regarding the backend server
labels
Oct 15, 2021
angel-penchev
added a commit
that referenced
this issue
Oct 15, 2021
Created a S3 bucket using Terraform for user code snippets storage. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 17, 2021
Created an endpoint which returns the user's storage file tree in json. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 19, 2021
Modified the controller and service to support subdirectory search. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 20, 2021
Modified the controller and service to support subdirectory search. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 20, 2021
Resolved an issue where listing would sometimes return empty filepaths. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 20, 2021
Added an endpoint for uploading code snippets. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 20, 2021
Added an error when the filepath used for saving an object is invalid. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 20, 2021
Added a service method for retrieving code snippet file contents. Added the service method to the GET "/code-snppets" endpoint. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 20, 2021
Added directory creation in code snippet module. Resolved an issue where some service calls were not executing properly. References #18.
angel-penchev
added a commit
that referenced
this issue
Oct 21, 2021
Added an endpoint for file and directory deletion. Refernces #18.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the feature you'd like
Create a storage for code snippets that users write within the Eleggo application.
Additional context
nest-aws-sdk library
The text was updated successfully, but these errors were encountered: