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

Return all VSO Query info in the table #4788

Merged
merged 3 commits into from
Jan 11, 2021

Conversation

Cadair
Copy link
Member

@Cadair Cadair commented Dec 22, 2020

Fixes #4750

This returns all values present in the response from the VSO apart from fileid.

@Cadair Cadair requested a review from a team as a code owner December 22, 2020 17:05
@pep8speaks
Copy link

pep8speaks commented Dec 22, 2020

Hello @Cadair! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 16:101: E501 line too long (122 > 100 characters)

Comment last updated at 2021-01-07 16:04:34 UTC

@Cadair Cadair marked this pull request as draft December 22, 2020 17:06
@Cadair
Copy link
Member Author

Cadair commented Dec 22, 2020

If this passes all the tests, the tests are inadequate 🤣

@nabobalis nabobalis added this to the 2.1 milestone Dec 24, 2020
@nabobalis nabobalis added net Affects the net submodule [BugFix] labels Dec 30, 2020
@nabobalis nabobalis marked this pull request as ready for review December 30, 2020 11:20
@nabobalis nabobalis added No Backport A PR that isn't to be backported to any release branch. (To be used as a flag to other maintainers) backport 2.1 labels Dec 30, 2020
@Cadair Cadair requested review from a team as code owners December 30, 2020 13:11
@nabobalis nabobalis removed request for a team December 30, 2020 13:11
@@ -152,30 +152,30 @@ client for results, in this case VSO.::
Results from 1 Provider:
<BLANKLINE>
289 Results from the VSOClient:
Copy link
Contributor

@nabobalis nabobalis Dec 30, 2020

Choose a reason for hiding this comment

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

Need to figure out this has become only one column and the rest hidden.

Copy link
Contributor

Choose a reason for hiding this comment

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

We can ignore this for now.

sunpy/net/jsoc/jsoc.py Outdated Show resolved Hide resolved
sunpy/net/vso/vso.py Outdated Show resolved Hide resolved
sunpy/net/hek/attrs.py Outdated Show resolved Hide resolved
@Cadair Cadair removed the No Backport A PR that isn't to be backported to any release branch. (To be used as a flag to other maintainers) label Jan 5, 2021
@Cadair Cadair requested a review from nabobalis January 5, 2021 13:41
docs/code_ref/net.rst Outdated Show resolved Hide resolved
@Cadair Cadair closed this Jan 7, 2021
@Cadair Cadair reopened this Jan 7, 2021
@Cadair Cadair added the Needs Review Needs reviews before merge label Jan 7, 2021
Copy link
Contributor

@nabobalis nabobalis left a comment

Choose a reason for hiding this comment

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

LETS GO

@nabobalis nabobalis merged commit eea4196 into sunpy:master Jan 11, 2021
@dstansby dstansby removed the Needs Review Needs reviews before merge label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
net Affects the net submodule
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VSO QueryResponse should show all columns of results
4 participants