dependabot[bot]
c95f0240ba
Bump coverage from 7.5.3 to 7.5.4 ( #2430 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.5.3 to 7.5.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.5.3...7.5.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:31:49 -04:00
dependabot[bot]
346bc8121d
Bump icalendar from 5.0.12 to 5.0.13 ( #2428 )
...
Bumps [icalendar](https://github.com/collective/icalendar ) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/collective/icalendar/releases )
- [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst )
- [Commits](https://github.com/collective/icalendar/compare/v5.0.12...v5.0.13 )
---
updated-dependencies:
- dependency-name: icalendar
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:31:41 -04:00
dependabot[bot]
7d880b4699
Bump filelock from 3.15.1 to 3.15.4 ( #2427 )
...
Bumps [filelock](https://github.com/tox-dev/py-filelock ) from 3.15.1 to 3.15.4.
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.15.1...3.15.4 )
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:31:34 -04:00
dependabot[bot]
ced7147e55
Bump tox from 4.15.1 to 4.16.0 ( #2437 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.15.1 to 4.16.0.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.15.1...4.16.0 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:31:25 -04:00
dependabot[bot]
ba4df74fee
Bump tenacity from 8.4.1 to 8.5.0 ( #2438 )
...
Bumps [tenacity](https://github.com/jd/tenacity ) from 8.4.1 to 8.5.0.
- [Release notes](https://github.com/jd/tenacity/releases )
- [Commits](https://github.com/jd/tenacity/compare/8.4.1...8.5.0 )
---
updated-dependencies:
- dependency-name: tenacity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-08 14:31:13 -04:00
Benjamin Mah
474f434422
Use the new Fenix components model to move bugs out of Fenix:General ( #2399 )
2024-07-08 14:29:39 -04:00
Benjamin Mah
295b9f7112
Exclude patches that depend on other patches ( #2406 )
2024-07-04 17:47:23 -04:00
Suhaib Mujahid
6f8e633291
Add Joe Walker to the email notifications receivers ( #2431 )
2024-06-25 12:24:30 -04:00
Benjamin Mah
76f5b949c4
Autoclear needinfo top crash ( #2405 )
...
* Identified where in the code the flags need to be cleared
* Added function to help find needinfo flag requested by BugBot
* Added search to find `needinfo` flag created closest to the comment regarding increasing severity
* Added `comments.creation_date` as an included field when retrieving comments
* Removed date parsing, added exact creation time match check, added support for multiple flags and/or severity comments
* Removed flag
* Removed unnecessary return statements
* Included `flags` and `comments` when retrieving bugs
* Moved the needinfo flag ID collection logic to `handle_bug()`
* Pass the needinfo flags as a list, even if it does not remove `topcrash` keyword
* Changed the conditional for populating the `needinfo_ids` field
* Simplified code
* Cleaned up code
* Replaced `needinfo_ids` with `needinfos_to_remove`
* Replaced a `get()` instance with direct access
* Added flags as a field in `get_bz_params()`
2024-06-24 15:24:19 -04:00
dependabot[bot]
609ce0807d
Bump requests from 2.31.0 to 2.32.3 ( #2416 )
...
Bumps [requests](https://github.com/psf/requests ) from 2.31.0 to 2.32.3.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.3 )
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:37:45 +00:00
dependabot[bot]
dd56a5999b
Bump tenacity from 8.2.3 to 8.4.1 ( #2424 )
...
Bumps [tenacity](https://github.com/jd/tenacity ) from 8.2.3 to 8.4.1.
- [Release notes](https://github.com/jd/tenacity/releases )
- [Commits](https://github.com/jd/tenacity/compare/8.2.3...8.4.1 )
---
updated-dependencies:
- dependency-name: tenacity
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:37:30 +00:00
dependabot[bot]
1c1ad1a7cb
Bump filelock from 3.13.4 to 3.15.1 ( #2423 )
...
Bumps [filelock](https://github.com/tox-dev/py-filelock ) from 3.13.4 to 3.15.1.
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.4...3.15.1 )
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:37:17 +00:00
dependabot[bot]
737fb871f0
Bump responses from 0.25.0 to 0.25.3 ( #2422 )
...
Bumps [responses](https://github.com/getsentry/responses ) from 0.25.0 to 0.25.3.
- [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.25.0...0.25.3 )
---
updated-dependencies:
- dependency-name: responses
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:36:57 +00:00
dependabot[bot]
63f298e296
Bump numpy from 1.26.4 to 2.0.0 ( #2421 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.26.4 to 2.0.0.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.0.0 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:36:35 +00:00
dependabot[bot]
c97227e66a
Bump tox from 4.14.2 to 4.15.1 ( #2418 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.14.2 to 4.15.1.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.14.2...4.15.1 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:36:26 +00:00
dependabot[bot]
bf3760ff19
Bump coveralls from 3.3.1 to 4.0.1 ( #2401 )
...
Bumps [coveralls](https://github.com/TheKevJames/coveralls-python ) from 3.3.1 to 4.0.1.
- [Release notes](https://github.com/TheKevJames/coveralls-python/releases )
- [Changelog](https://github.com/TheKevJames/coveralls-python/blob/master/CHANGELOG.md )
- [Commits](https://github.com/TheKevJames/coveralls-python/compare/3.3.1...4.0.1 )
---
updated-dependencies:
- dependency-name: coveralls
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 03:36:19 +00:00
dependabot[bot]
4a2a51b12d
Bump coverage from 7.4.4 to 7.5.3 ( #2415 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.4 to 7.5.3.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.4...7.5.3 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 23:33:04 -04:00
dependabot[bot]
8e2b13e3ab
Bump requests from 2.31.0 to 2.32.0 ( #2402 )
...
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 23:32:42 -04:00
dependabot[bot]
531bbc02aa
Bump gspread from 6.1.0 to 6.1.2 ( #2400 )
...
Bumps [gspread](https://github.com/burnash/gspread ) from 6.1.0 to 6.1.2.
- [Release notes](https://github.com/burnash/gspread/releases )
- [Changelog](https://github.com/burnash/gspread/blob/master/HISTORY.rst )
- [Commits](https://github.com/burnash/gspread/compare/v6.1.0...v6.1.2 )
---
updated-dependencies:
- dependency-name: gspread
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 23:31:47 -04:00
dependabot[bot]
50b618ba6b
Bump pre-commit from 3.7.0 to 3.7.1 ( #2395 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 23:31:23 -04:00
dependabot[bot]
08620c4cf3
Bump jinja2 from 3.1.3 to 3.1.4 ( #2385 )
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 23:31:05 -04:00
Suhaib Mujahid
92b7310a42
[regression_set_status_flags] Exclude bugs from the Firefox for iOS product ( #2425 )
2024-06-17 13:00:25 -04:00
Benjamin Mah
27b545dacc
Reduce email noise when unassigning inactive users ( #2412 )
2024-06-12 09:49:46 -04:00
Benjamin Mah
67eaf1db7d
Added additional logic to prevent logging error when no triage owner found for `Firefox::Untriaged` ( #2409 )
2024-06-05 09:22:33 -04:00
Suhaib Mujahid
4fde3bf3c9
[no_assignee] Limit the retrieved attachment field ( #2411 )
2024-05-28 11:57:33 -04:00
Benjamin Mah
37c1a6aad7
Autoclear needinfo on expiring variant when closing its bug ( #2397 )
2024-05-22 14:45:56 -04:00
Suhaib Mujahid
dbb37b90f1
Update tests/test_round_robin.py
...
Co-authored-by: Benjamin Mah <84874055+benjaminmah@users.noreply.github.com>
2024-05-16 16:30:04 -04:00
Suhaib Mujahid
311488b666
Satisfy the type linting in for the People class
2024-05-16 16:30:04 -04:00
Suhaib Mujahid
678c35ddfe
Support dependency injection on the People and TeamManagers classes
2024-05-16 16:30:04 -04:00
Suhaib Mujahid
6132d1c930
Add type anotation to the data in the People class
2024-05-16 16:30:04 -04:00
Suhaib Mujahid
9302644555
Update the path for the `variants.yml` file ( #2391 )
2024-05-11 12:15:17 -04:00
Benjamin Mah
283089a28e
Notify all involved triagers when changing triage owners ( #2389 )
2024-05-09 22:40:46 -04:00
dependabot[bot]
59deb68696
Bump gspread from 6.0.2 to 6.1.0 ( #2374 )
...
Bumps [gspread](https://github.com/burnash/gspread ) from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/burnash/gspread/releases )
- [Changelog](https://github.com/burnash/gspread/blob/master/HISTORY.rst )
- [Commits](https://github.com/burnash/gspread/compare/v6.0.2...v6.1.0 )
---
updated-dependencies:
- dependency-name: gspread
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 03:02:22 +00:00
dependabot[bot]
506bdf74c4
Bump recurring-ical-events from 2.1.3 to 2.2.1 ( #2376 )
...
Bumps [recurring-ical-events](https://github.com/niccokunzmann/python-recurring-ical-events ) from 2.1.3 to 2.2.1.
- [Commits](https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.1.3...v2.2.1 )
---
updated-dependencies:
- dependency-name: recurring-ical-events
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 22:57:09 -04:00
dependabot[bot]
584d8dca57
Bump filelock from 3.13.1 to 3.13.4 ( #2378 )
...
Bumps [filelock](https://github.com/tox-dev/py-filelock ) from 3.13.1 to 3.13.4.
- [Release notes](https://github.com/tox-dev/py-filelock/releases )
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.1...3.13.4 )
---
updated-dependencies:
- dependency-name: filelock
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 22:57:01 -04:00
Marco Castelluccio
464b237835
Change 'Search and New Tab' name to 'Search Next Generation' ( #2375 )
2024-04-03 08:16:23 -04:00
dependabot[bot]
f7f5435960
Bump tox from 4.12.1 to 4.14.2 ( #2370 )
...
Bumps [tox](https://github.com/tox-dev/tox ) from 4.12.1 to 4.14.2.
- [Release notes](https://github.com/tox-dev/tox/releases )
- [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst )
- [Commits](https://github.com/tox-dev/tox/compare/4.12.1...4.14.2 )
---
updated-dependencies:
- dependency-name: tox
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 21:59:37 +00:00
dependabot[bot]
ff1f2cf0d0
Bump numpy from 1.26.3 to 1.26.4 ( #2346 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.26.3 to 1.26.4.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst )
- [Commits](https://github.com/numpy/numpy/compare/v1.26.3...v1.26.4 )
---
updated-dependencies:
- dependency-name: numpy
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:55:26 -04:00
dependabot[bot]
70f9fefad1
Bump gspread from 6.0.0 to 6.0.2 ( #2353 )
...
Bumps [gspread](https://github.com/burnash/gspread ) from 6.0.0 to 6.0.2.
- [Release notes](https://github.com/burnash/gspread/releases )
- [Changelog](https://github.com/burnash/gspread/blob/master/HISTORY.rst )
- [Commits](https://github.com/burnash/gspread/compare/v6.0.0...v6.0.2 )
---
updated-dependencies:
- dependency-name: gspread
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:55:19 -04:00
dependabot[bot]
05cfc89a25
Bump responses from 0.24.1 to 0.25.0 ( #2356 )
...
Bumps [responses](https://github.com/getsentry/responses ) from 0.24.1 to 0.25.0.
- [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.24.1...0.25.0 )
---
updated-dependencies:
- dependency-name: responses
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:55:13 -04:00
dependabot[bot]
0d34a75737
Bump recurring-ical-events from 2.1.2 to 2.1.3 ( #2366 )
...
Bumps [recurring-ical-events](https://github.com/niccokunzmann/python-recurring-ical-events ) from 2.1.2 to 2.1.3.
- [Commits](https://github.com/niccokunzmann/python-recurring-ical-events/compare/v2.1.2...v2.1.3 )
---
updated-dependencies:
- dependency-name: recurring-ical-events
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:55:06 -04:00
dependabot[bot]
e4cd145226
Bump coverage from 7.4.1 to 7.4.4 ( #2367 )
...
Bumps [coverage](https://github.com/nedbat/coveragepy ) from 7.4.1 to 7.4.4.
- [Release notes](https://github.com/nedbat/coveragepy/releases )
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst )
- [Commits](https://github.com/nedbat/coveragepy/compare/7.4.1...7.4.4 )
---
updated-dependencies:
- dependency-name: coverage
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:55:00 -04:00
dependabot[bot]
ea2277c018
Bump icalendar from 5.0.11 to 5.0.12 ( #2368 )
...
Bumps [icalendar](https://github.com/collective/icalendar ) from 5.0.11 to 5.0.12.
- [Release notes](https://github.com/collective/icalendar/releases )
- [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst )
- [Commits](https://github.com/collective/icalendar/compare/v5.0.11...v5.0.12 )
---
updated-dependencies:
- dependency-name: icalendar
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:54:53 -04:00
dependabot[bot]
afe2c31cdf
Bump pre-commit from 3.6.0 to 3.7.0 ( #2371 )
...
Bumps [pre-commit](https://github.com/pre-commit/pre-commit ) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases )
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md )
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.6.0...v3.7.0 )
---
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 17:54:40 -04:00
Suhaib Mujahid
14fb24ad8c
[crash/analyzer] Failback to reports from crash clouseau ( #2361 )
2024-02-29 08:51:09 -05:00
Suhaib Mujahid
0544d6a891
[patch_closed_bug] Enable the rule again
2024-02-22 12:32:28 -05:00
Suhaib Mujahid
420ae97721
[uplift_beta] Drop the temporary workaround
2024-02-22 12:32:28 -05:00
Suhaib Mujahid
4d21141d58
[has_str_no_range] Drop the rule ( #2351 )
2024-02-13 14:01:30 -05:00
Suhaib Mujahid
bc12bf47a4
[inactive_ni_pending] Ask for severity only on defect bugs ( #2349 )
2024-02-12 12:14:12 -05:00
Suhaib Mujahid
27ebc03ff3
[wiki] Add the file extensions to the ignored rules ( #2343 )
2024-02-10 16:12:08 +01:00