Brian Broll
73f7ba38ba
Refactored code gen out of ExecuteJob. Fixes #1014 ( #1018 )
...
* WIP created GenerateJob plugin for generating exec code
* WIP moved templates to GenerateJob
* WIP #1014 GenerateJob tests passing
* WIP #1014 Added attribute file test
* WIP #1014 Added more GenerateJob tests
* WIP #1014 removed extra logs
* WIP #1014 Follow base for plugin, namespace
* WIP #1014 Added CodeGen component settings
* WIP #1014 Removed component settings
* WIP #1014 Fixed the loading of inputs
* WIP #1014 Fixed namespace detection
* WIP #1014 Fixed code gen of job refs
* WIP #1014 Fixed 2nd degree code gen
* WIP #1014 Removed old code generation file
* WIP #1014 Fixed code linting issues
* WIP #1014 Fixed blob fetch error handling
* WIP #1014 fixed error handling for bad blob fetch
* WIP #1014 Updated the commit hash for the ptr code gen
* WIP #1014 save after forwarding data from the successful job
* WIP #1014 updated error msg on blob retrieval fail
* WIP #1014 fixed code linting issues
2017-04-26 21:46:17 -05:00
Brian Broll
a6625cfadc
Added extension architecture. Fixes #945 ( #956 )
...
* WIP #945 Added some structure for the extensions support
* WIP #945 Added ext installation using npm
* WIP #945 Added some structure for the extensions support
* WIP #945 Added ext installation using npm
* WIP #945 Restructured export formats
* WIP #945 Added ExportFormat:Pipeline installation
* WIP #945 Updated extension installer
* WIP #945 Fixed format.js format path
* WIP #945 Added reinstalling message
* WIP #945 Updated the default Basic CLI
* WIP Updated deserializers and cli deserializer
* WIP #945 Added simple static ext config
* WIP #945 Added custom config dialog for exporting pipelines
* WIP #945 Added dynamic updating based on config
* WIP #945 Added section headers
* WIP #945 Renamed to Export:Pipeline
* WIP #945 moved cli export to first option
* WIP #945 Renamed plugin 'GenerateExecFile' -> 'Export'
* WIP #945 Renamed GenExecFile -> Export
* WIP #945 Added 'deepforge extension remove X'
* WIP #945 Added 'list' command for extensions
* WIP #945 fixed minor linting issues
* WIP #945 aliased remove/rm, list/ls
* WIP #945 Moved gen installation fn to utils/extender
* WIP #945 Added ext reinstall script on postinstall
* WIP #945 don't prompt if no options
* WIP #945 Updated the plugin name in registry
* WIP #945 Updated format template
* WIP #945 Fixed cli tests
* WIP #945 Removed unused main method
* WIP #945 Fixed linter issues
2017-01-25 19:27:39 -06:00
Brian Broll
ae37e17cae
Added layer validation and visual cues on error. Fixes #915 ( #920 )
...
* WIP #915 Added layer validation plugin
* WIP #915 Validate plugin on territory update (1.5s delay)
* WIP #915 Added validation plugin
* WIP #915 Fixed multiple layer check at once and cleaned msg
* WIP #915 Changed from 'warn' to 'error'
* WIP #915 Fixed flickering issue
* WIP #915 decreased validation delay
* WIP #915 graceful failing if th not installed
* WIP #915 updated for unsupported server side
* WIP #915 Added validation plugin test
* WIP can't seem to push to github...
* WIP removed stupid tmp file
2016-12-06 14:43:59 -06:00
Brian Broll
964ebc9714
Added generic container support. Fixes #476 ( #891 )
...
* WIP #476 Update 'Container' category and added 'addLayers' set
* WIP #476 Added ContainerLayerDecorator
* WIP #476 Embedded arch editor in decorator
* WIP #476 Shrink the nested layers. Hide on condense
* WIP #476 Fixed positioning of nested layers
* WIP #476 Added background click handling
* WIP #476 alternate colors w/ nested containers
* WIP #476 Fixed nesting viz and layer prompt
* WIP #476 Refactored nested layers
* WIP #476 Added box on hover for nested layers
* WIP #476 Fixed the nested layer hover box position/size
* WIP #476 added button event handling
* WIP #476 Some nested layer creation support
* WIP #476 Fixed nested layer deletion
* WIP #476 prompt layer on first creation
* WIP #476 Fixed horizontal positioning of nested layers
* WIP #476 Fixed nested layer removal
* WIP #476 Fixed reordering nested layers
* WIP #476 Added basic button styling
* WIP #476 Added hint text
* WIP #476 nested layer delete icon
* WIP #476 Fixed hover and added first button
* WIP #476 Fixed the position of the nested layers (w/ attrs)
* WIP #476 more position adjustments
* WIP #476 Fixed add nested layer not updating
* WIP #476 Load nested children eagerly
* WIP #476 Minor aesthetic tweaks
* WIP #476 Fixed attribute field editing (width messing up)
* WIP #476 Added support for container code generation
* WIP #476 Added generic container support to importer
* WIP #476 Moved Concat to 'Simple'
Concat is only implicitly a container in deepforge (the contained
nodes are inferred by the graph structure rather than physically
nested w/in the node)
* WIP #476 Fixed minor code climate issues
* WIP Protected against null id on project unload
* WIP #476 Fixed 'push' of undefined bug in import tests
* WIP #476 Updated tests
* WIP #476 Only reset attr field size if attribute changed
* WIP #476 re-open error fixed
* WIP #476 update territory on creation
* WIP #476 Updated the nested editor height calculation
* WIP #476 Added resnet import example
2016-11-15 18:54:26 -06:00
Brian Broll
a31043d661
Updated main ui. Fixes #828 ( #849 )
...
* WIP #828 Added icons for main nav bar
* WIP #828 Change active node using the icons on the left
* WIP #828 Basic panel loading
* WIP #828 Added visualizers for each option
* WIP #828 Added active indicator of icons
* WIP #828 Added Architecture card
* WIP #828-Removed unnecessary MainViewControl
* WIP #828 Added thumbnail support to arch editor
* WIP #828 Added basic table for ArtifactIndex
* WIP #828 Added artifact delete support
* WIP #828 Removed unnecessary arg from completeTransaction
* WIP #828 Added size info and download link
* WIP #828 italicized the type
* WIP #828 Added SidebarLayout
* WIP #828 Updated nav viz for SideBarLayout
* WIP #828 Removed panel loading from MainView
* WIP #828 Updated breadcrumb header to hide root children
* WIP #828 Updated Index views for each container in root
* WIP #828 Added ArchIndex
* WIP #828 Fixed the sidebar height
* WIP #828 Fixed nav bar size; layout left value
* WIP #828 Renamed Sidebar (layout/viz), added ForwardViz
* WIP #828 Fixed highlight on refresh
* WIP #828 Fixed overlap w/ dropdown menu
* WIP #828 Added support for old projects
* WIP #828 Fixed old project errors
* WIP #828 Fixed flashing when clicking 'HOME' on the breadcrumb path
* WIP #828 Fixed the text alignment for the exec container
* WIP #828 Centered text
* WIP #828 Added creation time to artifact index
* WIP #828 Fixed code climate issues
2016-10-28 16:23:52 -04:00
Brian Broll
fc69aad300
Added execution reconnection support. Fixes #821 ( #847 )
...
* WIP #821 Added ExecPulse router
* WIP #821 Added heartbeat and fixed job origin router
* WIP #821 Created pulse client and updated JobEditor
* WIP #821 Added execpulse tests
* WIP #821 Updated execjob tests
* WIP #821 Fixed status code
* WIP #821 Fixed resumable detection
* WIP #821 Added CONSTANTS for heartbeat liveliness
* WIP #821 Added reconnect support for executing jobs
* WIP #821 resume execution iff dead and not read only
* WIP #821 Added logging
* WIP #821 Added some pipeline resume support
* WIP #821 Don't resume jobs if readonly
* WIP #821 Refactoring ExecuteJob
* WIP #821 Fixed constant value
* WIP #821 Fixed heartbeat id for pipelines
* WIP #821 Added debug endpoint for all heartbeats
* WIP #821 No longer clearing pulse on complete
* WIP #821 Fixed pipeline resume detection
* WIP #821 Added tests for resuming
* WIP #821 Added / endpoint to job origin
* WIP #821 resume job based on branch, ui status and plugin liveliness
* WIP #821 Added tests for resuming pipelines
* WIP #821 recording metadata before running
* WIP #821 Updated ExecPulse router tests
* WIP #821 stop heartbeat on plugin completion
* WIP #821 Fixed double run of running ops on resume
* WIP #821 Checked for branch origin before resuming pipeline
* WIP #821 Added cmdCount to joblogs metadata
* WIP #821 Updated appendTo call
* WIP #821 Added tests for resuming preparation
* WIP #821 Fixed execjob tests' namespace
* WIP #821 record createdIds for metadata
support deletion of old metadata during resume
* WIP #821 Fixed resuming w/ graphs
* WIP #821 Checked that the jobs can be resumed
* WIP #821 Removed the extra metadata fields
* WIP #821 Resuming executions should run on server
* WIP #821 Fixed linting issues
* WIP #821 Increased pulse stale constant
2016-10-22 16:44:18 -05:00
Brian Broll
162cefd77e
Added basic worker dashboard. Fixes #759 ( #835 )
...
* WIP #759
* WIP #759 Added WorkerHeader w/ menu item
* WIP #759 Added non-func worker dialog
* WIP #759 Added updating info
* WIP #759 Fixed column header alignment
* WIP #759 Added some job queue support
* WIP #759 Improved styling of job queue
* WIP #759 Added job origins api
* WIP #759 added origin client
* WIP #759 Added originManager
* WIP #759 Added origin API,client fork support
* WIP #759 Added job queue naming
* WIP #759 Changing job queue to a table
* WIP #1759 Color coded worker list. Minor ui improvements
* WIP #759 Re-worded things
* WIP #759 Added worker id when running
* WIP #759 Fixed code climate issues
* WIP #759 Fixed code climate issues
2016-10-03 20:04:44 -05:00
Brian Broll
af5d74483a
Added read-only tier of changes being applied. Fixes #826 ( #827 )
...
* Added read-only tier of changes being applied. Fixes #826
WIP #826 Updated currentChanges name. Added debugging
WIP #826 Added get/setAttr test for ExecJob
WIP #826 Added get/set attr tests
WIP #826 Added logs to try to figure out what on earth is going wrong
WIP #826 Fixed typo in test
WIP #826 Removed debugging logging
WIP #826 Enabled all tests
* WIP #826 Fixed code climate issue
2016-09-26 19:18:20 -05:00
Brian Broll
7281dcefc6
Added log-storage for running jobs. Fixes #785 ( #800 )
...
WIP #785 Initial router commit
WIP #785 Added the log manager api
WIP #785 Added some comments for needed updates
WIP #785 Fixed typo in export
WIP #785 Added basic fn-ality to JobLogsClient
WIP #785 Added tests for the log router
WIP #785 uri encode project, branch. Updated viz to use the log-storage
WIP #785 Fixed updating on stdout update
WIP #785 Filtered out stdout update msgs from the notification widget
WIP #785 Added stdout save on canceled
WIP #785 Added tests for the joblogsclient
WIP #785 Moved job logs client to src/common
WIP #785 Added forking support to api
WIP #785 Added fork support for the job log client
WIP #785 Fixed flashing on canceled job
WIP #785 Fixed minor code climate issues
WIP #785 Create test-tmp on npm test
2016-09-10 17:34:36 -05:00
Brian Broll
1477421f1a
Added automatic library update detection. Fixes #410 ( #771 )
...
WIP #410 initial plugin creation
WIP #410 Added checking for library version info
WIP #410 Added library upload on out-of-date lib detection
WIP #410 Added ui indicator about updates available
WIP #410 Updated log/toast messages
WIP #410 Added library creation utility
WIP #410 Remove sync methods and added more logging
WIP #410 Updated the hash retrieval
WIP #410 Updated library version method
WIP #410 Added versioned lib seeds
WIP #410 Fixed library update plugin
WIP #410 Fixing library checking
WIP #410 Fixed update message
WIP #410 Fixed version comparison
WIP #410 Removed unused method
WIP #410 Skipping update library tests
WIP #410 update check libraries check
WIP #410 Added toast updates
WIP #410 Updated nn, pipeline dependencies
2016-08-31 17:34:35 -05:00
Brian Broll
5ddeb6f331
Added layers-as-arguments. Fixes #654 ( #684 )
...
WIP #654 Added LayerDecorator
WIP #654
WIP #654 Added support for adding/removing layers
WIP #654 Fixed the text for the layers
WIP #654 Refactored content text
WIP #654 Only delete target if it's a child
WIP #654 Updated for layers-as-args
WIP #654 Made a better name for layer args
WIP #654 Added explicit arg types
WIP #654 Changed argindex -> ctor_arg_order
WIP #654 Added support for layers-as-args in GenArch
WIP #654 Added import fn-ality
WIP #654 Updated visualizers for layer support
WIP #654 Fixed code climate issues
WIP #654 Fixed setter detection
WIP #654 Updated tests
WIP #654 Updated tests
2016-08-12 14:28:54 -05:00
Brian Broll
c36f12ccb2
Added Execution dashboard. Fixes #587 ( #594 )
...
WIP #587 Added toggling embedded viz
WIP #587 Added ExecutionIndex
WIP #587 Added exec table and rows
WIP #587 Added status colors
WIP #587 Added color coded by status
WIP #587 Retrieved graphs for each execution
WIP #587 Added lineGraph object in right split
WIP #587 Fixed lineGraph resize and added multiple lines
WIP #587 Fixed line updates/removal
WIP #587 Added execution selection
WIP #587 Added execution toggling
WIP #587 Fixed untoggle-able after update
WIP #587 Fixed exec status color updates
WIP #578 Exec name click -> navigate to the given execution
WIP #587 Added pipeline names
WIP #587 Added default 'checking' and pipeline name updates
WIP #587 Fixed the deselection of running execs
WIP #587 Fixed initial pipeline names
WIP #587 Added toggling visualizers
WIP #587 Fixed positioning
WIP #587 Added more logs and fixed pipeline name finding
WIP #587 Fixed project switching and obj changed
WIP #587 Improved perf of chart
2016-08-02 16:42:28 -05:00
Brian Broll
70fe60a45d
Added 'deepforge.image(<name>, <tensor>)' support. Fixes #519 ( #575 )
...
WIP #519 Added saving image file on worker
WIP #519 Added wrapper for the intermediate data results
WIP #519 filename->name and silenced blobClient logs
WIP #519 Removed old debug log
WIP #519 Added Image metadata creation
WIP #519 Added ImageViewer
WIP #519 Added zoom fn-ality
WIP #519 Added 'Image' node
WIP #519 Updated pipeline libraries
WIP #519 Added 'image' to deepforge autocomplete
WIP #519 Added no-image image
WIP #519 Fixed image updating
WIP #519 Added better origin url detection
WIP #519 Fixed code climate issues
WIP #519 fixed code climate issues
2016-07-30 11:06:46 -05:00
Brian Broll
5f3bf23a6a
Added xor example. Fixes #557 ( #560 )
...
WIP #557 xor example
WIP #557 Added test, train and manual train pipelines
2016-07-27 13:10:15 -05:00
Brian Broll
3426a07096
Added graphing support in operations/jobs. Fixes #488 ( #543 )
...
WIP #488 Added logs for graph plotting
WIP #488 Added graph creation from cmdline logs
WIP #488 Fixed JobEditor bugs exposed by metadata
WIP #488 Removed old metadata on ExecuteJob
WIP #488 Moved graph points to graph attribute
WIP #488 Removed extra whitespace in points
WIP #488 Fixed graph id collisions between jobs
WIP #488 Created OutputViewer
WIP #488 Added filtering for the metadata nodes
WIP #488 Fixed visibility
WIP #488 Adding auto hide when not relevant
WIP #488 remove entries from pagination on delete
WIP #488 Added initialization to the LineGraph
WIP #488 Added LineGraph viz boilerplate
WIP #488 Added basic linegraph
WIP #488 Set LineGraph to use the 'Graph' node
WIP #488 Fixed double-playing commands
WIP #488 Fixed graph sizing and showing in the outputviewer
WIP #488 Adding metadata updating support
WIP #488 Updating graph w/ new data
WIP #488 Added some multi-line support
WIP #488 Added mult-line support for LineGraph
WIP #488 Added Graph metadata type
WIP #488 Fixed 'No Data Available' on quick graph open
WIP #488 revert to console if active graph deleted
WIP #488 Fixed graph update error
WIP #488 Fixed JobEditor nodeId checking
WIP #488 Removed 'points' from Graph
WIP #488 Filtered out deepforge commands from stdout
WIP #488 Fixed filtering deepforge cmds
WIP #488 Fixed ExecutePipeline
WIP #488 Added nvd3 to codeclimate ignore
WIP #488 . better error handling for incorrect node types
WIP #488 Removed extra files and fixed code climate issues
2016-07-22 21:12:05 -05:00
Brian Broll
41e7750dd1
Created JobEditor for non-snapshotted executions. Fixes #364 ( #525 )
...
WIP #364 Created ExecuteJob plugin
WIP #364 ExecutePipeline working again
WIP #364 Added restart job fn-ality
WIP #364 Fixed job status updating
WIP #364 Added JobEditor
WIP #364 Fixed class deserialization
WIP #364 Update exec status on job complete
WIP #364 Fixed JobEditor view for snapshotted jobs
WIP #364 Updated seeds
WIP #364 verify current node is Job
WIP #364 Fixed code climate issues
WIP #364 Fixed some code duplication
2016-07-19 09:44:06 -05:00
Brian Broll
b96f2a845a
Added criterion reference support. Fixes #369 ( #450 )
...
WIP #369 Removed criterion filter
WIP #396 Added criterion layers to nn seed
WIP #369 Added GenerateCriterion plugin
WIP #369 Added GenerateCriterion to criterion meta
WIP #369 Filtered criterion from the ArchEditor
WIP Removed old css
WIP #369 filtered criterion types
WIP #369 . Fixed criterion pointer assignment
WIP #369 Fixed criterion execution problems
WIP #369 Updated seeds
WIP #369 Fixed failing test
2016-07-07 11:54:09 -06:00
Brian Broll
873cbc2145
Updated main view to have nav bar and pipeline index. Fixes #440 ( #446 )
...
WIP #440 Added MainView
WIP #440 Removed unneeded files
WIP #440 Added basic left bar
WIP #440 Added root node actions
WIP #440 Embedded PipelineIndex
WIP #440 Removed unused js
WIP #440 Removed setTimeout
WIP #440 Fixed some layout issues. css reduction
WIP #440 Added glyphicon
WIP #440 Fixed menu control icon placement, size, color
WIP
WIP #440 Added opening/closing of the nav bar
WIP #440 Added grey background-color
WIP #440 Fixed hide on small screens
WIP #440 . Added action buttons
WIP #440 Fixed arch-content list
WIP #440 Removed bullet points
WIP #440 Fixed resize positioning
WIP #440 Increased font size for headers
WIP #440 italic actions
WIP #440 Added some structure for the artifacts
WIP #440 Added download artifact link
WIP #440 Fixed lingering territory rules
WIP #440 removed unused lib files
WIP #440 Fixed code climate issues
2016-07-07 09:21:35 -06:00
Brian Broll
6e32394e01
Added pipeline index viz. Fixes #429 ( #438 )
...
WIP #429 Added basic boilerplate for the pipeline index viz
WIP #429 Removed the title
WIP #429 Fixed columns (and text)
WIP #429 Added open, delete actions
WIP #429 Added double click to edit pipeline name
WIP #429 Added check for empty, same name
WIP #429 Added comment for thing to add next
WIP #429 Added some thumbnail support and embedded support
WIP #429 Fixed the thumbnail
WIP #429 thumbnail updates
WIP #429 Set background color and fixed updateNode bug
WIP #429 Fixed update thumbnail deletion
WIP #429 Added preview click-to-open
WIP #429 Added empty message
WIP #429 slight refactor
WIP #429 Added executions text (better phrasing)
WIP #429 Removed toolbar items
WIP #429 Fixed remove undefined bug
WIP #429 Updated seeds
WIP #429 Added pipeline index css to ignore
WIP #429 Fixed code climate issues
WIP #429 Added csslint ignore file
WIP #429 Fixed code climate issues
WIP #429 Added csslint ignore block for materialize
WIP #429 Added thumbnails to cifar10 example
2016-06-30 15:33:05 -05:00
Brian Broll
5cf592e103
removed old 'demo' seed. Fixes #365 ( #384 )
2016-06-28 07:46:26 -05:00
Brian Broll
825209970c
Added class creation. Fixes #334 ( #378 )
...
WIP #334 Fixed programmatic changes triggeringd save
WIP #334 Added support for single panel
WIP #334 Added ClassEditor
WIP #334 Added boilerplate class code
WIP #334 Updated creation buttons
WIP #334 Updated pipeline execution for complex data types
WIP #334 Fixed problem in default template
WIP #334 Updated default code template
WIP #334 Updated class name from src return value
WIP #334 Removed Primitive, Complex data types from opint editor
WIP #334 set isAbstract if needed on data type creation
WIP #334 updated seeds
WIP #334 Updated cifar example
2016-06-27 11:43:16 -05:00
JimnyCricket
ec8fcb25f0
Completed CIFAR-10 Demo seed. Fixes #77 ( #331 )
...
WIP #77 Removed old options values and updated some logs
WIP #77 Removed ImportTorch reg value; updated pipeline lib
2016-06-21 14:26:52 -05:00
Brian Broll
0b95219c2a
Removed extra seeds. Fixes #317 ( #322 )
2016-06-20 09:45:00 -05:00
Brian Broll
edeb783547
Custom Layer Support ( #315 )
...
* Added basic custom layer editor. Fixes #1
* Added custom layer editing. Fixes #156
WIP #156 Updated rootviz component config
WIP #156 Added template creation from parent if no code
WIP #156 Added root viz panel. Changed ordering
WIP #156 Added some support for 'create layer' button
WIP #156 Fixed create custom layer type button
WIP #156 Fixed bug with checking node for attribute
WIP #156 . Added support for updating meta from constructor args
WIP #156
WIP #156 Added seeds
WIP #156 Added attr inheritance in layer def
WIP #156 Removed extra TODO
* Added custom layer support to executions. Fixes #296
WIP #296 Fixed execution support
* Updated GenArch for custom layers. Fixes #157
WIP #157 Updated 'standalone' default to true
WIP #157 Fixed code-climate issues
WIP #157 Fixed bad default
WIP Removed outdated tests
2016-06-17 13:28:50 -05:00
Brian Broll
b43a580683
Added node updating to CreateTorchMeta. Fixes #290
...
WIP #290 Added attribute updating and meta sheet placement
WIP #290 Removing old layers and changing category support
WIP #290 Added update layer test
WIP #290 Updated ArchEditor layer type colors
WIP #290 Updated seeds
WIP #290 Fixed attribute not showing up bug
WIP #290 Fixed removal of old attribute names
WIP #290 Added more logs
WIP #290 Removed 'only' from tests
2016-06-15 21:10:27 -05:00
Brian Broll
1f0f615fc4
Added stdout viewer for jobs. Fixes #162 ( #294 )
...
WIP #162 . Hid 'success' and 'debug' attrs
WIP #162 Added stdout logs to jobs
WIP #162 Added 'Enter' button on jobs
WIP #162 Added readonly, no syntax highlighting to LogViewer
WIP #162 Added theme
WIP #162 . Removed extra new lines
WIP #162 . redirected stderr to stdout
WIP #162 Updated seeds
WIP #162 Removed unnecessary comment
2016-06-15 20:39:27 -05:00
Brian Broll
c05d7bb433
Added ArtifactFinder. Fixes #236 ( #277 )
...
WIP #236 Added ArtifactFinder support to ExecutePipeline
WIP #236 Updated UI for ArtifactFinder support
WIP #236 updated seeds
2016-06-13 13:09:10 -05:00
Brian Broll
341497323c
Removed default webgme footer. Fixes #262 ( #263 )
2016-06-11 12:12:22 -05:00
Brian Broll
41cfdfb007
Added ArtifactLoader. Fixes #166 ( #235 )
...
WIP #166 Added ArtifactLoader to seeds
WIP #166 Added OpIntDecorator
WIP #166 Filtered out the meta data nodes
WIP #166 Added node creation/base change on pointer set
WIP #166 . Fixed output node creation
WIP #166 Added ArtifactLoader to LocalExecutor
2016-06-08 11:10:16 -05:00
Brian Broll
ab3ba50886
Added 'upload artifact' button. Fixes #225 ( #227 )
2016-06-07 14:32:48 -05:00
JimnyCricket
cb97a14e59
Merge pull request #210 from dfst/154-basic-torch-data-types
...
Added data types to project and added minimal seed. Yeah, I think having some connections to the blob might be good. We'll address these in another issue. Fixes #154
2016-06-06 10:49:18 -05:00
Brian Broll
806780bd1f
Added single execution file generation. Fixes #138 ( #219 )
...
WIP #138 Added basic code generation for each op.
WIP #138 merged operation code blocks in topo ordering
WIP #138 Removed unused file and updated plugin name
WIP #138 Added support for references
WIP #138 . Updated plugin for executions
WIP #138 Fixed ptr code generation
WIP #138 Updated pipeline seed
2016-06-06 09:56:59 -05:00
Brian Broll
87f73359ab
Added data types to project and added minimal seed. Fixes #154
2016-06-04 08:59:39 -05:00
Brian Broll
d8fac840b0
Added data type editor. Fixes #137 ( #159 )
...
WIP #137 Updated the default visualizers in seeds
2016-06-01 15:12:24 -05:00
Brian Broll
9bce45a786
Fixes #97 Added basic OperationEditor ( #158 )
...
WIP #97 Added tiling viz
WIP #97 Added OpInterfaceEditor, OpCodeEditor
WIP #97 Fixed node error with deep territories
WIP #97 Added data preparation for interface visualization
WIP #97 Fixed text editor sizing
WIP #97 Added node updates to panels
WIP #97 Added creating outputs
WIP #97 Updated selection for op interface
WIP #97 Added input creation functionality
WIP #97 Added custom dec w/ name editing
WIP #97 Added type tooltip
WIP #97 Fixed problem with split mode and OpInt
WIP #97 Added header updates for OperationCodeEditor
WIP #97 Increased delay on text save
WIP #97 Added embeddability
WIP #97 Updated comment for outputs
WIP #97 Updated seeds and input btn disabled rule
WIP #97 Added some ptr renaming support
WIP #97 Added deletion and fixed update bug
2016-06-01 14:42:15 -05:00
Brian Broll
504fe4652a
Fixes #139 Added color coded jobs in execution view ( #142 )
...
WIP #139 Added JobDecorator
WIP #139 Added colored job nodes in execution view
2016-05-30 10:28:06 -05:00
Brian Broll
c993c1784b
Added card-styled root viz. Fixes #103 ( #105 )
...
WIP #103 Removed extra comments, file
2016-05-26 11:39:32 -05:00
Brian Broll
788abb1512
Added project seed. Fixes #102 ( #104 )
2016-05-26 09:46:34 -05:00
Brian Broll
9508351c54
Fixes #83 Added plugin for snapshotting pipelines ( #87 )
...
WIP #83 Added CreateExecution plugin
WIP #83 Fixed pointer resolution for data nodes
WIP #83 Added 'Job boxing'
WIP #83 Fixed connection ptr resolution
WIP #83 . Skipping CE tests
2016-05-24 13:32:15 -05:00
Brian Broll
6a7f22bd3e
Fixes #63 Added basic ExecutionView ( #88 )
...
WIP #63 Added basic execution view boilerplate
WIP #63
WIP #63 . Added custom selection manager
2016-05-24 12:29:35 -05:00
Brian Broll
e31206658d
Fixes #76 Added PipelineEditor ( #79 )
...
WIP #76 Added pipeline viz w/ custom decorator
WIP #76 Adding support for creating cnected nodes
WIP #76 No error on conn creation... Then fail..
WIP #76 Added basic pipeline viz support
WIP #76 Removed 'code' attribute
2016-05-23 09:45:53 -05:00
Brian Broll
4046915aea
Changed ForgeActionBtn to be a secondary viz. Fixes #73 ( #74 )
2016-05-18 17:23:21 -05:00
Brian Broll
22070d4730
Fixed #62 Added ForgeActionButton ( #70 )
2016-05-18 15:15:12 -05:00
Brian Broll
22fb81686b
Added text editor for operations. Fixes #64 ( #69 )
...
WIP #64 Created OperationEditor
WIP #64 Added inputs to header
WIP #64 Updated seeds
2016-05-18 12:48:08 -05:00
Brian Broll
4e018ea000
Added simple demo seed. Fixes #56 ( #67 )
...
Named pipelines
2016-05-18 08:06:33 -05:00
Brian Broll
4559351b4d
Fixes #12 Added Basic Architecture Editor ( #55 )
...
WIP #12 Added ArchEditor
WIP #12 Added random color assignment
WIP #12 Updated seeds
2016-05-17 15:30:06 -04:00
Brian Broll
15329ab970
Added basic pipeline support. Fixes #50 ( #52 )
...
WIP #50 . Added GenerateOperationDistributed plugin
WIP #50
WIP #50 Added pipeline seed
WIP #50 Fixed attributes.lua, init.lua, main.lua
WIP #50 Added execution structure
WIP #50 Adding support for "Save"
WIP #50 "Saving Data" example pipeline working
WIP #50 Added outputs/init.lua
WIP #50 . Generated files for "Simple Op" work!
WIP #50 . Added executor logic
WIP #50 Added 'npm run worker'
WIP #50 . Fixed executor job creation/polling
WIP #50 Added unpacking outputs
WIP #50 . Restored _.templateSettings after running
WIP #50 Added plugin retrieval and execution
WIP #50 Set the activeNode on running plugin
WIP #50 Added debugging files available on failed operation
WIP #50 Added dev mode
WIP #50 Added simple sanity test
WIP # 50 Renamed GenOpDist to ExecutePipeline
2016-05-17 11:10:24 -04:00
Brian Broll
b0e34cc433
Updated webgme-simple-nodes. Fixes #47
2016-04-30 23:18:41 -05:00
Brian Broll
822a4080e5
Modularized generated arch code. Fixes #40 ( #42 )
...
WIP #40 Updated overfeat devTest
Fixed setting values to null. WIP #40
WIP #40 Fixed attr name typos
WIP #40 Updated tests
2016-04-22 20:01:59 -05:00
Brian Broll
884f3d129e
Added easydag to project. Fixes #27
2016-04-09 09:36:12 -05:00