Skip to content

Commit

Permalink
Merge pull request #3254 from opsmill/pog-candidate
Browse files Browse the repository at this point in the history
Version 0.13.0 (merged stable into a new candidate branch)
  • Loading branch information
wvandeun authored May 7, 2024
2 parents bd4e800 + 1fa6815 commit d2f84e4
Show file tree
Hide file tree
Showing 805 changed files with 86,880 additions and 32,147 deletions.
20 changes: 0 additions & 20 deletions .buildkite/backend-benchmark.sh

This file was deleted.

40 changes: 0 additions & 40 deletions .buildkite/e2e-testing.sh

This file was deleted.

54 changes: 0 additions & 54 deletions .buildkite/files-changed.py

This file was deleted.

9 changes: 0 additions & 9 deletions .buildkite/javascript-lint.sh

This file was deleted.

110 changes: 0 additions & 110 deletions .buildkite/pipeline.yml.j2

This file was deleted.

9 changes: 0 additions & 9 deletions .buildkite/python-lint.sh

This file was deleted.

8 changes: 0 additions & 8 deletions .buildkite/yaml-lint.sh

This file was deleted.

6 changes: 6 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ node_modules
.ruff_cache
**/.ruff_cache
.mypy_cache
**/.mypy_cache
.pytest_cache
**/.pytest_cache
*.env
.DS_Store
.coverage
Expand All @@ -20,3 +22,7 @@ frontend/playwright-report
# Direnv files (https://direnv.net/)
.direnv/
.envrc

# Generated files
generated/
query_performance_results/
7 changes: 1 addition & 6 deletions .github/build-docs.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/bin/sh

if [ -f docs/docusaurus.config.ts ]; then
(cd docs && npm install && npm run build)
else
npx retypeapp build docs
fi

cd docs && npm install && npm run build
6 changes: 6 additions & 0 deletions .github/file-filters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ doc_files: &doc_files
- package.json
- package-lock.json

helm_files: &helm_files
- "helm/**"

python_all: &python_all
- "**/*.py"

Expand All @@ -64,6 +67,9 @@ documentation_all:
- *doc_files
- *markdown_all

helm_all:
- *helm_files

sdk_all:
- *sdk_files
- *backend_files
Expand Down
30 changes: 0 additions & 30 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,36 +47,6 @@
description: "Maintenance task"
color: "fef2c0"

# ----------------------------------
# TYPE PYTHON SDK
# ----------------------------------
- name: "type/feature/py-sdk"
description: "New feature or request related to the Python SDK"
color: "a2eeef"

- name: "type/bug/py-sdk"
description: "Something isn't working as expected related to the Python SDK"
color: "d73a4a"

- name: "type/housekeeping/py-sdk"
description: "Maintenance task related to the Python SDK"
color: "fef2c0"

# ----------------------------------
# TYPE CTL
# ----------------------------------
- name: "type/feature/ctl"
description: "New feature or request related to the infrahubctl command line"
color: "a2eeef"

- name: "type/bug/ctl"
description: "Something isn't working as expected related to the infrahubctl command line"
color: "d73a4a"

- name: "type/housekeeping/ctl"
description: "Maintenance task related to the infrahubctl command line"
color: "fef2c0"

# ----------------------------------
# TYPE ALL
# ----------------------------------
Expand Down
3 changes: 0 additions & 3 deletions .github/python_sdk-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ categories:
- title: '🚀 Features'
labels:
- 'type/feature'
- 'type/feature/py-sdk'
- title: '🐛 Bug Fixes'
labels:
- 'type/bug'
- 'type/bug/py-sdk'
- title: '🧰 Maintenance'
labels:
- 'type/housekeeping'
- 'type/housekeeping/py-sdk'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
exclude-labels:
- 'ci/skip-changelog'
Expand Down
Loading

0 comments on commit d2f84e4

Please sign in to comment.