-
Notifications
You must be signed in to change notification settings - Fork 1
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
git integration #141
Merged
Merged
git integration #141
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c0rydoras
added
backend
This issue or pull request is backend related
feature
This issue or pull request discusses a feature
breaking
This issue or pull request discusses something breaking
labels
Oct 31, 2023
c0rydoras
force-pushed
the
git-integration
branch
2 times, most recently
from
November 1, 2023 07:36
289bb17
to
7f6fc97
Compare
c0rydoras
force-pushed
the
git-integration
branch
from
November 1, 2023 09:22
7f6fc97
to
84b7a97
Compare
c0rydoras
force-pushed
the
git-integration
branch
2 times, most recently
from
November 3, 2023 12:29
bf12dec
to
345777f
Compare
c0rydoras
force-pushed
the
git-integration
branch
3 times, most recently
from
November 6, 2023 10:05
e22d3ee
to
c937d1b
Compare
open-dynaMIX
requested changes
Jan 3, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work 🚀
c0rydoras
force-pushed
the
git-integration
branch
from
January 3, 2024 10:40
c937d1b
to
512ac47
Compare
c0rydoras
force-pushed
the
git-integration
branch
from
January 3, 2024 12:16
512ac47
to
d187a56
Compare
open-dynaMIX
reviewed
Jan 4, 2024
open-dynaMIX
approved these changes
Jan 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #43
Possible improvements:
poetry
directly to parse and interpret lockfiles instead oftomllib
yarn@^3.0.0
parser, this should be easy as modern yarn.lock files are yamlyarn.lock
past yarn classic. this does not require an extra library as its yamldependencies
anddevDependencies
keys forpnpm-lock.yaml
instead of packages and regex