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

[docs] typos

9b2345f0a6eb76575c9517afde10cbec958b104a authored almost 6 years ago by Mr. Senko <[email protected]>
[docs] Improve docs around Docker customization and SSL termination

07560163fdae67e5bf5b100df7729fa859cecb9c authored almost 6 years ago by Mr. Senko <[email protected]>
TestPlan.add_case() sets the sortkey to highest in plan + 10

or 0 if there are no test cases in the plan

8bee98080722bab5b338f16747a0995e4b6761a3 authored almost 6 years ago by Rik <[email protected]>
New translations django.po (Slovenian)

ac921e94c332ce9160ae45cf55703a3f64cb1a28 authored almost 6 years ago by kiwitcms-bot <[email protected]>
[tcms-api] expose plugin_helpers.Backend.add_comment()

82db3495ded0eb44fa157aa536796203ecd50c8e authored almost 6 years ago by Mr. Senko <[email protected]>
Handle form erros and default values for TestPlan new/edit

d23f9911ca49ef1afc2c982d417c7a85c2cae046 authored almost 6 years ago by Mr. Senko <[email protected]>
Move from_plan URL param outside nested if & don't evaluate twice

this can be evaluated with the data we already have so no need to
read the request again!

cfb190b24f13d44d34481cb6aab2f167a92eed09 authored almost 6 years ago by Mr. Senko <[email protected]>
Remove EditCaseForm and use NewCaseForm instead, Refs #708, #812

the two forms are identical so use only 1 of them.

CC @asankov

4d3b39a17b496935bcca2874a7a19a4839cbc005 authored almost 6 years ago by Mr. Senko <[email protected]>
Remove double permission check

@permission_required decorator will check this permission before
it even allows the request to b...

da32b3da8c8030eaba1f923874b107c6d9ef83f3 authored almost 6 years ago by Mr. Senko <[email protected]>
Replace |stringformat with |escape so selected option is shown!

There was a problem with |stringformat where it worked when there
were errors in edit mode but n...

d8bac6f36c6a42f3eb912845d663202831e8c511 authored almost 6 years ago by Mr. Senko <[email protected]>
Enable coverage report for CodeClimate

d8ce690b93511437f82a705d3b8c900d1cb5f8a2 authored almost 6 years ago by Mr. Senko <[email protected]>
Handle form errors for TestRun new/edit

4cfd8e7c6bae636e99684649ea6d53dcb1ef69b0 authored almost 6 years ago by Mr. Senko <[email protected]>
Adapt testcases/mutable.html for editing

Enhance the template so that we are able to use it for editing existing test case

364a6d1869d47fe8b9647c5007a15e0f1c786507 authored almost 6 years ago by asankov <[email protected]>
Use testcases/mutable.html for editing test case

f78b465127999b61c91ec20793882cff2c950ca5 authored almost 6 years ago by asankov <[email protected]>
Remove continue functionality from Edit TestCase

Remove continue buttons functionality from testcases/views::edit
These buttons are not included ...

d2dc58ca024774d42ff116e140f3aa0af9f6d1e5 authored almost 6 years ago by asankov <[email protected]>
Update source strings

6824bb9bc06bec50ff4f609bffd2934a6c6ff83c authored almost 6 years ago by asankov <[email protected]>
Delete unused javascript from testcase_actions.js

This code is no longer used, because the old case edit template has been removed

9c1741516efc8617cdb3fd60ee2a804e5f8755f1 authored almost 6 years ago by asankov <[email protected]>
Delete templates/case/edit.html

This template has been refactored to Patternfly in testcases/mutable.html and is no longer used

48d6fe04a379c55913658644f30497d3513f5a51 authored almost 6 years ago by asankov <[email protected]>
Bump django-contrib-comments from 1.9.0 to 1.9.1

Bumps [django-contrib-comments](https://github.com/django/django-contrib-comments) from 1.9.0 to...

52b4e16340a212b82122f64e6ce054973c8fdef4 authored almost 6 years ago by dependabot[bot] <[email protected]>
Update python-gitlab from 1.7.0 to 1.8.0

05292720418760699777497965ff9a6f1133de20 authored almost 6 years ago by pyup-bot <[email protected]>
Enable markdown.extensions.tables. Fixes #816

and also add some CSS to render the table with borders so it is
visible

156be71c1d34fbe4eb08f5916ec09e3f7c2331e3 authored almost 6 years ago by Mr. Senko <[email protected]>
[docs] Document available test automation plugins

604d2df20c045eb9e4d3b90e4fba5161a7ab8968 authored almost 6 years ago by Mr. Senko <[email protected]>
Update source strings

411ecab08c14993a241df7ce2adc3f0a5911be76 authored almost 6 years ago by asankov <[email protected]>
Add TC Email settings to Create New TC template

Add TestCase Email notifications setting to Create New TestCase template
Extend NewCaseView::get...

f78fec09887e5de1ae60df3a976f4ebd8496ba82 authored almost 6 years ago by asankov <[email protected]>
Remove BaseCaseForm::component field

This field is not used as components are added through the RPC API, and it does not use forms, b...

959b0ee30625409b8bd47bb52f01c95494fe2b84 authored almost 6 years ago by asankov <[email protected]>
[security], [medium] Explicitly require marked v0.6.1 to fix ReDoS

https://snyk.io/vuln/SNYK-JS-MARKED-73637

06569b9beb5228f1e1f88e15e65cf1226cb1303d authored almost 6 years ago by Mr. Senko <[email protected]>
Turn on TestCase notifications by default

0c402ec0ddf8e501cd037089e3b60cef5004b4c5 authored almost 6 years ago by Mr. Senko <[email protected]>
New translations django.po (French)

6e8b3564d5fdaf6799b81aa29f0ccd69c744272d authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

d360c6f9a99c72236093d3fa905e301736f7976a authored almost 6 years ago by kiwitcms-bot <[email protected]>
Fix typo in HTML tag caused by translations

6f541211be14263125f485c65b775c74c2f10281 authored almost 6 years ago by Mr. Senko <[email protected]>
New translations django.po (Slovenian)

c8797e8a63ccc091d3cb267d108d1320907b704a authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Slovenian)

4187798a75a47515f2ea5637750477c95fdcd376 authored almost 6 years ago by kiwitcms-bot <[email protected]>
[l10n] Run test server with LANGUAGE_CODE=en

when checking exception messages for RPC methods. These are
localized internally by Django and w...

e1e4286928e03b8aae56ef6551a30c137b06afda authored almost 6 years ago by Mr. Senko <[email protected]>
[ci], [l10n] Test with Slovenian as well as French

Both French and Slovenian are well translated by active
contributors so we can turn both languag...

4acce40656ed0776be30d62a49c6c56ceaace7a3 authored almost 6 years ago by Mr. Senko <[email protected]>
[l10n] Add Serializer class which returns untranslated models

this will help with errors in XML-RPC tests which rely on DB
serialization.

We also have xmlrpc...

f7b8f9445c30e8e46a671b3e4fe01c7a2e38a6f4 authored almost 6 years ago by Mr. Senko <[email protected]>
Execute localization tests in Travis CI

b9614f69867559fdf233be76dc907d6c8d45861c authored almost 6 years ago by Mr. Senko <[email protected]>
[translation] Update translation strings

84c2ee30e3f621214aec25b5fd25b0a77c0cd88b authored almost 6 years ago by Mr. Senko <[email protected]>
[l10n] More localized tests

4b8c65df81731abeb8b6f61466fb7e5220f0a79f authored almost 6 years ago by Mr. Senko <[email protected]>
Add make messages command to build .po files

now that we have localized tests we need this command otherwise
our PO files will pick up source...

4c1ca75d86307aad8bfd805c7c860f299267d2dd authored almost 6 years ago by Mr. Senko <[email protected]>
Missing translation terms in templates (#802)

494aef6a293695f11fdf2dc67a8cbf9f9a29b201 authored almost 6 years ago by Christophe CHAUVET <[email protected]>
New translations django.po (French)

0092124f2953f6c5ca6bc960cfb31760e9fba607 authored almost 6 years ago by kiwitcms-bot <[email protected]>
[l10n] Localize tests otherwise they will fail

when executed with a locale aware client

3ed920ce015abca257e94a858948925755d02884 authored almost 6 years ago by Mr. Senko <[email protected]>
[l10n] Refactor check for confirmed test cases when editting

20973b0e3723b802f9312947102b3151b612da23 authored almost 6 years ago by Mr. Senko <[email protected]>
[l10n] Show color-coded statuses on dashboard with translations

031c6c5caff104a6e7a884da56bae9363c6cbca9 authored almost 6 years ago by Mr. Senko <[email protected]>
[css] Make TestCase.text occupy 100% width. Fixes #798

25% was a left-over from when we had 4 separate columns for
the text

2e733bd4c86f905504402ef234762081b02a63b0 authored almost 6 years ago by Mr. Senko <[email protected]>
Field is now called Text, not Setup

e727e8d9730aed067785951f60ddfedf5c9bcb49 authored almost 6 years ago by Mr. Senko <[email protected]>
Remove unused .current_user instance attribute

this is a left-over from the time when we didn't have history

36e9fca35acb2b8cafbbc5d242754de714ff3a27 authored almost 6 years ago by Mr. Senko <[email protected]>
[ci] Submit coverage only after Testing with MariaDB

this will limit the number of comments we receive on pull requests

1cd0afab6053b95b61c1323261d2a49897f5eba6 authored almost 6 years ago by Mr. Senko <[email protected]>
Fix handling of ?from_plan URL parameter

b31df448f6d9e55d23a57bb1275e0d2be2d6c9d6 authored almost 6 years ago by Mr. Senko <[email protected]>
Test + fix for failing TestCase rendering in French

when displaying a TestCase with the new template we show icons
based on execution status by usin...

f74c3c16b352ada088cb0b34133e7703391c3a3c authored almost 6 years ago by Mr. Senko <[email protected]>
[docs] Document import-export functionality. Closes #795

We are not going to support import-export because it doesn't make
sense. However document the re...

fe98e8f074cc5bf694813dc862952308681c76dd authored almost 6 years ago by Mr. Senko <[email protected]>
Remove hard-coded timestamp, Refs #765

377b5689726b9b5da9474cac162da86b7db91fb5 authored almost 6 years ago by Mr. Senko <[email protected]>
New translations django.po (Slovenian)

4676083a5cea14dda3b07bc5097229e2f77d8546 authored almost 6 years ago by kiwitcms-bot <[email protected]>
Add missing sources for docs

db7bfd180258ff13bf7d586e2f926e5b304eac91 authored almost 6 years ago by Mr. Senko <[email protected]>
6.5.3 - add missing __init__.py file

f4fa3e60a1f32207f2073e0d5ce5a96199909835 authored almost 6 years ago by Mr. Senko <[email protected]>
Add templates and static from sub-packages in tarball

+ test for it

d8f5359381ab8d145a75ba89fdd4d40a6ef734bb authored almost 6 years ago by Mr. Senko <[email protected]>
Changelog for version 6.5.2

fc609fe1582d679bde7016652bcfcb9adcc4d259 authored almost 6 years ago by Mr. Senko <[email protected]>
Changelog for version 6.5.1

63591b87268827e521d87fdfd698bdebe69d6f86 authored almost 6 years ago by Mr. Senko <[email protected]>
[Security] Bump django from 2.1.5 to 2.1.7

Bumps [django](https://www.djangoproject.com/) from 2.1.5 to 2.1.7. **This update includes secur...

301c916a20a569ad26efed8cebbfb1ead1707634 authored almost 6 years ago by dependabot[bot] <[email protected]>
[db] Email notifications for TestPlan, TestCase now default to True

- also remove TestPlanEmailSettings.is_active b/c not used
- improve flaky test which asserts em...

2cca8c75b645a1ac8dbef59e472c6d0d6c02d8af authored almost 6 years ago by Mr. Senko <[email protected]>
Use find_packages() when building PyPI tarball

cc4a66e2321a93d7f3134e7d01acddbf4ee5ea17 authored almost 6 years ago by Mr. Senko <[email protected]>
Install Kiwi TCMS as tarball package inside Docker image

instead of copying the sources from the git directory

0f855292b27e2db695579f9577274d42796d709f authored almost 6 years ago by Mr. Senko <[email protected]>
Add missing filed values for testcases/mutable.html

- this helps keep entered values around in case of error
- will also help when using this templa...

50844d702b189e862392bdf7ef0e2052533dadba authored almost 6 years ago by Mr. Senko <[email protected]>
New translations django.po (French)

c83daf89602c4c3bff133392b42b7a717cee2a38 authored almost 6 years ago by kiwitcms-bot <[email protected]>
[api] Bug.create() now accepts new parameter auto_report=False

- when auto_report=True will automatically try to comment on the
issue using IssueTracker integr...

c1ede5c8698cbc803fe6619b56b5c0da5c35ed42 authored almost 6 years ago by Mr. Senko <[email protected]>
Fix translations for Handlebars template

d6dfd5ca59719b6cdd6a6e6ae12706924651af66 authored almost 6 years ago by Mr. Senko <[email protected]>
Update translation sources

because we've marked a few new strings for translation

ad5e2133e0ed98485bab257496fa8e0a8b41c930 authored almost 6 years ago by Mr. Senko <[email protected]>
Fix MissingPermissionsChecker visit_module boolean condition

The previous boolean condition would set the variable to true
every time the checker enters a mo...

049211e782eaf4e8c5ad71b8d059202982d6296d authored almost 6 years ago by ivo0126 <[email protected]>
[api] New method Bug.report, Refs #18

- returns pre-configured URL for easier bug reporting
- refactor the UI to use this new RPC method

f6ff0cf2481a5c83a0a61e5ef2899e3d9b861731 authored almost 6 years ago by Mr. Senko <[email protected]>
Remove unused/non-existent template

1b21163d3582dd4d72712d09faa991666c357376 authored almost 6 years ago by Mr. Senko <[email protected]>
Remove empty JS function

dd661ab006ce7d0e50e1e4c4dcfb41010d4ce463 authored almost 6 years ago by Mr. Senko <[email protected]>
Update mysqlclient from 1.4.1 to 1.4.2

080d742f62e7db919698d12d3e9d7e2c7af71729 authored almost 6 years ago by pyup-bot <[email protected]>
Remove duplicated call of test_plan.add_case

The same thing is done in the create_testcase method

b282f315f6d528d6a334ed939988eec190ab2cc8 authored almost 6 years ago by asankov <[email protected]>
Refactor New TestCase to class-based view

3b0babf69a1ba82def54fec3a473d8ea90d93994 authored almost 6 years ago by asankov <[email protected]>
Add tests for New TestCase view

1fbc2eef8bb415ec7ddff843664e880108ca13ce authored almost 6 years ago by asankov <[email protected]>
Remove margin: 0 from cases list style. Fixes #764

ace56564cab270e60fdc6e87af669c640dbb4e01 authored almost 6 years ago by asankov <[email protected]>
Add TestCase to TestPlan if creating from inside a TP

09626e3413df4524560b1d123b81a722073b621d authored almost 6 years ago by Mr. Senko <[email protected]>
[kiwi_lint] Allow certain nested classes

b3a159c8db10def5d4ebb7b2ae1596423eb34940 authored almost 6 years ago by Mr. Senko <[email protected]>
pylint: minor fixes & formatting

874e664d4c7520df2bfed837658b0e09e630d5ea authored almost 6 years ago by Mr. Senko <[email protected]>
pylint: arguments-differ

820983c67a055e1e3ab0bb01aa2783db87859595 authored almost 6 years ago by Mr. Senko <[email protected]>
Do not use User model directly b/c it can be overriden

641b40a745764f5199fc7dc9fa00371f7ea9e476 authored almost 6 years ago by Mr. Senko <[email protected]>
Remove testcases.views.ReturnActions() which is now unused

ad43de0d2a7b5ac7c8cf8046eb0256572d59e5d0 authored almost 6 years ago by Mr. Senko <[email protected]>
New translations django.po (French)

b3d2476f112af112c77a57ff6312760d056c7659 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

4a99c3626c2bcd57dad960fe0328a1daf8c8ab2b authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

e23ba726d9fd080ed4b36634bffc9dd80914c588 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

f1b0c5b4b73d5ef8f5b11b5d26073ba860c5479f authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Slovenian)

e6102d3738444c6ae75620995c700b70bc4d82b5 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Slovenian)

2afcefa9ac771949430d15237170ecfb12decc23 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Slovenian)

4020939e4be27b63311f358bf43b7a4ca64f9b0a authored almost 6 years ago by kiwitcms-bot <[email protected]>
Properly handle pagination button states and page numbers. Fix #767

711957e2a4f5d26c502de91a3c83dbb694c36c03 authored almost 6 years ago by Mr. Senko <[email protected]>
New translations django.po (German)

4254f1dabc83206199f8e0f7353318f8e0d14734 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

f2adff65f32dc1166fe52a1673921a117b6c3df6 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

9fa2efe125e70788c59831ec1370a457788a050d authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

4f616fdd9f880975cb20efb65c38f8e4e62236b5 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Chinese Traditional)

71157077c8aeae46ff491ab05a04e30c22879479 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (French)

5ce3b3d5040ed93c2fcfe793d756aabdb63f8447 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Chinese Simplified)

d311308e926919ab94fec2515a8601f327d6a449 authored almost 6 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Slovenian)

0f91e72f185aa80db58225856ff30fa8472dbd03 authored almost 6 years ago by kiwitcms-bot <[email protected]>
Remove hard-coded value from testcases/get.html. Fixes #765

actually show the user who tested this TC

9dcd52a6bbe15917506fd136058d1386897dead6 authored almost 6 years ago by Mr. Senko <[email protected]>
Update placeholder text. Refs #767

e57d8843be13835a5efeeafbd50fc0c8bccb63c6 authored almost 6 years ago by Mr. Senko <[email protected]>