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

class-generator: fix when kind do not have properties #2181

Merged
merged 20 commits into from
Oct 31, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
747b5a5
Do not fail when kind do not have properties
myakove Oct 27, 2024
6739538
Do not fail when kind do not have properties
myakove Oct 27, 2024
f7b2bc1
Do not fail when kind do not have properties
myakove Oct 27, 2024
dcd6139
add class_generator/__cluster_version__.txt file
myakove Oct 27, 2024
43025c7
update schema
myakove Oct 27, 2024
eaf3d68
Do not update existing kind in __resources-mappings.json if cluster v…
myakove Oct 27, 2024
4babbb3
Do not update existing kind in __resources-mappings.json if cluster v…
myakove Oct 27, 2024
a9191a5
Do not update existing kind in __resources-mappings.json if cluster v…
myakove Oct 27, 2024
21c7bd7
Do not update existing kind in __resources-mappings.json if cluster v…
myakove Oct 27, 2024
0d4c1d7
Fix type
myakove Oct 27, 2024
41a4e87
Use the right generated definition file
myakove Oct 27, 2024
e8eba86
Add .coderabbit.yaml
myakove Oct 27, 2024
1100129
add type for schema_definition_file
myakove Oct 27, 2024
bfa7f58
Use Path(gettempdir()) for tmp dir
myakove Oct 27, 2024
47fc7fa
exit if cluster version file is missing
myakove Oct 27, 2024
3a7a53c
exit if error in copy files
myakove Oct 27, 2024
17d9eba
Merge branch 'main' of github.com:RedHatQE/openshift-python-wrapper i…
myakove Oct 28, 2024
bdd1365
Merge branch 'main' of github.com:RedHatQE/openshift-python-wrapper i…
myakove Oct 28, 2024
2a2a9e2
Merge branch 'main' of github.com:RedHatQE/openshift-python-wrapper i…
myakove Oct 29, 2024
ba44337
Merge branch 'main' of github.com:RedHatQE/openshift-python-wrapper i…
myakove Oct 31, 2024
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
Prev Previous commit
Next Next commit
Add .coderabbit.yaml
  • Loading branch information
myakove committed Oct 27, 2024
commit e8eba8668aca2595a3ad3114abd86bcaa2d08b92
92 changes: 92 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
language: en-US
tone_instructions: ""
early_access: false
enable_free_tier: true
reviews:
profile: chill
request_changes_workflow: false
high_level_summary: true
high_level_summary_placeholder: "@coderabbitai summary"
auto_title_placeholder: "@coderabbitai"
review_status: true
commit_status: true
poem: false
collapse_walkthrough: false
sequence_diagrams: false
changed_files_summary: true
labeling_instructions: []
path_filters: ["!class_generator/schema/**"]
path_instructions: []
abort_on_close: true
auto_review:
enabled: true
auto_incremental_review: true
ignore_title_keywords: []
labels: []
drafts: false
base_branches: []
tools:
shellcheck:
enabled: true
ruff:
enabled: true
markdownlint:
enabled: true
github-checks:
enabled: true
timeout_ms: 90000
languagetool:
enabled: true
enabled_only: false
level: default
biome:
enabled: true
hadolint:
enabled: true
swiftlint:
enabled: true
phpstan:
enabled: true
level: default
golangci-lint:
enabled: true
yamllint:
enabled: true
gitleaks:
enabled: true
checkov:
enabled: true
detekt:
enabled: true
eslint:
enabled: true
rubocop:
enabled: true
buf:
enabled: true
regal:
enabled: true
actionlint:
enabled: true
pmd:
enabled: true
cppcheck:
enabled: true
semgrep:
enabled: true
circleci:
enabled: true
chat:
auto_reply: true
knowledge_base:
opt_out: false
learnings:
scope: auto
issues:
scope: auto
jira:
project_keys: []
linear:
team_keys: []
pull_requests:
scope: auto