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: ask the user for a quickstart first before the git repo

to simplify the UX a little

fixes #5307

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

github.com/jenkins-x/jx - 6ea62c6d320ce605fb84862b8f49279864fb622e authored over 5 years ago
fix: check that TLS is not empty

Check TLS value is not empty before attempting to convert to boolean

Signed-off-by: warrenbaile...

github.com/jenkins-x/jx - 5e96d88809c3086270952b123aa229f6720a1c6a authored over 5 years ago
fix: use namespace from jx-requirements

Part of #5034
Signed-off-by: Pete Muir <[email protected]>

github.com/jenkins-x/jx - 0834d8bdad76827062a236f65f6ae999a7e1d759 authored over 5 years ago
fix: don’t include data in error

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

github.com/jenkins-x/jx - 06eec222f077afe5dd8e01e70aa5902cfade6fac authored over 5 years ago
fix: regenerate prow config from source repositories after delete

If using schedulers don’t manually adjust the prow config, just delete the source repo and regen...

github.com/jenkins-x/jx - 645b8bb5c31ab9f9b867a6adf59ca07f2aebca8d authored over 5 years ago
fix: make the go get test to not update the dependencies

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

github.com/jenkins-x/jx - cec8a7936fd93ca670c84e336a746193ec2587d8 authored over 5 years ago
chore: push the 'latest' release of the jx image

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

github.com/jenkins-x/jx - 4c9b528016e3f0c0574868531c1b1ae4861e75e3 authored over 5 years ago
fix: lets properly handle errors parsing the requirements file in boot

we were not properly failing if we fail to parse the requirements file.

Also we may end up with...

github.com/jenkins-x/jx - 106d5cdff5756fd07a823fbb40477f2c2ca8da23 authored over 5 years ago
chore: using the 'latest' tagged images in bdd tests

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

github.com/jenkins-x/jx - e4795018d0fdb2c35c503a9bde4878c14f878dcb authored over 5 years ago
fix: create/delete addon envctl functions to handle namespaces

Signed-off-by: Mike Hume <[email protected]>

github.com/jenkins-x/jx - c0de9c12832d8ce6d52741485d92e038bb18baba authored over 5 years ago
chore: Cleanup in response to code review

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

github.com/jenkins-x/jx - 73083feb057091e5a40eaf1edafc161eae44a264 authored over 5 years ago
fix: Verify that step descriptions match and start/end times aren't nil

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

github.com/jenkins-x/jx - 3b80d2498093df6623787f92ac23762e29fb655d authored over 5 years ago
fix(logs): Set step start time based on previous step's finish time

Also realized that we weren't actually testing things right, after the
move to `cmd/controller`,...

github.com/jenkins-x/jx - 636ff699c50df2b52cacd29ac2ca04a95f2a3c7d authored over 5 years ago
fix: increase the vault health retry timeout to 10 minutes and add some more logging

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

github.com/jenkins-x/jx - 952f9e747897901e7674bd4a4aca96b088b63f9a authored over 5 years ago
test: increase the retry to 5 in the TestAddAppForGitOpsWithSecrets to overcome some transient failures

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

github.com/jenkins-x/jx - 4b68d50aa2f72278254c4e22205d0610edb9c9c0 authored over 5 years ago
chore: added test to verify no postsubmit

github.com/jenkins-x/jx - 7663917aae0d0478f36907b8a2363530059c7c9b authored over 5 years ago
fix: Pull request and release age limits in gc activities are flipped

fixes #5293

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

github.com/jenkins-x/jx - de202c81288b7952e42089bac8e8406e42380da3 authored over 5 years ago
fix: use the correct git kind if its wrong for public git servers

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

github.com/jenkins-x/jx - 9fccd787d65f5ae110332c7484b28674ef7ee0a9 authored over 5 years ago
fix: use lighthouse by default if folks are not using https://github.com

to avoid folks using prow and getting a failure later on

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

github.com/jenkins-x/jx - 13c644adc27438ec816d2092ffd2b5ce05862261 authored over 5 years ago
fix: lets not default to lighthouse until its GA

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

github.com/jenkins-x/jx - df2c30e353f976e4e56055ec50755e040cf28cf4 authored over 5 years ago
fix: lets verify the jx version from the version stream in boot

lets prompt a warning which users can ignore if they want that we should upgrade jx to match the...

github.com/jenkins-x/jx - 74fe0398931198e1d534e1256015b6a43a0e5ce6 authored over 5 years ago
fix: use the version stream to find the latest jx version

rather than using whatever is on github, lets use the version in the version stream dependency m...

github.com/jenkins-x/jx - cb64391ef897588e2b6bf58cc14b2786dabf6015 authored over 5 years ago
fix: added a bunch of improvements

thanks for the review @pmuir

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

github.com/jenkins-x/jx - fc6ad60b3b1ef305e389ac4dd7cc0ae4850a6040 authored over 5 years ago
fix: Update ML builders separately in `jx step create pr versions`

fixes #5288

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

github.com/jenkins-x/jx - ddc7ffa01ab1742f53c8fd27723a75f77541f640 authored over 5 years ago
fix: Sort mismatched versions in dependency matrix MD

fixes #5286

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

github.com/jenkins-x/jx - 447d522d4619407ce44a8cdbf3ef3c8516496306 authored over 5 years ago
fix: allow boot to start at a specified step

so you can opt out of re-applying ingress/cert-manager/external-dns and the like if you just wan...

github.com/jenkins-x/jx - e75eac3cc6230a52babdf946fbfbfcd0ca7eca0a authored over 5 years ago
docs: add a link to the boot docs

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

github.com/jenkins-x/jx - 2b65feb875953b079245b4032d1303ec217f140c authored over 5 years ago
fix: register jenkins jobs as part of boot

this lets us use `jx boot` with Jenkins servers

fixes #5261

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

github.com/jenkins-x/jx - f0efe59b8fbf0eef295977ab782572f447ccd8f0 authored over 5 years ago
fix: add a memory ConfigService implementation

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

github.com/jenkins-x/jx - 091f9fc99879fa744bead674efc96815125667ad authored over 5 years ago
fix: verify folks only use github with prow and boot

and fail with a nice error message if not

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

github.com/jenkins-x/jx - 8b2f0a8b5baebf68f476fdfa4b10401f1bb5919f authored over 5 years ago
chore: fix hound warning

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

github.com/jenkins-x/jx - ec031dcf19ca3936dfb5944dc4f86a24b5d5c2bc authored over 5 years ago
feat: remove git diff check from environment repo and get vault name differently

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

github.com/jenkins-x/jx - ec54ddb2e232ffc6020bf8ea86edd4527e25ac4e authored over 5 years ago
chore: remove the executable permissions on the YAML pipeline files

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

github.com/jenkins-x/jx - a703f164bb898267b70837103fe1afddcc835b3b authored over 5 years ago
chore: remove executable permissions on the release template YAML file

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

github.com/jenkins-x/jx - 95e1e19bf0915e5fc25a7c365b1d4d1f7a43f391 authored over 5 years ago
feat: add a step command to verify if a URL returns an expected HTTP status code

This command waits with exponential backoff for a URL to return an expected status code. It will...

github.com/jenkins-x/jx - 4cddb7438f0e085500e34b3ed763f1beab1ca118 authored over 5 years ago
chore: add a comment to fix the lint warning

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

github.com/jenkins-x/jx - f9de51c993217efac610e4c0169123259ac92e3f authored over 5 years ago
fix: Use correct gitRef in boot version resolver

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

github.com/jenkins-x/jx - d90d2b44fafb98ca62155329ccb0f05903356f51 authored over 5 years ago
fix: create new PR when existing PR is from another fork

Fixes #5200

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

github.com/jenkins-x/jx - a08459ed2844801ec3ce7166f39b37492b699c99 authored over 5 years ago
feat: add support for updating versions of kind git

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

github.com/jenkins-x/jx - 70c332d0ebf44b045281616453699f609ed93750 authored over 5 years ago
chore: fix typo

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

github.com/jenkins-x/jx - 4858fe08db2d8c4702792616255952913eb60b71 authored over 5 years ago
fix: do not log an error when a ingress is not found for a service

This method is used by jx open/jx get urls to list the available URLs/ingress resource. It's
mor...

github.com/jenkins-x/jx - 789c3b58718fd863ef26fe9af56be9d739a73423 authored over 5 years ago
fix: explicitly specify the secrets location when creating the secret URL client

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

github.com/jenkins-x/jx - 63d775b86e29ed0e2f3f638e225cb99fcdf0804d authored over 5 years ago
chore: fix comment

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

github.com/jenkins-x/jx - 8ee2e86ef858997a58f8ac8d43c141463fb88e63 authored over 5 years ago
chore: increase the timeouts used when creating the vault client

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

github.com/jenkins-x/jx - 19521cdc1957355239285ca0482694877cec33c7 authored over 5 years ago
fix: ensure we always update the git status correctly

it seems some recent changes in metapipeline mean the status wasn't Succeeded before we do the c...

github.com/jenkins-x/jx - c1677dd395b3886c1fa7101121012e4f2d0ea075 authored over 5 years ago
fix: resort to default version stream ref if not set

Also log a warning
Signed-off-by: Pete Muir <[email protected]>

github.com/jenkins-x/jx - d95777ecda8f26e4278f9e68f4e5b9b6264a6a11 authored over 5 years ago
fix: typo

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

github.com/jenkins-x/jx - b956c0591bf8bab854fb974e30a14a494411b8d0 authored over 5 years ago
fix: typo

thanks for the catch @martin-patsov

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

github.com/jenkins-x/jx - 17ca724b132d00da32bbb306086698702da4059f authored over 5 years ago
fix: wait for vault service to become ready after provisioning

It should wait for vault service to become ready even though
the service is not directly exposed...

github.com/jenkins-x/jx - 7bec038108f36ed76a889d0abed7abf4240f6ad8 authored over 5 years ago
fix: allow install without TLS in batch mode

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

github.com/jenkins-x/jx - 98f18882b5277aac92de816c1d1a43535686b37f authored over 5 years ago
fix: Override searchName for FindLatestChart.

fixes #5242

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

github.com/jenkins-x/jx - 1b99f1d88268eb325ab64806f25afaf7b6b3bdf2 authored over 5 years ago
fix: e2e gc should check equality of cluster type between clusters

Right now, it's checking if an existing cluster's type contains
another cluster's type, but that...

github.com/jenkins-x/jx - 54ed776a78ae7b8a35d7391c717dc6bc0ea88dc8 authored over 5 years ago
fix: hide warning when override is not relevant

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

github.com/jenkins-x/jx - 32955283772370e5ec6920d3935a9a5b2cbc1ab5 authored over 5 years ago
chore: remove misleading warning message

This warning message is misleading when vault is not configured as a secret
engine. It shouldn't...

github.com/jenkins-x/jx - 510eb6bb7ea4e1cfa026bd9d524c0eaf3da74b7c authored over 5 years ago
chore: improve the debug message when a vault is not found for helm client URL

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

github.com/jenkins-x/jx - c455d397530db48d253c6aabb27e14c491bdd32b authored over 5 years ago
fix: skip apply the chart when no templates are generated in the output dir

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

github.com/jenkins-x/jx - 4ab82adf0a910bc412d849864686cb7a3c8cee48 authored over 5 years ago
fix: make helm templates skip applying an empty chart

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

github.com/jenkins-x/jx - 098dd2fad17e0105a3cc317e2c2bbd29d75a5e15 authored over 5 years ago
feat: add method code for UpdatePullRequest + tests + correct previously undefined variable

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

remove merge conflict markers

Signed-off-by: ...

github.com/jenkins-x/jx - 74afa8d7368916cf48ab486215ca3177086dfd4a authored over 5 years ago
fix(init): enable both http and https for NLB ingress

When using kops or EKS, NLB appears to now support handling
both HTTP and HTTPS traffic.

Signed...

github.com/jenkins-x/jx - a213cbe617c85f924d4e57b4604df2446ee6e22d authored over 5 years ago
fix: need to check that we are in cluster as well

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

github.com/jenkins-x/jx - f768e78f8bf9b5e252e0149fd6f300fae978358b authored over 5 years ago
fix: include the pipelines in versions pr

fixes #5092

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

github.com/jenkins-x/jx - 582b58e1b1bcdfa2d7515167f531c0f701d51bad authored over 5 years ago
fix: use the component to avoid conflicting updates

Fixes #5220

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

github.com/jenkins-x/jx - 99d8ea4d4431ec33462f3db76eed53a311c60fba authored over 5 years ago
Fix: sort the sources for dependency matrix

Fixes #5218
Fixes #5219

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

github.com/jenkins-x/jx - 9802bfa17333c3ef1bb5dfd8f1d512dfbe4390e4 authored over 5 years ago
fix: pass to load params values file

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

github.com/jenkins-x/jx - 3b21ffd36af70f7f24debac4c5881361325e25bf authored over 5 years ago
fix: dev environment git envvars

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

github.com/jenkins-x/jx - abeeea4662f341a094d53dca494c87afc0537b41 authored over 5 years ago
fix: set current envvars

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

github.com/jenkins-x/jx - 3ec82a8b6824737395729066354cd0babc577fbd authored over 5 years ago
feat: added tests to verify the order of logs

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

github.com/jenkins-x/jx - a0a934b84dba7d58d18a58c73af1bcd1fa8bba6d authored over 5 years ago
feat: sort stages / pods so we show them in the right order when printing logs

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

github.com/jenkins-x/jx - 63658b5cffda08bd8257db355bc6d91dbec5f1fe authored over 5 years ago
fix: Turn off JSON logging for metapipeline-triggered pipelines

`JX_LOG_FORMAT=json` breaks BDD tests parsing `jx get build logs`,
and, frankly, makes the log o...

github.com/jenkins-x/jx - 04099221fb0a4426faebb64e6161acb82a3ca104 authored over 5 years ago
chore: move StepOptions to separate package

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

github.com/jenkins-x/jx - 01d273d5e6b64c5865ac1bcc010878234203c997 authored over 5 years ago
chore: remove o.GetBuildNumber

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

github.com/jenkins-x/jx - 2a6879ae817723b74a5bb10952c97585b69309c2 authored over 5 years ago
chore: add build-all target

This target allows us to compile all files, including tests - useful for refactoring
Signed-off-...

github.com/jenkins-x/jx - 4e34ed1dd31590136c2937936e10add36b0918c4 authored over 5 years ago
chore: move obvious methods out of opts

* chat
* common
* environments
* git
* install
Signed-off-by: Pete Muir <[email protected]>

github.com/jenkins-x/jx - bb59278c2707e0e99b3c24be926745c324824388 authored over 5 years ago
chore: move constants out of opts

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

github.com/jenkins-x/jx - 6d5f1ab65372ca79c4d14d21f3425967dce85f91 authored over 5 years ago
fix(version): set namespace for jx version command

The namespace for jx version is empty and it cannot be set. In addition
and if you have multipl...

github.com/jenkins-x/jx - d91fcf1182fff8e79599e94115dd55e4309168e9 authored over 5 years ago
chore: Increase cpu limit for release builds to 4

While watching a release build, I saw it spiking to its cpu limit of 3
a few times, so let's bum...

github.com/jenkins-x/jx - aed0821b4d7f2550ec53638c7a1111930412eecc authored over 5 years ago
fix: fixed a test compilation

github.com/jenkins-x/jx - 6a11571d2e0f6f80125e09e1d63f5115bb171f1f authored over 5 years ago
feat: improve synchronization on logging so we don't lose or mix traces (like headers)

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

feat: use the internal values instead of b...

github.com/jenkins-x/jx - 1b45cbe7c1df482c97cabc4bff3de19ea9bf8871 authored over 5 years ago
fix: Fetch ref in pipelinerunner version stream checkout

If we don't do this, we can't actually checkout the ref.

fixes: #5195

Signed-off-by: Andrew Ba...

github.com/jenkins-x/jx - c55297343b7e77a3842020d89eeafda98bf39960 authored over 5 years ago
fix(tekton): allow clientFactory to clone a version stream with a SHA ref

fixes #5195

github.com/jenkins-x/jx - bd9f436b5ebf531b54c4be89ec7f21d57d0ad794 authored over 5 years ago
fix: Add confirmation to Uninstall command

Add confirmation message to uninstall and be explicit about what the command will do.

Signed-of...

github.com/jenkins-x/jx - 8eaec2796a1eb2c4a02a09fab9e61c790e8e1fa9 authored over 5 years ago
fix: make excludes not break out the loop

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

github.com/jenkins-x/jx - ab8a796e582d60692014d3495fd56d575092b07f authored over 5 years ago
fix: disable TLS warning for tests

fixes #5188

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

github.com/jenkins-x/jx - 90f0d680ea25f56752ba855482c89c2a67021513 authored over 5 years ago
chore: fmt

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

github.com/jenkins-x/jx - bdee8ec80fc3327bc5627e4aee3a1569520801fd authored over 5 years ago
feat: added a flag to skip the jx install for terraform clusters

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

github.com/jenkins-x/jx - 932e6ab9521eb9b54488f8ea318ed9bff578552c authored over 5 years ago
fix: Include versions stream URL in BDD requirements

Should fix failures like `there was a problem creating a version resolver from versions stream r...

github.com/jenkins-x/jx - 730240bd2625f54e5ebd08f537a0692deee102f0 authored over 5 years ago
chore: delete unnecessary test

github.com/jenkins-x/jx - 59f5a636e4646f4c1843c5700248b750654ca587 authored over 5 years ago
fix: Need to actually provide a metapipeline client in the controller

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

github.com/jenkins-x/jx - fbdf5c91d6020c4a4dedacc428be2f71b6302579 authored over 5 years ago
feat: introducing meta pipeline client

- adding metadata.Client and metadata.ClientFactory for controlling meta pipeline creation
- rem...

github.com/jenkins-x/jx - a91424056c7d4c7cffd368b36eef65bc272730e3 authored over 5 years ago
feat: extract jx client interface into dedicated package

github.com/jenkins-x/jx - 15f522f1e87a3b7547fd3e7a5b54d818703b18af authored over 5 years ago
chore: fixing wrong logging import

github.com/jenkins-x/jx - 7db5f8f47b9202f712f53b9f71af71581552109f authored over 5 years ago
fix(test): waiting for HTTP to be open prior to making requests

fixes #5167

github.com/jenkins-x/jx - 111958319a1f136efc9463da5aede452f2344eed authored over 5 years ago
chore(test): skipping TestGetRunningBuildLogsForLegacyPipelineRunWithMatchingBuildPods

github.com/jenkins-x/jx - 91060fbf9406013cd70de39f8d6c520add408e4c authored over 5 years ago
fix: Don't require ordering of env vars on command in metapipeline test

Since map orders aren't guaranteed, we can't be sure that the order in
which the custom env vars...

github.com/jenkins-x/jx - 4b2c590251a3f5ddbb46a2c746c3ab7addac2fe8 authored over 5 years ago
fix: exit with a diff in pipeline

This fixes jx step verify environments to not create a PR in a pipeline but instead run git diff...

github.com/jenkins-x/jx - a069a270544f74345bb2357fc08858186f5f3639 authored over 5 years ago
chore: fix the spelling

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

github.com/jenkins-x/jx - 8adc912dea40086d94a55bef7663a12f62570892 authored over 5 years ago
test: add an option in the makefile to disable the test caching only when is set

The test caching seems to be disable by default in all test without any option to
turn it on whe...

github.com/jenkins-x/jx - 84b9a43fae4faf6706999b4c6414ad5914940b83 authored over 5 years ago
chore: skip flaky test

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

github.com/jenkins-x/jx - 5eac0df800f86433bb3dcfecb46db598efb28394 authored over 5 years ago
test: mock the resources used by the namespace test to allow running the unit tests without a cluster connection

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

github.com/jenkins-x/jx - 05a2cacaa72caf314c5ea7be09d6d8235b1400fa authored over 5 years ago
fix(test): use log.CaptureOutput instead os.Pipe() to capture log output

fixes #5158

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