Skip to content

Add support for checking rate limit#6383

Merged
rchiodo merged 6 commits intomasterfrom
rchiodo/dataviewer_remote
Jul 1, 2019
Merged

Add support for checking rate limit#6383
rchiodo merged 6 commits intomasterfrom
rchiodo/dataviewer_remote

Conversation

@rchiodo
Copy link
Copy Markdown

@rchiodo rchiodo commented Jun 28, 2019

For #6273

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

@rchiodo rchiodo self-assigned this Jun 28, 2019
Comment thread package.nls.json Outdated
"downloading.file": "Downloading {0}...",
"downloading.file.progress": "{0}{1} of {2} KB ({3})"
"downloading.file.progress": "{0}{1} of {2} KB ({3})",
"DataScience.jupyterDataRateExceeded": "Cannot view variable because your data rate is set to low. Please restart your server with a data rate limit like so `--NotebookApp.iopub_data_rate_limit=10000000000.0`"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

to [](start = 95, length = 2)

too

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Also might as well update the localize.ts version when you change this. Even if that one is unlikely to be seen.


In reply to: 299094345 [](ancestors = 299094345)

Copy link
Copy Markdown
Member

@IanMatthewHuff IanMatthewHuff left a comment

Choose a reason for hiding this comment

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

:shipit:

Comment thread news/announce.py
previous_news = previous_news.strip()
section_title = (f"## {version} ({datetime.date.today().strftime('%d %B %Y')})"
).replace("(0", "(")
section_title = f"## {version} ({datetime.date.today().strftime('%d %B %Y')})"
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

@ericsnowcurrently @DonJayamanne I had to back out this change that Eric made. It was failing as soon as the day of the month switched to single digits.

This was causing all of the unit tests to fail
https://dev.azure.com/ms/vscode-python/_build/results?buildId=22894

@rchiodo rchiodo merged commit fc228aa into master Jul 1, 2019
@rchiodo rchiodo deleted the rchiodo/dataviewer_remote branch July 1, 2019 16:48
@lock lock Bot locked as resolved and limited conversation to collaborators Jul 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants