Ecosyste.ms: OpenCollective

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

Jenkins X

All In One CI/CD including everything you need to start exploring Kubernetes
Collective - Host: opensource - https://opencollective.com/jenkins-x - Website: https://jenkins-x.io/ - Code: https://github.com/jenkins-x/jx

fix(versionstreams): integration tests now pull from local repo except when testing the default URL.

Signed-off-by: Will Refvem <[email protected]>

github.com/jenkins-x/jx - e953159c757a6164db89b7dba25c40f1d0fe3ecd authored over 5 years ago
fix(versionstreams): clean up temp dirs in integration tests

Signed-off-by: Will Refvem <[email protected]>

github.com/jenkins-x/jx - 0e2790ab5d1875e21b6664d3640c94788e080bbc authored over 5 years ago
fix(environments): remove unused var after rebase

Signed-off-by: Will Refvem <[email protected]>

github.com/jenkins-x/jx - a493773db422e448c4923ac4037a56b00044811b authored over 5 years ago
fix: Use boot.Config* constants in verify env

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

github.com/jenkins-x/jx - a1befd744a378eafc821c61f7b69f1704c5fa361 authored over 5 years ago
fix(versionstreams): fix a constant and expected value.

github.com/jenkins-x/jx - fe0b2c493ce185a143418e2b5d614c2ba2dc2f4c authored over 5 years ago
fix: missing gitref when overriding default boot-config

github.com/jenkins-x/jx - c303370ecec81ec3725fb91610068684170fbf43 authored over 5 years ago
fix(logs): Check if activity is done or if run is done to get stage count for logs

I prefer checking the run, but there is a rare edge case where that
won't be enough, so let's ch...

github.com/jenkins-x/jx - 6a935b0ea72bd143a2b25410377b6a19e297de67 authored over 5 years ago
fix(logs): Get correct location For completed builds in GHE

Why:

This change addresses the need by:

GitHub Enterprise Provider have different raw location...

github.com/jenkins-x/jx - 388692587ac3e8597b705de120e5b8b3e775560c authored over 5 years ago
fix: Separate creation of pull request and adding labels

This allows for more clear error messages when something goes wrong
with adding the labels, sinc...

github.com/jenkins-x/jx - 000b132f8ca15afff394a9cd093be21dc341e32e authored over 5 years ago
chore: fix makefile for doc generation

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

github.com/jenkins-x/jx - f906732f3d94a8bc62c1ad2b58dc5ff6df058e19 authored over 5 years ago
fix: initial commit message of duplicate git repo

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

github.com/jenkins-x/jx - 2d0e0c730b90a7e7c161bc6694c1c11dcc7b709b authored over 5 years ago
fix: better API generation

which also supports generation of reference docs for `jx-requirements.yml` and `jenkins-x.yml`

...

github.com/jenkins-x/jx - 7c5412d4230ca67ee6b19b05fa706fdb0a44db10 authored over 5 years ago
fix: add omitempty only for secret name from TLS config

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 4a479155a9981e06d4e76fc6df75e7c140daf354 authored over 5 years ago
fix: only set the secret name when TLS is enabled

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 521084bfeb09203e61d7917299093e074e9a8444 authored over 5 years ago
chore: fall back to the cert-manager tls secret name when is not set

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 2094afe9afdbb8454341794124173917b4782e1f authored over 5 years ago
chore: annotate the ingress config fields with omitempty

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 0104b6851f76de4ea376b684af048d12ae450edd authored over 5 years ago
fix: define the TLS secret name in each environment ingress config

Also override the dev environment ingress config with the main ingress config. They should be id...

github.com/jenkins-x/jx - 42b8a5a1613270601fa8104208f2dcdd4f5bd165 authored over 5 years ago
feat: added step for tenant token

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

github.com/jenkins-x/jx - 53664f88f742ff8f7fcd884d2f096c1f231281de authored over 5 years ago
fix: only create/update dev environment repo when within `jx boot`

fixes #5819

github.com/jenkins-x/jx - 57b623380879f5ccee2a29418c16480a4250426d authored over 5 years ago
fix: add a better api docs generation

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

github.com/jenkins-x/jx - 998ba4e412f3b495ffeeeb7b2beb2c886fd9164c authored over 5 years ago
fix(logs): For completed builds, only check for pods that ran

Without this, we loop forever trying to find the pod(s) for stages
that were never actually run....

github.com/jenkins-x/jx - 75b20448e264f93c7a70737f4a8c0ac78740cd6d authored over 5 years ago
fix: revert tenant service changes

Signed-off-by: warrenbailey <[email protected]>

github.com/jenkins-x/jx - ad219f5cefbe7705afbb36a31849fb20be68ceed authored over 5 years ago
fix: hound errors

Signed-off-by: warrenbailey <[email protected]>

github.com/jenkins-x/jx - e015c5facb6055ce745f4924540da7e8ee4cb2ea authored over 5 years ago
fix: linting issues

Signed-off-by: warrenbailey <[email protected]>

github.com/jenkins-x/jx - 556416d8bb1426d9952bd8ebe47723d50277a31c authored over 5 years ago
feat: github app integration

Signed-off-by: warrenbailey <[email protected]>

github.com/jenkins-x/jx - b1c3af7497d31e43572a4a85815d9861666b087f authored over 5 years ago
fix: Stop creating jenkins-x-serverless PRs

It's no longer used/supported.

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

github.com/jenkins-x/jx - 274c3144acf589a65eb7209b3b8d35bb625377b1 authored over 5 years ago
fix: fail-with-pod works with tekton logging

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

github.com/jenkins-x/jx - 97c39811339cf234843d44cefb6415e82d5d45c8 authored over 5 years ago
docs: polish the API docs generation

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

github.com/jenkins-x/jx - 76bf5e25b8640410b542348de9d65495cc20c3f9 authored over 5 years ago
fix: first spike at a remote connector library

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

github.com/jenkins-x/jx - cb5f29fa495a6adacdb8e70694ae7fc50ed4256b authored over 5 years ago
feat: enable SD monitoring by default when creating new clusters.

github.com/jenkins-x/jx - fd3bffb173380d334ba54a1b57bf155eed896c79 authored over 5 years ago
fix(activity): Don't panic for batch builds with PRs without activities

If a PR goes into a batch build after its most recent
`PipelineActivity`(s) have been GC'd, it w...

github.com/jenkins-x/jx - 5f9123c17b3550b1d4d505101d2a82eab4162efa authored over 5 years ago
fix: install latest micro in go module syntax

Why:

This change addresses the need by:

https://github.com/micro/micro/issues/320
Signed-off-b...

github.com/jenkins-x/jx - 6e356b0f332e0de925e34c8078235b88d33f272e authored over 5 years ago
fix: Fix create project typo in create_project.go

github.com/jenkins-x/jx - 8823d8b523042cf3bc6aead5e0d5a944ee4d1f7e authored over 5 years ago
fix: make sure that the DNS API is enabled when running create domain gke command

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - e1a60f376fc7c857ab367e50b5fd0c2888a7b165 authored over 5 years ago
fix(activity): Set activity status for manual promotions with Tekton

`PipelineActivity` status is only updated from `Running` with a manual
promotion via `controller...

github.com/jenkins-x/jx - 30805694a298d2626211e0ae12f04f344a2eb9f8 authored over 5 years ago
fix(activity): Properly handle unrun stages after a failure

If stage fails and there are one or more stages supposed to run after
it, those stages are curre...

github.com/jenkins-x/jx - 694a6e5d456b8782f654f74dcdf191e6f08642f7 authored over 5 years ago
feat: get the current region and cluster name differently so we avoid wrong regions due to misconfiguration

chore: add a comment to an exported func
Signed-off-by: Daniel Gozalo <[email protected]>

c...

github.com/jenkins-x/jx - 874ec4a52a22e6147ef04365d6001d0ea7ed7790 authored over 5 years ago
fix: lookup boot config ref unless it's specified

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

github.com/jenkins-x/jx - 863b456f21d03951ec912bd92339242ab4655bb9 authored over 5 years ago
chore: Remove golang-http quickstart from Tekton context

It's redundant - we're running it in `boot-vault` anyway, so let's
speed things up a wee bit.

S...

github.com/jenkins-x/jx - d795183e3567877b2fd6ee25f31ffb41a0f78cfe authored over 5 years ago
fix(pipeline): Use version stream for default pipeline image

Without this, custom changes to `PodTemplate` for `maven` could result
in an invalid image being...

github.com/jenkins-x/jx - 062f96954a145194251fce96275530cd4107b072 authored over 5 years ago
chore: existing boot clone should include requirements

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

github.com/jenkins-x/jx - f0077fdb1a2c0918d3b0e439ceb77d637b4d6699 authored over 5 years ago
fix: missing organisation from SourceRepositries when importing repos using a Git URL

github.com/jenkins-x/jx - 1e32d22f3b4c591e7cff4a0d6fda9101485907fc authored over 5 years ago
feat: set helm values for environment charts so that we can generate ingress rules for applications that work with TLS and external dns

github.com/jenkins-x/jx - 0844e8d3977603fb49c1d69b5a01d335ceb214db authored over 5 years ago
chore: update lint version to v1.20.0

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 35c4b4358f51260ae4f815e3732ed244554041ee authored over 5 years ago
chore: update the arguments description

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 674b5d2b1840eab2631186a908e886d065a2676d authored over 5 years ago
test: add unit tests for step verify values command

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 7f12f336361a588e1ad18cf87bfd2eb7d1481670 authored over 5 years ago
feat: add a command which validates a given values file against a schmea file

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - c4597f5de23f8ee347d1151ed518de45a57edfcf authored over 5 years ago
chore: ignore lint warnings for gosec

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - cfb376b28d0c2581bde9cc59d410eafba053b620 authored over 5 years ago
chore: fix the make target for import fmt when generating the code

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 4101679c972392fda2d95e3b43662330515647af authored over 5 years ago
fix(bdd): enabling UI App BDD tests

fixes #5641

github.com/jenkins-x/jx - 7a9937daf74f2557cbf39a26830c5d078fa1ac57 authored over 5 years ago
fix: change git command to determine lastest dev version

fixes #5773

github.com/jenkins-x/jx - e64637d2e2c3cb44ca1c5b484d90b111b16d121b authored over 5 years ago
feat: can configure gitPublic from jx-requirements.yml

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

github.com/jenkins-x/jx - 823a8d0a370faf105fc2618f73489dce0c1b434d authored over 5 years ago
fix: log error if we can't find the git info in the current dir

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

github.com/jenkins-x/jx - 3eb2c4a68d7dfa1c9c6639e0a36657baa204ce95 authored over 5 years ago
chore: remove unused parameter setUpstream from Push function in Gitter

github.com/jenkins-x/jx - 3b36542d3e8c94260e059fcc8cd455157546c787 authored over 5 years ago
chore: making info logging during env validation more consistent

github.com/jenkins-x/jx - aa11f96bc49d515375b3c2b6c73cfcee9a509ac4 authored over 5 years ago
fix: removing unused cmd options lazy create and env dir

github.com/jenkins-x/jx - 969acb5f02aed0e9c2a5868bdf8c2b472f8f91e1 authored over 5 years ago
chore: fix godoc for DuplicateGitRepoFromCommitish

github.com/jenkins-x/jx - c011b15fd29b762a9012c70cee77909f89fe92f7 authored over 5 years ago
fix: push modifications to boot repo directly to master

- when using `jx boot` with gitops enabled there is no PR generated anymore for
the initial ch...

github.com/jenkins-x/jx - 329fcc8389f0989a3750af7ccdbcc6877b3fa275 authored over 5 years ago
fix: return error when cherry-pick fails for gitops env repo

github.com/jenkins-x/jx - ced5256d75995db52163f5952f8eb31171d546ad authored over 5 years ago
fix: squash all commits of initial boot config

github.com/jenkins-x/jx - 31f0c8a09735fb3f2adfa36031c02003a165df87 authored over 5 years ago
fix: only add a commit to the local env repo if there are outstanding changes

github.com/jenkins-x/jx - 480c251b2bc3812162f2f3d2df8ccc0ced583ef6 authored over 5 years ago
fix: Mark steps after a failed step as not executed in PipelineActivity

If a step in a pod fails, the steps after it will all end up
terminated with a 0 exit code, maki...

github.com/jenkins-x/jx - dc02ac7da38cea4fce61525163556fd91bd49062 authored over 5 years ago
fix: kuberhealthy request requires protocol

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

github.com/jenkins-x/jx - eb17d0c8dfad5a0ebdca20243bf5a2a869f84985 authored over 5 years ago
fix: kuberhealth https request redirects

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

github.com/jenkins-x/jx - 11172a29683b2608bcd0896fd7936933ece8ddec authored over 5 years ago
fix: Add reqs to TeamSettings in `jx step verify env`

`jx step verify preinstall` is too early - let's do it in `jx step
verify env` instead.

Signed-...

github.com/jenkins-x/jx - 5fa26b1ce9a0eb47ad82a5f947351c9164563bd7 authored over 5 years ago
fix: Use requirements from TeamSettings instead of env var for vault check

We're now storing `jx-requirements.yaml` in `TeamSettings`, so let's
check there for whether we ...

github.com/jenkins-x/jx - a1bdafa6153a413451b05efb61baeedaafd086dd authored over 5 years ago
fix: upgrade pipeline uses new builder

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

github.com/jenkins-x/jx - f14ef00e2e00fa55e6af037fec6cc5d2b4b73ae5 authored over 5 years ago
fix: kuberhealthy err response

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

github.com/jenkins-x/jx - cda3b33de614149544929c7c2d446d6d63ab723b authored over 5 years ago
feat: make step boot vault use the vesion stream defined in jx-requirements.yaml

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

feat: adding the updated versions stream t...

github.com/jenkins-x/jx - fb21dd4654775957c79671d76f515c230b09f406 authored over 5 years ago
fix: use the builder-go for the jxui-backend update

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

github.com/jenkins-x/jx - 63f334af420599f5992cf1277935d75f2bbd5d3a authored over 5 years ago
feat: Move requirements record to TeamSettings

fixes #5746

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

github.com/jenkins-x/jx - ef50f87bda2753f6c09bdd8ae7a5a57620f15ce2 authored over 5 years ago
chore: refactored update script into pipeline

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

github.com/jenkins-x/jx - bca1190389a0397a946931415f399d18de1e772f authored over 5 years ago
fix: Add "Signed-off-by:" to `jx step create pr` commit messages

fixes #5735

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

github.com/jenkins-x/jx - 733658940c344f643a347e9992db9f31f59a4710 authored over 5 years ago
fix: prevent updates to bootConfigURL from being lost

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

github.com/jenkins-x/jx - 03547c8a8f047701668e4346fe4c0730bd1b1fa7 authored over 5 years ago
docs: add the Scheduler CRD

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

github.com/jenkins-x/jx - 18dd8854a58d0b23d70a424c70eba067d22db3f0 authored over 5 years ago
fix: specify version stream for vault operator

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

github.com/jenkins-x/jx - 3fc5b92669fa1a67cfb4f81180ad00f409e8a20d authored over 5 years ago
feat: enable IRSA when booting and create the defined policies and SeviceAccounts

chore: fix formatting and linting
Signed-off-by: Daniel Gozalo <[email protected]>

feat: wr...

github.com/jenkins-x/jx - 7771040730621c7d0bf669e8fbb97c2d045e42db authored over 5 years ago
chore: Remove @dwnusbaum from OWNERS

I am not currently working on JX, but sometimes I get randomly
assigned to review PRs and such....

github.com/jenkins-x/jx - e75d7354253500708e467fdbbb63e70e09a14652 authored over 5 years ago
feat: add the JX build status badge

github.com/jenkins-x/jx - fb494280bc1481058ee1112af3b8ac57bbe3755b authored over 5 years ago
fix: Clean up "-dn" service accounts in e2e GC as well

They've been gradually accumulating from `jenkins-x-boot-config`'s
`boot-vault` test and should ...

github.com/jenkins-x/jx - 1d7ed3a80522057ce1118ca4d177f6ec421bd7b3 authored over 5 years ago
fix: get promote working on bitbucket cloud

fixes #5732

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

github.com/jenkins-x/jx - 487edeaf8d1ea2d899cc7dedef70591960cf941d authored over 5 years ago
fix: Need to enable nexus and chartmuseum in bdd context cluster

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

github.com/jenkins-x/jx - c4e8109e0c78d15904852b517d111a31a045ba31 authored over 5 years ago
fix: wrong path to static cluster.yaml

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

github.com/jenkins-x/jx - b42357ab3417748b055f0e7e1d1d57e2858d92b4 authored over 5 years ago
fix: wrong key for bdd-credentials

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

github.com/jenkins-x/jx - f8016496e7667dc9e56ff929390c81449058d6c8 authored over 5 years ago
chore: temporarily overwriting bdd context with renamed static one

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

github.com/jenkins-x/jx - 39dae6583773e6d09928f7ba70d78407266062fa authored over 5 years ago
chore: Add new static context, prepare to remove bdd context

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

github.com/jenkins-x/jx - 13629801bef33e3c62e4001f4255df7761e5bb54 authored over 5 years ago
chore: Don't bother renaming the context - too much hassle

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

github.com/jenkins-x/jx - e53ee2468fda70c83651f9c62f5d088113a33911 authored over 5 years ago
fix: Switch bdd context to create a cluster

The `bdd` context has been flaky lately in the shared cluster, so
let's move it to new clusters ...

github.com/jenkins-x/jx - 3b9102fa3d22cef3edf960731987e2b9d2a2f683 authored over 5 years ago
fix: Fix creds for bdd context

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

github.com/jenkins-x/jx - 3226565b1938de891ac49bc3c215e68003fc844a authored over 5 years ago
fix: wrong path to ci.sh

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

github.com/jenkins-x/jx - ba3f23c62b11959a8d05d68e52dff92d840f181b authored over 5 years ago
fix: 'jx step cluster label' now supports the --gke-project flag

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

github.com/jenkins-x/jx - 5882d0dc3e750d611e9000ec21d9283706bfcf9f authored over 5 years ago
fix: install goimports if is missing

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 10bfa0a52fde883ae5e37cf0df068e017437b241 authored over 5 years ago
fix: format the imports after generating the code

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 5b373a1dc1cbb18558f616782edec23e3860143b authored over 5 years ago
fix: use Writer interface instead of StringWriter due to Go version used by the builders

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 5b21083520606c3be5343508b5b98d582fe29a7c authored over 5 years ago
chore: enable goimprots checker in the lint pipeline

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - b0835f7ea0135ece55f6f0589807b379b460b037 authored over 5 years ago
chore: fix the makefile PHONY name for fmt

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 7335c1680bdb98c3294d0107eba02d04842e32ba authored over 5 years ago
test: enable structcheck linter and fix the warnings by removing unused struct fields

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - c266d80de1f0f10b5b546ff704dc64a27adc71ca authored over 5 years ago
test: enable interfacer lint check and fix the generated warnings

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 1716defea0471994fd8c46971f7371071b3dff25 authored over 5 years ago
chore: run goimports tool to properly format the imports

Signed-off-by: Cosmin Cojocar <[email protected]>

github.com/jenkins-x/jx - 0a7aa85d79a5c66e032ad3a0abc00928ee2dbfeb authored over 5 years ago
fix: use non-boolean value to represent enabled

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

github.com/jenkins-x/jx - 63b5d2d7aa5d502d2d194d1ec584a9b1524e2a4c authored over 5 years ago