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

Improve makefiles #845

Merged
merged 6 commits into from
Apr 10, 2024
Merged

Improve makefiles #845

merged 6 commits into from
Apr 10, 2024

Conversation

dbadura
Copy link
Contributor

@dbadura dbadura commented Apr 3, 2024

Description

Changes proposed in this pull request:

  • update readmes about development
  • rename run target

Related issue(s)

@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 Apr 3, 2024
@dbadura dbadura force-pushed the improve-makefiles branch from 5b347e6 to acefd0e Compare April 3, 2024 13:18
@kyma-bot kyma-bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Apr 3, 2024
@pPrecel pPrecel self-assigned this Apr 4, 2024
@@ -9,7 +9,7 @@ Pros of the architecture:
* extensibility

## Dependencies description
* `Makefile` - The main makefile that allows for installing and running the Serverless Operator. It's a high-level target to run the module without knowing its internals. It's the first contact point for the Serverless module users.
* `Makefile` - The main makefile that allows for installing and running the Serverless. It's a high-level target to run the module without knowing its internals. It's the first contact point for the Serverless module users.
Copy link
Contributor

Choose a reason for hiding this comment

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

Why you remove Operator? IMO main makefile run Serverless Operator.

Copy link
Contributor Author

@dbadura dbadura Apr 4, 2024

Choose a reason for hiding this comment

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

I want to stress it that this makefile works with serverless. Sure under the hood it's installed by operator, but this is the implementation detail.

components/serverless/README.md Show resolved Hide resolved
@anoipm anoipm added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 4, 2024
@grego952 grego952 assigned dbadura and unassigned pPrecel and anoipm Apr 5, 2024
@kyma-bot kyma-bot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Apr 5, 2024
Copy link
Contributor Author

@dbadura dbadura left a comment

Choose a reason for hiding this comment

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

Add deploy-local

anoipm
anoipm previously approved these changes Apr 8, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Apr 8, 2024
@anoipm anoipm assigned grego952 and unassigned anoipm and dbadura Apr 8, 2024
@anoipm anoipm removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 8, 2024
README.md Outdated Show resolved Hide resolved
components/operator/README.md Outdated Show resolved Hide resolved
components/operator/README.md Outdated Show resolved Hide resolved
components/operator/README.md Outdated Show resolved Hide resolved
components/operator/README.md Show resolved Hide resolved
components/serverless/README.md Outdated Show resolved Hide resolved
components/serverless/README.md Outdated Show resolved Hide resolved
components/serverless/README.md Outdated Show resolved Hide resolved
components/serverless/README.md Outdated Show resolved Hide resolved
components/serverless/README.md Outdated Show resolved Hide resolved
Co-authored-by: Grzegorz Karaluch <[email protected]>
@kyma-bot kyma-bot removed the lgtm Looks good to me! label Apr 9, 2024
@kyma-bot kyma-bot added the lgtm Looks good to me! label Apr 10, 2024
@kyma-bot kyma-bot merged commit 5765a7a into kyma-project:main Apr 10, 2024
20 checks passed
@dbadura dbadura deleted the improve-makefiles branch April 10, 2024 12:22
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.

5 participants