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

chore: pipelineuser_email

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

c41c9e9edc7d797a1949742f4ab22eba066c2748 authored over 5 years ago
feat: extract requirments overrides into own step

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

dccccd6b5ff520cd2eb9b433e5ec7268a4b02a74 authored over 5 years ago
fix: add 'jx step cluster lock'

to lock a test cluster and connect to it

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

30499543f929e9c096ec678cb7e334f473449690 authored over 5 years ago
fix: first spike at a simple client API for browsing clusters

so we can easily list clusters or connect to one etc

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

1572aeeada71ea9b70d1f0e3d92526d09c81e93f authored over 5 years ago
chore: regenerate

951c327fc4bf94768c86e207da79f8d1f11f5244 authored over 5 years ago
chore: fix hound warnings

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

c5e4ecda864d0b94d16e40ce20d374adb00d5929 authored over 5 years ago
fix: output the command to unlock a cluster

fixes #5415

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

a971b3cea9d0587eaffa1f062cc831cf1026b12f authored over 5 years ago
fix: improve the jx step cluster commands

add `unlock` and `label` commands

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

24a9272729cb3af06174c3927dae36128f670018 authored over 5 years ago
fix: first spike of an api to lock clusters

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

257878eff709a0ac4eccb9e9c24066b598c158be authored over 5 years ago
feat: avoid passing arguments down the chain with create cluster

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

feat: add a warning before deleting argume...

6f4f0734322d550f8cde94834ebae437c85392e9 authored over 5 years ago
fix: allow helm3 to be enabled for boot

fixes #5391

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

5cb052e8166529be008273db1d7eb549d0a6200a authored over 5 years ago
fix: check when the vault kv secrets engine is ready for writing

It seems that only checking if the configuration is accessible is not enough to ensure
that vaul...

f8e6eb0d201906537f7b188b117d523d1f93519c authored over 5 years ago
fix: BDD tests, use new GCP test project

06f41fddf6b7f4e4ce2413f6ae0f241acf4801bc authored over 5 years ago
fix: mount secrets as a volume outside of the dir where repos are cloned for CI

d1bbef6d7f452de1a704b109cedd665d5d80d324 authored over 5 years ago
fix: Prefix for detecting a PR is metapipeline was wrong

This resulted in metapipelines being detected as standalone or
generated pipelines, which may be...

c97ba6e010b51894beff542fb88ac0d06cd6928d authored over 5 years ago
fix: include PRI info in log, use running status rather than pending

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

1e92f69266eb78292a809f6c4552c48cc58143e0 authored over 5 years ago
fix: Handle PRI for generated pipeline with only metapipeline steps so far

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

d65f70df6ada5923aacdeacec301848de13a8ae8 authored over 5 years ago
fix: Set pipeline type properly on PRI

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

6567e4a7434ccffa9e6539f399b0be9fcada451f authored over 5 years ago
fix: Add tests for onPipelinePod

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

2642cefec2b338d2cb0bbc48df21c4fbd82c1869 authored over 5 years ago
fix: Don't do job complete stuff for a meta PRI after the generated

PRI has finished

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

a9a91805168a681ea43b960623959e282b7b82ec authored over 5 years ago
fix: Use our image for controllerbuild in test

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

a029a8fb21820a9de2b4c63364750bfacb124022 authored over 5 years ago
fix: Determine pipeline type before creating the PRI name

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

385af2005404b24253a49489a206986ab0e76cf5 authored over 5 years ago
fix: don't use the velero namespace to create lighthouse ConfigMaps

this was broken by accident in the recent velero PR

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

c5ee1edf3c086e03a5d5d1586b02bece4d9d8f4d authored over 5 years ago
fix: use JX_INTERPRET_PIPELINE to decided whether to create PR

Fixes #5412
Signed-off-by: Pete Muir <[email protected]>

152344d6759e7a8fc362e75f87cc61d52bde1157 authored over 5 years ago
fix: lets refactor the code a little more

* to remove the use of `log.Logger().Fatal` from the watcher library
* added a channel.Stop() to...

90332ed19a309b4015ea127e642ec54b8ffb832e authored over 5 years ago
fix: build controller should restart if it fails to list/watch pods

fix up a simpler and nicer retry logic for watching resources like pods so we can handle losing ...

f0b31ae267663fac9623cfc87b4f540cff3c49d5 authored over 5 years ago
feat: add env variable to toggle vault storage type

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

a972f7df369a880c1ef9737b45c00e30c95c1d88 authored over 5 years ago
chore: add missing config

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

d8e7946af2b680ac1165522e86cffc561f10fffc authored over 5 years ago
feat: extract tenant service call into own step

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

480e9217c5a89904dce2f1ae5ea1958aa661b78f authored over 5 years ago
fix: corrected command usage

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

bb7abe3c09c57f574d3cf28ef97d827780e2bc11 authored over 5 years ago
fix: jx step report iv

* lets add batching to avoid the pods getting killed before they finish
* add more flexible filt...

ad4b2fd274832aba20f2ad880a82d0eb3bebbf93 authored over 5 years ago
fix: `jx step create pr go` should ignore build errors by default

fixes #5403

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

488d12367523bfa360aa51d3b0a50ca78f745610 authored over 5 years ago
chore: make generate

8eb89c3f559c5c52fcc93ff9398cedac39c0e950 authored over 5 years ago
fix: add velero as an option to jx boot so folks can easily backup CRDs

fixes #5384

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

f508f5317e2cf36fc012122f24ab267f79c4fd9d authored over 5 years ago
chore: make generate

979d0dc4fcef4af8de5c1df6b82f34365639ba9e authored over 5 years ago
fix: Allow multiple names to `jx step create pr docker`

fixes #5387

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

952da7d3d042ba8e376c84ed9a6bf1be9d7a8a12 authored over 5 years ago
fix: Allow multiple regex to `jx step create pr regex`

fixes #5388

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

8c435a2e48a49d46f1a7e78b77bb1bf5ff8047ad authored over 5 years ago
feat: can use private env repo from env variable

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

253018b4f6d721944490a55c37d904948006eb3f authored over 5 years ago
fix: creation of dev repo in 'jx boot'

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

224d8cc6ab181b60fe6c5a9b38793a8bbd60cbdd authored over 5 years ago
chore: minor tweak to determine if in a pipeline

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

fa7ca04250620aceb18e54304138619b3ae2f4ed authored over 5 years ago
feat: step to annotate configmaps or secrets so that the replicator app knows they can be replicated if the namespace exists

7b0521b6b399125d5786a5e33c8270d15b57d759 authored over 5 years ago
chore: fix formatting

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

f8008002c808c6f9a3088d8e4d3ffae13953868d authored over 5 years ago
chore: make test an integration test

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

0ef1088ed1b0833fa1d767d5455c7f2c8735cb30 authored over 5 years ago
fix: switch to use init containers

and a separate stash container

lets delete the Job after its completes.
add an `ownerReference`...

edb0810ee31e5dc5258654a1c0fcbc5e90b4d24f authored over 5 years ago
chore: fix git collector

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

6be90503cb8e8ee037a4cbe1a73f6ae8815ef189 authored over 5 years ago
chore: avoid ReplaceAll which doesn't work in tekton pipeline

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

74af761a44363ef81df28ba559753b8de67ad326 authored over 5 years ago
chore: typo

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

c0b08ee33dc0a1730a85f439349f7b784e7634ce authored over 5 years ago
fix: add a simple report to list the package versions

lets leave it open so folks can add any other package version commands too

Signed-off-by: James...

5b22575fce052d5bb41932537aeba1abdd556fa1 authored over 5 years ago
fix: lets tidy the go modules as we create a PR

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

756b16bce7163edeba7f301dba5445ad8b4effd9 authored over 5 years ago
fix: lets make 'jx step stash' easier to use for git

so we can publish a report to a path/branch in a git repo

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

224dfbe2536ff5e3c4632963b082a0e73f5a4682 authored over 5 years ago
fix: create 'jx step report iv'

to create a report of versions used in different docker images

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

c0de29a9990586eeebf1485e8575fc68048e139d authored over 5 years ago
fix: create 'jx step report iv'

improve image filtering and wait for Job

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

8e841e5ae5a21115c3a5883f67cb6730af5da8cb authored over 5 years ago
fix: enable TLS only when it is enabled in the environment configuration

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

e7c815e5626de30b42c517fcd143b1e3714bb8ad authored over 5 years ago
fix: Prevent concurrent environment deploys

Fixes #5281

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

1ef7ee4ee9c388d38ec4fe273423c5bc19f4547a authored over 5 years ago
fix: Use builder-go for update-bot due to create pr go

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

d637d54329cf892bffe0dc07ee6a9b4d40410316 authored over 5 years ago
fix: fixes the `jx step create pr go` command

so we can automate PRs for go releases across repos

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

305c67ff737195185007e727910c2f4c8b429a2b authored over 5 years ago
fix: automate PRs as we upgrade jx

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

8614c2f37f75fad84195b50f541a91ec82ec0214 authored over 5 years ago
fix: allow .git to appear in dep update messages

Signed-off-by: Pete Muir <[email protected]>

67b0788c13178b9a644699446cf82a079386905b authored over 5 years ago
chore: fix hound warnings

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

cdaa6670b4526d79189c495e1b91af126563e541 authored over 5 years ago
chore: refactor 'jx step report' to allow more kinds of report

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

c2065389724e6344466c881d29d2fd7a1e9775c5 authored over 5 years ago
fix: first spike of a chart report to query images for each chartt

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

be2cbd9589efeccb09924205502aa552bed51088 authored over 5 years ago
fix: output the chart images report as YAML

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

db703a15f468ebdd0856fc93872b11ed2eda1697 authored over 5 years ago
fix: add a report of the images used by charts

detecting any duplicate image versions

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

be500f2c41b42131c1601c8296fad49fd4279f0d authored over 5 years ago
feat: embed the ingress config in each environment configuration from requirements config

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

057f5f8055a55ca2cb04968a39a5a40f32e584b6 authored over 5 years ago
chore: regenerate the code

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

6465653f8387570c00521d07fdf15ca7340c9852 authored over 5 years ago
fix: getEnabledServices api now uses exponential backup

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

78bd5eb29e20c65caed9ea2d48e80337965d353d authored over 5 years ago
feat: can determine tls server from env variable

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

dab1f1d0efb2dd3285de8c3ae884db53c62588d8 authored over 5 years ago
fix: detect lastCommitSha in latest tekton pods

so we can properly update the pipeline status in git for lighthouse

Signed-off-by: James Strach...

d3bdd9528a3dfb5a310b75c885245840113ded12 authored over 5 years ago
feat(cloud): create buckets for AWS

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

481a41f58ddd7a414a8063a009c226c30de3645e authored over 5 years ago
chore: minor refactor to avoid confusion - its a repo not URL

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

ba4e20a9f6445eb372723abb2eaa2b1579ea5602 authored over 5 years ago
fix: population of organisation + project on gitlab

fixes #5345

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

4c61c126a88bb1b00a5a41eb530f02b01642a7ca authored over 5 years ago
fix: Add context label to PipelineActivity

fixes #5351

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

b5c6478c756c6cc3b9c1ea894d52b35611c5fad1 authored over 5 years ago
feat: Add context to PipelineActivity, filter gc by context

fixes #5302

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

e820d616812cc33dd41859c8fd7e4489f809f017 authored over 5 years ago
fix: Disconnect PipelineRun from PipelineActivity, GC completed PipelineRuns

fixes #5334

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

ab2d30e5d835633ac4b1cc698bddfd6582bc238c authored over 5 years ago
fix: Fixed boolean logic around creating dev environment repo. This was failing during jx boot cli

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

6cc184c6f102444da4be6f264d2916a886a212ad authored over 5 years ago
feat: requested PR review changes for AWS intrinsics

Signed-off-by: Milinda Dias <[email protected]>

ad6b52fb30230b95917aff9c1faeb13db63abd94 authored over 5 years ago
feat: log cleanup

Signed-off-by: Milinda Dias <[email protected]>

051d0f5067540038abe88d56784d05ef10db4e44 authored over 5 years ago
feat: added auto create vault aws resource requirements

Signed-off-by: Milinda Dias <[email protected]>

f29df7cb0e030b4c9d0dc509bae9ec73b4628c7f authored over 5 years ago
feat: added naming

Signed-off-by: Milinda Dias <[email protected]>

9530581ce1167b4e1b4352cd578adda255bb8f92 authored over 5 years ago
feat: requested PR review changes

Signed-off-by: Milinda Dias <[email protected]>

d6cd3cfc9e46b0424af34c6648d9e2653f7eb60a authored over 5 years ago
chore: simplify the domain verification regexp

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

f2c4b75e8de33e6c4e5c3fc3f443ba9dbd8c04c5 authored over 5 years ago
Revert "fix: use namespace from jx-requirements"

This reverts commit 0834d8bdad76827062a236f65f6ae999a7e1d759.

e5009837c407e1d895d279e82ef42d08dc9ce26a authored over 5 years ago
fix: lets avoid failing to promote if we cannot add labels

for bitbucket server / gitlab - they are not vital and usually we use them for updatebot type lo...

f4f1baddb291bec3a12cc1bea663f2d88127768a authored over 5 years ago
fix: avoid infinite recursion querying PRs

fixes #5327

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

cedaa6cd5e018895695f5bd3479e9929def822ee authored over 5 years ago
chore: add machine learning builder to images

Signed-off-by: Pete Muir <[email protected]>

53981a112891b57941d46cd287da3fc41410c2a2 authored over 5 years ago
fix: correct setup the gitInfo on jx create pullrequest

Fixes #5224
Signed-off-by: Pete Muir <[email protected]>

fade41301a3583f39e07a39b0232ac869fc5553d authored over 5 years ago
fix(gits): correct webhook URL for Bitbucket Server

When adding the webhook via API, it only seems to set the webhook under
the repository's Webhook...

69cd07bf914925573593ad87427ad260a8b6fb13 authored over 5 years ago
fix: properly verify kubectl/git/helm packages in boot

fixes #5320

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

ddf459d5ea045fba7bb924d435e01bc7dd9fd50b authored over 5 years ago
fix: add git server + kind properties

also moved model function to the right source file

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

fa621696721d9f9e5282bd06754df822974a15cf authored over 5 years ago
chore: fix hound warnings

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

270c3eee086ffa9c565c8b9cfe5b9f65a94cc4bf authored over 5 years ago
fix: refactor the loading of quickstarts

into a common function across `jx create|get quickstarts`

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

1b358d60ec367f1f33a23696f7e7a5b23fda5428 authored over 5 years ago
fix: lets load quickstarts from the version stream

also add a command `jx create pr quickstarts` which can create a PR on the version stream if a n...

ed86a7c52f9fa1ed8968117bffd9f3aebcc29538 authored over 5 years ago
chore: fix issues found in feedback

thanks @pmuir

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

f3150d7288e754a1293bc7ff60147d11d47122c7 authored over 5 years ago
fix: handle missing gitProvider on create quickstart

as its usually optional for public quickstarts

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

3ab19b724f35437b0f53159d60b19252192d1f16 authored over 5 years ago
fix: got the jx command creating a quickstart PR against version stream

fixes #5283

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

c864d8ed3d1b2e83f50d2752d511080b9ac6e008 authored over 5 years ago
fix: Report error for nil pipeline for expected kind

Previously, we'd just end up with a nil pointer, and that's...never
helpful. This will instead r...

1443f0f2a303d6565bc3a9f3a57e95ff429ab314 authored over 5 years ago
fix: Use errors.* instead of fmt.Errorf

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

936aa5c4bc1c603ff70dcf3460c0f1bb7a336442 authored over 5 years ago
fix: project config GetPipeline test needed to be updated

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

688d864ed073bb81ac706d30b2839b1f39195eb6 authored over 5 years ago
fix: handle space and extra text in a git version (or any other version)

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

22dc4eef722dc1c2ab8d6b7e50fa3798d8a2df39 authored over 5 years ago
fix: command line handling for batch mode

to better validate the input parameters

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

690fad9ac695ee1409b95fd688e8bcf0d652552e authored over 5 years ago