Граф коммитов

1283 Коммитов

Автор SHA1 Сообщение Дата
Gregory Mierzwinski 97da78191f
Bug 1712731 - Compute the noise profile of the data when generating alerts. (#7183)
* Compute the noise profile of the data when generating alerts.

* Fix linting issues.

* Use choices in noise_profile, and unpack tuple on return.

* Fix linting issues

* Logging error to New Relic

Co-authored-by: bacasandrei <beatrice.raluca.acasandrei@gmail.com>
2021-07-22 13:53:41 -04:00
dependabot[bot] 7ef59ec1c6
Bump urllib3 from 1.26.4 to 1.26.5 in /requirements (#7167)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-06 17:14:32 -07:00
dependabot[bot] 1989ce804f
Bump django from 3.1.8 to 3.1.12 in /requirements (#7178)
Bumps [django](https://github.com/django/django) from 3.1.8 to 3.1.12.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.8...3.1.12)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-17 16:43:56 -07:00
Sarah Clements 4a656b41af
Revert "Bug 1626746 - Push health use mozci on backend (#6763)" (#7133)
This reverts commit fcb29158eb.
2021-05-06 19:15:46 -07:00
Sarah Clements ab644a5bfa
Revert "update version (#7130)" (#7132)
This reverts commit 76670f6ed5.
2021-05-06 19:00:50 -07:00
Sarah Clements 76670f6ed5
update version (#7130) 2021-05-06 14:00:16 -07:00
Cameron Dawson fcb29158eb
Bug 1626746 - Push health use mozci on backend (#6763)
* Switch test logic to use mozci for regressions
* bump timeout on web node to give leeway for longer-running queries
* make changes to mozci config file
* fix duplicate jobs in unstructured logs bug
* Use mozci labels to increase accuracy of build failures
* Combine duplicate health and health_summary API logic into helper function
* Expand mozci to query groups and labels
* clean up get_commit_history and CommitHistory component
* refactor lints and builds to use same jobs
* get_test_failure_jobs refactor to remove extra query
* refactor get_test_failures to utilize existing data
* only return what we need from Job query
* fix JS tests and cleanup console warnings
fix python push health lint, test and build tests
* expand exception handling and add logging in get_commit_history
add logging to _get_failure_data
* Add separate mozci config file for local development
* upgrade mozci to 2.0.0


Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
Co-authored-by: Sarah Clements <sclements313@gmail.com>
2021-05-03 16:22:59 -07:00
dependabot[bot] 71af61860f
Bump django from 3.1.6 to 3.1.8 in /requirements (#7095)
Bumps [django](https://github.com/django/django) from 3.1.6 to 3.1.8.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.6...3.1.8)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 17:31:31 -07:00
dependabot[bot] 7e41a0037a
Bump django-debug-toolbar from 3.2 to 3.2.1 in /requirements (#7109)
Bumps [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) from 3.2 to 3.2.1.
- [Release notes](https://github.com/jazzband/django-debug-toolbar/releases)
- [Changelog](https://github.com/jazzband/django-debug-toolbar/blob/main/docs/changes.rst)
- [Commits](https://github.com/jazzband/django-debug-toolbar/compare/3.2...3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-29 17:29:28 -07:00
dependabot[bot] d7fd433724
Bump django from 3.1.4 to 3.1.6 in /requirements (#7060)
Bumps [django](https://github.com/django/django) from 3.1.4 to 3.1.6.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.4...3.1.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:52:28 -07:00
Ben Hearsum (he/him) 66f1eac118
Add CloudOps-ready Docker builds (#7072)
* First stab at dockerflow support

* Add dockerfile and entrypoint for production builds

* Add docker build to circle

* Add stub version.json file

* Fix linting issues

* Add entrypoints for cronjobs
2021-03-26 16:21:57 -04:00
Ben Hearsum (he/him) b1f6a7d635
Disable pytest-xdist because it seems to be causing intermittent failures (#7069) 2021-03-26 15:44:55 -04:00
Ben Hearsum (he/him) dd0216ae40
Re-re-re-remove activedata and bigquery (#7056)
* Bump python to 3.7.10 to try to fix issues with typing module

* Remove requirement on typing again

* Remove bigquery and activedata references (#7051)

* Remove activedata and bigquery again

* Add importlib-metadata to dev requirements

* Remove remnants of selenium tests from setup.cfg

* Don't call taskcluster.aio.createSession outside of async functions (it's not allowed)

* Disable newrelic linters to fix issue with imp module

See https://discuss.newrelic.com/t/python-warnings-during-pytest/114897

* Fix linting errors

* Use pytest-xdist to speed up tests

* Properly ignore newrelic warnings

* Disable django.contrib.staticfiles in tests, because it breaks everything

* Set TREEHERDER_DEBUG=False for unit tests, because it breaks some tests

* Fix linting issues
2021-03-23 09:15:32 -04:00
Ben Hearsum (he/him) 07b0208d73
Backout activedata work again (#7057) 2021-03-17 16:50:16 -04:00
Ben Hearsum (he/him) 687146ce28
Remove bigquery and activedata references (#7051) 2021-03-17 15:24:35 -04:00
Ben Hearsum b6e844093c
Revert activedata & bigquery EOL (#7050) 2021-03-12 14:31:34 -05:00
Ben Hearsum 204783a4be
Bug 1696065 - Remove bigquery and activedata references (#7047) 2021-03-11 13:50:39 -08:00
Alexandru Irimovici c3ca563822
Bug 1690215 - Update markupsafe hashes 2021-02-03 11:02:03 +02:00
dependabot-preview[bot] 473fc1be1a
Bump pytest-cov from 2.10.1 to 2.11.1 in /requirements (#6980)
* Bump pytest-cov from 2.10.1 to 2.11.1 in /requirements

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v2.10.1...v2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2021-01-21 11:27:27 -08:00
Cameron Dawson 1a76ca8f4a
Bump mozci to 1.12.3 (#6969) 2021-01-15 10:49:12 -08:00
Armen Zambrano G bd74f8663a
Regenerate requirements file with latest pip-tools (#6952)
The new pip-compile changes the formatting a bit.
This is a no-op change.
2021-01-12 12:17:37 -08:00
dependabot-preview[bot] b02e0fbd97
Bump mozci from 1.11.3 to 1.12.0 in /requirements (#6948)
* Bump mozci from 1.11.3 to 1.12.2 in /requirements

Bumps [mozci]() from 1.11.3 to 1.12.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2021-01-08 08:44:08 -08:00
Cameron Dawson 45c0cfc5a6 Revert "Bump pip-tools from 5.4.0 to 5.5.0 in /requirements (#6937)"
This reverts commit 73cc7209b0.
2021-01-07 16:19:01 -08:00
dependabot-preview[bot] 73cc7209b0
Bump pip-tools from 5.4.0 to 5.5.0 in /requirements (#6937)
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/pip-tools/compare/5.4.0...5.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-01-07 09:10:01 -08:00
Cameron Dawson 26f955d319
Bump mozci, taskcluster and adr (#6932) 2020-12-22 16:52:24 -08:00
dependabot-preview[bot] 65dcbd9ff3
Bump django from 3.0.8 to 3.1.4 in /requirements (#6903)
* Bump django from 3.0.8 to 3.1.4 in /requirements

Bumps [django](https://github.com/django/django) from 3.0.8 to 3.1.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.0.8...3.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* fix deprecated db field
* 3.1 fixup

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-21 16:42:26 -08:00
dependabot-preview[bot] e6d1295033
Bump djangorestframework from 3.12.1 to 3.12.2 in /requirements (#6851)
* Bump djangorestframework from 3.12.1 to 3.12.2 in /requirements

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.1 to 3.12.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](https://github.com/encode/django-rest-framework/compare/3.12.1...3.12.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump fixup

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-21 13:52:51 -08:00
dependabot-preview[bot] 34f57d168f
Bump django-extensions from 3.0.8 to 3.1.0 in /requirements (#6882)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.8 to 3.1.0.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/django-extensions/django-extensions/compare/3.0.8...3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-21 13:10:14 -08:00
Cameron Dawson 9908f72189
Bug 1576966 - Convert last Selenium tests to React Testing Library (#6928) 2020-12-21 12:54:07 -08:00
dependabot-preview[bot] d5dfc83030
Bump mozlog from 6.1 to 7.1.0 in /requirements (#6926)
* Bump mozlog from 6.1 to 7.1.0 in /requirements

Bumps [mozlog](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 6.1 to 7.1.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump importlib-metadata

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-21 12:09:34 -08:00
dependabot-preview[bot] 77295bee82
Bump newrelic from 5.18.0.148 to 5.22.1.152 in /requirements (#6839)
* Bump newrelic from 5.18.0.148 to 5.22.1.152 in /requirements

Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 5.18.0.148 to 5.22.1.152.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v5.18.0.148...v5.22.1.152)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump fixups

* bump

* bump

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-21 09:25:31 -08:00
dependabot-preview[bot] 11b3e7dab4
Bump pip-tools from 5.3.1 to 5.4.0 in /requirements (#6876)
Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/jazzband/pip-tools/releases)
- [Changelog](https://github.com/jazzband/pip-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jazzband/pip-tools/compare/5.3.1...5.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-17 13:14:46 -08:00
dependabot-preview[bot] 8694b3afd9
Bump pytest-django from 3.9.0 to 4.1.0 in /requirements (#6902)
* Bump pytest-django from 3.9.0 to 4.1.0 in /requirements

Bumps [pytest-django](https://github.com/pytest-dev/pytest-django) from 3.9.0 to 4.1.0.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pytest-dev/pytest-django/compare/v3.9.0...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump fixup

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-17 12:26:50 -08:00
dependabot-preview[bot] 00280c5176
Bump pre-commit from 2.7.1 to 2.9.3 in /requirements (#6904)
* Bump pre-commit from 2.7.1 to 2.9.3 in /requirements

Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.7.1 to 2.9.3.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.7.1...v2.9.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump update

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-17 11:52:41 -08:00
dependabot-preview[bot] e1d5d64994
Bump responses from 0.12.0 to 0.12.1 in /requirements (#6864)
* Bump responses from 0.12.0 to 0.12.1 in /requirements

Bumps [responses](https://github.com/getsentry/responses) from 0.12.0 to 0.12.1.
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](https://github.com/getsentry/responses/compare/0.12.0...0.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* fixup

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-12-16 17:00:34 -08:00
dependabot-preview[bot] 0fd24c5585
Bump mock from 4.0.2 to 4.0.3 in /requirements (#6908)
Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/testing-cabal/mock/releases)
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/4.0.2...4.0.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-10 11:51:23 -08:00
Cameron Dawson 7f36e47ca9
Bump python dependencies (#6827)
django-filter
djangorestframework
flake8
mozci
2020-10-23 16:23:34 -07:00
dependabot-preview[bot] bbdf8df5a3
Bump mozci from 1.8.0 to 1.8.1 in /requirements (#6773)
* Bump mozci from 1.8.0 to 1.8.1 in /requirements

Bumps [mozci]() from 1.8.0 to 1.8.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-09-21 09:54:10 -07:00
dependabot-preview[bot] 4196d2241e
Bump newrelic from 5.2.1.129 to 5.18.0.148 in /requirements (#6748)
* Bump newrelic from 5.2.1.129 to 5.18.0.148 in /requirements

Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 5.2.1.129 to 5.18.0.148.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v5.2.1.129...v5.18.0.148)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-09-15 16:13:39 -07:00
dependabot-preview[bot] ca541d631b
Bump pytest-asyncio from 0.10.0 to 0.14.0 in /requirements (#6550)
* Bump pytest-asyncio from 0.10.0 to 0.14.0 in /requirements

Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.10.0 to 0.14.0.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.10.0...v0.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* bump

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-09-15 16:08:31 -07:00
dependabot-preview[bot] a8e380f6f6
Bump django-extensions from 3.0.6 to 3.0.8 in /requirements (#6750)
Bumps [django-extensions](https://github.com/django-extensions/django-extensions) from 3.0.6 to 3.0.8.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/django-extensions/django-extensions/compare/3.0.6...3.0.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-15 14:23:10 -07:00
dependabot-preview[bot] 16fbf272d3
Bump mozci from 1.6.7 to 1.8.0 in /requirements (#6761)
* Bump mozci from 1.6.7 to 1.8.0 in /requirements

Bumps [mozci]() from 1.6.7 to 1.8.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>


Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-09-15 10:22:56 -07:00
Cameron Dawson 5e6bc09506
Update python packages 8 31 (#6747)
* Upgrade python packages

* set yarn to 1.22.4
2020-08-31 15:05:37 -07:00
Cameron Dawson 1250108abe
Upgrade pip dev packages (#6742)
* Upgrade pip dev packages
* Fix formatting with black
2020-08-31 11:01:43 -07:00
dependabot-preview[bot] 52ba1614e0
Bump mozci from 1.6.4 to 1.6.7 in /requirements (#6693)
* Bump mozci from 1.6.4 to 1.6.7 in /requirements

Bumps [mozci]() from 1.6.4 to 1.6.7.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Upgrade mozci to 1.6.7

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Cameron Dawson <cdawson@mozilla.com>
2020-08-28 10:20:26 -07:00
Kyle Lahnakoski 5c3fd90ebb
Fix logging for extraction code (#6622)
fix extraction code, fix logging for extraction code,
2020-07-17 14:02:32 -04:00
Kyle Lahnakoski 23c1a58ff4
Fix staging deploy by downgrading NewRelic package (#6617)
* lock new-relic

* downgrade newrelic

Co-authored-by: Kyle Lahnakoski <kyle@lahnakoski.com>
2020-07-14 12:51:17 -04:00
Kyle Lahnakoski d05ea73447
Bug 1646244 - pre-commit in Travis takes a long time (#6613)
* upgrade python libs
* unlock newrelic, furl
* unlock pre-commit
* move pre-commit checks to Travis jobs
2020-07-14 10:06:51 -04:00
Kyle Lahnakoski f3b8b26911
Increase logging for extraction code (#6602)
* Higher priority to logging, turn off redundant command line parameter checking

Co-authored-by: Kyle Lahnakoski <kyle@lahnakoski.com>
2020-07-13 10:42:46 -04:00
Kyle Lahnakoski fb1eff5c45
Fix extract alerts (and upgrade libs) (#6589)
* nicer sql construction

* upgrade requirements.txt

* update dev requirements
2020-07-12 10:27:52 -04:00