-
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 #51 from MineralsCloud:rename
Rename package from `SimpleWorkflow.jl` to `SimpleWorkflows.jl`
- Loading branch information
Showing
10 changed files
with
27 additions
and
36 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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name = "SimpleWorkflow" | ||
name = "SimpleWorkflows" | ||
uuid = "6a97d125-85da-4b66-b300-4bba10360563" | ||
authors = ["Qi Zhang <[email protected]>"] | ||
version = "0.2.0" | ||
|
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 |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# SimpleWorkflow | ||
# SimpleWorkflows | ||
|
||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/SimpleWorkflow.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/SimpleWorkflow.jl/dev) | ||
[![Build Status](https://github.com/MineralsCloud/SimpleWorkflow.jl/workflows/CI/badge.svg)](https://github.com/MineralsCloud/SimpleWorkflow.jl/actions) | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/MineralsCloud/SimpleWorkflow.jl?svg=true)](https://ci.appveyor.com/project/singularitti/SimpleWorkflow-jl) | ||
[![Build Status](https://cloud.drone.io/api/badges/MineralsCloud/SimpleWorkflow.jl/status.svg)](https://cloud.drone.io/MineralsCloud/SimpleWorkflow.jl) | ||
[![pipeline status](https://gitlab.com/singularitti/SimpleWorkflow.jl/badges/master/pipeline.svg)](https://gitlab.com/singularitti/SimpleWorkflow.jl/-/pipelines) | ||
[![Build Status](https://api.cirrus-ci.com/github/MineralsCloud/SimpleWorkflow.jl.svg)](https://cirrus-ci.com/github/MineralsCloud/SimpleWorkflow.jl) | ||
[![Coverage](https://codecov.io/gh/MineralsCloud/SimpleWorkflow.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MineralsCloud/SimpleWorkflow.jl) | ||
[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/organization/repository) | ||
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://MineralsCloud.github.io/SimpleWorkflows.jl/stable) | ||
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://MineralsCloud.github.io/SimpleWorkflows.jl/dev) | ||
[![Build Status](https://ci.appveyor.com/api/projects/status/github/MineralsCloud/SimpleWorkflows.jl?svg=true)](https://ci.appveyor.com/project/singularitti/SimpleWorkflows-jl) | ||
[![Build Status](https://cloud.drone.io/api/badges/MineralsCloud/SimpleWorkflows.jl/status.svg)](https://cloud.drone.io/MineralsCloud/SimpleWorkflows.jl) | ||
[![Build Status](https://api.cirrus-ci.com/github/MineralsCloud/SimpleWorkflows.jl.svg)](https://cirrus-ci.com/github/MineralsCloud/SimpleWorkflows.jl) | ||
[![Coverage](https://codecov.io/gh/MineralsCloud/SimpleWorkflows.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/MineralsCloud/SimpleWorkflows.jl) |
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
using SimpleWorkflow | ||
using SimpleWorkflows | ||
using Documenter | ||
|
||
DocMeta.setdocmeta!(SimpleWorkflow, :DocTestSetup, :(using SimpleWorkflow); recursive=true) | ||
DocMeta.setdocmeta!(SimpleWorkflows, :DocTestSetup, :(using SimpleWorkflows); recursive=true) | ||
|
||
makedocs(; | ||
modules=[SimpleWorkflow], | ||
modules=[SimpleWorkflows], | ||
authors="Qi Zhang <[email protected]>", | ||
repo="https://github.com/MineralsCloud/SimpleWorkflow.jl/blob/{commit}{path}#{line}", | ||
sitename="SimpleWorkflow.jl", | ||
repo="https://github.com/MineralsCloud/SimpleWorkflows.jl/blob/{commit}{path}#{line}", | ||
sitename="SimpleWorkflows.jl", | ||
format=Documenter.HTML(; | ||
prettyurls=get(ENV, "CI", "false") == "true", | ||
canonical="https://MineralsCloud.github.io/SimpleWorkflow.jl", | ||
canonical="https://MineralsCloud.github.io/SimpleWorkflows.jl", | ||
assets=String[], | ||
), | ||
pages=[ | ||
|
@@ -19,5 +19,5 @@ makedocs(; | |
) | ||
|
||
deploydocs(; | ||
repo="github.com/MineralsCloud/SimpleWorkflow.jl", | ||
repo="github.com/MineralsCloud/SimpleWorkflows.jl", | ||
) |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
```@meta | ||
CurrentModule = SimpleWorkflow | ||
CurrentModule = SimpleWorkflows | ||
``` | ||
|
||
# SimpleWorkflow | ||
# SimpleWorkflows | ||
|
||
Documentation for [SimpleWorkflow](https://github.com/MineralsCloud/SimpleWorkflow.jl). | ||
Documentation for [SimpleWorkflows](https://github.com/MineralsCloud/SimpleWorkflows.jl). | ||
|
||
```@index | ||
``` | ||
|
||
```@autodocs | ||
Modules = [SimpleWorkflow] | ||
Modules = [SimpleWorkflows] | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module SimpleWorkflow | ||
module SimpleWorkflows | ||
|
||
include("jobs.jl") | ||
include("graph.jl") | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using SimpleWorkflow | ||
using SimpleWorkflows | ||
using Test | ||
|
||
@testset "SimpleWorkflow.jl" begin | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
using SimpleWorkflow | ||
using SimpleWorkflows | ||
|
||
j = AtomicJob(`ls`) | ||
k = AtomicJob(() -> sleep(5)) | ||
|