forked from graphite-project/graphite-web
-
Notifications
You must be signed in to change notification settings - Fork 3
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
remote tracking #3
Open
yunstanford
wants to merge
1,332
commits into
zillow:master
Choose a base branch
from
graphite-project:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Firefox does not seem to trigger the 'keypress' or 'keyspecial' events for the backspace key, all seems to work correctly with the 'keydown' event. (Chrome does seem to trigger 'keyspecial' for the backspace key.) According to MDN, 'keypress' is deprecated, 'keyspecial' is undocumented, and 'keydown' is well supported.
it only checked whether a given value can be converted into a list, it now requires the value to be a list of TimeSeries elements. similarly, the type TimeSeriesLists requires the value to be a list of lists of TimeSeries elements.
Co-Authored-By: Dan Cech <[email protected]>
asPercent may be used as an aggregator
…odes_optional Make nodes in group by nodes optional
This function is a helper for linearRegresstion() and doesn't even return a series.
privatize linearRegressionAnalysis so it will not show in documentation
This reverts commit 6c0be51.
…ctory is a symlink" This reverts commit 2afb364.
…e-pkl-protocol [Settings] Allow pickle protocol to be configurable for carbonlink requests.
fix composer saved graphs target escaping
fix dashboard metric completion on backspace in Firefox
…ore_accurately seriesList type validation was too permissive
Revert symlink
List Promitor as a collector tool
Whitenoise starting at 5.0.0 (10/12/2019) does not support python2.7 anymore and fails building. Locking to latest version that supports python2.7 https://pypi.org/project/whitenoise/5.0/
Lock whitenoise dependency version
…ise-6.7.0 Bump whitenoise from 4.1.4 to 6.7.0
Rollback whitenoise upgrade
This reverts commit 0560bd5.
This reverts commit bfd6c45.
This reverts commit 163940e.
This reverts commit 71ac6a9.
Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.12 to 1.0.0. - [Release notes](https://github.com/sphinx-doc/alabaster/releases) - [Changelog](https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst) - [Commits](sphinx-doc/alabaster@0.7.12...1.0.0) --- updated-dependencies: - dependency-name: alabaster dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…er-1.0.0 Bump alabaster from 0.7.12 to 1.0.0
…lt-3.2.0 Update jinja2 requirement from <3.1.0 to <3.2.0
…ons/codecov/codecov-action-5 Bump codecov/codecov-action from 4 to 5
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 1.3.6 to 8.1.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v1.3.6...v8.1.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
…8.1.3 Bump sphinx from 1.3.6 to 8.1.3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.