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

[l10n] Bulk update translation strings

because of the many changes introduced lately we have lots of
new and updated translation strings.

579f94d853a8e07f3168846307721b597fa5fe73 authored over 5 years ago by Mr. Senko <[email protected]>
New translations django.po (Greek)

aea58daab16eaaea2d4c6c72a40454e2dd46db3f authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Bulgarian)

f2c891c111bfd7346a3f03dc5b88a42f58cd61e1 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Greek)

6088c789df650d9cc3f3395515a880bf0608b064 authored over 5 years ago by kiwitcms-bot <[email protected]>
TestRun page - use checkbox to indicate if link points to defect

otherwise it is just a link added to this TE. May be link to log,
to artifacts or to anything else.

d5b70d2aaa8b1708e719854b8383a40755141dc5 authored over 5 years ago by Mr. Senko <[email protected]>
Move tracker_from_url() from models to API module

d366bcb74de8a659157e25165efa25ca5b7c9474 authored over 5 years ago by Mr. Senko <[email protected]>
UI update for TE details and TR page

- move links above attachments
- use 'Hyperlink' in labels and be more consistent with that
- mo...

215e4ce53614fa185d66702e69605051aa01b44e authored over 5 years ago by Mr. Senko <[email protected]>
[API] Remove Bug.filter() method

[API] TestExecution.get_links() now accepts a dict parameter instead
of the original int

- use ...

62d6ee41fc32ba8a6974505b5c1905aa7156554c authored over 5 years ago by Mr. Senko <[email protected]>
[API] Remove Bug.create() method

- now obsoleted by TestExecution.add_link()
- remove UI parts which use the old dialog for addin...

9edc103b1e4ae8c50f4e63461e3bf9e2ae6374f1 authored over 5 years ago by Mr. Senko <[email protected]>
Remove bulk add/remove bugs in TestRun page

which is now replaced by a bulk URL add functionality.

With that remove all of the related func...

52ec093bc7e87ae43278bca4ca294e6a0d2ef93d authored over 5 years ago by Mr. Senko <[email protected]>
Remove LinkOnly bug tracker - now obsolete

because all bugs are added via their URLs to TestExecutions

87b4f316b30eb34777a9ac2d7ac3ad925f1de744 authored over 5 years ago by Mr. Senko <[email protected]>
Remove IssueTrackerType.all_issues_link()

this was used in TestRun Report page to show a single link
that will open all bugs in the Issue ...

660ad92e3a770e85c26a31cf302fb7fc38a01136 authored over 5 years ago by Mr. Senko <[email protected]>
TestRun page - TE row - update how we calculate & check for bugs

- this is only used for visual clues on the page aka showing the
bug icon for every TE row whi...

c78b18cf398cd4ee87b220e7a69a281a118cecc2 authored over 5 years ago by Mr. Senko <[email protected]>
TestCase page - display bug URLs using LinkReference

- in later commits superseded by using TestExecution.get_links()
- also update how we query bugs...

44653c2cbbaed07a1e46d5fa1a3494de8aaad5c6 authored over 5 years ago by Mr. Senko <[email protected]>
[db] Remove Bug model, replace with LinkReference. Closes #1029

tracking bugs will be performed linking to their URLs instead of
keeping a reference to their ID...

24f252e68c4bbd16c5ce6bad4d0d97a1ad7fe843 authored over 5 years ago by Mr. Senko <[email protected]>
Refactor Issue tracker integration code by introducing a base class

the skeleton of how things happen is now inside IntegrationThread
and everything else derives fr...

babc885a98204ad39e6c9c2f5ea3ceb9ff25006e authored over 5 years ago by Mr. Senko <[email protected]>
IssueTrackerType(s) - rename variables for better readability

2eaaea022dbade297435c603a391717c38fbe49b authored over 5 years ago by Mr. Senko <[email protected]>
Rename and refactor report_issue_from_testcase()

- new name report_issue_from_testexecution() which matches actual
behavior
- use a base method...

d95abc76200ba8bf840b785db2f7f652547dd5ac authored over 5 years ago by Mr. Senko <[email protected]>
[docs] Update docs

Also update docs for GitLab settings

b73d75db84398d7bf5e7c4e6ebdcc14a5955983d authored over 5 years ago by Mr. Senko <[email protected]>
[security][API] Remove BugSystem.filter()

- is now unused
- it was possible to steal api_passwords/keys for Issue Tracker
integration vi...

c2a71bc8e705d03ed1804528fad0dd91d5974cc4 authored over 5 years ago by Mr. Senko <[email protected]>
[db] Remove fields from BugSystem model

- url_reg_exp, validate_reg_exp - now unused and in the past often
lead to confusion in users ...

a774e69f7d281378e59db4dca8b53c18b0b41e24 authored over 5 years ago by Mr. Senko <[email protected]>
Move helper function around b/c it will be used in another module

9e30cbf4c0afcddc1c97899812592ecce63430bb authored over 5 years ago by Mr. Senko <[email protected]>
Cache bug details for 1hr as requested in #1029

a11ee2fb5e61e63ca5cd2b8c03cd132121e39b01 authored over 5 years ago by Mr. Senko <[email protected]>
Fetch addition bug info from IT and display in UI. Refs #117

- added to TestCase page, Executions card, will execute on click
- added to TestCase page, Bugs ...

f673c1eccac51b04a281404b392d1e5442ce126f authored over 5 years ago by Mr. Senko <[email protected]>
Cache Issue Tracker connections per base_url. Fixes #290

in this way we create object to connect to the remote end only
once, which should improve speed ...

8b75318201e489bb6ca01c491a6318de06bd8257 authored over 5 years ago by Mr. Senko <[email protected]>
[db] Enforce order in which migrations are applied

In 9e33378 we should have had a migration which does
AlterField on LinkReference.test_case_run t...

f123429ff736e20a97cf4b76d0a921acc8a5281c authored over 5 years ago by Mr. Senko <[email protected]>
Separate tags card from main template

this is going to be used in several other places so it makes
sense to separate it as a stand-alo...

b922a268f079c8ee3b205826399250f5faa3fc31 authored over 5 years ago by Mr. Senko <[email protected]>
Add Kiwi TCMS bug tracker functionality. Fixes #699

a very minimalistic bug tracker for the ones who need it

89899a5a48a1a2979dc12a399acc9c94b2340b55 authored over 5 years ago by Mr. Senko <[email protected]>
New API methods Bug.add_tag(), Bug.remove_tag(). Refs #699

which are hooked up into the bug display page

NOTE: these methods are available only if tcms.bu...

fd44da99fd8aca853f1591010890ff424229015f authored over 5 years ago by Mr. Senko <[email protected]>
[UI] bugs/get.html - move smaller cards on top. Refs #699

because there can be many comments and on smaller screens the rest
of the widgets will be harder...

3e08c77465d8beca7c63c687ea1dc7452ef8ce04 authored over 5 years ago by Mr. Senko <[email protected]>
Move TC Executions card into separate template

13d5306f99d6d8dbda7778685e109f052b585704 authored over 5 years ago by Mr. Senko <[email protected]>
Show TC Executions card when viewing a bug. Refs #699

- [db] add db_index=True to LinkReference.url field
- modify TC Executions card to show bugs onl...

df902f3a55f6a2c32b1426711a14ac199042de82 authored over 5 years ago by Mr. Senko <[email protected]>
Allow closing of bugs via comment. Refs #699

a closed bug doesn't allow any more comments. User will have to
open a new one if the issue stil...

9a3855d8c06a49a9b95c5fdd867a839c877cc2a5 authored over 5 years ago by Mr. Senko <[email protected]>
New response class so we can modify settings for CBV

each CBV which wants to modify settings must use this response
class as shown in the docs

dc715f8966786c765d0c501dfcde6bfef26dbb3f authored over 5 years ago by Mr. Senko <[email protected]>
Allow editting of bugs and recording their history as comments

- use modify_settings to show the edit menu in navigation
- add an UpdateView which handles the ...

4ab4ab98cf4cd39f6f517f5885d25c435f23f372 authored over 5 years ago by Mr. Senko <[email protected]>
Implement search bug page. Refs #699

- also add Bug.filter() API function

8230b1dcfaffa58e13e7469e19250adf1521b463 authored over 5 years ago by Mr. Senko <[email protected]>
Refactor New CBV to inherit from CreateView

- more DRY, more Django style

cde131596f078c0040e01f76eee9947246757f7a authored over 5 years ago by Mr. Senko <[email protected]>
Integrate Issue Tracker with the new bug tracker. Refs #699

- moved IssueTrackerType into a base module to simplify
types.py
- renamed IssueTrackerType.fr...

1f5af77d04fb20cd6a6d7a45dcff3d0dba11f911 authored over 5 years ago by Mr. Senko <[email protected]>
[API] New method Bug.details(). Refs #117

this method together with the underlying IssueTracker.details()
will be the foundation of how Ki...

c5b46083433f53da85f0d03494dd5b3593953fff authored over 5 years ago by Mr. Senko <[email protected]>
Auto-update Issue Tracker when adding links to TE

0337709906d83cc946657d38f6e500207145bba6 authored over 5 years ago by Mr. Senko <[email protected]>
[API] TestExecution.add_link() now receives a dict

- method signature changed from
`add_link(int, str, str)` to `add_link(dict)`
- where the sing...

dd8a047d62b69935b7d8856dc399159e0b736e59 authored over 5 years ago by Mr. Senko <[email protected]>
[API] Remove Bug.remove() method

now obsoleted by TestExecution.remove_link()

256ea1a78f0d51d5af2116aac1552b89be0e3784 authored over 5 years ago by Mr. Senko <[email protected]>
TestRun page - update report to work with LinkReference

- simplify some of the loops in the template making it easier
to show all available bugs
- use...

467a433520972b83af8ae14ff49048e640477d4c authored over 5 years ago by Mr. Senko <[email protected]>
Docstring update

55b4a6266a29fe9a6fd3487fa0a3cc3bfe0241b9 authored over 5 years ago by Mr. Senko <[email protected]>
IssueTracker integration - point back to TR+TE instead of TC

when adding a reverse relationship to existing defects use the
TestRun ID/summary/URL and TestEx...

9be53d0af8c28f1467db5eaa147185719a9edd82 authored over 5 years ago by Mr. Senko <[email protected]>
Minor updates to TC health pages

62d7d9f13e302f9647cdab326ff140527aa456a5 authored over 5 years ago by Mr. Senko <[email protected]>
Rework Testing.test_case_health API

Introduce new API function - `Testing.test_case_health.grouped` which returns the result
as a ma...

5813863da3626af74e3de95d94c3774eeec19563 authored over 5 years ago by asankov <[email protected]>
Implement front-end for Testing Test Case Health Telemetry

fb6d1bd1ec2c42709bb132263792ff20b77c63e9 authored over 5 years ago by asankov <[email protected]>
Use javascript and the api to remove case execution

986f62ae72ba262de0ea5cb67060b44f58494ac9 authored over 5 years ago by Rady <[email protected]>
Refactor testcase search view to class-based

f58c94c458a83140990a8cae36aa96cf94cc3d0b authored over 5 years ago by Rady <[email protected]>
New translations django.po (Turkish)

beb7a7d0dd6acc6184e36ebf1ed09368b650fce5 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

58bfec91f9d757572184564d44c419f1bb26d1a0 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

686663cbe7aa201adf4060fbd4245e082cc8fe3b authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

2db2f27364d230d8a538ced052abd3191e7aad7b authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

e9ad8ac70c498c46e53a3cfa2003aa4a123bb367 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

1f50caa0e15d219d5088a39186b90a90236c76ad authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

32ff130c24c1e9f71be2ffc346f7f6be8bb670ed authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

e3ec28a151d2cd3934bfe1d4117c4a32154916ad authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

39fb0d672ff61afad73153422167fe6d144a0af7 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

94a95901b06c3e13e94d0277835e311b45d391c0 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

2626c4eae3981d835b542bda562498bbe3704226 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

9cf8cad9683078040749d885ef2928b54fb2bf5a authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

e69ab9bb1a8f99cfc15ef40c6072f55d8e0a2885 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

a163683953aafdc6aa0f4bdbafa63f808b0ce960 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

7817c7b05986a8d82c89348362e2d409ca9b0648 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

9513f6d96ee01ca505d0752fb397eab04992da35 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

796f137e38f61d8446df4ec5e0796025d4cb4791 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

fd411c2b4d4350b4545cf59255e07ac304498eb6 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

200c45e1ef441c6b825115dcc2b046d94653eba8 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

da587e0c7619bbbf975fcc97ab97269866191da6 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

5d9f4a3646e614f083031230e18c6d0d396ea911 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

08e37ca4d969018a4c0ecaa3a80f04f8cca50ddf authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

8b9de174c194744999f203fa299ad4b36c8923c2 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

62c03da130496a4175fc6507dcc3f77073e6ba34 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

ac39efe5aa4135758871226418f1feb426fad9a2 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

a24367ee0725be59c49b6f3d60040322e1bb8835 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

14191f9354802be03f0da660b51fc5fb80a2518a authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

834fe8f7601718f9d88fbce16e84acd02a695742 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

3c44fb3d32a1389757fe00beb362d8f0c1577a2b authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

1cf534847746dd407bb088dd3860426ef32bc634 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

847e3e560eea0c00003e83120f597e7734b6331d authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

d16fab2883d3ee1db96249db5ae62ff3a61ef736 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

46d02efe46e308b47667dca878b157dcb87878ab authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Turkish)

0e7a41582e08bba12bb1a887df3bd21744822415 authored over 5 years ago by kiwitcms-bot <[email protected]>
Don't auto-download FontAwesome for SimpleMDE. Fixes #905

FontAwesome is loaded automatically by Patternfly and this
auto-download causes some sort of ove...

c694346b666386dd751ab2d784214d0213a9883e authored over 5 years ago by Mr. Senko <[email protected]>
New translations django.po (Bulgarian)

1033aa9e92250d93d04263c6460ea4b395e53910 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Greek)

60c05ed0e1a868bb9d376da0340731bd075c9e96 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Greek)

dbbd05f222b28c5770376c8b2cbf80c5b47f6f7d authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

536e3bff5b71f8673aaee059d91b4db63e972a86 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

550e12bf9f0ccf7a44ad30c884852a45d12e9214 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

b17a1cd8fa4707e34ae994a6b9cc10995ead47a8 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

7e77c1da735ba6a082e097cad0e719ff386787b0 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

fea821b03220e946c10dc17683aba05ee98c883c authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

773900e059f7a4ddc39ff2b73d3335658bcebb24 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

fd2d1c05baabab32d4713320b8d431eefda1391c authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Italian)

5ad3d001f8956853bbc523576d40247908ae99b6 authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Greek)

6beac382b95c0815a56413b376ba05629b35c6fc authored over 5 years ago by kiwitcms-bot <[email protected]>
New translations django.po (Bulgarian)

880fef32e2cd245a9468261f5ca4ecd1b5b99c2a authored over 5 years ago by kiwitcms-bot <[email protected]>
Crowdin in-context editor. Fixes #1098

enables special 'translation mode' by switching the application
language to Esperanto. The rest ...

5921700d9ecd1fba57ecdcce9e28dc6f1f90321d authored over 5 years ago by Mr. Senko <[email protected]>
Update html ID & mark string for translation

d05c68c39f186c088020211f692f7e77307f8363 authored over 5 years ago by Mr. Senko <[email protected]>