-
Notifications
You must be signed in to change notification settings - Fork 141
fix: Making description uneditable using config file #497
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
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2772695
Making description uneditable using config file
dikshathakur3119 071735e
Table Description Uneditable using regex
dikshathakur3119 2fbf610
Column Description uneditable
dikshathakur3119 d5d4c8f
fixed regex statement
dikshathakur3119 c8bb381
fixed lint error
dikshathakur3119 42d8c8c
removed print statements
dikshathakur3119 08e9395
Adding source to edit button
dikshathakur3119 262fc7b
Added edit description text
dikshathakur3119 aeb59aa
Added list MatchRules object in configuration
dikshathakur3119 91e3175
ignore linting for metadata_utils.py
dikshathakur3119 83038ca
addint data type to match rules
dikshathakur3119 fdceac5
adding data type to match rules
dikshathakur3119 269c793
fixing mypy errors
dikshathakur3119 39ca892
restructured logic in metadata_utils
dikshathakur3119 df4f525
fixed mypy checks
dikshathakur3119 a97154c
fix parse_editable_rule parameters
dikshathakur3119 1a5cb86
Adding unit test cases
dikshathakur3119 db13691
Code cleanup and better comments
dikshathakur3119 edf714e
Added documentation
dikshathakur3119 2e38a7b
Modified unit test case
dikshathakur3119 20bf140
fixed documentation
dikshathakur3119 11957b7
documentation change
dikshathakur3119 b7fcda1
Merge remote-tracking branch 'origin/master' into diksha-uneditable-desc
dikshathakur3119 15956a9
Merge remote-tracking branch 'origin/master' into diksha-uneditable-desc
dikshathakur3119 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 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
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
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
1 change: 1 addition & 0 deletions
1
amundsen_application/static/js/components/TableDetail/constants.ts
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| export const PROGRMMATIC_DESC_HEADER = 'Read-only information, auto-generated'; | ||
| export const ERROR_MESSAGE = 'Something went wrong...'; | ||
| export const EDIT_DESC_TEXT = 'Click to edit description in'; |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.