-
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
[pull] master from kiwitcms:master #378
base: master
Are you sure you want to change the base?
Conversation
return HttpResponseRedirect(reverse("bugs-get", args=[bug.pk])) | ||
return HttpResponseRedirect(reverse("bugs-get", args=[bug.pk])) | ||
|
||
return HttpResponseRedirect(request.META.get("HTTP_REFERER", "/")) |
Check warning
Code scanning / CodeQL
URL redirection from remote source Medium
user-provided value
You have successfully added a new CodeQL configuration |
You have successfully added a new CodeQL configuration |
if settings.EMAIL_VALIDATORS fails on the given address then Kiwi TCMS won't be sending email messages to it.
use the new auth= argument introduced in PyGithub==1.59.0
text will be truncated to 30k chars for automated POST requests and 6k chars for fallback GET requests to fit inside Jira limitations. Otherwise you may see 400, 414 and/or 500 errors!
* New translations django.po (Chinese Simplified) * New translations django.po (Chinese Traditional)
Bumps fedora from 39 to 40. --- updated-dependencies: - dependency-name: fedora dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pygments](https://github.com/pygments/pygments) from 2.17.2 to 2.18.0. - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.17.2...2.18.0) --- updated-dependencies: - dependency-name: pygments dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
will be used to replace inline style= attributes
Bumps [psycopg[binary]](https://github.com/psycopg/psycopg) from 3.2.4 to 3.2.5. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.2.4...3.2.5) --- updated-dependencies: - dependency-name: psycopg[binary] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.1.3 to 8.2.1. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.2.1/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.5.0 to 2.6.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst) - [Commits](PyGithub/PyGithub@v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
This should make it more obvious for users on which page they should get the information about test executions (because sometimes they get confused and look for it on the 'Search Test Cases' page)! This new menu item points to the existing Telemetry -> Testing -> Execution -> Dashboard page which displays a formatted table of TestExecution objects and their statuses. Refs #3766
this method is now controlled by the more granular `testruns.view_historicaltestexecution` permission (Testruns | historical test execution | Can view historical test execution) permission instead of the more general `testruns.view_testexecution` (Testruns | test execution | Can view test execution)
…sion only when users accessing the page have the `testruns.view_historicaltestexecution` permission (Testruns | historical test execution | Can view historical test execution) they will be able to view the TestExecution history diff widget! Otherwise it will not be shown!
Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.7. - [Commits](django/django@5.1.6...5.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 8.2.1 to 8.2.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@v8.2.1...v8.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [django-simple-captcha](https://github.com/mbi/django-simple-captcha) from 0.6.1 to 0.6.2. - [Release notes](https://github.com/mbi/django-simple-captcha/releases) - [Changelog](https://github.com/mbi/django-simple-captcha/blob/master/CHANGES) - [Commits](mbi/django-simple-captcha@v0.6.1...v0.6.2) --- updated-dependencies: - dependency-name: django-simple-captcha dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 6.6.0 to 7.2.1. - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](eslint-community/eslint-plugin-promise@v6.6.0...v7.2.1) --- updated-dependencies: - dependency-name: eslint-plugin-promise dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
it is a dependency of eslint-config-standard and we don't need it directly
keeps track of the last bug attached to a TE for later use
- only bug ID is shown instead of the full URL - hovering the mouse over the `ID - Status` text will display bug title - only the last bug attached to a TestExecution record is shown b/c there could be many others - Works also when attaching a new link to a bug and/or creating a new bug via 1-click bug reporting. Closes #3748
- there is a new toggle switch that allows the user to specify whether or not the selected Product condition is included in the final search request - when Product condition isn't included this allows to search TestCase(s) which are linked to various products but are included as part of the currently chosen TestPlan
makes for a more logical groupping and aligns with the new style introduced by the toggle switch for Product
Changelog for v14.1
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )