generated from cheqd/.github
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): Autogenerate Swagger docs [DEV-1839] (#57)
* docs: Add swagger docs * docs: Update swagger docs * Update dependencies * Linter fixes * Extend Resolver functionality * go mod tidy * gofumpt -l -w . * fix: Remove swagger files * feat: Add linted swagger docs * build: Upgrade pytest * Update basics * go mod tidy * Update diddoc_service.go * Rename splitDID * Update base details * Update base details * Change base details * Fix examples in DID APIs * Resource-specific metadata * Fetch specific resource * Fetch all resource metadata * Update all Swagger docs * Define dereferencing examples * Update DIDDoc metadata examples * Update DIDDoc examples * Update resolution_metadata.go * Update diddoc_service.go * Set API version * swag fmt * Add service examples * Move DID Resolution annotation to ledger_service * Update constants * swag fmt all docs after moving * Remove unused examples * swag init * Correct swag error * PR format check * go mod tidy * Update doc formatting error * Update package-lock.json * Bump alpine version Co-authored-by: Ankur Banerjee <[email protected]> Co-authored-by: DaevMithran <[email protected]>
- Loading branch information
1 parent
7c1d338
commit f99f4ba
Showing
20 changed files
with
1,943 additions
and
80 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ on: | |
branches: | ||
- main | ||
- develop | ||
- release/** | ||
types: | ||
- opened | ||
- reopened | ||
|
@@ -19,15 +20,29 @@ jobs: | |
lint-pr: | ||
name: "PR format check" | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
# check for the most recent release: https://github.com/CondeNast/conventional-pull-request-action/releases | ||
# replace vX.X.X below with the most recently released version | ||
- uses: CondeNast/[email protected] | ||
|
||
- uses: amannn/[email protected] | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
# to override config-conventional rules, specify a relative path to your rules module, actions/checkout is required for this setting! | ||
commitlintRulesPath: "./.github/linters/.commitlint.rules.js" # default: undefined | ||
# if the PR contains a single commit, fail if the commit message and the PR title do not match | ||
commitTitleMatch: false # default: 'true' | ||
# Configure which types are allowed (newline delimited). | ||
# Default: https://github.com/commitizen/conventional-commit-types | ||
types: | | ||
feat | ||
fix | ||
build | ||
chore | ||
ci | ||
docs | ||
feat | ||
fix | ||
perf | ||
refactor | ||
revert | ||
style | ||
test | ||
# Configure that a scope must always be provided. | ||
requireScope: false |
This file contains 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
This file contains 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
Oops, something went wrong.