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

update domain in NOIRlab docs from noao.edu to noirlab.edu #2324

Merged
merged 1 commit into from
Mar 27, 2022

Conversation

privong
Copy link
Contributor

@privong privong commented Mar 18, 2022

I noticed the documentation has links to noao.edu that no longer work. Minor change to update the URLs to noirlab.edu

@codecov
Copy link

codecov bot commented Mar 18, 2022

Codecov Report

Merging #2324 (bcd2e6d) into main (d17805e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2324   +/-   ##
=======================================
  Coverage   62.98%   62.98%           
=======================================
  Files         131      131           
  Lines       17067    17067           
=======================================
  Hits        10749    10749           
  Misses       6318     6318           

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@privong privong changed the title update domain from noao.edu to noirlab.edu update domain in NOIRlab docs from noao.edu to noirlab.edu Mar 18, 2022
@eerovaher
Copy link
Member

Shouldn't the URL be changed in the noirlab subpackage code too?

server = _config.ConfigItem(
['https://astroarchive.noao.edu',
],
'Name of the NOIRLAB server to use.'

And would changing the URL fix the remote tests that are reported as failing in #2203?

@privong privong mentioned this pull request Mar 18, 2022
@privong
Copy link
Contributor Author

privong commented Mar 18, 2022

@eerovaher Yes that should be updated too, but a simple update of the url in the module doesn't seem to result in a working query / submodule (see #2081). It might be better to leave the code changes to include whatever other changes are need to get the module working again.

@bsipocz
Copy link
Member

bsipocz commented Mar 18, 2022

We're seeing the remote test failures for a while, practically the module seems to be non-functional.

I'm cutting a release right now, so a quick "fix" would be to add a warning both into the code and at the top of the docs page. Then we would see if either someone (noirlab itself?) would pick up the task to fix it, or to deprecate and remove the module as we did with LCO.

ping @keflavich @ceb8

@keflavich
Copy link
Contributor

👍 to putting a warning at the top

@pothiers
Copy link
Contributor

pothiers commented Mar 18, 2022

I work at NOIRLab and have added an internal NOIRLab ticket to update astroquery to make this work again. A lot has changed on our side. Thanks @privong -- your @mention might be the only reason I saw this.

@bsipocz
Copy link
Member

bsipocz commented Mar 27, 2022

Let's have this in, and the large code update in a follow up as discussed. Thanks @privong for the reminder that changes are due to the module!

@bsipocz bsipocz merged commit 621a13f into astropy:main Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants