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

remote tracking #3

Open
wants to merge 1,304 commits into
base: master
Choose a base branch
from
Open

remote tracking #3

wants to merge 1,304 commits into from

Conversation

yunstanford
Copy link
Collaborator

No description provided.

@yunstanford yunstanford self-assigned this Mar 31, 2017
deniszh and others added 29 commits March 16, 2020 18:55
…ameter_types

Attempt to convert parameter types in validator
this is only to be backwards compatible and not reject old queries
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
flake8: re-enable E111,E114 (4-space indent) for most files
fixes #1309
which points out that 08be1ba added this
odd out-of-bounds "header" just for svg metadata
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.
niol and others added 30 commits December 18, 2023 22:23
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
* 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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
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] <support@github.com>
* 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.