-
Notifications
You must be signed in to change notification settings - Fork 65
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
Command Summary - New record functionality #1230
Merged
Merged
Changes from 14 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2ee90d5
Remove the creation of markdown to CLI
EyalDelarea 97bc6db
Change UI
EyalDelarea d11ebf7
Add new sub dir type
EyalDelarea e565dee
Handle all subjects file saves
EyalDelarea 8659ac1
revert ui changes
EyalDelarea 94aa2f8
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli-core into co…
EyalDelarea 75bc8e6
revert ui changes
EyalDelarea 4722d1d
Fix markdown tests
EyalDelarea 2b4995c
Fix static analysis
EyalDelarea 9b6ffdf
Fix slashes on windows
EyalDelarea 86bc35b
rename
EyalDelarea 50b5b72
Rename to index
EyalDelarea ca7ae31
Fix golint
EyalDelarea 0df5f36
Fix windows
EyalDelarea 349410c
Use filepath instead of path for windows support
EyalDelarea 3ddddea
Handle all unsupported file name chars
EyalDelarea 991677d
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli-core into co…
EyalDelarea 7628451
Renames
EyalDelarea 6f189da
Refactor
EyalDelarea 760c583
CR
EyalDelarea 74d2515
CR
EyalDelarea ecb37bb
Handle index differently, and export get files functions
EyalDelarea 0a614a9
Rename
EyalDelarea 48f9308
Fix publish diff
EyalDelarea 6389a2d
use new function
EyalDelarea 2fad965
use new function
EyalDelarea 4e29f37
Fix golangci linter
EyalDelarea e7804fa
Format
EyalDelarea 05f136a
If no files found, skip markdown generation
EyalDelarea ddf89fe
Change files structure
EyalDelarea d4785be
Fix testdata location
EyalDelarea 20986fb
Move command summary files
EyalDelarea 781802d
Save indexed file names as SHA1 instead of dealing with invalid chars.
EyalDelarea f7caf13
Pull dev
EyalDelarea 13faa80
supress go lint
EyalDelarea 6b417bc
Fix lint
EyalDelarea 4e39249
Merge branch 'dev' of https://github.com/jfrog/jfrog-cli-core into co…
EyalDelarea 102b69c
Move defer function
EyalDelarea File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
The entire
commandssummaries
package is located directory under theartifactory/commands
package. This is wriwrongng, becausecommandssummaries
isn't a command.I therefore suggest moving the entire
commandssummaries
directory to be underartifactory/utils
.