Skip to content
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

Migrate query source to React: Set of updates #4457

Conversation

kravets-levko
Copy link
Collaborator

@kravets-levko kravets-levko commented Dec 17, 2019

What type of PR is this? (check all applicable)

  • Refactor

Description

  • Refactor: get rid of Title service + directive; replace with document.title;
  • Manage permissions dialog;
  • Show API key dialog;
  • Refactor: extract actions to publish/unpublish/rename query.

Related Tickets & Documents

#4429

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

image

@kravets-levko kravets-levko added Frontend Frontend: React Frontend codebase migration to React labels Dec 17, 2019
@kravets-levko kravets-levko self-assigned this Dec 17, 2019
@kravets-levko kravets-levko marked this pull request as ready for review December 17, 2019 11:48
@@ -172,7 +171,8 @@ function DashboardCtrl(
};

const renderDashboard = (dashboard, force) => {
Title.set(dashboard.name);
// TODO: Title should be updated after editing as well
Copy link
Member

@gabrieldutra gabrieldutra Dec 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2a2bfb8 (though you've already seen that)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I saw it few minutes ago; this comment I added this morning 😁 Let it stay here, anyway we'll remove this file soon

<h5>Example API Calls:</h5>
<div>
Results in CSV format:
<pre>{csvUrl}</pre>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good use case for InputWithCopy or CodeBlock? (I think CodeBlock -- it's used in the Embed Query dialog too)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Brilliant idea!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done:

image

@restyled-io
Copy link
Contributor

restyled-io bot commented Dec 17, 2019

Hey there-

I'm a bot, here to let you know that some code in this PR might not
match the team's automated styling. I ran the team's auto-reformatting tools on
the files changed in this PR and found some differences. Those differences can
be seen in #4460.

Please see that Pull Request's description for more details.

@kravets-levko kravets-levko merged commit 192ad22 into migrate-query-source-view-to-react Dec 17, 2019
@kravets-levko kravets-levko deleted the migrate-query-source-to-react-set-of-updates-1 branch December 17, 2019 13:45
kravets-levko added a commit that referenced this pull request Jan 6, 2020
* Migrate Query Source View page to React: skeleton

* Sync QueryView and QuerySource (#4430)

* Migrate schema browser to react (#4432)

* Restyle code with Prettier

* Migrate Query page to React: Save changes (#4452)

* Migrate query source to React: Set of updates (#4457)

* Migrate Query page to React: Visualization Tabs (#4453)

Co-Authored-By: Levko Kravets <levko.ne@gmail.com>

* Migrate Query Source page to React: Visualizations area (#4463)

* Migrate Query page to React: Delete visualization button (#4461)

* Migrate Query Source page to React: Visualization actions (#4467)

* Migrate Query pages to React: Execute query hook (#4470)

* Migrate Query Source page to React: Editor area (#4468)

* Migrate Query Source page to React: metadata, schedule and description blocks (#4476)

* Migrate Query page to React: Cancel query execution (#4496)

* Migrate Query Source page to React: refine code (#4499)

* Migrate Query Source page to React: alerts (#4504)

* Migrate Query Source page to React: unsaved changes alert (#4505)

* Migrate Query Source to React: resizable areas (v2) (#4503)

* Migrate Query page to React: Query View (#4455)

Co-authored-by: Levko Kravets <levko.ne@gmail.com>

* Switch React and Angular versions of pages (until Angular version removed)

* Migrate Query pages to React: fix permissions (#4506)

* Migrate Query Source page to React: don't reload when saving new query (#4507)

* Migrate Query pages to React: fix tests (#4509)

* Use skipParametersDirtyFlag in executeQuery

* Fix: cannot fork query from Query View page

* Optimize query editor: handle query text changes faster

* Revert "Optimize query editor: handle query text changes faster"

This reverts commit 2934e53.

* Reduce debounced time to 100

* Migrate Query pages to React: cleanup (#4512)

* Migrate Query pages to React: cleanup

* Further cleanup

* Remove unused dependencies

* Fix embed pages

* Attempt to fix flaky test

* Cleanup: explicitly register the last Angular component

* Move contents of /filters folder to /lib

* Remove unnecessary import

* Remove cy.wait from Parameters spec

Co-authored-by: Gabriel Dutra <nesk.frz@gmail.com>

Co-authored-by: Levko Kravets <levko.ne@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Frontend: React Frontend codebase migration to React Frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants