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: Important OS-Climate project announcement #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/major-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
name: Major release
about: Create a new major release
title: New major release
assignees: 'sesheta'
assignees: "sesheta"
labels: bot
---

Hey, Kebechet!

Create a new major release, please.


**IMPORTANT NOTES**

- _If [Khebut GitHub App Bot](https://github.com/apps/khebhut) is installed, this issue will trigger a major release. The bot will open a Pull Request to update the CHANGELOG, fix the opened issue and create a tag._
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/minor-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Minor release
about: Create a new minor release
title: New minor release
assignees: 'sesheta'
assignees: "sesheta"
labels: bot
---

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/patch-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Patch release
about: Create a new patch release
title: New patch release
assignees: 'sesheta'
assignees: "sesheta"
labels: bot
---

Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/redeliver_container_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Please build and deliver the following git tag:

Tag: x.y.z


**IMPORTANT NOTES**

- _If the tag exists and [AICoE CI GitHub App](https://github.com/apps/aicoe-ci) is installed, this issue will retrigger the pipeline to build from tag and push image container image. It should be used if the pipeline triggered with the {major|minor|patch} release failed for any reason._
5 changes: 2 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE/POLISH_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ about: Finalize notebooks prior to publishing or promoting


## The following checklist items have been completed for each notebook in this PR:
## The following checklist items have been completed for each notebook in this PR

- [ ] Proofread by other team member for grammar and spelling
- [ ] Proofread by other team member for coherence and reproducibility (does the analysis make sense as you read through the code and markdown from top to bottom?)
Expand All @@ -25,7 +25,6 @@ about: Finalize notebooks prior to publishing or promoting
- [ ] Cell execution counts are in order (a working "run all" was performed just before PR)
- [ ] All pre-commit checks pass



## Additional context

<!-- If there is some reason that one of the above steps could not be completed, please describe what it is and why. -->
402 changes: 201 additions & 201 deletions LICENSE

Large diffs are not rendered by default.

918 changes: 459 additions & 459 deletions Pipfile.lock

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
> [!IMPORTANT]
> On June 26 2024, Linux Foundation announced the merger of its financial services umbrella, the Fintech Open Source Foundation ([FINOS](https://finos.org)), with OS-Climate, an open source community dedicated to building data technologies, modeling, and analytic tools that will drive global capital flows into climate change mitigation and resilience; OS-Climate projects are in the process of transitioning to the [FINOS governance framework](https://community.finos.org/docs/governance); read more on [finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg](https://finos.org/press/finos-join-forces-os-open-source-climate-sustainability-esg)

# SFI_GeoAsset

template for the team to use
Expand Down
12 changes: 6 additions & 6 deletions manifests/cronwf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ spec:
storage: 10Gi
entrypoint: entrypoint
templates:
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
16 changes: 8 additions & 8 deletions manifests/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ generators:
- ksops.yaml

patchesJson6902:
- patch: &patch |
- op: remove
path: /metadata/name
target:
group: argoproj.io
version: v1alpha1
kind: Workflow
name: ignored
- patch: &patch |
- op: remove
path: /metadata/name
target:
group: argoproj.io
version: v1alpha1
kind: Workflow
name: ignored
12 changes: 6 additions & 6 deletions manifests/postsync-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ spec:
storage: 10Gi
entrypoint: entrypoint
templates:
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
- name: entrypoint
steps:
- - name: execute-template
templateRef:
name: <CHANGE_ME>
template: entrypoint
2 changes: 1 addition & 1 deletion manifests/wftmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ spec:
cpu: 500m
memory: 1Gi
limits:
cpu: '2'
cpu: "2"
memory: 4Gi