cyclone icon indicating copy to clipboard operation
cyclone copied to clipboard

Powerful workflow engine and end-to-end pipeline solutions implemented with native Kubernetes resources. https://cyclone.dev

Results 52 cyclone issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

size/XS
do-not-merge/release-note-label-needed
caicloud-cla: yes
dependencies

**What this PR does / why we need it**: Add your description **Which issue(s) this PR is related to** *(optional, link to 3rd issue(s))*: Fixes # Reference to # **Special...

size/M
release-note-none
caicloud-cla: yes

**Is this a BUG REPORT or FEATURE REQUEST?**: > Uncomment only one, leave it on its own line: /kind feature **What happened**: The Cyclone components can only run a single...

# Proposal: Make a common base image ## Background There are [many component images](https://github.com/caicloud/cyclone/tree/master/build) in Cyclone, `cyclone-server`, `cyclone-workflow-controller`, `cyclone-workflow-coordinator`, etc. They use a different base image, such as `alpine:3.8` `ubuntu:18.10`...

kind/proposal

Cyclone use `du -sh` to get memory usage, read the annotation of `-h` for `du` command: > -h "Human-readable" output. Use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte and Petabyte....

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: ## There is no error msg when fail to update integration ![image](https://user-images.githubusercontent.com/3390333/58379269-1abe8a80-7fd4-11e9-92f5-3a613423488b.png) **What you expected to happen**: **How...

kind/bug
priority/P0

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: **What you expected to happen**: Cyclone have sent lots of requests to k8s API server, this can be...

kind/feature

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug Workflow Engine is lower level component of Cyclone, it should not be aware of Cyclone Server logic. So call method...

kind/bug

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature > Auto Cancellation allows you to only run builds for the latest commits in the queue. This setting can be...

kind/feature

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature Support debug of workflow execution - add breakpoints on stages - expose intermediate results - change parameters values - resume...

kind/feature
area/workflow-engine