To add a new pull request, make a directory with the PR number. Then run generate-all.sh
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/vendor/config_server/types/certificate_generator.go b/vendor/config_server/types/certificate_generator.go | |
index 7364be1..67e1fc7 100644 | |
--- a/vendor/config_server/types/certificate_generator.go | |
+++ b/vendor/config_server/types/certificate_generator.go | |
@@ -7,8 +7,8 @@ import ( | |
"crypto/x509/pkix" | |
"encoding/pem" | |
"math/big" | |
- "time" | |
"net" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -eu | |
if [ -n "${STDOUT:-}" ] ; then | |
exec 1>$STDOUT | |
fi | |
manifest="${1:-$0.jq}" | |
manifest_dir=$( cd "$( dirname "$manifest" )" && pwd ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./bin/test-spiff-patch https://github.com/logsearch/logsearch-boshrelease/pull/176.diff | |
patching file templates/logsearch-deployment.yml | |
patching file templates/logsearch-infrastructure-aws.yml | |
patching file templates/logsearch-infrastructure-vsphere.yml | |
patching file templates/logsearch-infrastructure-warden.yml | |
patching file templates/logsearch-jobs.yml | |
====> aws | |
120c120 | |
< resource_pool: logsearch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
# | |
# Run through all package deps | |
# | |
for PACKAGE_NAME in $( cd packages ; find . -type d -depth 1 | cut -c3- ) ; do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'yaml' | |
lastvm = nil | |
vms = {} | |
vmsraw = `cd #{ARGV[0]} && bosh vms #{ARGV[1]}` | |
vmsraw.scan(/^\|\s([^\|]+)\s+\|\s([^\|]+)\s+\|\s([^\|]+)\s+\|\s([^\|]+)\s+\|$/) do | match | | |
thisvm = match[0].strip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
// ignore checks which are currently okay | |
import ( | |
"os" | |
"github.com/dpb587/nocommit-experiments/healthchecks/check" | |
"github.com/dpb587/nocommit-experiments/healthchecks/handler" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "{{ARGS.director||'*'}}/{{ARGS.deployment||'*'}}/{{ARGS.job||'*'}}", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/app/services/fields.js b/src/app/services/fields.js | |
index 3d01490..03138f6 100644 | |
--- a/src/app/services/fields.js | |
+++ b/src/app/services/fields.js | |
@@ -7,6 +7,7 @@ function (angular, _, config) { | |
'use strict'; | |
var module = angular.module('kibana.services'); | |
+ var patch0702 = { "mappings" : { "iis_tradingapi" : {} } }; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hostname:logsearch-development-flow dpb587$ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Box 'ubuntu-precise-server-amd64' was not found. Fetching box from specified URL for | |
the provider 'virtualbox'. Note that if the URL does not have | |
a box for this provider, you should interrupt Vagrant now and add | |
the box yourself. Otherwise Vagrant will attempt to download the | |
full box prior to discovering this error. | |
Downloading or copying the box... | |
Extracting box...te: 516k/s, Estimated time remaining: --:--:--) | |
Successfully added box 'ubuntu-precise-server-amd64' with provider 'virtualbox'! |
NewerOlder