Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prometheus conflict #218

Merged
merged 45 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
95ef6ee
docs: add offboarding guide (#3230)
sixhobbits Sep 6, 2024
b7ee7cb
added theme history repo doc (#3204)
mooreds Sep 6, 2024
cf81807
remove reference to specific ubuntu version in Docker extension examp…
mooreds Sep 6, 2024
5ab93a1
Release/1.53.0 (#3252)
andrewpai Sep 6, 2024
fbaf5c0
1. Fix formatting for known issues. (#3254)
robotdan Sep 7, 2024
5edebd9
added link to loading script (#3255)
mooreds Sep 9, 2024
97b1d7b
removing spell checker, since vale does this faster (#3256)
mooreds Sep 10, 2024
fa74e94
Bradm/1 53 blog (#3244)
bradmccarty Sep 10, 2024
6c2017c
Remove inline prop, move lambda type back into the correct locations.…
robotdan Sep 10, 2024
5c28fe3
Bradm/fix 135 post (#3259)
bradmccarty Sep 10, 2024
984b840
fix for incorrect parameter name (#3258)
mooreds Sep 11, 2024
0a1c569
Blog: Understanding the auth code grant (#3241)
alex-fusionauth Sep 11, 2024
a18a4e7
add a local vale runner (#3262)
lyleschemmerling Sep 11, 2024
74dbfd6
adjust wording (#3263)
alex-fusionauth Sep 12, 2024
e7afd64
Add homegrown / generic migration guide (#2999)
sixhobbits Sep 12, 2024
2008149
Make vale work (#3261)
mooreds Sep 12, 2024
596e3ca
fix abs urls (#3270)
alex-fusionauth Sep 13, 2024
3821451
Release notes for 1.53.2 (#3269)
robotdan Sep 13, 2024
082586a
docs: Add code example for modelling organizations guide (#3000)
sixhobbits Sep 13, 2024
7cb63f2
Fix empty response tables (#3271)
mooreds Sep 14, 2024
2188499
fixing incorrect reference to entities being cross-tenant (#3274)
mooreds Sep 16, 2024
a6f58b2
Fix check apis Sep 2024 (#3273)
mooreds Sep 16, 2024
afe1661
change mermaid for image (#3266)
alex-fusionauth Sep 17, 2024
735631d
Add Passkey Video to passkey pages (#3265)
alex-fusionauth Sep 17, 2024
c1eecff
Fix busted links sep 17 (#3277)
mooreds Sep 18, 2024
6d0d223
trim .html and index.html from canonical urls (#3282)
lyleschemmerling Sep 18, 2024
9179318
Update pinned blog articles (#3281)
mooreds Sep 18, 2024
71b339c
Update sitemap.xml
SeanBobby Sep 18, 2024
7839fd4
add marketing to codeowners (#3284)
johnjeffers Sep 19, 2024
6d33ab2
Session management blog post (#3209)
mooreds Sep 19, 2024
3845c10
Removed update of CF function, which is no longer used (#3285)
andrewpai Sep 19, 2024
8c513e6
added branch input to dev deploy workflow (#3287)
andrewpai Sep 19, 2024
395d5f4
Adding image to Free Trial article (#3226)
bradmccarty Sep 19, 2024
3a1aff4
fix the category index pages (#3283)
lyleschemmerling Sep 20, 2024
6fb1083
Remove tech docs from the blog nav (#3289)
mooreds Sep 20, 2024
e7e1549
Update sitemap.xml (#3290)
SeanBobby Sep 23, 2024
abf068c
delete license update (#3291)
lyleschemmerling Sep 23, 2024
aeaa644
Blog: Hacktoberfest 2024 (#3288)
alex-fusionauth Sep 24, 2024
ad8d40e
SCIM permissions location update (#3293)
mooreds Sep 24, 2024
81ddf83
Make prometheus/cloud warning more prominent (#3294)
mooreds Sep 24, 2024
5f1d2c8
note about log files (#3295)
mooreds Sep 24, 2024
155baaf
new images for server-layout (#3297)
alex-fusionauth Sep 25, 2024
3fb826b
Mooreds/downloadable software blog (#3147)
mooreds Sep 25, 2024
d75a07a
updating list of sample applications to include the Modeling Organiza…
mark-robustelli Sep 25, 2024
4454eac
Merge branch 'main' into prometheusConflict
Sep 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# If you need to add codeowners to the repository please add them to the CODEOWNERS file in the scripts/files directory at
# https://github.com/FusionAuth/fusionauth-public-repos/

* @fusionauth/owners @fusionauth/platform @FusionAuth/developer-relations-admins @FusionAuth/website-admins @FusionAuth/developer-relations @FusionAuth/developers @FusionAuth/customer-support
* @fusionauth/owners @fusionauth/platform @FusionAuth/developer-relations-admins @FusionAuth/website-admins @FusionAuth/developer-relations @FusionAuth/developers @FusionAuth/customer-support @FusionAuth/marketing
.github/ @fusionauth/owners @fusionauth/platform @FusionAuth/website-admins
19 changes: 10 additions & 9 deletions .github/workflows/dev-astro.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Sample workflow for building and deploying an Astro site to GitHub Pages
#
# To get started with Astro see: https://docs.astro.build/en/getting-started/
# Build the astro-based artifacts and deploy them to the dev website S3 bucket
#
name: Dev astro deployment
env:
Expand All @@ -9,11 +8,15 @@ env:
AWS_REGION: "us-east-2"
on:
# Runs on pushes targeting the default branch
push:
branches: ["release/1.53.0"]
# push:
# branches: ["release/1.53.0"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
inputs:
branch:
required: true
type: string

permissions:
id-token: write # Used to get an access token, which is then used to assume an AWS IAM role
Expand All @@ -36,8 +39,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ env.PUBLISHER_ROLE_ARN }}
role-session-name: site_publisher_session
Expand All @@ -53,8 +58,4 @@ jobs:
- name: CloudFront request handler and cache invalidation
working-directory: .
run: |
CLOUDFRONT_FUNCTION_ETAG=$(aws cloudfront describe-function --name fusionauth-website-request-handler --query 'ETag' --output text)
CLOUDFRONT_FUNCTION_ETAG=$(aws cloudfront update-function --name fusionauth-website-request-handler --function-code fileb://src/cloudfront/functions/fusionauth-website-request-handler.js --function-config Comment="Request handler for the FusionAuth website",Runtime="cloudfront-js-1.0" --if-match ${CLOUDFRONT_FUNCTION_ETAG} --query 'ETag' --output text)
aws cloudfront publish-function --name fusionauth-website-request-handler --if-match ${CLOUDFRONT_FUNCTION_ETAG}
aws cloudfront create-invalidation --distribution-id ${{ secrets.DEV_DISTRIBUTION_ID }} --paths "/*"

30 changes: 0 additions & 30 deletions .github/workflows/spellcheck.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v4
- uses: errata-ai/vale-action@reviewdog
with:
files: '["astro/src/content"]'
fail_on_error: false
files: '["astro/src/components","astro/src/content"]'
fail_on_error: true
23 changes: 0 additions & 23 deletions .spellcheck.yaml

This file was deleted.

19 changes: 18 additions & 1 deletion .vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,31 @@ astro = md
BasedOnStyles = Vale, write-good
BlockIgnores = <RemoteCode ([^>]+)?/>
TokenIgnores = (?m)^import .+ from [^\n]+$, \
(?m)^export const .+, \
(?m)^export const.*, \
(?m)^image: .*oauth.*, \
(?m)^tags: .*oauth.*, \
(?m)^tags: .*ciam.*, \
(?m)\[[^]]*\]\(.*/apis/.*\), \
(?m)\[[^]]*\]\(.*-apis-.*\), \
(?m)\[[^]]*\]\(.*/oauth/.*\), \
class="[^"]*", \
img src=\{.*supabase.*\}, \
<Aside( [^>]+)?>, \
</Aside>, \
<InlineField>[^<]+<\/InlineField>, \
<InlineUIElement>[^<]+<\/InlineUIElement>, \
<API( [^>]+)?/>, \
<DockerSpinup( [^>]+)?/>, \
<OauthIdpOperations( [^>]+)?/>, \
<LambdaTypeAPI( [^>]+)?/>, \
<TokenStorageNote( [^>]+)?/>, \
<Intro( [^>]+)?/>, \
<LoginArchitecture([^>]+)?/>, \
<APIField( [^>]+)?>[^<]+<\/APIField>, \
{[^}]+}, \
\s\s+mtls:.*, \
```[^`]*```, \
(<http[^\n]+>+?), \
<APIURI( [^>]+)?>[^<]+<\/APIURI>


5 changes: 3 additions & 2 deletions DocsDevREADME.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Running builds
# Running builds
Almost all of the content for site now lives under the [astro](./astro) directory and is built by astro. You can run the site by cd-ing into the astro directory and running npm scripts from there or by running savant targets from the top level.

The build targets are
Expand Down Expand Up @@ -456,10 +456,11 @@ The main configuration file is located at [`.vale.ini`](./.vale.ini), where we s
- Right now, we're using [`write-good`](./config/vale/styles/write-good), a collection of simple rules to avoid common mistakes and awkward sentences.
- We also have a custom vocabulary at [`config/vale/styles/config/vocabularies/FusionAuth/accept.txt`](./config/vale/styles/config/vocabularies/FusionAuth/accept.txt) with known words.
- Note that this file can use regular expressions to match words in a case-insensitive manner, as described [in their docs](https://vale.sh/docs/topics/vocab/).
- Anything marked as code (with backticks) is ignored, so if you have a UUID or config string, surrounding it with backticks is a good way to satisfy vale.

### GitHub Actions

There's [a GitHub Action](./.github/workflows/vale.yml) that runs Vale on added/modified files when opening a pull request. It'll only cover files located at `astro/src/content`, but it won't block merging the PR, as we currently have lots of errors to fix. So, use it as a guide to improve what you are writing.
There's [a GitHub Action](./.github/workflows/vale.yml) that runs Vale on added/modified files when opening a pull request. It'll only cover files located at `astro/src/content` and `astro/src/components`. It will block merging the PR.

### Running locally

Expand Down
Loading
Loading