This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 281
Scheduled query browser (Stage 2) #476
Merged
Merged
Changes from 20 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
498420c
Scheduled query browser (Stage 2)
mfix22 65e53b3
Fix tests
mfix22 3c4480b
Scheduler -> scheduler
mfix22 be70c9d
Rename component files
mfix22 2096fa4
Move getHighlightMode to constants
mfix22 fd8d17d
Move .scheduleButton to code-editor.css
mfix22 a9c4d5a
Dispatch scheduled query actions directly w/o redux-actions
mfix22 863870b
scheduleQuery -> openScheduler, remove unused button
mfix22 538c041
Address review:
mfix22 bdaafc7
<Tab disabled={queryPanelDisabled}
mfix22 26e257c
lowercase Scheduler/ imports
mfix22 6403926
Move create-modal styles to css file
mfix22 f7aa830
Remove filename input, generate 8 digit grid name
mfix22 5eebf5b
Remove 'Create Scheduled Query' button for dialects using editor
mfix22 706c067
Extract login-modal styles to CSS file
mfix22 9360312
Add loading and error states for create
mfix22 e07b8b4
Preview modal loading and error states
mfix22 cab0265
Error message from server in modal
mfix22 fea40e4
Prefill filename from generateFilename()
mfix22 87a8bc2
Pull out intervalType
mfix22 c61dc54
this.state.filename :+1:
mfix22 508ca66
Don't call create update delete w/o log in
mfix22 013c64b
Remove buttons completely when not logged in
mfix22 f5c8a19
Fix bool proptypes warning
mfix22 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
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.
nice catch!