Ecosyste.ms: OpenCollective

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

Kiwi TCMS

the leading open source test management system
Collective - Host: europe - https://opencollective.com/kiwitcms - Website: https://kiwitcms.org - Code: https://github.com/kiwitcms

npm audit signatures

github.com/kiwitcms/Kiwi - 0d34b35ec95115d28cbdd1c83c4d5ec1a21185ff authored over 2 years ago
Replace `npm install` with the ./npm-install Bash script

because we'll want to expand this script later

github.com/kiwitcms/Kiwi - 5a260116fa83d0b6c8839c5840ab6b123de28d45 authored over 2 years ago
Use npm audit fix to automatically update some Nodejs dependecies

github.com/kiwitcms/Kiwi - 13e9313b1c20207bd0c4b71e4b11d8124582ebf3 authored over 2 years ago
New translations django.po (German)

github.com/kiwitcms/Kiwi - afb414e66e9ad19bb741f90a93b700b33ce8b81b authored over 2 years ago
ci: Build intermediary kiwitcms/kiwi image

github.com/kiwitcms/enterprise - 7a03520bba53f70ad572968f02efa7dd02ae4c0d authored over 2 years ago
Update containers for RHEL 9, CentOS Stream 9 and Python 3.9

github.com/kiwitcms/enterprise - fca044efeb841cf02298430d3d8fa59ded3cbb50 authored over 2 years ago
Update Python references 3.8 -> 3.9

github.com/kiwitcms/Kiwi - 52fa5d4ee7f6d40e056020ab171328e9333ac323 authored over 2 years ago
Start building Kiwi TCMS with Python 3.9

WARNING: Will break downstream containers & bind-mounted settings files.
Inspect Dockerfile & do...

github.com/kiwitcms/Kiwi - 59059107cab0d1ec4040631a2f5562916cddc95e authored over 2 years ago
Start using RHEL 9 containers

WARNING: High risk of breaking downstream containers

NOTES:
- Use /usr/sbin/httpd directly inst...

github.com/kiwitcms/Kiwi - a36f50f56c835830a8abd6f66f088ec2c86f1964 authored over 2 years ago
New translations django.po (Chinese Traditional)

github.com/kiwitcms/Kiwi - 34a9af4fdd1463910e8ccbffbc8536e715295306 authored over 2 years ago
Rename Properties to Parameters

because "Test Case Parameters" is a more widely used term

github.com/kiwitcms/Kiwi - a33ad958007c7883b2dc8e3aff2b603be1b126d4 authored over 2 years ago
Trim white-space after splitting TestCase parameter values

the inputs:

'OS=Linux', 'OS = Windows '

will result in

Name: 'OS'
Values: ['Linux', 'Windows']

github.com/kiwitcms/Kiwi - cf8f2dff1f48e041c8746b8afa2a4d93c94201bf authored over 2 years ago
Generate Pelican site

github.com/kiwitcms/kiwitcms.github.io - 4e10338714ccffb09a817a6ca4c40b1fa8c53249 authored over 2 years ago
Tighten security around docker containers

Issues reported by Coverity Scan

- drop all capabilities in docker-compose files, where possibl...

github.com/kiwitcms/Kiwi - e59f2757ca8a1066e299e33889c310c803b00efe authored over 2 years ago
Configure Dependabot to update Docker containers

github.com/kiwitcms/Kiwi - 39544f007fc01ea2b92024a717e2b1c0466bdacb authored over 2 years ago
Fix typo in coverity scan CI job

github.com/kiwitcms/Kiwi - 4333a4be66d57873d37c6b7512b2399695825904 authored over 2 years ago
Missed an option to cov-build

github.com/kiwitcms/Kiwi - d47ef1b92ed11ed59c6667d890694ea88446280e authored over 2 years ago
Don't scan devel dependencies with Coverity Scan

b/c they don't make it into the final container image

github.com/kiwitcms/Kiwi - 26120b892f437a30a9ea9809be307e0702c3f5a8 authored over 2 years ago
Redirect to where we came from in case a post form is invalid

when adding comments to bugs. Reported by Coverity Scan as:

CID 349465 (#1 of 1): Bad use of nu...

github.com/kiwitcms/Kiwi - 62e8b5ce8817b2397d2a8d00341efebd05045716 authored over 2 years ago
Remove Travis CI config b/c we don't use it anymore

github.com/kiwitcms/Kiwi - d74645f6f4b12ee4e34471462b73540c4d1ca211 authored over 2 years ago
Add Coverity Scan as a GitHub action

github.com/kiwitcms/Kiwi - b64be2f325acfd380e74362f539bd760d0f70acd authored over 2 years ago
Update kiwitcms-trackers-integration from 0.2.0 to 0.3.0

github.com/kiwitcms/enterprise - 2c8a513009d30a2242f76284f860a8c93d0da5af authored over 2 years ago
Add support for settings.MANTIS_CATEGORY_NAME

github.com/kiwitcms/trackers-integration - 73b61f7e246933f4ebb57b18615eb479b4bde0aa authored over 2 years ago
Add support for settings.MANTIS_PROJECT_NAME

github.com/kiwitcms/trackers-integration - edcbd6cf4a831d20e7d4435cb47efd781bfb9804 authored over 2 years ago
Refactor Mantis BT integration code & test suite

so that they work together. Closes https://github.com/kiwitcms/Kiwi/issues/879

github.com/kiwitcms/trackers-integration - 29a62b6aa7b1e31e0f65734e469f70e6df770f02 authored over 2 years ago
Add MantisAPI.create_project() and make use of it in tests

github.com/kiwitcms/trackers-integration - 588aace30b3e850f2ebd9e2918a9b77ab3d9294e authored over 2 years ago
ci: Load any extra ENV vars that came from initialize-data

github.com/kiwitcms/trackers-integration - ab56d42b0ad8911c6fef6784dc4ded4e2d826970 authored over 2 years ago
Move close_issue() method into MantisAPI

github.com/kiwitcms/trackers-integration - 425cb37c3838fd64bbbc4f3f7fe3f49f4102da58 authored over 2 years ago
Rename params to make it more obvious that we're using API token

github.com/kiwitcms/trackers-integration - 44283cdf67b7d9bf8e5ba5d8a9ba36eaea5ef43a authored over 2 years ago
Initial implementation for Mantis bug tracker integration

Refs https://github.com/kiwitcms/Kiwi/issues/879

github.com/kiwitcms/trackers-integration - 7fc537a7a8ddf4c932905aca083d7b0cfb8123ab authored over 2 years ago
Fix versionadded annotation

github.com/kiwitcms/trackers-integration - f898350026227392b3287dfceedb13da13fcc916 authored over 2 years ago
Update Django to 4.0.8 - security

https://docs.djangoproject.com/en/4.0/releases/4.0.8/

github.com/kiwitcms/Kiwi - d682bdf289247ca5178377d29a4231b2875c7606 authored over 2 years ago
Update tzdata from 2022.4 to 2022.5

github.com/kiwitcms/Kiwi - eaabc4755ec5c1da2b6d9adbfc78dd9bef82b546 authored over 2 years ago
Update pygithub from 1.55 to 1.56

github.com/kiwitcms/Kiwi - a22b7ecee322fc8be425611936c9b2cd3f5e1d9b authored over 2 years ago
Install Mantis BT and create an API token

github.com/kiwitcms/trackers-integration - 5fbd0199c2fe88bb0064e354997718d660f40110 authored over 2 years ago
New translations django.po (Chinese Simplified)

github.com/kiwitcms/Kiwi - cb6c2582a2998a7292655fa613f19a664f31e9a6 authored over 2 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0....

github.com/kiwitcms/trackers-integration - 7fdd417fbbb447d8c2842681823279f518e3e059 authored over 2 years ago
New translations django.po (Slovenian)

github.com/kiwitcms/Kiwi - 4f4118fed0bb01d07a006735e3408c0680631550 authored over 2 years ago
Update python-gitlab from 3.9.0 to 3.10.0

github.com/kiwitcms/Kiwi - 3b100ff98ab251a07c7f19df68c8753b72ff6e4b authored over 2 years ago
Update psycopg2 from 2.9.3 to 2.9.4

github.com/kiwitcms/Kiwi - 8091b175989f820804b4ccf7e73330e36f256614 authored over 2 years ago
Build a default MantisBT container for testing

github.com/kiwitcms/trackers-integration - fec0d5b92faaf0203a3f50b114d26ce98c44085c authored over 2 years ago
Fix for #2929

github.com/kiwitcms/Kiwi - dd7a59cf5874bbb9f54120390677b3694213f00e authored over 2 years ago
fix: upgrade com.fasterxml.jackson.core:jackson-core from 2.13.3 to 2.13.4

Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-core from 2.13.3 to 2.13....

github.com/kiwitcms/junit-plugin - 874f1a592c9a1543444908b802de5103329a99f9 authored over 2 years ago
fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMFAS...

github.com/kiwitcms/junit-plugin - 91e24289a0b887685741121808bf5092f1b6c25c authored over 2 years ago
Update django-ses from 3.1.2 to 3.2.0

github.com/kiwitcms/enterprise - c4b2aced8f70cdcdf6d126181d6ba354a320bb05 authored over 2 years ago
Update tzdata from 2022.2 to 2022.4

github.com/kiwitcms/Kiwi - 8ff576b2a8786c7d8be78e420a03e2cb603673df authored over 2 years ago
Update translation strings

github.com/kiwitcms/Kiwi - 98f3880f88afb03f938b8f44856ff9e7bb0208c1 authored over 2 years ago
* New translations django.po (Slovak)

github.com/kiwitcms/Kiwi - 91e56479d432f91dddea5248bd8a84b4b0a85eae authored over 2 years ago
Unify some translation strings

github.com/kiwitcms/Kiwi - 3da5505cd02cd6040c3d19fb321df5e379968eee authored over 2 years ago
Add an add-on for integration with OpenProject

Closes https://github.com/kiwitcms/Kiwi/issues/2203

github.com/kiwitcms/enterprise - 5ae3c5972d1abcd855ded788c9674c581bb5d5a8 authored over 2 years ago
Revert the 11.5.1 version spec from setup.py

in preparation for the upcoming v11.6

github.com/kiwitcms/enterprise - ff306f3e6578f3a3fd416aa957ec212d7f8e19eb authored over 2 years ago
Adjust name and tag v0.2.0

github.com/kiwitcms/trackers-integration - c8d2f69e9428e291f26c8aa6e6c594c2a0911962 authored over 2 years ago
Document add-on issue tracker integrations

by instructing ReadTheDocs to actually checkout the code for the add-on
package! Update RTD CI c...

github.com/kiwitcms/Kiwi - 0963db11a788ba52aa27570855e60eec5b9e935a authored over 2 years ago
docs: Start using long options for readability

github.com/kiwitcms/Kiwi - 554ccd7478b2a55a77217e98963282884d6d3c0e authored over 2 years ago
Bump copyright year

github.com/kiwitcms/Kiwi - 80b7cecc6cffd45de26ca52a3dc0e1a47b00b720 authored over 2 years ago
docs: Follow symlinks and ignore menu.py files

github.com/kiwitcms/Kiwi - deac7aca352e3107f850b99a3255b6b557f4dafe authored over 2 years ago
Move documentation sections around & adjust wording

github.com/kiwitcms/Kiwi - b7837e1b1a65160470fbf9f420e8de14c3fe52c2 authored over 2 years ago
Don't publish docs for internal implementation on some classes

the external interface is already documented so no need to clutter the
documentation with implem...

github.com/kiwitcms/Kiwi - d128ab23c395990b49e647be260b376b9374a031 authored over 2 years ago
Rename a misnamed file

github.com/kiwitcms/trackers-integration - 72a9016defdcaead622f823404edbcb72feac65a authored over 2 years ago
[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

github.com/kiwitcms/trackers-integration - 9bf85e75a193cdc8597cbaa4c4381866c3718c2b authored over 2 years ago
Remove empty sections from README

github.com/kiwitcms/trackers-integration - b2b95e4c0f20e192213d7e070301eaa1bf76de13 authored over 2 years ago
Update hex sticker

github.com/kiwitcms/artwork - e9b629dfce77f34295031864846b266ae5bf7ef8 authored over 2 years ago
New Crowdin updates (#2912)

* New translations django.po (Chinese Simplified)
* New translations django.po (Slovenian)

github.com/kiwitcms/Kiwi - 952c629700551a7476bf33afea3df037242560c9 authored over 2 years ago
Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](htt...

github.com/kiwitcms/enterprise - e5f580c98d5bf775a5497eda5c5fe47125818ec6 authored over 2 years ago
Add more assertions into test

github.com/kiwitcms/tenants - 0daca1e2496ad561a15e340be45732e6231ad7cc authored over 2 years ago
Don't add users to TenantGroup on `empty` tenant

"empty" is a special tenant used as a template and we don't want to add
any data here that may b...

github.com/kiwitcms/tenants - d2fa0dc2e889d9e99603002cd8de6ea5b8cbba95 authored over 2 years ago
Generate Pelican site

github.com/kiwitcms/kiwitcms.github.io - ab374e836b4a7549a85bbe62c98a1f0f0bca6a14 authored over 2 years ago
Update django-extensions from 3.2.0 to 3.2.1

github.com/kiwitcms/Kiwi - 8461a9776487a56eabf69fc30ada1bc4af60d5e7 authored over 2 years ago
Revert "Override version in Makefile b/c there's no Kiwi TCMS v11.5.1"

This reverts commit d99166a1840fde5ab41619c7b343a9586b2aef4b.

github.com/kiwitcms/enterprise - db479063b7a77579f686892c9da849bd10c2d5d9 authored over 2 years ago
Don't fail if trying to remove non-existent manifests

github.com/kiwitcms/enterprise - 93a23f0bb796eada40b7cbe2ef9a4096704d6738 authored over 2 years ago
Changelog for v11.5.1-mt

github.com/kiwitcms/enterprise - 9e871b0918873d7ffdfacd37ed202e9565a69c06 authored over 2 years ago
Override version in Makefile b/c there's no Kiwi TCMS v11.5.1

there is only v11.5 upstream and this is a downstream hot-fix.

github.com/kiwitcms/enterprise - d99166a1840fde5ab41619c7b343a9586b2aef4b authored over 2 years ago
Update kiwitcms-tenants to v2.3.1

github.com/kiwitcms/enterprise - 36f859f059a7b406871d18179da036dca5aed88c authored over 2 years ago
Changelog for v2.3.1

github.com/kiwitcms/tenants - 17703b2e0f1f7b9e374a0205f7ceda639bbe8632 authored over 2 years ago
Add new test for context processor

github.com/kiwitcms/tenants - 67c3a5c18a63455c4bba87aa83e3d22b9bdfbae6 authored over 2 years ago
Don't access request.tenant if such attribute does not exist

Fixes KIWI-TCMS-K2,
https://sentry.io/organizations/kiwitcms/issues/3565864401/

This happens fo...

github.com/kiwitcms/tenants - 8f03ca615bcc131db1020d5bdaaf263b93fac8e5 authored over 2 years ago
Add integration test for schema cloning

github.com/kiwitcms/tenants - 30360244d3c2dc561e002fd21bf5ae6fe22ecdbd authored over 2 years ago
Make sure no tenant with name subscriber exists when starting test

github.com/kiwitcms/tenants - 956f61354e85fea6156eccabc4f9b8dfff636e10 authored over 2 years ago
Add pgAdmin to docker-compose. Will help with debugging

github.com/kiwitcms/tenants - c236452b634434c75e50d44241102bf0127fe1f5 authored over 2 years ago
Update jira from 3.4.0 to 3.4.1

github.com/kiwitcms/Kiwi - b1d5b223dec3fb33b68bc9b0faafc00460fcc3cc authored over 2 years ago
Bump django-tenants from 3.4.4 to 3.4.5

Bumps [django-tenants](https://github.com/django-tenants/django-tenants) from 3.4.4 to 3.4.5.
- ...

github.com/kiwitcms/tenants - 07dca0504a65e2a658c8efb9bec98a1d1cbfe0d8 authored over 2 years ago
Generate Pelican site

github.com/kiwitcms/kiwitcms.github.io - 33157acd8de78a51a953e8003c8ae2242cbe3a0f authored over 2 years ago
Remove local manifests before building new ones

github.com/kiwitcms/enterprise - d984d0cc012286e4edea58ba6562c1de1b7509f1 authored over 2 years ago
Changelog for v11.5

github.com/kiwitcms/enterprise - 16886bd97ff79a7fdc74382a3e3ac63c23fbdcf4 authored over 2 years ago
Changelog for v11.5

github.com/kiwitcms/Kiwi - a4523efeb5df57487070fb87079c33029f58f139 authored over 2 years ago
Update python-gitlab from 3.8.1 to 3.9.0

github.com/kiwitcms/Kiwi - ac37ae981aefe7a593b18d5f8d49e7692d70cc9d authored over 2 years ago
Update kiwitcms-github-app from 1.3.3 to 1.4.0

github.com/kiwitcms/enterprise - 77187dc4a6bbb22b410d2a6b22521d1d3d9d5822 authored over 2 years ago
New translations django.po (French)

github.com/kiwitcms/Kiwi - 891f7bc06470658295a5e81b560be584897ef443 authored over 2 years ago
Changelog for v1.4.0

github.com/kiwitcms/github-app - 6013813108d01185594e9a5b418e4d06324ac8b3 authored over 2 years ago
[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0.....

github.com/kiwitcms/trackers-integration - 688b4b5589ce3ead12493b654a4185eb3e74cf83 authored over 2 years ago
Don't use Coveralls, no we use CodeCov

github.com/kiwitcms/github-app - 7be16092a0d33baf6405528be96f639649cd97ec authored over 2 years ago
Local dir should be part of PYTHONPATH

github.com/kiwitcms/github-app - 567210d32e0b7ebead8b17f9b743c390cdb707a4 authored over 2 years ago
Specify 30 sec timeout when POST to GitHub

github.com/kiwitcms/github-app - 36acf38ec2981c1f628d09cf8dc6c599b1c33278 authored over 2 years ago
Don't ask user to configure GitHub App if they are not tenant.owner

will help aleviate the situation where tenant creation fails

github.com/kiwitcms/github-app - 72ca595cd2d7503d7b57e04520f8b7aa6c2e2cd3 authored over 2 years ago
Update docs about language preferences

github.com/kiwitcms/Kiwi - 0864e9cd5808cf07c329b9de4c4a00943ffe7781 authored over 2 years ago