Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/kiwitcms/Kiwi

open source test management system with over 2 million downloads!
https://github.com/kiwitcms/Kiwi

Make cron command unique - prevent multiple executions

f3851528538c7ab92583dcb9e5bb0a02e3b82101 authored 10 months ago by Alexander Todorov <[email protected]>
Give cronjob a bit more time to complete before killing it

8f60474a26fa958b2ef3d9901c3b93a0dd511729 authored 10 months ago by Alexander Todorov <[email protected]>
Adjust boolean condition for anonymous analytics cronjob

NOTE:

first argument is relative or absolute path to "manage.py" !

7dce276df33ef9a023e3a7810fe849fd7f11eb3e authored 10 months ago by Alexander Todorov <[email protected]>
Update selenium from 4.9.1 to 4.18.1

1f23c0e386fd0fab455450a66f815f385ee45459 authored 10 months ago by pyup-bot <[email protected]>
Install native Firefox and Geckodriver from Mozilla's DEB repository

snap packages in Ubuntu 22.04 and later are causing issues with
filesystem access because a snap...

138c40b8b10c6b96dddd62c59cba5660d1684278 authored 10 months ago by Alexander Todorov <[email protected]>
Upload more logs from testing

including the ones from RobotFramework

d2f0290e11572285def3896461736a9c8a9e50f9 authored 10 months ago by Alexander Todorov <[email protected]>
Add tests for file upload via browser UI

538d70e4571556915f1e90491643024d93d42a2f authored 10 months ago by Alexander Todorov <[email protected]>
Create the uploaded file from inside RobotFramework

according to
https://github.com/mozilla/geckodriver/releases/tag/v0.34.0 and
https://firefox-sou...

d31cefbc86fbd37cf8c32841c2cd403e4b5d2c72 authored 10 months ago by Alexander Todorov <[email protected]>
Do not execute Docker image tests as root

- because newer versions of Firefox and Chrome can't deal with that
- and because we shouldn't h...

837cf4ad9e7f872c565bb60a10ec87dec7b83970 authored 10 months ago by Alexander Todorov <[email protected]>
Remove style= attribute from login page

386759213fa7c1d935e04a3a899716af0eaaa193 authored 10 months ago by Alexander Todorov <[email protected]>
Remove inline style= attribute by rearranging HTML template

navigation items remain in the same order

1a76d2cc333909fd29eefdfe0d541147c9ec2734 authored 10 months ago by Alexander Todorov <[email protected]>
Remove unnecessary margin-top property from Search pages

there is enough white space without adding more

ac038ba6bfdc8fede18496fac2128c54a1f1b5b2 authored 10 months ago by Alexander Todorov <[email protected]>
Fix error when checking for CodeCov token

6b87de4aed061a75b8535b02124a0b13c2f6480b authored 10 months ago by Alexander Todorov <[email protected]>
Update from Django 4.2.10 to 4.2.11

d3c3cb7a416ac25412deb00aa464d55aea7bdda8 authored 10 months ago by Alexander Todorov <[email protected]>
Changelog for v13.1.1

fd0697ff27c618d15f42798c818aa9d9940f483e authored 10 months ago by Alexander Todorov <[email protected]>
Revert "Bump datatables.net-buttons from 2.4.2 to 3.0.0 in /tcms"

This reverts commit 7927447e673a688c7121c701fad6ac83976d4a82.

Warning: Buttons requires DataTab...

8c72bf595277112d5295ae649fa6839700dd439f authored 10 months ago by Alexander Todorov <[email protected]>
Changelog for v13.1

91f9af309d0cdbda908f11593fa0d26a073bc4c3 authored 10 months ago by Alexander Todorov <[email protected]>
Use max() built-in function instead of an if block

60b050445590615633a5cf85ff1dbf107e5a854a authored 10 months ago by Alexander Todorov <[email protected]>
Bump datatables.net-buttons from 2.4.2 to 3.0.0 in /tcms

Bumps [datatables.net-buttons](https://github.com/DataTables/Dist-DataTables-Buttons) from 2.4.2...

7927447e673a688c7121c701fad6ac83976d4a82 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: upgrade datatables.net-buttons from 2.4.2 to 2.4.3

Snyk has created this PR to upgrade datatables.net-buttons from 2.4.2 to 2.4.3.

See this packag...

f6c5b60d5767f8dc1f4ab3f0760d385239ed3d65 authored 10 months ago by snyk-bot <[email protected]>
Bump webpack from 5.90.2 to 5.90.3 in /tcms

Bumps [webpack](https://github.com/webpack/webpack) from 5.90.2 to 5.90.3.
- [Release notes](htt...

97dec78f2c9e29d272d507ab04971c59ab186df4 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update django-simple-history from 3.4.0 to 3.5.0

178a39c0a9d33b11b1ee92934942cc14dae266dc authored 10 months ago by pyup-bot <[email protected]>
Fix failure in test_utf8_uploads on CircleCI

- on CircleCI, otherwise it fails with

STDERR: File "/home/circleci/project/./tests/test_utf8...

e9f2182a76e48b6d3117e16d8c8987ac7bc45334 authored 10 months ago by Alexander Todorov <[email protected]>
Add cron job for anonymous analytics

- triggers every 5 days
- respects settings.ANONYMOUS_ANALYTICS setting

32f25fd1381a3dfccbd9eedff6e0409ef5ec6a33 authored 10 months ago by Alexander Todorov <[email protected]>
Enable anonymous/GDPR compliant analytics via https://plausible.io/

see https://plausible.io/privacy-focused-web-analytics for more details

controlled via the ``AN...

4eeed0f0c8efbf734efc68d02f6dfed4fa06d06c authored 10 months ago by Alexander Todorov <[email protected]>
Configure the SECURE_SSL_REDIRECT setting to True

except when in development mode, see
https://docs.djangoproject.com/en/4.2/ref/settings/#secure-...

d6a0bbd385c3f451e6b48260e177764b87a7caaf authored 10 months ago by Alexander Todorov <[email protected]>
Move X-Content-Type-Options definition from nginx.conf to settings.py

Allows configuration via the ``SECURE_CONTENT_TYPE_NOSNIFF`` setting.
Defaults to ``nosniff``, s...

b654cfd69b4450832192694b46649308057da969 authored 10 months ago by Alexander Todorov <[email protected]>
Move X-Frame-Options definition from nginx.conf into settings.py

Allows configuration via the ``X_FRAME_OPTIONS`` setting. Defaults to
``DENY``, see
https://docs...

3ad16e76086d22fb7691cd67ceed1b741fe69916 authored 10 months ago by Alexander Todorov <[email protected]>
Explicitly define settings in order to document them

Add CSRF_COOKIE_AGE, CSRF_COOKIE_HTTPONLY, SESSION_COOKIE_HTTPONLY,
CSRF_COOKIE_SECURE and SESSI...

97d308274a4656ff51e49aefee5ab06fa654e174 authored 10 months ago by Alexander Todorov <[email protected]>
New API method TestExecution.remove(). Refs #3282

1b7c0dc95ee19682497fd97839b028c5b903fb4d authored 10 months ago by Alexander Todorov <[email protected]>
On TR page allow removal of individual parametrized TEs. Closes #3282

instead of removing all of them. Adjusts internal state accordingly.

Add deprecation warning fo...

d08a95b4b66aed32284ee1de77e9b93b7ff6dc12 authored 10 months ago by Alexander Todorov <[email protected]>
Add test case for pairwise test matrix generation

19caa12dba6a5aca65138b92d8918cdc458025a6 authored 10 months ago by Alexander Todorov <[email protected]>
Add tests for test matrix generation functionality

4b0a5e5ae171f64f9ffe5ed53b697557d492c9c2 authored 10 months ago by Alexander Todorov <[email protected]>
Fix a bug where non-distinct values made it into the property matrix

happens when both TR and TC define properties with the same key, e.g.
a single dimension and som...

448ce6fec49ace9f781522d7b35f3c66fe54aa16 authored 10 months ago by Alexander Todorov <[email protected]>
Assert that email field is read-only

Change introduced in 20c3e3fed9

a96bbe2c72fbd3fef93fed64ae7f909dd46ec7b9 authored 10 months ago by Alexander Todorov <[email protected]>
Remove redundant MyUserChangeForm class

this class has become redundant since 20c3e3fed9 when the email field
became read-only!

cf8df40a09bc384ab97580d4d7d86149dfc5fd64 authored 10 months ago by Alexander Todorov <[email protected]>
Update translated strings

a1105f1e26cde9dfb017724a8f6f767d3216d4e4 authored 10 months ago by kiwitcms-bot <[email protected]>
Update translation strings

2e75ec886e7501cdfa21b6ef383bab53abe44f93 authored 10 months ago by Alexander Todorov <[email protected]>
Allow users to reset their email. Fixes #3211

by logging them out and sending a confirmation email, similar to the one
they receive during ini...

1ebc49721f7ea3d9b19ab85b740511cb6c76d0ae authored 10 months ago by Alexander Todorov <[email protected]>
Update tzdata from 2023.4 to 2024.1

2e90b87d3ff7ba7422d2a206d2a4aa0b47846cfb authored 10 months ago by pyup-bot <[email protected]>
Bump webpack from 5.90.1 to 5.90.2 in /tcms

Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.90.2.
- [Release notes](htt...

3a48d788df44aee28f1486cab7bc0fc9cd0e7ee9 authored 10 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add support for custom email validators on the registration page

new setting: EMAIL_VALIDATORS - tuple or list

259cc5b9754b00d1beb9aa02632c1252ab874ee4 authored 10 months ago by Alexander Todorov <[email protected]>
Refactor RegistrationForm.clean_email() using field validator function

e5fc7825060555000222d6048518e6334f10315c authored 10 months ago by Alexander Todorov <[email protected]>
Bump mysqlclient from 2.2.3 to 2.2.4

Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.3 to 2.2.4.
- [Release note...

83d58ad6a4745e6aea4bb67c5987d922ab041edc authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update uwsgi from 2.0.23 to 2.0.24

b7872996604f0f7e7139c371143c07a31559d62a authored 11 months ago by pyup-bot <[email protected]>
Add tests asserting on number of requests for uploaded files

f0e32da8d72648691db93bcc5904d79e166039ad authored 11 months ago by Alexander Todorov <[email protected]>
Log execution time for HTTP performance tests

in order to make the logs more readable and the values easier to
understand

1472e0c5e34a215298b1a6c8df5b3988fd8e2dfd authored 11 months ago by Alexander Todorov <[email protected]>
Revert "Bump black from 23.12.1 to 24.1.1"

This reverts commit bc86cd9bf519c5536a0e25ecffc0d4a51a66351e.

dd261bb768207172d152c778d0452b6bb61b89a8 authored 11 months ago by Alexander Todorov <[email protected]>
Revert "Bump psf/black from 23.12.1 to 24.1.1"

This reverts commit 82516b60c66fc1d8d09081bce38e6f11b94682e0.

68a9a3e26425c6ad46b11089435bd2235e778357 authored 11 months ago by Alexander Todorov <[email protected]>
Configure NGINX to explicitly resolve the path /favicon.ico

b/c some browsers still search for this file inside the root directory

7aa56c639dd1f905df25284ccc4a65d329962a62 authored 11 months ago by Alexander Todorov <[email protected]>
Convert robots.txt to a static file

which can be served directly by NGINX instead of via Django

5211429ad422fd3fb7a22e456990c852e1e8cfcd authored 11 months ago by Alexander Todorov <[email protected]>
Bump psf/black from 23.12.1 to 24.1.1

Bumps [psf/black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
- [Release notes](https:...

82516b60c66fc1d8d09081bce38e6f11b94682e0 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump black from 23.12.1 to 24.1.1

Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.1.1.
- [Release notes](https://gi...

bc86cd9bf519c5536a0e25ecffc0d4a51a66351e authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update psycopg from 3.1.17 to 3.1.18

b92c5b3365860c45b42c91bf9ac7af77eb23d719 authored 11 months ago by pyup-bot <[email protected]>
Bump django from 4.2.9 to 4.2.10 in /requirements

Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.10.
- [Commits](https://githu...

95a286085f5f7a2f0e07aded7c53615fadfec30d authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump webpack from 5.89.0 to 5.90.1 in /tcms

Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.90.1.
- [Release notes](htt...

09f98d429d05e5fb257c7ba7d1f50d25d712cd07 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump codecov/codecov-action from 3 to 4

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Releas...

ef8675771419d27f4abb03d557503f7fc3c8e839 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update mysqlclient from 2.2.1 to 2.2.3

c9e1a06963261ac8b2ccd8ac58567a28b7c8218e authored 11 months ago by pyup-bot <[email protected]>
Pin version of black b/c latest one mismatches Deepsource

317321343f91370da2219adf409c54c6a6794763 authored 11 months ago by Alexander Todorov <[email protected]>
Send Referer: header for container HEALTHCHECK command

helps improve logs

fa25dfdfe794cd4cd810bd03e619e6bc1b637c3a authored 11 months ago by Alexander Todorov <[email protected]>
Rename test jobs to account for actual behavior

de6e4800f3ea6e1f7fa8680adf3c4a81b93a126c authored 11 months ago by Alexander Todorov <[email protected]>
Assert on robots.txt

266ebbeafd96348c819906ecd7455e5eb7950bb2 authored 11 months ago by Alexander Todorov <[email protected]>
Assert on the values from performance baseline tests

44f6446a8449bffa895d78a0f1b2364c68e00627 authored 11 months ago by Alexander Todorov <[email protected]>
Update URLs for performance benchmarks fixing a copy&paste error

8dd418536cdd489355445699a3e89d3bd25db949 authored 11 months ago by Alexander Todorov <[email protected]>
Log completed requests from performance benchmark tests

- needed to refactor how value is returned from the exec_wrk() function

76ecaab2d96bf70c5464c5cdb0b75f18302b99ea authored 11 months ago by Alexander Todorov <[email protected]>
Use a lua script to simplify counting of non-limited HTTP requests

712630fe6b74bd62f3132681cdea3eeefcfcc8b8 authored 11 months ago by Alexander Todorov <[email protected]>
Add robots.txt to tell various robots to stop indexing the website

b/c everything is login-protected anyway!

Inspired by https://adamj.eu/tech/2020/02/10/robots-t...

70d780dcf8dcd544adef1541d5d39496bfa2708d authored 11 months ago by Alexander Todorov <[email protected]>
Changelog for v13.0

1b6ec3db9f74d31e28756abcec8044fb8e6c73df authored 11 months ago by Alexander Todorov <[email protected]>
Update runner image for CircleCI

7d36d64740d1630e23090dfc305565d7f775ab6e authored 11 months ago by Alexander Todorov <[email protected]>
test_gitlab_ce.py is a symlink, convert it back into such

accidentally changed in d5a609895de1fae1ff06249ffecc4444af33bce0

a14cafd627b5d350243f67f91e52cf947456e972 authored 11 months ago by Alexander Todorov <[email protected]>
Treat /Kiwi/etc/uwsgi.override as ini file and load it if it exists

c67fa608b9d2d0b184d66f6d4244e42efba98946 authored 11 months ago by Alexander Todorov <[email protected]>
Update python-gitlab from 4.3.0 to 4.4.0

f3fc433476eda0e081b965ec943377647fcc005d authored 11 months ago by pyup-bot <[email protected]>
Start testing and building with Python 3.11

b/c minimum required version by Django 5 is Python 3.10!

5cc574c9f5be0af6ca41f080092615fb79f8ccf8 authored 11 months ago by Alexander Todorov <[email protected]>
Don't fail CI jobs when CodeCov returns errors

while submitting coverage data!

5166ea5820e2f894589a86470c812b4efa49d8ff authored 11 months ago by Alexander Todorov <[email protected]>
Upgrade from psycopg2==2.9.9 to psycopg[binary]==3.1.17

c6da0b81de58ca9277c7856b7f5de99eb2cdd73b authored 11 months ago by Alexander Todorov <[email protected]>
Bump pdfmake from 0.2.8 to 0.2.9 in /tcms

Bumps [pdfmake](https://github.com/bpampuch/pdfmake) from 0.2.8 to 0.2.9.
- [Release notes](http...

76a862654b312fc31309838af13597884f014930 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mysqlclient from 2.2.0 to 2.2.1

Bumps [mysqlclient](https://github.com/PyMySQL/mysqlclient) from 2.2.0 to 2.2.1.
- [Release note...

892af1ae157479c558a3cac00210a245668fa100 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update python-gitlab from 4.2.0 to 4.3.0

067ab314c7961c9af567c6e7f71ab9e570c61819 authored 11 months ago by pyup-bot <[email protected]>
Update tzdata from 2023.3 to 2023.4

a866a2ec1e3ed23cc79288565e593baff36f16a6 authored 11 months ago by pyup-bot <[email protected]>
Bump jira from 3.5.2 to 3.6.0

Bumps [jira](https://github.com/pycontribs/jira) from 3.5.2 to 3.6.0.
- [Release notes](https://...

f2a0d482901a2ffa2c5cc074f8140969fb52c694 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint-plugin-n from 16.3.1 to 16.6.2 in /tcms

Bumps [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n) from 16.3.1 to 16.6...

47589b7b9dcb55c55e0451e6070f81961fb25c54 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update markdown from 3.5.1 to 3.5.2

b570b1ec78c8388cee39f11661ef492fa07e254a authored 11 months ago by pyup-bot <[email protected]>
Update django to 4.2.9

4d226e5d683430877337782b2859c3d89365a33e authored 12 months ago by Alexander Todorov <[email protected]>
New translations django.po (Japanese)

01098268fb8e459e3593fd881d4693124032a023 authored 12 months ago by kiwitcms-bot <[email protected]>
New translations django.po (Chinese Simplified)

26c318ab5c8f7ba41e0684327ce6c029768be421 authored 12 months ago by kiwitcms-bot <[email protected]>
Preventively patch xmlrpc using the defusedxml package

and don't import directly from the standard xmlrpc package eventhough it
is mostly used during t...

d5a609895de1fae1ff06249ffecc4444af33bce0 authored 12 months ago by Alexander Todorov <[email protected]>
Bump eslint-plugin-import from 2.29.0 to 2.29.1 in /tcms

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 2.29.0 to 2...

a0e71452370981c47169f75d64fc162a3b52a9b1 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint from 8.55.0 to 8.56.0 in /tcms

Bumps [eslint](https://github.com/eslint/eslint) from 8.55.0 to 8.56.0.
- [Release notes](https:...

8419f28e5815711e1204656e62bb218134301470 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/upload-artifact from 3 to 4

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Rele...

2ac1c0984600c6caad5618c29c5e1a378f9e27e3 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump github/codeql-action from 2 to 3

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release no...

11f67934e6267795a22abb9b665a42b546631438 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update isort from 5.13.0 to 5.13.2

7b825d6ab1777f19d81b3c214d1d58077a9f4f8d authored almost 1 year ago by pyup-bot <[email protected]>
Bump actions/setup-python from 4 to 5

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release no...

f87ad4adc1904bf337978520f766b2da65545176 authored almost 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update isort from 5.12.0 to 5.13.0

61e58490a906ef6aa10b0e828b9acbb5bbe5b21b authored about 1 year ago by pyup-bot <[email protected]>
Update django-colorfield from 0.10.1 to 0.11.0

91a19de4a8d712e9eeb962a25d0de27044e57e75 authored about 1 year ago by pyup-bot <[email protected]>
Adjust DATA_UPLOAD_MAX_MEMORY_SIZE setting. Closes #3262

while this setting doesn't have anything to do with uploading files via
the webUI (b/c attachmen...

b9c81a6871ca43f6a690e01fe7f3d509357a02ca authored about 1 year ago by Alexander Todorov <[email protected]>
Upload docker logs from integrtion test job

d99a520d1440104f434d8ffbd97a00fb245f9a56 authored about 1 year ago by Alexander Todorov <[email protected]>
Add integration test for uploading files with maximum allowed size

9815aaa1b6f84fc4748120f1d1d336c27e3088da authored about 1 year ago by Alexander Todorov <[email protected]>
Update Django from 4.2.7 to 4.2.8

b2c100d2de9c9c91a9aaf2d393077911c843bf08 authored about 1 year ago by Alexander Todorov <[email protected]>
Update django-simple-captcha from 0.5.20 to 0.6.0

0c3f9e162ad7ed3b75cd009a2993acd934ff4c2c authored about 1 year ago by pyup-bot <[email protected]>
Bump eslint from 8.54.0 to 8.55.0 in /tcms

Bumps [eslint](https://github.com/eslint/eslint) from 8.54.0 to 8.55.0.
- [Release notes](https:...

df681a095f0caf55bb5f27c1d7100dea5a7058ab authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>