Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork268
feat: Lockfile support#1010
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
EdenEast wants to merge36 commits intowbthomason:masterChoose a base branch fromEdenEast:feat/lockfile
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes from1 commit
Commits
Show all changes
36 commits Select commitHold shift + click to select a range
a041c15 feat(lockfile): Add Lockfile public interface
EdenEasta3591b0 feat(lockfile): Add lockfile generation
EdenEastdc7eac0 feat(lockfile): Load lockfile data on init if enable
EdenEastbfcdf86 feat(lockfile): Upgrade command implementation
EdenEastc6ea53a fix(lockfile): Load lockfile after update
EdenEast39bfc28 docs(lockfile): Add lockfile info to readme
EdenEast23b838c docs(lockfile): Add lockfile docs to help docs
EdenEast36f2990 fix(snapshot): Add lockfile config to snapshot test
EdenEastf9820df feat(lockfile): Add commit date to lockfile
EdenEastef4896d fix(lockfile): Update with `fetch/pull` based on commit
EdenEast6d345d3 fix(git): Depth variable fails if string
EdenEaste2cdf84 feat(display): Add lockfile commit to status
EdenEastec3c330 fix(lockfile): Handle checkout if lockfile is enabled
EdenEastd358a41 chore: Fix rebase errors
EdenEast6d79ce7 chore: stylua format with updated stylua version
EdenEastad4361c fix(lockfile): Use log with vim.notify
EdenEast458f5b4 feat(cmd): Add optional argument parsing for cmds
EdenEast7b1514c fix(lockfile): Handle checkout failure resolved
EdenEaste5c1c6c fix(lockfile): Move `upgrade` command to opt arg
EdenEast59f3d1e feat(cmd): Add optional args to commands
EdenEastaffa5a6 fix(lockfile): Override lockfile with opt arg
EdenEast3689ed0 fix(lockfile): Regen on update config option
EdenEastf80bf18 docs(lockfile): Upgrade moved to optional args
EdenEastd91fa6d feat(cmd): Add path complete for optional args
EdenEast6638714 feat(display): Add ahead behind for commit updates
EdenEast2ee8993 fix: Remove upgrade old update command
EdenEast18c841c style: Stylua format pass
EdenEastdabbecd docs: Fix duplicate word in readme
EdenEastde16c82 fix(status): Load lockfile with status command
EdenEastf2629c3 docs: Apply suggestions from code review
EdenEastfcc66ec docs(help): List optional args to lua api functions
EdenEastecf5baa chore(help): Format snapshot command to correct width
EdenEastee18270 docs(help): Clarify `commit` and lockfile precedence
EdenEast9e160a0 fix(command): Check for string type in filter opts
EdenEast15feddf fix(lockfile): Emit `PackerComplete` after command
EdenEast191d37b feat(lockfile): Fire `PackerLockfileDone` autocmd
EdenEastFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
fix(lockfile): Use log with vim.notify
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
commitad4361cc0656c667f84453b3e814d5d5bc4dba89
There are no files selected for viewing
23 changes: 9 additions & 14 deletionslua/packer.lua
This file contains hidden or 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
12 changes: 3 additions & 9 deletionslua/packer/lockfile.lua
This file contains hidden or 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
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.