forked from IQSS/dataverse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request IQSS#4163 from IQSS/develop
v4.8
- Loading branch information
Showing
343 changed files
with
16,401 additions
and
4,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Thank you for contributing an issue to the Dataverse Project! If this is a bug report, please let us know when the issue occurs, which page it occurs on, to whom it occurs, and which version of Dataverse you're using. If this is a feature request, please let us know what you'd like to see and give us some context - what kind of user is the feature intended for, and what inspired the request? No matter the issue, screenshots are always welcome. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@startuml | ||
|
||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
@startuml | ||
' Macro to mark classes you've already implemented | ||
!define DONE(NAME) "NAME ✅" as NAME | ||
|
||
class DONE(DvObject) <<entity>> | ||
class DONE(DvObjectContainer) <<entity>> | ||
class DONE(Dataverse) <<entity>> | ||
class Dataset <<entity>> | ||
|
||
Dataset --|> DvObjectContainer | ||
DvObjectContainer --|>DvObject | ||
Dataverse -up-|> DvObjectContainer | ||
DvObject o--> DvObjectContainer: parent | ||
|
||
class DONE(Workflow) <<entity>> { | ||
id | ||
name | ||
description | ||
} | ||
|
||
class DONE(WorkflowStepData) <<entity>> { | ||
providerId: String | ||
stepId: String | ||
parameters: Map<String,String> | ||
} | ||
|
||
class WorkflowBean<In Progress> <<bean>> { | ||
getWorkflows() | ||
getWorkflow(id) | ||
deleteWorkflow(id) | ||
saveWorkflow(w) | ||
resumeWorkflow(pwf) | ||
... not implemented ... | ||
getStepProvider(id) | ||
} | ||
|
||
class DONE(WorkflowContext) { | ||
r:DataverseRequest | ||
d:Dataset | ||
invocationId:UUID | ||
versionData | ||
isMinorRelease() | ||
} | ||
|
||
class DONE(PendingWorkflow) <<entity>> { | ||
externalId: UUID | ||
workflow: Workflow | ||
pendingStepIdx: int | ||
localData: DATA | ||
request: DataverseRequest | ||
dataset: Dataset | ||
} | ||
|
||
interface DONE(WorkflowStepSPI) { | ||
id | ||
getStep(stepId, parameters):Step | ||
} | ||
|
||
interface DONE(WorkflowStep) { | ||
run( WorkflowContext ): WorkflowStepResult | ||
resume( WorkflowContext ): WorkflowStepResult | ||
rollback( WorkflowContext ) | ||
} | ||
|
||
class DONE(WorkflowStepResult) <<abstract>> | ||
class DONE(OK) <<singleton>> | ||
class DONE(Pending){ | ||
localData | ||
} | ||
class DONE(Failure) { | ||
reason:Throwable | ||
} | ||
|
||
package engine.command { | ||
class PublishDatasetCommand | ||
class ResumeWorkflowCommand | ||
} | ||
|
||
package api { | ||
class WorkflowStepResponse <<endpoint>> { | ||
POST /step/${externalId} | ||
} | ||
|
||
class DONE(WorkflowManagementEndpoint) <<endpoint>> { | ||
POST add | ||
GET list | ||
DELETE id | ||
GET pendingWorkflows | ||
} | ||
} | ||
|
||
OK -up-|> WorkflowStepResult | ||
Pending -up-|> WorkflowStepResult | ||
Failure -up-|> WorkflowStepResult | ||
|
||
PendingWorkflow o--> Workflow | ||
PendingWorkflow o--> WorkflowStepData | ||
PendingWorkflow o--> Dataset | ||
Workflow "1" *--> "1..*" WorkflowStepData: <<ordered>> | ||
WorkflowStepSPI ..> WorkflowStep: creates | ||
WorkflowStep ..> WorkflowStepResult: creates | ||
WorkflowStepResponse ..> PendingWorkflow : invokes | ||
WorkflowBean *--> WorkflowStepSPI | ||
WorkflowBean *--> Workflow | ||
|
||
PublishDatasetCommand ..> Workflow : uses | ||
PublishDatasetCommand ..> Dataset : uses | ||
PublishDatasetCommand ..> WorkflowBean : uses | ||
|
||
ResumeWorkflowCommand ..> Workflow : uses | ||
ResumeWorkflowCommand ..> Dataset : uses | ||
ResumeWorkflowCommand ..> WorkflowBean : uses | ||
|
||
PendingWorkflow ..> WorkflowContext: <<contains>> | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"reasonForReturn": "You forgot to upload any files." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-2.53 KB
doc/sphinx-guides/source/_static/fontcustom/fontcustom_0cdeefae934823416d24b6c2132ac702.woff
Binary file not shown.
Binary file renamed
BIN
+4.87 KB
...stom_0cdeefae934823416d24b6c2132ac702.eot → ...stom_fb6bd74e6004cae7db6ffae62177daaf.eot
Binary file not shown.
Oops, something went wrong.