-
Execute Groups of Jobs in a Pipeline
Basically, I want to be able to execute several related jobs in parallel in a pipeline. Personally, I... Want to be able to add tags to jobs Want to be able to select jobs by tags and name into a "job group" step -- can be used in a pipeli... -
allow private namespaces for orbs w/ CircleCI
Many organizations using orbs would most likely want to publish their orbs privately. I assume orbs will be scoped to your GitHub org as namespace? So it would be great if we can publish orbs to foobar/wizzle (assuming GH org foobar), and to hav... -
Show test results for prospective merge of a Github PR
Github PRs show if the PR branch has conflicts with the base branch. CircleCI shows test results on the PR branch. What is missing is the ability to see whether test results fail when the PR branch is merged into the base branch. Admittedly, it... -
Multiple Contexts in a Workflow
It would be useful to be able to specify multiple Context's in a workflow. As a general best security practice, any given workflow should only have access to the secrets that it absolutely needs. In order to accomplish this with Context's currentl... -
Add Gitlab support
Add support for gitlab.com -
Monorepo Support and/or filtering based on VCS changes in a specific directory
Currently, any merges to master trigger all steps of all workflows. In an monorepo that houses multiple projects, this results in multiple redundant steps as, for example, the backend is re-tested and re-deployed even if only frontend changes have... -
Sequentially run jobs in a branch
In some instances it may be that a user makes multiple commits to a branch in a short amount of time, causing multiple Workflows to execute at the same time, possibly deploying in an incorrect order. "Auto Cancel Redundant Builds" may not be suita... -
Support parameters when triggering a pipeline
The new "trigger a build by project" endpoint in practice triggers entire workflows and not singular jobs. In other words, it does not support specifying a job to trigger via build_parameters the way the other API job trigger does.It would be grea... -
Customize starting CIRCLE_BUILD_NUM
Ask:The ability to customize the CIRCLE_BUILD_NUM sequence starting point. Use case:Migrating from another CI service and would like to maintain the "build number" sequence. -
Mask secrets in logs
Secrets may be accidentally printed in the build logs. Travis hide them in the logs masking them as [secret] every time that it finds a match with the provided secrets. See https://discuss.circleci.com/t/masking-secrets-in-output-logs/22231


