Skip to content

Commit

Permalink
Merge branch 'master' into quickstart-rust-web
Browse files Browse the repository at this point in the history
# Conflicts:
#	astro/src/content/json/exampleapps.json
  • Loading branch information
rideam committed Mar 5, 2024
2 parents 4e34d13 + 3acb46a commit 5ba7664
Show file tree
Hide file tree
Showing 181 changed files with 2,763 additions and 393 deletions.
15 changes: 4 additions & 11 deletions .github/scripts/count-repos.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
#!/bin/sh

SHOW_DIFF=0
if [ "$1x" == "-vx" ]; then
SHOW_DIFF=1
fi

# count the repos we have in our example apps page and the number we have in our organization and make sure they match

#fusionauth-containers, fusionauth-theme-helper, etc
EXTRA_IN_JSON_NOT_NAMED_CORRECTLY=4

# fusionauth-example-template and (temporarily) fusionauth-example-vue-sdk
EXTRA_IN_GH_NOT_DISPLAYABLE=2
EXTRA_IN_GH_NOT_DISPLAYABLE=3

cat astro/src/content/json/exampleapps.json|jq '.[]|.url' |sed 's/"//g'|sed 's!https://github.com/!!i' > json.list
COUNT_IN_JSON=`wc -l json.list |sed 's/^ *//' |sed 's/ .*//'`
Expand All @@ -22,10 +17,8 @@ COUNT_EXAMPLE_REPOS=`wc -l ex.list |sed 's/^ *//' |sed 's/ .*//'`
gh repo list fusionauth --no-archived --visibility public -L 300 |grep fusionauth-quickstart | sed 's/\t.*//g'> qs.list
COUNT_QUICKSTART_REPOS=`wc -l qs.list |sed 's/^ *//' |sed 's/ .*//'`

if [ $SHOW_DIFF -eq 1 ]; then
sort json.list > json.sorted
sort ex.list qs.list > gh.sorted
diff json.sorted gh.sorted
fi
sort json.list > json.sorted
sort ex.list qs.list > gh.sorted
diff json.sorted gh.sorted

echo "$COUNT_QUICKSTART_REPOS + $COUNT_EXAMPLE_REPOS - $EXTRA_IN_GH_NOT_DISPLAYABLE - $COUNT_IN_JSON + $EXTRA_IN_JSON_NOT_NAMED_CORRECTLY"|bc
114 changes: 114 additions & 0 deletions .github/vale/styles/config/vocabularies/FusionAuth/accept.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
[Aa]utoscaling
Aiven
anonymization
API
authorizer
Bachman
Basecamp
[Bb]crypt
boolean
CAPTCHA
[Cc]yberattack
[Cc]ybercriminal
[Cc]ybersecurity
Cognito
CRM
cron
crypto
CSP
cutover
CVE
datacenter
datastore
[Dd]ev
deprovision
deserialize
Dockerfile
Equifax
Erlich
esport
failover
Fastly
FIDO
FusionAuth
gameplay
Guice
HAProxy
Hashicorp
Hooli
hostname
Hubspot
Id
Infosec
initializer
interoperate
Inversoft
ISP
Istio
JMeter
JWT
Kaspersky
Kerberos
Keycloak
keypair
Laravel
Linkerd
Linode
lossy
middleware
minifier
namespace
nginx
ngrok
npm
OAuth
Okta
onboarded
[Oo]ffboarding
[Oo]nboarding
Packagist
passcode
pentesting
performant
Pinterest
plaintext
Postgres
[Pp]asswordless
pseudocode
pseudonymization
pseudonymize
Psyonix
Pulumi
[Qq]uickstart
reauthenticate
reauthentication
repo
[Rr]eindex
[Rr]elicensing
[Rr]oadmap
SDK
SHA
Shopify
signup
SLA
[Ss]crypt
SSD
[Ss]erverless
[Ss]harding
Supabase
Twilio
URI
virtualized
VPN
Vue
WebAuthn
webview
Wordpress
WUPHF
[Ww]ebapp
Xbox
Xcode
xkcd
Yubico
YubiKey
Zendesk
Loading

0 comments on commit 5ba7664

Please sign in to comment.