cloudfoundry / cloudfoundry/cf-java-client
Add support for .cfignore file
未关闭
还没有人认领这个 Issue。
enhancement
operations
triaged
- 主要语言
- Java
- 星标
- 334
- 派生
- 319
- PR 合并指标
- 30 天内没有已合并 PR
描述
In cloud foundry documentation https://docs.cloudfoundry.org/devguide/deploy-apps/prepare-to-deploy.html we can find following sentence:
"By default, when you push an application, all files in the application’s project directory tree are uploaded to your Cloud Foundry instance, except version control or configuration files with the following file extensions:
.cfignore
...."
It will be great if gradle plugin also interpret properly .cfignore file content.
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先查看 issue 中链接的 Cloud Foundry 部署文档,然后检查 Gradle plugin 对应用程序上传和文件排除的处理。确定 ignore 文件在哪里处理,并验证项目的 .cfignore 规则会影响上传的文件;该 issue 未提供具体的源文件或要运行的测试。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- build-system
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100