Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Releases: kpn/katka-core

Support API filtering on reverse related fields

24 Dec 09:18
8b8b8f7
Compare
Choose a tag to compare
Merge pull request #62 from JeroennC/master

OPT: Support filtering on reverse related fields

FIX - Add SKIPPED to the PipelineRun final statuses

12 Dec 08:57
e614f7d
Compare
Choose a tag to compare
Merge pull request #61 from JeroennC/master

FIX: Add skipped to final pipeline run states (#TIPD-2204)

SCMPipelineRun create returns 409 on duplicate

06 Dec 12:30
6954937
Compare
Choose a tag to compare

The response content contains a code already_exists if it already exists, and parent_commit_missing if the pipeline run cannot be created because there is no pipeline run for the parent commit. The latter case was previously the only cause of a 409.

Django admin improvements

26 Nov 13:45
e9c16b7
Compare
Choose a tag to compare
Merge pull request #59 from kpn/feature/team-admin-slug

Feature/team admin slug

Do not add skipped pipeline runs to releases

26 Nov 12:33
a9359f1
Compare
Choose a tag to compare
Merge pull request #58 from kpn/feature/skipped-no-release

NEW: Do not add to a release when pipeline status is SKIPPED

Drop new BB events that can't be linked to existing ones

21 Nov 12:59
47e6b8b
Compare
Choose a tag to compare
Merge pull request #57 from CCardosoDev/feature/drop_unlinkable_plr

OPT: Drop BB events that can't be linked

Sort releases and pipeline runs by created_at datetime

20 Nov 15:01
64707fe
Compare
Choose a tag to compare
Merge pull request #56 from CCardosoDev/feature/black

OPT: Add black for auto code formatting

Filter CRUD on all kinds of fields

19 Nov 10:55
bb6bd27
Compare
Choose a tag to compare
Merge pull request #54 from kpn/feature/filter-on-all-fields

NEW: Allow filtering on all fields

Bugfix for commit ordering

15 Nov 12:44
b1c9553
Compare
Choose a tag to compare

We forgot to update the serializer for the new first_parent_commit field on the SCM pipeline runs. This field would be ignores, so it would like like several 'first commit' pipeline runs instead of a nice linked list.

This problem has been corrected and tests have been added to make sure this does not regress.

Process commits in order

13 Nov 14:48
880dbee
Compare
Choose a tag to compare
Merge pull request #52 from kpn/feature/commit-order

Feature/commit order