Skip to content

docs(idempotency): split snippets, improve wording and lint examples #2492

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

Merged
merged 28 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
01df2a5
docs: adding blank to external links
leandrodamascena May 13, 2023
731c7ba
docs: getting started with idempotency
leandrodamascena May 14, 2023
fce8b73
docs: adding idempotent function
leandrodamascena May 23, 2023
6898d3a
Merging from develop
leandrodamascena Jun 16, 2023
63ac48c
Adding batch processor
leandrodamascena Jun 16, 2023
e1712b0
Adding subset payload
leandrodamascena Jun 16, 2023
5d7d5d0
Adding timeout
leandrodamascena Jun 16, 2023
4f83de8
Adding exception
leandrodamascena Jun 16, 2023
2f8e781
Adding local cache
leandrodamascena Jun 16, 2023
68f95f4
adding validation
leandrodamascena Jun 16, 2023
46b7559
adding payload validation
leandrodamascena Jun 17, 2023
a1a8bd8
adding custom config
leandrodamascena Jun 17, 2023
380b1e0
adding composite key and own persitence
leandrodamascena Jun 17, 2023
55b924f
adding own persitence
leandrodamascena Jun 17, 2023
4c9fecd
adding validator integration
leandrodamascena Jun 17, 2023
78d805d
adding tests
leandrodamascena Jun 17, 2023
0599c94
highlights
leandrodamascena Jun 17, 2023
78d2ca9
adding terraform
leandrodamascena Jun 17, 2023
f5510b7
Merge branch 'develop' into docs/refactor-idempotency
leandrodamascena Jun 19, 2023
db42e06
Merge branch 'develop' into docs/refactor-idempotency
leandrodamascena Jun 20, 2023
c5c7e9d
Merge branch 'develop' into docs/refactor-idempotency
leandrodamascena Jun 20, 2023
b741d2f
addressing Heitor's feedback
leandrodamascena Jun 20, 2023
463ad05
Merge branch 'develop' into docs/refactor-idempotency
leandrodamascena Jun 21, 2023
596b061
Merge branch 'develop' into docs/refactor-idempotency
leandrodamascena Jun 22, 2023
d6639e0
Merge branch 'develop' into docs/refactor-idempotency
rubenfonseca Jun 26, 2023
9a7c749
docs: add terraform
leandrodamascena Jun 26, 2023
5a52faa
fix: highlights and code
rubenfonseca Jun 26, 2023
01cdf00
fix: reformated json
rubenfonseca Jun 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ repos:
hooks:
- id: actionlint-docker
args: [-pyflakes=]
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: 3420134c37197c21edffc7e6093b14ffae8402f2 # v1.81.0
hooks:
- id: terraform_fmt
args:
- --args=-recursive
Loading