Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/jenkins-x/jx

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
https://github.com/jenkins-x/jx

fix: Enable batch mode in delete devpod

Enable batch mode in delete devpod. This is needed to facilitate end to end tests.

Signed-off-b...

edf2ab5249a5c8066a437cd417d80d775d1d1e0c authored over 5 years ago
feat: only check for tags on the main repository when creating the environments

Signed-off-by: Daniel Gozalo <[email protected]>

feat: added a test to the git helper

fix:...

c90e349d9702676e5fd4cdcba68bcf12558325d5 authored over 5 years ago
fix: fix the jx changelog for now

ba44ed111136e54ae1f60cc64a6a8133ac8cdd28 authored over 5 years ago
fix: support private repos

1b164610bfeeb53ea9788f9990bd0139a052ec13 authored over 5 years ago
chore: Add jenkins-x-builders-ml to update-bot.sh

Signed-off-by: Andrew Bayer <[email protected]>

df40cbdb8b70a36cd646c36f9e267e8960523e0d authored over 5 years ago
fix(tekton): PipelineResource should be reused for all builds on branch

While we do want unique `Pipeline`s, `PipelineRun`s, etc for each
build on a given org/repo/bran...

607590ba4b6e240feea513f5b417bdb84404781e authored over 5 years ago
fix: fixed a bug that made boot fail when a generated bucket name ended with '-'

Signed-off-by: Daniel Gozalo <[email protected]>

chore: add new line to the end of test files

d4d40f1c6a81e049b3bba15890338176d86e13ea authored over 5 years ago
feat: check if env var exists before overridding

Signed-off-by: Gareth Evans <[email protected]>

ce099da2a67ac4ca032ef0559370ed7e67bd26be authored over 5 years ago
fix: allow boot config git ref to be overridden

Fixes #4918

09ddeb8e8d184e24dcb503b89a50ba94085b9c8a authored over 5 years ago
fix: bitbucket server should populate Project + Org on GetRepository

not doing so breaks the creation of the promotion PullRequests

Signed-off-by: James Strachan <j...

91ff4e9f31d539907ae3a0d13820bf390308cfd6 authored over 5 years ago
feat: let's ignore the charts that have no file when getting apps instead of forcing them

Signed-off-by: Daniel Gozalo <[email protected]>

cd9fd3aee92cb10ba7988bbf5eb276b0eadba13c authored over 5 years ago
fix: resolved integration test calling incorrect function

Signed-off-by: Cai Cooper <[email protected]>

5531f4e0f27f930fd9d05823bad0a0503a64546f authored over 5 years ago
fix: don't rely on specific name format for dns managed-zones

Signed-off-by: Cai Cooper <[email protected]>

e7d1e1c171facc584af650f0ba387628b1e883e1 authored over 5 years ago
chore: update secrets baseline and removed non-breaking space

Signed-off-by: Cai Cooper <[email protected]>

563ce88260e182736bfb0d9e013d7a6753dbf96d authored over 5 years ago
fix: Exponential backoff while waiting for DNS to propagate

Signed-off-by: Wei Cheng <[email protected]>

51ae9564fe34962fb99186f4ade1a0751eb9ff39 authored over 5 years ago
fix: refactor create pull request

* now has a fork and join flow rather than tree flow
* adds tests for major scenarios

068d82b9c9799e81ee1120cc3c98691b86ae8914 authored over 5 years ago
chore(tekton): Add BDD test using jenkins-x.yml to Tekton context

This won't pass until https://github.com/jenkins-x/bdd-jx/pull/54 is
merged, but I'm going to be...

81429623c81e44a8cceda4776e29d6c1c052cd84 authored over 5 years ago
fix: Upgrade Prow via GitOps

When running jx upgrade add on prow on a gitops enabled cluster, upgrade prow and tekton via a P...

aba8ed3d7c134eb6f8d538f84efc79393fca12eb authored over 5 years ago
fix: run `helm repo update` when installing ingress

b8e49866b7b19bcf5c38e70ae2167da50b0997f9 authored over 5 years ago
fix: lets use the tag not version for version stream in boot

the git clone doesn't handle logical version numbers just yet but can do tags so for semantic ve...

60f416fb918bda8a5c931d000c91dd28b5eb0f55 authored over 5 years ago
fix: attempt to get integration test working

e5ef43a90398f06d9a8c5f19736b310c92e2697e authored over 5 years ago
fix: attempt to get integration test working

af9e1a86c4759201fe7bdb43b5c3e61e5dabde6e authored over 5 years ago
fix: revert package rename for test file

6f5618929780b59bb7546aacb725c257d1877572 authored over 5 years ago
feat: optionally allow domain to be retrieved from service via REST

d0bf3007d46f0387ee81e1ae2ffabdbb4531eb4d authored over 5 years ago
feat: add service account names as cluster requirements as they can be created by terraform

ccae19dbbcaa7b883f433f6d80894b84234ae682 authored over 5 years ago
fix: avoid overriding the kaniko requirement with true if it was originally set to false

81a7bcef90e1cfdc31b534e07aad14a627171b19 authored over 5 years ago
fix: lets reuse namespaceSubDomain if already set

d0b39ff4264e26d5c17086f79c875688146750bd authored over 5 years ago
fix: kaniko setting was being overriden

86d63223bce8f37c8903b6ed8630ad5a902f44dd authored over 5 years ago
feat: allow cluster requirements to be set via env vars

97961c09391b97086be66db2f9dcb7da78a0dc79 authored over 5 years ago
feat: rebase existing PR during jx boot

* add `jx/boot` label to PRs create by `jx boot`
* rebase any PRs with the `jx/boot` label on su...

e3c342b1f3af8278b75dca5324a4fa13fbeddb6c authored over 5 years ago
fix: don’t set push urls as remotes

Previously the code would use the push url as the remote url. This is fine when run in a pipelin...

32768ff0ce74c343a7999b2760ef1651e394b7fe authored over 5 years ago
feat: allowing static-jenkins flag when using terraform

Signed-off-by: Gareth Evans <[email protected]>

d313e5ef86a22fffb8b2fb3691131b77a0885588 authored over 5 years ago
fix: jx import does not respect --git-username and --git-api-token

- updated 'pkg/cmd/importcmd/import.go'
- updated 'pkg/auth/auth_config.go'

Signed-off-by: sony...

400ae06cad6469076bf6d46888203b680d8bb263 authored over 5 years ago
docs: remove former logo from README.md

7742d0c93410381358637d3830babd4133eac892 authored over 5 years ago
feat: rebase existing PR during jx boot

* add `jx/boot` label to PRs create by `jx boot`
* rebase any PRs with the `jx/boot` label on su...

615557f7171527d50fb39977f001a1f2e92d8bb1 authored over 5 years ago
fix(tekton): Properly handle non-step overrides for packs using jx syntax

Applying the overrides as we had been twice for build packs
was...non-ideal. It resulted in dupl...

393784d43e9a89db80a7286289ef952cf17f645f authored over 5 years ago
fix: handle branch as committing for duplicating git repo

Also add some tests

1e52166a3b0fbdc5be921836aee6343b3d01ca7b authored over 5 years ago
fix: need to duplicate the repo first

Rather than making a duplicate during the fork
we need to make a duplicate first and then use th...

934671bd641a99f19fe091761efbd2c922c707e1 authored over 5 years ago
fix: hound export comment

Signed-off-by: Mark Cox <[email protected]>

d7e921e4d76c70a6c1a7eaf8a44ce18e52219733 authored over 5 years ago
fix: Boot connects to specified cluster

Signed-off-by: Mark Cox <[email protected]>

329f0416ebb6239911fed55d379944974006800c authored over 5 years ago
fix: gather requirements immediately

Signed-off-by: Mark Cox <[email protected]>

7a8ab59636bfae2f2e10b5939ee4bc2fac92924a authored over 5 years ago
chore: run `make generate`

7289ac13cc2a942e4e7bd03aa5d712a94dd04a74 authored over 5 years ago
fix: gcloud client mock for integration tests

Signed-off-by: Mark Cox <[email protected]>

857bc66ff1370538abde183d7f67b47d417e618c authored over 5 years ago
chore: fmt fix

Signed-off-by: Mark Cox <[email protected]>

a26b7999b936b5f8b28f678212876f396e3be8db authored over 5 years ago
fix: default real gcloud implementation

Signed-off-by: Mark Cox <[email protected]>

4836f5243d1d68fe5ee9b4bd44ebd5b346cb4c1f authored over 5 years ago
fix: jx boot fails to create storage

ce003de23d2279dc3cf87760a8ce90312c866fff authored over 5 years ago
feat: create dev repo during pipeline & pr config

* add REPO_URL env var
* add support for duplicating repos (vs fork) as described at https://hel...

473569c4813465fcc99469e76baa35ee45812029 authored over 5 years ago
fix: Typo in create var dialog

Signed-off-by: Mårten Svantesson <[email protected]>

9a43a511f3082d1a0402bbc454b309196bb08310 authored over 5 years ago
fix: use the upgrade addon prow command

Delegate the upgrading prow to the upgrade addon prow command when
perform upgrade add ons

Sign...

26f41d462d85f66efa8f0a98ee3749f81dff5f9a authored over 5 years ago
fix: Added Azure command line flag to allow specifying an Azure subscription id for the Azure container registry as existing implementation assumed a shared subscription by both Azure Kubernetes Service and Azure Container Registry

Signed-off-by: Chris Mellard <[email protected]>

511f4d9212209aca6838c33575d4c66369b8dd82 authored over 5 years ago
fix: refactor ForkAndPullRepo

Previously this function branched pretty much at the
start which meant that it was very easy to ...

03315ab3960ffd11909595696b3842a958cb65ed authored over 5 years ago
fix: Don't fail the whole GKE GC for a resource that's already deleted

Signed-off-by: Andrew Bayer <[email protected]>

8d7d1d559f89c65a0acb19b026440c741b2b985d authored over 5 years ago
fix: for boot helm init

Signed-off-by: James Strachan <[email protected]>

1f0d06ba0987b587e0c8bdeae0e183e5f277752e authored over 5 years ago
chore: fix failing test

Signed-off-by: James Strachan <[email protected]>

b4467f16491e4e39e9d82bc6b82b2c6813f9c7d6 authored over 5 years ago
docs: add an extra example

Signed-off-by: James Strachan <[email protected]>

fcdedc19ba1725bbd2019dcfa7eb39ca91376b2c authored over 5 years ago
fix: for boot helm init

Signed-off-by: James Strachan <[email protected]>

4c0b1e58a8915a2fc5df1e75a63b1d9502d85ebf authored over 5 years ago
chore: Push the go-maven builder during image generation

Signed-off-by: David Conde <[email protected]>

7afa079ae5362020079276ee0e710be6dab9fcf0 authored over 5 years ago
fix: version stream PRs should set PR in jx-requirements.yml

lets ensure boot BDD tests use the version stream PR git reference

Signed-off-by: James Stracha...

5fecb2f4b21f7da0fe88ef70a73dfa3c560f493f authored over 5 years ago
fix: add git repositories to the version stream

fixes #4848

Signed-off-by: James Strachan <[email protected]>

8cc0c0aadfa643f17dfb4c794d0e699b8a7fa379 authored over 5 years ago
fix: allow version stream values to be injected into helm values.yaml

lets add a template function `versionStream` so we can easily inject version stream values into ...

8fe9863fa0972930e26bd7a9576411c2024732c5 authored over 5 years ago
chore: fix hound

Signed-off-by: James Strachan <[email protected]>

261d5d60b0e8428d00bb22c12d195c224b772a24 authored over 5 years ago
chore: fix hound

Signed-off-by: James Strachan <[email protected]>

ad97416c8ab6ca2e4e94709c67078bb07534c365 authored over 5 years ago
fix: lets default the version stream version number if not present

to the latest release version of the version stream

Signed-off-by: James Strachan <james.strach...

22d39a3001583e56b5f7518d89c5ef9f403614e9 authored over 5 years ago
fix: lets use the same version stream as the `jx-requirements.yml`

for verifying packages with boot

Signed-off-by: James Strachan <[email protected]>

85ea44cb18f7711e75d012d01675e59961739291 authored over 5 years ago
fix(tekton): Make sure the effective pipeline yml contains release.setVersion

Otherwise we don't know what exactly to run in `setBuildVersion`.

fixes #4844

Signed-off-by: A...

32d355bb46f7c3fb056fff66851ee7a04efc15c3 authored over 5 years ago
feat: added a step that takes *.junit.xml files and create an HTML report

chore: fixing fmt and lint
Signed-off-by: Daniel Gozalo <[email protected]>

chore: fixed co...

f5181d1fdcb1b9e2e9277087f96961c5bbda753a authored over 5 years ago
fix: add 'jx step verify requirements'

to verify the requirements.yaml files have the versions populated from the version stream

fixes...

a73da3b2b2f35bb402d7cdc61448cc62fc9849df authored over 5 years ago
chore: go mod tidy

Signed-off-by: James Strachan <[email protected]>

8f6e51d8238370f8685e58373efa37965f1344b0 authored over 5 years ago
chore: fix correct log imports

Signed-off-by: James Strachan <[email protected]>

c6b377946f0856da566ea3200fae8fd433cf6c0b authored over 5 years ago
fix: add a `--boot` flag to `jx step helm apply`

so we can add any missing version numbers to `requirements.yaml` from the version stream in `jx-...

ced2d05318bba92d13ca8fabefa2a23cdee99d54 authored over 5 years ago
fix: Just push to jx-docs once in update-website.sh

This does mean we could lose changes if there's an error in one of the
steps and it never gets t...

313e3efb2550cc2ab76737dc292922639538bbdd authored over 5 years ago
fix: Added in method description for AddDummyApplication

ee1caf9e1d7068d0ddcd58b85e3e537f1e9bcdd2 authored over 5 years ago
fix: Deferred execution of add dummy app for gitOps mode, resolves #4801

fix: Deferred execution of adding dummy app for prow if gitOps mode is enabled to after gitOps c...

6f09e7a9d2cb4b4a0d78c56a75e1812dac69c070 authored over 5 years ago
chore: Pull logic for "is this pipeline run running" out and test it

Signed-off-by: Andrew Bayer <[email protected]>

3fbb6c157002ab85aff39b2ec67707c1d8b1ba18 authored over 5 years ago
fix(tekton): Make sure PipelineRun has a running or terminated pod before logging.

If the first pod for a `PipelineRun` is pending, we end up thinking
it's started when we're find...

27214d38e49862e76d8efe54a189420a141bf557 authored over 5 years ago
fix(tekton): Wait for a PipelineRun to have TaskRuns before logging

There's a race condition where we've created the `PipelineRun` and
`PipelineActivity`, but the `...

9cd26d60163ac2a6af36de8c47c4c685625bac66 authored over 5 years ago
feat: create production environment while running bdd tests

2863ddc6d6a7d9b65b7fd084d4a12674557cfad2 authored over 5 years ago
fix: use better URLs for BitBucket Server

for creating SourceRepository and meta pipeline - as bitbucket server can use `/scm` after the h...

1439775de240e26198ca2eecd2d71a0cd744c960 authored over 5 years ago
chore: fix hound

Signed-off-by: James Strachan <[email protected]>

3c8bce103174bd3b5e0a7b218cbe2dee9890512b authored over 5 years ago
fix(tekton): Look for more pods when running `jx get build logs`

We should be checking for logs for all stages in a pipeline, not just
those which have launched ...

7a6fc9df5ad5159708df1c347125d6e7bdf25d8e authored over 5 years ago
feat(tekton): Add the ability to add/override volumes and containerOptions

Signed-off-by: Andrew Bayer <[email protected]>

0197f2d22bb56b708531f7895e2e67f28e0171c8 authored over 5 years ago
feat(tekton): Add support for specifying volumes to add to stage pods

fixes #4665

This will allow pipeline authors to add existing volumes to the pods
created for th...

da7b1bf65c9c08445a71f739d6740dc6bdfbb6ee authored over 5 years ago
feat: Verify boot cluster connection

Signed-off-by: Mark Cox <[email protected]>

c1e81cbb44defceffc7cfa1a0098581ae0585d5a authored over 5 years ago
fix: fmt

Signed-off-by: Mark Cox <[email protected]>

50186156e33fc8e14e043d624dcdbfb67b36fc2a authored over 5 years ago
chore: polish log

Signed-off-by: James Strachan <[email protected]>

30bdcb05c9e66c814c27b1e97267fc7d568e225f authored over 5 years ago
chore: generated

Signed-off-by: James Strachan <[email protected]>

28c44c7d3610c7c33d6a48fcc492a37fb73a5c1a authored over 5 years ago
fix: add more detail to SourceRepository

so we know what kind of git provider it is and what the URL / HTTP / SSH clone URLs are

as some...

84a78da6d79e23603d2ead424cec0d2353ea66e5 authored over 5 years ago
fix: upgrade webhooks wasn't working for bitbucket server

if the URL was missing lets query the repo to get the right projectKey

Signed-off-by: James Str...

830114ffc33d05b1210877ecd0b2beae2254f3be authored over 5 years ago
fix: add optional git server, name and kind

Signed-off-by: James Strachan <[email protected]>

62d89e31b9abb240ccb8c73c998aa73d4be51ca0 authored over 5 years ago
fix: lets make the default ingress domain use '-' instead of '.'

to simplify certs

Signed-off-by: James Strachan <[email protected]>

5b2fa7501eb534387675a62a23fb8eb2eb61ccf5 authored over 5 years ago
default ingress domain needs to end with a `.`

519589d298bb8a208f91b4f0bbabcb06881acc46 authored over 5 years ago
fix: lets keep the expose vault logic for now

as we need to wait for the certs to be valid

Signed-off-by: James Strachan <james.strachan@gmai...

5f00fec41898c37dd0a24e99cc07919afdadb5df authored over 5 years ago
fix: lets allow vault to be exposed by an ingress yaml template

Signed-off-by: James Strachan <[email protected]>

4edf464ca6d80cb1b8f3c4101d284d63490b9e0c authored over 5 years ago
fix: avoid use of env/cluster/values.yaml

fixes #4814

Signed-off-by: James Strachan <[email protected]>

0c7e00797e189252572fe937883a33662c7b9315 authored over 5 years ago
chore: fix hound

also add another auto DNS service

Signed-off-by: James Strachan <[email protected]>

859d2a128e899aae74f5b81eda48606a615c1827 authored over 5 years ago
chore: fix failing test

Signed-off-by: James Strachan <[email protected]>

3f738c502abb8ab3ca16a79363b5a0f9ef5b2cf5 authored over 5 years ago
fix: Disable manual promotion test in bdd context

It's failing due to there not being a `production` environment in the
`jx-bdd-tests` cluster we ...

685e194af122b056454c272b2c57ba54205f636a authored over 5 years ago
fix: preinstall requirements error messages

Signed-off-by: Mark Cox <[email protected]>

51d55b854a18f3bf3efe7d8a968b66f1d2d1fdfb authored over 5 years ago
fix: log the error

64fe4b542b6dfe18315d5897f7b655bd401ed686 authored over 5 years ago
feat: added a step to validate that git is correctly configured

Signed-off-by: Gareth Evans <[email protected]>

9fa1a38a8753465d718edcf267ddfbcb39a82d67 authored over 5 years ago