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

[pull] master from kiwitcms:master #378

Open
wants to merge 904 commits into
base: master
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Feb 15, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Feb 15, 2022
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

Untrusted URL redirection depends on a
user-provided value
.
@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration /language:javascript. As part of the setup process, we have scanned this repository and found 4 existing alerts. Please check the repository Security tab to see all alerts.

@github-advanced-security
Copy link

You have successfully added a new CodeQL configuration /language:python. As part of the setup process, we have scanned this repository and found 35 existing alerts. Please check the repository Security tab to see all alerts.

atodorov and others added 25 commits August 31, 2023 00:37
with specifics about matches for product name
this is attempt to find out if the jira library has silently changed or
if there has been a bug with this integration which was not discovered
due to limitations in the testing environment.

- Kiwi TCMS -> KT - this is the 2nd Project defined in
  kiwitcms.atlassian.net.
- the 1st Project is "Integration with JIRA" -> JIRA
- 1click bug report should match the KT board, not the JIRA board!
Bumps [django](https://github.com/django/django) from 4.2.4 to 4.2.5.
- [Commits](django/django@4.2.4...4.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...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 [eslint](https://github.com/eslint/eslint) from 8.48.0 to 8.49.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.48.0...v8.49.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.49.0...v8.50.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
underlying API method/Django ORM query expects an array instead of a scalar.
when a TestRun is filtered via query param (?status_id=) if you change
statuses then `stop_date` field will also change once all of the
filtered TestExecution rows become non-neutral.

This is a bug because the page isn't checking all TEs outside of the currently
filtered selection!
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.0.2 to 16.1.0.
- [Release notes](https://github.com/eslint-community/eslint-plugin-n/releases)
- [Commits](eslint-community/eslint-plugin-n@16.0.2...16.1.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-n
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
atodorov and others added 30 commits April 26, 2024 14:46
Django 5 seems to include some sort of inline JavaScript which is
blocked by our Content-Security-Policy and causes the SimpleMDE editor
not to render

This reverts commit 752aa84.
originally introduced in 1ebc497 but is not used by anything
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] <support@github.com>
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] <support@github.com>
will be used to replace inline style= attributes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants