feat : Add PresentationTrackChairFormatter #754
check-commit-message.yml
on: pull_request
lint-commits
16s
Annotations
1 error
|
lint-commits
You have commit messages with errors
⧗ input: chore: replace the otlp interface with abstractFactory
⚠ body must have leading blank line [body-leading-blank]
⚠ found 0 problems, 1 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2SummitMetricsApiController` (#414)
* feat: Extend Swagger Coverage for controller `OAuth2SummitMetricsApiController`
* chore: Add the correct security and x attributes and create security schema, fix path routes and change schema to be defined as requested
* feat: Add changes requested
---------
Co-authored-by: Matias Perrone <github@matiasperrone.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty]
✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum]
✖ found 5 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2UserStoriesApiController` (#389)
* feat: Add OpenAPI documentation to "getAllUserStories" method
- Add controller's response to OpenAPI schema
* fix: Change "namespace" word positioning
* feat: Add OpenAPI schemas for UserStory, Organization, Continent, File, and UserStoriesIndustry models
* feat: Add changes requested
---------
Co-authored-by: Matias Perrone <github@matiasperrone.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty]
✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum]
✖ found 5 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2CompaniesApiController` (#399)
* feat: Extend Swagger Coverage for controller `OAuth2CompaniesApiController`
* fix: param definition
* fix: Change "namespace" word positioning
* fix: Add security schema
* chore: Move the security schema for the controller to its own file
* chore: add operationId and fix schema name
* feat: change to ref the custom types
* fix: Company schema properties
---------
Co-authored-by: Matias Perrone <github@matiasperrone.com>
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty]
✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum]
✖ found 4 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Feature | Extend Swagger Coverage for controller `OAuth2OrganizationsApiController` (#370)
* feat: Add OpenAPI documentation to "getAll" and "add" methods
- Add controller's response to OpenAPI schema
* fix: errors in error responses references
* fix: security scope
* fix: Add security schema
* chore: Move the security schema for the controller to its own file
* fix: Tag name
* chore: remove unused dependency
* chore: change namespace
* chore: add operationId
* fix: issue on rebase
---------
Co-authored-by: Matias Perrone <github@matiasperrone.com>
✖ subject may not be empty [subject-empty]
✖ type may not be empty [type-empty]
✖ The commit needs a description after the colon (:). Eg: feat: add new feature [custom-subject-empty]
✖ Missing type. Use: feat, fix, chore, refactor, etc. [custom-type-enum]
✖ found 4 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: Feature | Extend Swagger Co
|