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

Sprint MartinKippenberger: Minor Improvements #1768

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
7fc502d
wip1
mrnicegyu11 Oct 22, 2024
cd9bafe
Add martinKippenberger Sprint Review Draft Doc
mrnicegyu11 Oct 22, 2024
97d84ee
Add martinKippenberger Sprint Review Draft Doc -2
mrnicegyu11 Oct 22, 2024
1d3c8b0
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 22, 2024
3b46df6
Update 20241028_MartinKippenberger.md
Konohana0608 Oct 22, 2024
ba990c7
updates PC, cleanup links and md layout
pcrespov Oct 22, 2024
34ff582
updates PC
pcrespov Oct 22, 2024
2e203a9
updates PC timing and missed issues
pcrespov Oct 22, 2024
f358f1a
reduced timings and formatting
pcrespov Oct 22, 2024
c62d5b6
SAN updates
sanderegg Oct 22, 2024
8c149e4
Update 20241028_MartinKippenberger.md
wvangeit Oct 23, 2024
ba66e4e
Update 20241028_MartinKippenberger.md
jsaq007 Oct 23, 2024
2ac626e
Update 20241028_MartinKippenberger.md
odeimaiz Oct 23, 2024
296c7d5
Update 20241028_MartinKippenberger.md
odeimaiz Oct 23, 2024
5f591d3
Update 20241028_MartinKippenberger.md
YuryHrytsuk Oct 24, 2024
64b1a9a
Update 20241028_MartinKippenberger.md
YuryHrytsuk Oct 24, 2024
9653c28
Update 20241028_MartinKippenberger.md
YuryHrytsuk Oct 24, 2024
1a667ea
Update 20241028_MartinKippenberger.md
SCA-ZMT Oct 24, 2024
3743671
mag
mguidon Oct 24, 2024
a2014ff
Update 20241028_MartinKippenberger.md
matusdrobuliak66 Oct 24, 2024
8acf800
Update 20241028_MartinKippenberger.md
matusdrobuliak66 Oct 24, 2024
023f58a
SAN updates
sanderegg Oct 24, 2024
60d9250
Update 20241028_MartinKippenberger.md
odeimaiz Oct 24, 2024
0c21d69
SAN
sanderegg Oct 24, 2024
46ee23b
SAN
sanderegg Oct 24, 2024
ebb85c6
maintenance
sanderegg Oct 24, 2024
dff751a
update
sanderegg Oct 24, 2024
3d19efd
Update 20241028_MartinKippenberger.md
matusdrobuliak66 Oct 24, 2024
8a494d8
Update 20241028_MartinKippenberger.md
matusdrobuliak66 Oct 24, 2024
6a60866
IP changes
ignapas Oct 24, 2024
66c8583
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
1b783db
san
sanderegg Oct 24, 2024
d440915
Update 20241028_MartinKippenberger.md
JavierGOrdonnez Oct 24, 2024
3a7bf8c
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
e9a9c14
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
655de58
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
9d3c57c
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
2826edd
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
7248334
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
2525645
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
272c256
Update 20241028_MartinKippenberger.md
mrnicegyu11 Oct 24, 2024
bd8a2e8
ReleaseNote Improvement
mrnicegyu11 Oct 29, 2024
51de95c
ReleaseNote Improvement - 2
mrnicegyu11 Oct 29, 2024
4ecd5a4
Add v1.78.0 draft release notes - 3
mrnicegyu11 Oct 29, 2024
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
Prev Previous commit
Next Next commit
ReleaseNote Improvement
  • Loading branch information
mrnicegyu11 committed Oct 29, 2024
commit bd8a2e8a0619b8ce9d7a4c0e11ad91c1e4e3eaae
7 changes: 6 additions & 1 deletion scripts/4_make_release_drafts.py
Original file line number Diff line number Diff line change
@@ -65,6 +65,11 @@ def _get_collpasable_notes(vtag: str) -> str:
f"https://api.github.com/repos/ITISFoundation/osparc-simcore/releases/tags/{vtag}",
timeout=10,
)
if response.status_code >= 400:
print(
f"ERROR: The GET request to the github API to https://api.github.com/repos/ITISFoundation/osparc-simcore/releases/tags/{vtag} failed. Does the github release {vtag} exist yet?"
)
exit(1)
json_response = json.loads(response.text)
return json_response["body"]

@@ -94,7 +99,7 @@ def main():

print("\nTotal [STEPS] 2\n")

print(f"Will generate form tag: {vtag}")
print(f"Will generate drafts for tag: {vtag}")

new_draft_content = _TEMPLATE.format(
version_tag=_get_previous_version(vtag),
6 changes: 4 additions & 2 deletions scripts/6_app_team_email.py
Original file line number Diff line number Diff line change
@@ -15,9 +15,12 @@
- s4l lite https://staging.s4l-lite.io/
- s4l https://sim4life-staging.cloud/

This is the draft of the release notes: https://github.com/ITISFoundation/osparc-issues/blob/master/release-notes/s4l/{vtag}.md
This is the draft of the release notes:
- s4l https://github.com/ITISFoundation/osparc-issues/blob/master/release-notes/s4l/{vtag}.md
- tip https://github.com/ITISFoundation/osparc-issues/blob/master/release-notes/tip/{vtag}.md
Copy link
Contributor

Choose a reason for hiding this comment

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

ahh they also have to handle tip now.

We have added some highlights for you.


We would like your input on the following:
- Rewrite of the draft release notes, in a more user-friendly fashion (please make a PR back with your edits)
- Test the deployments, including the highlights if they make sense to you
@@ -54,7 +57,6 @@ def main() -> None:
)

print(email_content)
print("\n!!Please review and feel free to edit above text!!\n")


if __name__ == "__main__":