Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
  • Sign in
C
core
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 99
    • Issues 99
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • Requirements
    • Requirements
    • List
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • minerva
  • core
  • Merge Requests
  • !682

Open
Opened Feb 28, 2019 by Sascha Herzinger@sascha.herzinger4 of 9 tasks completed4/9 tasks
  • Report abuse
Report abuse

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b "486-activity-flow-support" "origin/486-activity-flow-support"

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout "master"
git merge --no-ff "486-activity-flow-support"

Step 4. Push the result of the merge to GitLab

git push origin "master"

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

WIP: Resolve "SBGN - activity flow"

  • Overview 0
  • Commits 90
  • Pipelines 47
  • Changes 147

Closes #486

For reference: http://sbgn.github.io/sbgn/referencecards

TODO:

  • Add NotOperator to model
  • Add DelayOperator to model
  • Add Activity element to model
  • Add Perturbation element to model
  • Draw Auxiliary Units according to SBGN standard
  • Support the concept of an equivalence arc
  • Support submaps
  • Discuss the difference between AF Compartment and Complex
  • Write a bazillion tests
Edited Sep 26, 2019 by Sascha Herzinger
Assignee
Assign to
v13.1.0~beta.0
Milestone
v13.1.0~beta.0
Assign milestone
Time tracking
2
Labels
enhancement SBGN
Assign labels
  • View project labels
Reference: minerva/core!682