$ createdb testdb
$ wget https://github.com/cayleygraph/cayley/releases/download/v0.7.2/cayley_0.7.2_darwin_amd64.tar.gz
$ tar zxvf cayley_0.7.2_darwin_amd64.tar.gz
$ cat >cayley.cfg.json
{
"store": {
This file contains hidden or 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
KTMAdv890 | |
NominalThought | |
SsgtSuo | |
Breitbart | |
anonfool72 | |
znajubolshewas | |
seledkapodshubai | |
No-Tax-8747 |
This file contains hidden or 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
echo chamber | |
pedo | |
libtard | |
cuck | |
soyboy | |
trump | |
biden | |
hunter | |
kamala | |
liberal |
This file contains hidden or 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
New Yorker | |
newyorker | |
New York Times | |
nytimes | |
Pro Publica | |
propublica | |
Mother Jones | |
motherjones | |
rust | |
JoshTriplett |
This file contains hidden or 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
use super::{ast::Node, new_tokenizer::Token}; | |
use nom::{ | |
branch::alt, bytes::complete::tag, combinator::map, sequence::tuple, Compare, IResult, | |
InputIter, InputLength, InputTake, | |
}; | |
impl InputLength for Token { | |
fn input_len(&self) -> usize { | |
1 | |
} |
This file contains hidden or 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
--- | |
kind: Service | |
apiVersion: v1 | |
metadata: | |
name: frontend | |
spec: | |
selector: | |
app: appname | |
tier: frontend | |
ports: |
This file contains hidden or 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
openssl genrsa -out $username.key 4096 | |
openssl req -new -key $username.key -out $username-csr.pem -subj "/CN=$username" -days 365 | |
echo "Creating a certificate signing request for $username" | |
cat <<EOF | kubectl create -f - | |
apiVersion: certificates.k8s.io/v1beta1 | |
kind: CertificateSigningRequest | |
metadata: | |
name: $username | |
spec: |
This file contains hidden or 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
--- FAIL: TestExampleObjectSchemas (0.16s) | |
examples_test.go:379: Directory ../examples/elasticsearch: Expected 3 examples, Got 0 | |
examples_test.go:352: skipping : ../examples/openshift-origin/secret.json/secret | |
FAIL | |
FAIL k8s.io/kubernetes/examples 0.217s | |
--- FAIL: Example_printPodHideTerminated (0.00s) | |
got: | |
NAME READY STATUS RESTARTS AGE | |
test1 1/2 Pending 6 10y |
This file has been truncated, but you can view the full file.
This file contains hidden or 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
$ build/run.sh make test > make-test-docker.log 2>&1 ; echo $? (eu-production/production) | |
1 | |
$ cat make-test-docker.log | |
+++ [0225 12:28:20] Verifying Prerequisites.... | |
+++ [0225 12:28:21] Using Docker for MacOS | |
+++ [0225 12:28:22] Building Docker image kube-build:build-bcacb243b9-5-v1.9.3-2 | |
+++ [0225 12:28:25] Keeping container kube-build-bcacb243b9-5-v1.9.3-2 | |
+++ [0225 12:28:25] Keeping container kube-build-data-bcacb243b9-5-v1.9.3-2 | |
+++ [0225 12:28:25] Keeping container glassfrog_rails_1 | |
+++ [0225 12:28:25] Keeping container xenodochial_leakey |
This file contains hidden or 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
--- | |
apiVersion: batch/v1beta1 | |
kind: CronJob | |
metadata: | |
name: backup-production-database | |
spec: | |
schedule: "*/30 * * * *" | |
jobTemplate: | |
spec: | |
template: |
NewerOlder