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

20240425 zrq GitHub rename #54

Closed
wants to merge 3 commits into from
Closed
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ivoatexmeta.tex
gitmeta.tex
role_diagram.svg
ExecutionPlanner.pdf
ExecutionBroker.pdf
draft-background.pdf
*.aux
*.bbl
Expand Down
File renamed without changes.
File renamed without changes.
442 changes: 221 additions & 221 deletions ExecutionPlanner.tex → ExecutionBroker.tex

Large diffs are not rendered by default.

1,682 changes: 0 additions & 1,682 deletions ExecutionPlanner.edit

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
# for the targets available.

# short name of your document (edit $DOCNAME.tex; would be like RegTAP)
DOCNAME = ExecutionPlanner
DOCNAME = ExecutionBroker

# count up; you probably do not want to bother with versions <1.0
DOCVERSION = 1.0

# Publication date, ISO format; update manually for "releases"
DOCDATE = 2023-07-01
DOCDATE = 2024-04-25

# What is it you're writing: NOTE, WD, PR, REC, PEN, or EN
DOCTYPE = WD
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/ExecutionPlanner-draft.pdf)
[![PDF-Preview](https://img.shields.io/badge/Preview-PDF-blue)](../../releases/download/auto-pdf-preview/ExecutionBroker-draft.pdf)

An initial draft for the IVOA ExecutionPlanner and ExecutionWorker web-services and the associated data model.
An initial draft for the IVOA ExecutionBroker and ExecutionWorker web-services and the associated data model.

This document is distributed under CC-BY-SA.

Binary file modified diagrams/accept-offer.pdf
Binary file not shown.
1,283 changes: 1,075 additions & 208 deletions diagrams/accept-offer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagrams/data-discovery.pdf
Binary file not shown.
1,640 changes: 1,378 additions & 262 deletions diagrams/data-discovery.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagrams/job-status.pdf
Binary file not shown.
1,129 changes: 946 additions & 183 deletions diagrams/job-status.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagrams/micro-services.pdf
Binary file not shown.
1,710 changes: 1,439 additions & 271 deletions diagrams/micro-services.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagrams/request-offers.pdf
Binary file not shown.
1,509 changes: 1,263 additions & 246 deletions diagrams/request-offers.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified diagrams/service-interactions.odg
Binary file not shown.
Binary file modified diagrams/single-webapp.pdf
Binary file not shown.
1,154 changes: 972 additions & 182 deletions diagrams/single-webapp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified role_diagram.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion role_diagram.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ of the various sections) to have the box centered.
<!-- GWS: all over the place -->
<rec name="SSO" x="450" y="115" w="31"/>
<rec name="VOSpace" x="173" y="460" w="54"/>
<thisrec name="ExecutionPlanner" x="245" y="460" w="85"/>
<thisrec name="ExecutionBroker" x="245" y="460" w="85"/>
<rec name="CDP" x="500" y="115" w="31"/>
<rec name="UWS" x="633.5" y="460" w="33"/>
<rec name="GMS" x="534" y="460" w="32"/>
Expand Down
Loading