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,304
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
Release 1.1.7
…ameter_types Attempt to convert parameter types in validator
this is only to be backwards compatible and not reject old queries
accept deprecated params for bc
skip the biggest offenders for now: 76 ./webapp/tests/test_tags.py 87 ./webapp/graphite/render/evaluator.py 103 ./webapp/graphite/browser/views.py 111 ./webapp/graphite/render/datalib.py 116 ./webapp/graphite/util.py 126 ./webapp/tests/test_storage.py 136 ./webapp/tests/test_finders_remote.py 142 ./webapp/graphite/dashboard/views.py 161 ./webapp/graphite/metrics/views.py 213 ./webapp/tests/test_render_datalib.py 238 ./webapp/graphite/render/views.py 261 ./contrib/memcache_whisper.py 443 ./webapp/tests/test_render_glyph.py 645 ./webapp/graphite/render/glyph.py 1110 ./webapp/graphite/render/functions.py also set changedir for flake8 so per-file ignore paths work
Fix SVG output for Python3
Remote render fixes
flake8: re-enable E111,E114 (4-space indent) for most files
render: only encodeHeader() for svg output
saved graphs targets were html-escaped in the json response to fix an XSS vulnerability in #1662 ... but that was not really the right place to escape the graph targets, it broke targets using quotes: #1801 #2334 so effectively revert the original fix, and instead html-escape the targets just before rendering them in the GraphDataWindow Ext.ListView also skip the `str()` around `graph.url`, it's already a string, in both python2 and python3
same XSS vulnerability as the composer saved user graphs data view had
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.
Add Pipfile.lock
…ipfile_lock Revert "Add Pipfile.lock"
Explicitly state and relate rewrite-rules.conf to carbon-aggregator in the same way that relay-rules.conf is only applied to carbon-relay making it clearer as to what evaluates and executes rewrite-rules.conf
Update carbon-daemons.rst - rewrite-rules
* Adding django-upgrade pre-commit * Submitting django upgrade result * Include test suite in release (fixing #2830) * Fix pyparsing dep version (fixing #2834) * Upgrade Django and python version in reqs and tox * adding dependabot * adding new python in tests * Comment out broken tests * fix attime tests for python 3.12 * fix more tests for python 3.12 * simplify tox * fix self.assertRegex test * fix self.assertRegex test * fix self.assertEquals test * pleasing linter * more pleasing linter * trying to fix events test * let's keep doc on py310 * more event test fixes * moving doc to 3.10 * ok, moving back
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 4.1.4 to 6.7.0. - [Changelog](https://github.com/evansd/whitenoise/blob/main/docs/changelog.rst) - [Commits](evansd/whitenoise@v4.1.4...6.7.0) --- updated-dependencies: - dependency-name: whitenoise dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [django-tagging](https://github.com/Fantomas42/django-tagging) from 0.4.3 to 0.5.0. - [Changelog](https://github.com/Fantomas42/django-tagging/blob/develop/CHANGELOG.txt) - [Commits](Fantomas42/django-tagging@v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: django-tagging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* Monkeypatching tagging * taming linter * did we fix tests? * no, we don't
…ons/codecov/codecov-action-4 Bump codecov/codecov-action from 3 to 4
…ons/actions/checkout-4 Bump actions/checkout from 2 to 4
…ons/actions/setup-python-5 Bump actions/setup-python from 2 to 5
…ons/github/codeql-action-3 Bump github/codeql-action from 2 to 3
…tagging-0.5.0 Bump django-tagging from 0.4.3 to 0.5.0
…ise-6.7.0 Bump whitenoise from 4.1.4 to 6.7.0
Rollback whitenoise upgrade
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.