• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


RSS
Rev. Tiempo Autor
f1f81fe jstrachan-patch-2 2019-10-08 15:13:06 James Strachan


WIP: dummy PR

145ee48 master 2019-10-04 22:13:26 Cosmin Cojocar


Merge pull request #68 from cagiti/add_create_domain_setup_for_bdd

WIP: script which upserts domains for testing

6b63f62 2019-09-25 02:37:47 jenkins-x-bot


Merge pull request #71 from jstrachan/stuff2

fix: add support for scheduled velero backups

7ced6a8 2019-09-24 23:22:05 James Strachan

fix: add support for scheduled velero backups

56c1661 jstrachan-patch-1 2019-09-24 19:12:58 James Strachan


WIP: dummy test PR

501f772 2019-09-17 06:13:18 jenkins-x-bot


Merge pull request #65 from pmuir/5117

Fix: new vault name location

60aacd9 2019-09-17 05:23:08 Andrew Bayer

fix: Set environmentGitOwner to jenkins-x-bot-test

Signed-off-by: Andrew Bayer <andrew.bayer@gmail.com>

677f3c9 2019-09-16 23:41:40 Pete Muir

Fix: new vault name location

a6cae54 2019-09-13 16:45:36 jenkins-x-bot


Merge pull request #67 from ccojocar/volumes-for-secrets

fix: set the environment variables directly from secrets instead of using step credential command

e46f7af 2019-09-12 21:57:00 Cai Cooper

feat: script which upserts domains for testing

Signed-off-by: Cai Cooper <caicooper82@gmail.com>

a288946 2019-09-12 20:56:50 Cosmin Cojocar

fix: set the environment variables directly from secrets instead of using step credential command

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

a8b0822 2019-09-12 00:10:16 jenkins-x-bot


Merge pull request #60 from macox/store_pipelineuser_email

chore: store pipelineuser email

36c5ec0 2019-09-11 21:37:25 jenkins-x-bot


Merge pull request #64 from rawlingsj/master

fix: BDD tests, use the new BD test GCP project

f130396 2019-09-11 20:46:33 James Rawlings

fix: BDD tests, use the new BD test GCP project

a39b40b 2019-09-11 18:47:33 Cosmin Cojocar


Merge pull request #63 from jenkins-x/bwalding-patch-1

Improve bash options

591e9ea bwalding-patch-1 2019-09-11 18:33:55 Ben Walding


Improve bash options

Based on many hours of writing bash scripts - adding these options will make your scripts more predictable and robust.

I do not warrant these options will not blow things up badly in this case - just that they're generally a good idea - so rejecting this PR is totally cool.

See here for the longwinded explanation of the options - https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/

5da4035 2019-09-11 18:33:46 James Rawlings


Merge pull request #62 from rawlingsj/master

fix: mount secrets into a non workspace dir to avoid checking out cod…

551d496 2019-09-11 18:31:30 James Rawlings

fix: mount secrets into a non workspace dir to avoid checking out code into the same dir and accidentily commiting keys

ba396b9 2019-09-11 17:18:57 Mark Cox

chore: store pipelineuser email

Signed-off-by: Mark Cox <markcox20@hotmail.com>

e6a26ad 2019-09-10 20:35:48 jenkins-x-bot


Merge pull request #58 from ccojocar/pipeline-images-from-version-stream

chore: use for vault BDD the builder images version from version stream

1aaf071 2019-09-10 17:25:49 Cosmin Cojocar

chore: use for vault BDd the builder images version from version stream

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

decaee8 2019-09-10 14:52:27 James Strachan


fix: disable docker registry for AWS + kops

as we use ECR

c90fc33 2019-09-09 20:36:04 jenkins-x-bot


Merge pull request #53 from ccojocar/bdd-vault-tls

feat: update the vault bdd requirements to use external-dns and TLS

212f536 2019-09-09 19:35:52 Cosmin Cojocar

chore: use 0.1.741 builder version for testing

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

8fd4b68 2019-09-08 21:56:39 Cosmin Cojocar

chore: use latest tag from version stream

3f2c610 2019-09-08 21:56:39 Cosmin Cojocar

chore: update builders to version 0.1.731

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

39f9879 2019-09-08 21:56:39 Cosmin Cojocar

chore: upgrade builders to version 0.1.730

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

98f90db 2019-09-08 21:56:39 Cosmin Cojocar

fix: use the correct path for jx-requirements when rotating the domain

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

25fbc7b 2019-09-08 21:56:39 Cosmin Cojocar

chore: disable TLS for staging and production environments

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

69602d2 2019-09-08 21:56:39 Cosmin Cojocar

feat: implement a domain rotation for vault BDD

The domain is rotated every hour based on a simple scheme such as `domain_prefix{hour}.domain_suffix`. There are
12 DNS managed zones with this name created in the jenkins-x-bdd2 project on GCP.

This trick tries to prevent the cert-manager to reach the lets encrypt API rate limits when running the BDD tests.

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>