-
Notifications
You must be signed in to change notification settings - Fork 16
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
272 move filepreview permissions #290
Merged
Merged
Changes from 15 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
860027c
add FilePermissions to FilePreview.ts
ekraffmiller b1f5213
remove useFileDownloadPermission from components
ekraffmiller ba5c0cf
lint fix: remove imports
ekraffmiller 81fb11e
fix: remove console.log() statements
ekraffmiller d6b734a
fix: filePreview expected data
ekraffmiller 481a89a
remove useFilePermissions from useFiles.tsx
ekraffmiller 26be216
remove unneeded files, update tests
ekraffmiller 497f8a6
remove unneeded imports, update tests
ekraffmiller 31bae0a
fix: Dataset.stories.tsx
ekraffmiller 3e0482c
fix: Remove unused files
ekraffmiller a3e5fbd
fix: Remove decorators
ekraffmiller 590a053
fix: wait for accessButton to be visible.
ekraffmiller f1288ec
fix: add cy.wait() after button click
ekraffmiller 3df18fa
fix: comment out unused code
ekraffmiller a382627
fix: remove pipe(), add cypress-grep
ekraffmiller 3ada17f
fix: specify specific version of cypress-grep library
ekraffmiller c18e6ec
remove getUserPermissionsById() use case, remove FilePermissions from…
ekraffmiller f27fde0
fix: remove it.only and console.log()
ekraffmiller 3c2c487
remove unused boolean and enum from FilePermissions.ts
ekraffmiller d084add
rename FileUserPermissionsMother.ts -> FilePermissionsMother.ts
ekraffmiller 3fcc298
Add documentation for @cyprees/grep
ekraffmiller f62ae74
Remove unneeded mock FileRepository classes
ekraffmiller 3742642
Remove unneeded FilePermissionsMother definition
ekraffmiller 6ba7301
reformat with prettier
ekraffmiller 4b25793
fix: fix FilePermissionsMother import
ekraffmiller 8814cb6
Merge branch 'develop' of https://github.com/IQSS/dataverse-frontend …
MellyGray a5a8509
fix: tests failing
MellyGray 460304c
fix: coverage
MellyGray 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
18 changes: 0 additions & 18 deletions
18
src/sections/file/file-permissions/FilePermissionsContext.ts
This file was deleted.
Oops, something went wrong.
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.
Can you remove the ^ symbol to avoid unexpected upgrades?