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

docs: Update local-test-setup.md to use scripts #2178

Merged
merged 17 commits into from
Jan 22, 2025

Conversation

c-pius
Copy link
Contributor

@c-pius c-pius commented Jan 15, 2025

Description

Changes proposed in this pull request:

Related issue(s)

@c-pius c-pius requested review from a team as code owners January 15, 2025 08:00
@kyma-bot kyma-bot added cla: yes Indicates the PR's author has signed the CLA. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 15, 2025
@c-pius c-pius force-pushed the docs/loca-test-setup-using-scripts branch from a5babc5 to ab674e8 Compare January 15, 2025 08:01
@nesmabadr nesmabadr self-assigned this Jan 16, 2025
nesmabadr
nesmabadr previously approved these changes Jan 16, 2025
@kyma-bot kyma-bot added the lgtm Looks good to me! label Jan 16, 2025
@lindnerby lindnerby requested a review from mmitoraj January 17, 2025 08:32
@c-pius c-pius assigned mmitoraj and unassigned nesmabadr Jan 17, 2025
@kyma-bot kyma-bot removed the lgtm Looks good to me! label Jan 20, 2025
amritanshusikdar and others added 3 commits January 21, 2025 08:05
…ma-project#2197)

* reference controller in architecture docs

* fix markdown lint

* improve docs
)

* feat: Add metadata and status helpers to Kyma type

* add go sum

* cleanup go mod, add api to coverage

* remove api from unit-test coverage

* feat: MaintenanceWindow service

* chore(dependabot): bump k8s.io/apimachinery from 0.32.0 to 0.32.1 in /api (kyma-project#2185)

chore(dependabot): bump k8s.io/apimachinery in /api

Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.32.0 to 0.32.1.
- [Commits](kubernetes/apimachinery@v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(dependabot): bump sigs.k8s.io/controller-runtime from 0.19.4 to 0.20.0 (kyma-project#2192)

chore(dependabot): bump sigs.k8s.io/controller-runtime

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.19.4 to 0.20.0.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.4...v0.20.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: Add metadata and status helpers to Kyma type

* cleanup go mod, add api to coverage

* remove obsolete comment

* fix fake arguments in suite_test

* avoid handler name in suite_test

* rename to maintenanceWindow consistently

* underscore unused receiver arg

* omit receiver arg

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@kyma-bot kyma-bot added size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jan 21, 2025
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jan 21, 2025
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
Co-authored-by: Małgorzata Świeca <malgorzata.swieca@sap.com>
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
@c-pius c-pius requested a review from mmitoraj January 22, 2025 12:28
Copy link
Contributor

@mmitoraj mmitoraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the confusion but I meant the whole code snippet (on the grey background) that belongs to an ordered list item to be indented. I sent you an example in Slack :)

docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
docs/contributor/04-local-test-setup.md Outdated Show resolved Hide resolved
@kyma-bot kyma-bot added the lgtm Looks good to me! label Jan 22, 2025
@c-pius c-pius enabled auto-merge (squash) January 22, 2025 14:25
@c-pius c-pius merged commit 1fd218e into kyma-project:main Jan 22, 2025
68 of 69 checks passed
@c-pius c-pius deleted the docs/loca-test-setup-using-scripts branch January 22, 2025 14:28
@c-pius c-pius assigned c-pius and unassigned nesmabadr and mmitoraj Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Indicates the PR's author has signed the CLA. lgtm Looks good to me! size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants