From cc1a1070c3106d1ef2fbd61b63e488b4b401188c Mon Sep 17 00:00:00 2001 From: Declan Shanaghy Date: Wed, 25 Aug 2021 07:58:41 -0700 Subject: [PATCH 01/11] 1.1.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ae9146..1640f2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.0.7", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a78e23b..9bab963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.0.7", + "version": "1.1.0", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" From 2f35d4b463167190a22ec5e396d1d616918d286d Mon Sep 17 00:00:00 2001 From: declanshanaghy Date: Wed, 1 Sep 2021 14:47:21 -0700 Subject: [PATCH 02/11] 1.1.0 (#27) --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1ae9146..1640f2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.0.7", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a78e23b..9bab963 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.0.7", + "version": "1.1.0", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" From 60d16f383388aa1d7a48cd0cbdbd53a899d8baed Mon Sep 17 00:00:00 2001 From: declanshanaghy Date: Wed, 1 Sep 2021 14:48:54 -0700 Subject: [PATCH 03/11] Sanitize names2 (#28) * 1.1.0 * Removing more negatives --- src/index.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/index.ts b/src/index.ts index d607b87..1251554 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,6 @@ export const left = [ "admiring", "adoring", "affectionate", - "agitated", "amazing", "awesome", "beautiful", @@ -20,7 +19,6 @@ export const left = [ "confident", "dazzling", "determined", - "distracted", "dreamy", "eager", "ecstatic", @@ -45,7 +43,6 @@ export const left = [ "happy", "hardcore", "heuristic", - "hircine", "hopeful", "hungry", "infallible", @@ -62,7 +59,6 @@ export const left = [ "mystifying", "modest", "musing", - "nervous", "nice", "nifty", "nostalgic", @@ -78,13 +74,9 @@ export const left = [ "relaxed", "reverent", "ruminant", - "sad", "serene", "sharp", - "silly", - "sleepy", "stoic", - "strange", "sweet", "tender", "thirsty", From d6716a40fd0291c799aaf0ba1b3f88daab5ed5b1 Mon Sep 17 00:00:00 2001 From: Declan Shanaghy Date: Wed, 1 Sep 2021 14:49:40 -0700 Subject: [PATCH 04/11] 1.1.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1640f2c..05d2457 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9bab963..7fc296a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.0", + "version": "1.1.1", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" From 2a04b54cea9de984048fa1760d66c2d7169e2d42 Mon Sep 17 00:00:00 2001 From: declanshanaghy Date: Mon, 13 Sep 2021 17:22:08 -0700 Subject: [PATCH 05/11] Remove more verbs we don't want (#29) --- src/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/index.ts b/src/index.ts index 1251554..a84fa29 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,7 +9,6 @@ export const left = [ "blissful", "bold", "brave", - "busy", "caprine", "charming", "clever", @@ -41,10 +40,8 @@ export const left = [ "gracious", "great", "happy", - "hardcore", "heuristic", "hopeful", - "hungry", "infallible", "inspiring", "interesting", @@ -79,7 +76,6 @@ export const left = [ "stoic", "sweet", "tender", - "thirsty", "trusting", "unruffled", "upbeat", From e65832743a065dded4cc903fcb856860b03aaeb3 Mon Sep 17 00:00:00 2001 From: Declan Shanaghy Date: Mon, 13 Sep 2021 17:22:43 -0700 Subject: [PATCH 06/11] 1.1.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 05d2457..43f4c7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7fc296a..5a4c89b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.1", + "version": "1.1.2", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" From f3b3f2c2fe11300cd920683003b2a70740c73be0 Mon Sep 17 00:00:00 2001 From: declanshanaghy Date: Fri, 1 Oct 2021 16:16:11 -0700 Subject: [PATCH 07/11] Add Tom & Russ. Fix some typos (#30) --- src/index.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index a84fa29..bc78470 100644 --- a/src/index.ts +++ b/src/index.ts @@ -812,12 +812,14 @@ export const right = [ "krueger", // Brian Krueger - Sr Software Engineer "litras", // Steve Litras - Technical Marketing Evangelist "maislin", // David Maislin - Principal Solutions Engineer - "marko", // Monika Marko - Project Manager + "marko", // Monika Marko - Sr. Technical Program Manage + "quick", // Tom Quick - Sr. Technical Program Manager "rochette", // Donn Rochette - Principal Software Engineer "romito", // Nick Romito - Principal Software Engineer - "shanaghy", // Declan Shanaghy - Principal SaaS Engineer + "shanaghy", // Declan Shanaghy - Principal Software Engineer // Mick Shanaghy - Head of Customer Support & Professional Services "sharp", // Clint Sharp - Co-founder and Chief Executive Officer + "smith", // Russel Smith - Dir. of Eng - Cribl Cloud "sobolewski", // Janusz Sobolewski- Principal Software Engineer "strong", // Abby Strong - VP Marketing "suara", // Hafiz Suara - Software Engineer @@ -827,7 +829,7 @@ export const right = [ "vandoren", // Anson VanDoren - Sr Software Engineer // Tim VanDoren - Sr Frontend Engineer // Trevor VanDoren - Software Engineer - "wilkins", // Jacob Wilkins - Principal SecDevOps Engineer + "wilkins", // Jacob Wilkins - Principal DevSecOps Engineer ] /** From b0842f6918f904f000f5ad91f8f854818c586c71 Mon Sep 17 00:00:00 2001 From: Declan Shanaghy Date: Fri, 1 Oct 2021 16:38:38 -0700 Subject: [PATCH 08/11] 1.1.3 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43f4c7e..9314138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5a4c89b..dd4f39c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.2", + "version": "1.1.3", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" From 3359230d2dc91e50783c5ecdb384de8bbec9aa24 Mon Sep 17 00:00:00 2001 From: declanshanaghy Date: Wed, 6 Oct 2021 10:52:40 -0700 Subject: [PATCH 09/11] Remove jang (#31) --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index bc78470..3ef317a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -414,9 +414,6 @@ export const right = [ // Mary Jackson, American mathematician and aerospace engineer who earned the highest title within NASA's engineering department - https://en.wikipedia.org/wiki/Mary_Jackson_(engineer) "jackson", - // Yeong-Sil Jang was a Korean scientist and astronomer during the Joseon Dynasty; he invented the first metal printing press and water gauge. https://en.wikipedia.org/wiki/Jang_Yeong-sil - "jang", - // Mae Carol Jemison - is an American engineer, physician, and former NASA astronaut. She became the first black woman to travel in space when she served as a mission specialist aboard the Space Shuttle Endeavour - https://en.wikipedia.org/wiki/Mae_Jemison "jemison", From 1dc59a34672992ec98b48608d8ab0dec4906cec7 Mon Sep 17 00:00:00 2001 From: Declan Shanaghy Date: Wed, 6 Oct 2021 10:53:32 -0700 Subject: [PATCH 10/11] 1.1.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9314138..a473caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dd4f39c..3f9fad7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@criblinc/docker-names", - "version": "1.1.3", + "version": "1.1.4", "description": "Fork of docker names for javascript", "files": [ "lib/**/*" From f8c98e61efeac8f6236b8935977442addd380cab Mon Sep 17 00:00:00 2001 From: Eric Bond Date: Thu, 16 Dec 2021 20:34:25 -0800 Subject: [PATCH 11/11] Update index.ts (#32) Time for bondo to join the fun --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 3ef317a..bcd1036 100644 --- a/src/index.ts +++ b/src/index.ts @@ -796,6 +796,7 @@ export const right = [ "bieron", // Jan BieroĊ„ - Sr Software Engineer "bitincka", // Dritan Bitincka - Co-founder and Chief Products Officer // Ledion Bitincka - Co-founder and Chief Technology Officer + "bondo", // Eric Bond - Principal UI Guy "chung", // Bill Chung - Sr Site Reliability Engineer "easley", // Bryce Easley - Sr Software Engineer "emmy", // Victor Lin - Sr Revenue Marketing Manager