-
Notifications
You must be signed in to change notification settings - Fork 4
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
Set widget id in query header #154
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c21b40d
Add id to WidgetMetadata
JCZuurmond 27b1f40
Use id for sorting
JCZuurmond c11ff25
Add path to widget metadata
JCZuurmond 17856fc
Add path to widget metadata
JCZuurmond 8ffd82b
Let as_dict only return str
JCZuurmond 84df731
Rework
JCZuurmond af3799c
Fix default width height
JCZuurmond 20aed8d
Order based on id and order
JCZuurmond e71b85d
Format
JCZuurmond da31599
Make id empty string by default
JCZuurmond d735855
Refactor widgets metdata to separate method
JCZuurmond 960acb6
Remove redundant continue
JCZuurmond 4f9318c
Move widget spec type into WidgetMetdadata
JCZuurmond cca0d54
Refactor get widgets into separate methods
JCZuurmond d7a1019
Update TODO
JCZuurmond 402cb47
Let get widgets only return widgets
JCZuurmond d09b7d5
Reorder method calling
JCZuurmond ab7364e
Refactory function signature
JCZuurmond 6ef3072
Update header in docs
JCZuurmond 2e459ab
Change signature
JCZuurmond 073396e
Move parse widget metadata into WidgetMetadata.from_path
JCZuurmond 099bac1
Fix typo
JCZuurmond 9fe49c9
Remove redundant id setting
JCZuurmond 659e354
Rename get_width_and_height_to_size
JCZuurmond cf86e96
Redo setting id
JCZuurmond 791991b
Make maximum dashboard width a global
JCZuurmond e7eaf37
Add missing type hint
JCZuurmond f835ace
Set widget name from metadata id
JCZuurmond 565e426
Consistent argument ordering for dataset
JCZuurmond bc4a621
Remove need for dataset to create widget
JCZuurmond b670931
Make size hidden
JCZuurmond 7a0b434
Make header one line
JCZuurmond f15061f
Add is_markdown
JCZuurmond 01c814a
Make WidgetMetadata a class
JCZuurmond e2f001e
Remove MarkdownSpec
JCZuurmond 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
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.
This should be overridden in the CounterSpec class, not in this class
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.
What do you mean with overriden? There is nothing overriden here