marty 0.5.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.md +84 -0
- data/Rakefile +29 -0
- data/app/assets/javascripts/marty/application.js +15 -0
- data/app/assets/stylesheets/marty/application.css +13 -0
- data/app/components/marty/api_auth_view.rb +32 -0
- data/app/components/marty/auth_app.rb +55 -0
- data/app/components/marty/auth_app.rb~ +51 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js +91 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js~ +91 -0
- data/app/components/marty/cm_form_panel.rb~ +5 -0
- data/app/components/marty/cm_grid_panel.rb~ +35 -0
- data/app/components/marty/data_import_view.rb~ +142 -0
- data/app/components/marty/extras/layout.rb +46 -0
- data/app/components/marty/extras/layout.rb~ +46 -0
- data/app/components/marty/extras/misc.rb +18 -0
- data/app/components/marty/form.rb +6 -0
- data/app/components/marty/grid.rb +45 -0
- data/app/components/marty/grid_append_only.rb +12 -0
- data/app/components/marty/import_type_view.rb +53 -0
- data/app/components/marty/live_search_grid_panel.rb +46 -0
- data/app/components/marty/live_search_grid_panel.rb~ +49 -0
- data/app/components/marty/main_auth_app.rb +269 -0
- data/app/components/marty/main_auth_app.rb~ +238 -0
- data/app/components/marty/mcfly_grid_panel.rb +62 -0
- data/app/components/marty/mcfly_grid_panel.rb~ +80 -0
- data/app/components/marty/new_posting_form.rb +46 -0
- data/app/components/marty/new_posting_form.rb~ +46 -0
- data/app/components/marty/new_posting_window.rb +21 -0
- data/app/components/marty/new_posting_window.rb~ +21 -0
- data/app/components/marty/panel.rb +12 -0
- data/app/components/marty/pivot_grid.rb +52 -0
- data/app/components/marty/pivot_grid/endpoints.rb +45 -0
- data/app/components/marty/pivot_grid/javascripts/extensions.js +150 -0
- data/app/components/marty/pivot_grid/javascripts/pivot_grid.js +86 -0
- data/app/components/marty/pivot_grid/services.rb +44 -0
- data/app/components/marty/posting_grid.rb +139 -0
- data/app/components/marty/posting_grid.rb~ +140 -0
- data/app/components/marty/posting_window.rb +27 -0
- data/app/components/marty/promise_view.rb +177 -0
- data/app/components/marty/promise_view.rb~ +157 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css +26 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css~ +15 -0
- data/app/components/marty/report_form.rb +225 -0
- data/app/components/marty/report_form.rb~ +217 -0
- data/app/components/marty/report_select.rb +145 -0
- data/app/components/marty/report_select.rb~ +133 -0
- data/app/components/marty/reporting.rb +39 -0
- data/app/components/marty/reporting.rb~ +39 -0
- data/app/components/marty/script_detail.rb~ +430 -0
- data/app/components/marty/script_form.rb +233 -0
- data/app/components/marty/script_form.rb~ +233 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js +698 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js~ +909 -0
- data/app/components/marty/script_form/javascripts/codemirror.js +3130 -0
- data/app/components/marty/script_form/javascripts/mode/clike/clike.js +284 -0
- data/app/components/marty/script_form/javascripts/mode/clike/index.html +102 -0
- data/app/components/marty/script_form/javascripts/mode/clike/scala.html +766 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/clojure.js +206 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/index.html +67 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/LICENSE +22 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/coffeescript.js +346 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/index.html +728 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/commonlisp.js +101 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/index.html +165 -0
- data/app/components/marty/script_form/javascripts/mode/css/css.js +448 -0
- data/app/components/marty/script_form/javascripts/mode/css/index.html +58 -0
- data/app/components/marty/script_form/javascripts/mode/css/test.js +501 -0
- data/app/components/marty/script_form/javascripts/mode/delorean/delorean.js +189 -0
- data/app/components/marty/script_form/javascripts/mode/diff/diff.js +32 -0
- data/app/components/marty/script_form/javascripts/mode/diff/index.html +105 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/ecl.js +203 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/erlang.js +463 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/gfm.js +150 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/index.html +48 -0
- data/app/components/marty/script_form/javascripts/mode/go/go.js +170 -0
- data/app/components/marty/script_form/javascripts/mode/go/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/groovy.js +210 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/index.html +72 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/haskell.js +242 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/index.html +61 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/haxe.js +429 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/index.html +91 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/htmlembedded.js +72 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/htmlmixed.js +84 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/index.html +52 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/index.html +78 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/javascript.js +361 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/index.html +38 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/jinja2.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/less/index.html +740 -0
- data/app/components/marty/script_form/javascripts/mode/less/less.js +266 -0
- data/app/components/marty/script_form/javascripts/mode/lua/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/lua/lua.js +140 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/index.html +343 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/markdown.js +382 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/test.js +1084 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/mysql.js +186 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/index.html +33 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/ntriples.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/index.html +130 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/ocaml.js +114 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/LICENSE +7 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/pascal.js +94 -0
- data/app/components/marty/script_form/javascripts/mode/perl/LICENSE +19 -0
- data/app/components/marty/script_form/javascripts/mode/perl/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/perl/perl.js +816 -0
- data/app/components/marty/script_form/javascripts/mode/php/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/php/php.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/pig/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/pig/pig.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/plsql.js +217 -0
- data/app/components/marty/script_form/javascripts/mode/properties/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/properties/properties.js +63 -0
- data/app/components/marty/script_form/javascripts/mode/python/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/python/index.html +123 -0
- data/app/components/marty/script_form/javascripts/mode/python/python.js +338 -0
- data/app/components/marty/script_form/javascripts/mode/r/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/r/index.html +74 -0
- data/app/components/marty/script_form/javascripts/mode/r/r.js +141 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/changes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/index.html +54 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/index.html +100 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.css +5 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.js +66 -0
- data/app/components/marty/script_form/javascripts/mode/rst/index.html +526 -0
- data/app/components/marty/script_form/javascripts/mode/rst/rst.js +326 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/index.html +172 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/ruby.js +195 -0
- data/app/components/marty/script_form/javascripts/mode/rust/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/rust/rust.js +432 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/index.html +65 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/scheme.js +230 -0
- data/app/components/marty/script_form/javascripts/mode/shell/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/shell/shell.js +118 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/LICENSE +23 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/index.html +81 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/sieve.js +156 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/index.html +56 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/smalltalk.js +139 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/smarty.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/sparql.js +143 -0
- data/app/components/marty/script_form/javascripts/mode/stex/index.html +98 -0
- data/app/components/marty/script_form/javascripts/mode/stex/stex.js +182 -0
- data/app/components/marty/script_form/javascripts/mode/stex/test.js +343 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/index.html +141 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.css +26 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.js +309 -0
- data/app/components/marty/script_form/javascripts/mode/vb/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/vb/index.html +89 -0
- data/app/components/marty/script_form/javascripts/mode/vb/vb.js +260 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/vbscript.js +26 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/index.html +104 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/velocity.js +146 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/index.html +211 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/verilog.js +194 -0
- data/app/components/marty/script_form/javascripts/mode/xml/index.html +45 -0
- data/app/components/marty/script_form/javascripts/mode/xml/xml.js +318 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/LICENSE +20 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/index.html +223 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/index.html +27 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testBase.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testMultiAttr.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testNamespaces.js +91 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testQuotes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/xquery.js +451 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/index.html +68 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/yaml.js +95 -0
- data/app/components/marty/script_form/javascripts/util/closetag.js +164 -0
- data/app/components/marty/script_form/javascripts/util/dialog.css +27 -0
- data/app/components/marty/script_form/javascripts/util/dialog.js +70 -0
- data/app/components/marty/script_form/javascripts/util/foldcode.js +196 -0
- data/app/components/marty/script_form/javascripts/util/formatting.js +193 -0
- data/app/components/marty/script_form/javascripts/util/javascript-hint.js +134 -0
- data/app/components/marty/script_form/javascripts/util/loadmode.js +51 -0
- data/app/components/marty/script_form/javascripts/util/match-highlighter.js +44 -0
- data/app/components/marty/script_form/javascripts/util/multiplex.js +77 -0
- data/app/components/marty/script_form/javascripts/util/overlay.js +54 -0
- data/app/components/marty/script_form/javascripts/util/pig-hint.js +123 -0
- data/app/components/marty/script_form/javascripts/util/runmode-standalone.js +90 -0
- data/app/components/marty/script_form/javascripts/util/runmode.js +53 -0
- data/app/components/marty/script_form/javascripts/util/search.js +118 -0
- data/app/components/marty/script_form/javascripts/util/searchcursor.js +119 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.css +16 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.js +97 -0
- data/app/components/marty/script_form/javascripts/util/xml-hint.js +137 -0
- data/app/components/marty/script_form/stylesheets/codemirror.css +172 -0
- data/app/components/marty/script_form/stylesheets/delorean.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/ambiance.css +81 -0
- data/app/components/marty/script_form/stylesheets/theme/blackboard.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/cobalt.css +18 -0
- data/app/components/marty/script_form/stylesheets/theme/eclipse.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/elegant.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/erlang-dark.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/lesser-dark.css +44 -0
- data/app/components/marty/script_form/stylesheets/theme/monokai.css +28 -0
- data/app/components/marty/script_form/stylesheets/theme/neat.css +9 -0
- data/app/components/marty/script_form/stylesheets/theme/night.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/rubyblue.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/vibrant-ink.css +27 -0
- data/app/components/marty/script_form/stylesheets/theme/xq-dark.css +46 -0
- data/app/components/marty/script_grid.rb +104 -0
- data/app/components/marty/script_grid.rb~ +99 -0
- data/app/components/marty/script_tester.rb +114 -0
- data/app/components/marty/script_tester.rb~ +213 -0
- data/app/components/marty/scripting.rb +132 -0
- data/app/components/marty/scripting.rb~ +124 -0
- data/app/components/marty/select_report.rb~ +143 -0
- data/app/components/marty/simple_app.rb +97 -0
- data/app/components/marty/simple_app.rb~ +101 -0
- data/app/components/marty/simple_app/javascripts/simple_app.js +50 -0
- data/app/components/marty/simple_app/javascripts/statusbar_ext.js +8 -0
- data/app/components/marty/tag_grid.rb +83 -0
- data/app/components/marty/tag_grid.rb~ +89 -0
- data/app/components/marty/tree_panel.rb~ +256 -0
- data/app/components/marty/tree_panel/javascripts/tree_panel.js~ +317 -0
- data/app/components/marty/user_pivot.rb +128 -0
- data/app/components/marty/user_view.rb +181 -0
- data/app/components/marty/user_view.rb~ +188 -0
- data/app/controllers/marty/application_controller.rb +124 -0
- data/app/controllers/marty/application_controller.rb~ +133 -0
- data/app/controllers/marty/components_controller.rb +41 -0
- data/app/controllers/marty/components_controller.rb~ +37 -0
- data/app/controllers/marty/job_controller.rb +28 -0
- data/app/controllers/marty/job_controller.rb~ +28 -0
- data/app/controllers/marty/rpc_controller.rb +64 -0
- data/app/controllers/marty/rpc_controller.rb~ +61 -0
- data/app/helpers/marty/application_helper.rb +4 -0
- data/app/helpers/marty/script_set.rb +57 -0
- data/app/helpers/marty/script_set.rb~ +59 -0
- data/app/models/marty/api_auth.rb +44 -0
- data/app/models/marty/api_auth.rb~ +48 -0
- data/app/models/marty/base.rb +4 -0
- data/app/models/marty/data_change.rb +179 -0
- data/app/models/marty/data_change.rb~ +141 -0
- data/app/models/marty/enum.rb +22 -0
- data/app/models/marty/enum.rb~ +16 -0
- data/app/models/marty/import_type.rb +44 -0
- data/app/models/marty/import_type.rb~ +48 -0
- data/app/models/marty/poop.rb~ +169 -0
- data/app/models/marty/posting.rb +101 -0
- data/app/models/marty/posting.rb~ +86 -0
- data/app/models/marty/posting_type.rb +12 -0
- data/app/models/marty/posting_type.rb~ +21 -0
- data/app/models/marty/promise.rb +252 -0
- data/app/models/marty/promise.rb~ +196 -0
- data/app/models/marty/role.rb +6 -0
- data/app/models/marty/role.rb~ +10 -0
- data/app/models/marty/script.rb +144 -0
- data/app/models/marty/script.rb~ +62 -0
- data/app/models/marty/tag.rb +96 -0
- data/app/models/marty/tag.rb~ +91 -0
- data/app/models/marty/token.rb +30 -0
- data/app/models/marty/user.rb +146 -0
- data/app/models/marty/user.rb~ +148 -0
- data/app/models/marty/user_role.rb +7 -0
- data/app/models/marty/user_role.rb~ +13 -0
- data/app/views/layouts/marty/application.html.erb +12 -0
- data/app/views/layouts/marty/application.html.erb~ +11 -0
- data/config/locales/en.yml +134 -0
- data/config/routes.rb +6 -0
- data/config/routes.rb~ +10 -0
- data/db/migrate/001_create_marty_scripts.rb +14 -0
- data/db/migrate/003_create_marty_users.rb +12 -0
- data/db/migrate/004_create_marty_roles.rb +7 -0
- data/db/migrate/005_create_marty_user_roles.rb +14 -0
- data/db/migrate/006_create_marty_tokens.rb +14 -0
- data/db/migrate/008_create_marty_posting_types.rb +7 -0
- data/db/migrate/019_create_marty_postings.rb +18 -0
- data/db/migrate/019_create_marty_postings.rb~ +19 -0
- data/db/migrate/068_create_marty_import_types.rb +12 -0
- data/db/migrate/069_create_marty_import_synonyms.rb +15 -0
- data/db/migrate/070_create_versions.rb +18 -0
- data/db/migrate/071_add_object_changes_column_to_versions.rb +9 -0
- data/db/migrate/072_add_validation_function_to_import_types.rb +6 -0
- data/db/migrate/073_add_preprocess_function_to_import_types.rb +5 -0
- data/db/migrate/090_create_delayed_jobs.rb +22 -0
- data/db/migrate/091_create_marty_promises.rb +36 -0
- data/db/migrate/095_create_marty_tags.rb +14 -0
- data/db/migrate/095_create_marty_tags.rb~ +19 -0
- data/db/migrate/096_add_user_roles_to_import_types.rb +11 -0
- data/db/migrate/097_drop_versions.rb +9 -0
- data/db/migrate/098_create_marty_api_auths.rb +20 -0
- data/db/seeds.rb +48 -0
- data/lib/marty.rb +18 -0
- data/lib/marty.rb~ +13 -0
- data/lib/marty/content_handler.rb +97 -0
- data/lib/marty/content_handler.rb~ +93 -0
- data/lib/marty/data_conversion.rb +298 -0
- data/lib/marty/data_exporter.rb +150 -0
- data/lib/marty/data_exporter.rb~ +137 -0
- data/lib/marty/data_importer.rb +122 -0
- data/lib/marty/data_importer.rb~ +114 -0
- data/lib/marty/data_row_processor.rb~ +206 -0
- data/lib/marty/drop_folder_hook.rb~ +17 -0
- data/lib/marty/engine.rb +10 -0
- data/lib/marty/folder_hook.rb~ +9 -0
- data/lib/marty/lazy_column_loader.rb +57 -0
- data/lib/marty/lazy_column_loader.rb~ +47 -0
- data/lib/marty/mcfly_query.rb +189 -0
- data/lib/marty/mcfly_query.rb~ +188 -0
- data/lib/marty/migrations.rb +108 -0
- data/lib/marty/migrations.rb~ +65 -0
- data/lib/marty/monkey.rb +163 -0
- data/lib/marty/monkey.rb~ +160 -0
- data/lib/marty/permissions.rb +64 -0
- data/lib/marty/permissions.rb~ +69 -0
- data/lib/marty/promise.rb~ +41 -0
- data/lib/marty/promise_job.rb +123 -0
- data/lib/marty/promise_job.rb~ +121 -0
- data/lib/marty/promise_proxy.rb +94 -0
- data/lib/marty/promise_proxy.rb~ +69 -0
- data/lib/marty/railtie.rb +5 -0
- data/lib/marty/relation.rb +39 -0
- data/lib/marty/util.rb +110 -0
- data/lib/marty/util.rb~ +80 -0
- data/lib/marty/version.rb +3 -0
- data/lib/marty/version.rb~ +3 -0
- data/lib/marty/xl.rb +527 -0
- data/lib/marty/xl.rb~ +526 -0
- data/lib/pyxll/README.txt +19 -0
- data/lib/pyxll/README.txt~ +16 -0
- data/lib/pyxll/gemini.py +155 -0
- data/lib/pyxll/gemini.py~ +110 -0
- data/lib/pyxll/pyxll.cfg +12 -0
- data/lib/pyxll/pyxll.cfg~ +12 -0
- data/lib/pyxll/sample.xlsx +0 -0
- data/lib/tasks/marty_tasks.rake +37 -0
- metadata +517 -0
@@ -0,0 +1,114 @@
|
|
1
|
+
class Marty::ScriptTester < Marty::Form
|
2
|
+
include Marty::Extras::Layout
|
3
|
+
|
4
|
+
def configure(c)
|
5
|
+
super
|
6
|
+
|
7
|
+
c.items =
|
8
|
+
[
|
9
|
+
fieldset(I18n.t("script_tester.attributes"),
|
10
|
+
{
|
11
|
+
name: "attrs",
|
12
|
+
attr_type: :text,
|
13
|
+
value: "",
|
14
|
+
hide_label: true,
|
15
|
+
min_height: 125,
|
16
|
+
},
|
17
|
+
{},
|
18
|
+
),
|
19
|
+
fieldset(I18n.t("script_tester.parameters"),
|
20
|
+
{
|
21
|
+
name: "params",
|
22
|
+
attr_type: :text,
|
23
|
+
value: "",
|
24
|
+
hide_label: true,
|
25
|
+
min_height: 125,
|
26
|
+
},
|
27
|
+
{},
|
28
|
+
),
|
29
|
+
:result,
|
30
|
+
]
|
31
|
+
end
|
32
|
+
|
33
|
+
js_configure do |c|
|
34
|
+
c.set_result = <<-JS
|
35
|
+
function(html) {
|
36
|
+
var result = this.netzkeGetComponent('result');
|
37
|
+
result.updateBodyHtml(html);
|
38
|
+
}
|
39
|
+
JS
|
40
|
+
|
41
|
+
end
|
42
|
+
|
43
|
+
def new_engine
|
44
|
+
return unless root_sess[:selected_script_name]
|
45
|
+
|
46
|
+
Marty::ScriptSet.new(root_sess[:selected_tag_id]).
|
47
|
+
get_engine(root_sess[:selected_script_name])
|
48
|
+
end
|
49
|
+
|
50
|
+
endpoint :netzke_submit do |params, this|
|
51
|
+
data = ActiveSupport::JSON.decode(params[:data])
|
52
|
+
|
53
|
+
attrs = data["attrs"].split(';').map(&:strip).reject(&:empty?)
|
54
|
+
|
55
|
+
pjson = data["params"].split("\n").map(&:strip).reject(&:empty?).map {
|
56
|
+
|s| s.sub(/^([a-z0-9_]*)\s*=/, '"\1": ')
|
57
|
+
}.join(',')
|
58
|
+
|
59
|
+
begin
|
60
|
+
phash = ActiveSupport::JSON.decode("{ #{pjson} }")
|
61
|
+
rescue MultiJson::DecodeError
|
62
|
+
this.netzke_feedback "Malformed input parameters"
|
63
|
+
return
|
64
|
+
end
|
65
|
+
|
66
|
+
engine = new_engine
|
67
|
+
|
68
|
+
begin
|
69
|
+
result = attrs.map { |a|
|
70
|
+
node, attr = a.split('.')
|
71
|
+
raise "bad attribute: '#{a}'" if !attr
|
72
|
+
# Need to clone phash since it's modified by eval. It can
|
73
|
+
# be reused for a given node but not across nodes.
|
74
|
+
res = engine.evaluate(node, attr, phash.clone)
|
75
|
+
q = CGI::escapeHTML(res.to_json)
|
76
|
+
"#{a} = #{q}"
|
77
|
+
}
|
78
|
+
|
79
|
+
this.netzke_feedback "done"
|
80
|
+
this.set_result result.join("<br/>")
|
81
|
+
|
82
|
+
rescue SystemStackError
|
83
|
+
return this.netzke_feedback "System Stack Error"
|
84
|
+
|
85
|
+
rescue => exc
|
86
|
+
res = Delorean::Engine.grok_runtime_exception(exc)
|
87
|
+
|
88
|
+
result = ["Error: #{res['error']}", "Backtrace:"] +
|
89
|
+
res["backtrace"].map {|m, line, fn| "#{m}:#{line} #{fn}"}
|
90
|
+
|
91
|
+
this.netzke_feedback "failed"
|
92
|
+
this.set_result '<font color="red">' + result.join("<br/>") + "</font>"
|
93
|
+
end
|
94
|
+
end
|
95
|
+
|
96
|
+
action :apply do |a|
|
97
|
+
a.text = I18n.t("script_tester.compute")
|
98
|
+
a.tooltip = I18n.t("script_tester.compute")
|
99
|
+
a.icon = :script_go
|
100
|
+
a.disabled = false
|
101
|
+
end
|
102
|
+
|
103
|
+
component :result do |c|
|
104
|
+
c.klass = Marty::Panel
|
105
|
+
c.title = I18n.t("script_tester.results")
|
106
|
+
c.html = ""
|
107
|
+
c.flex = 1
|
108
|
+
c.min_height = 250
|
109
|
+
c.auto_scroll = true
|
110
|
+
end
|
111
|
+
|
112
|
+
end
|
113
|
+
|
114
|
+
ScriptTester = Marty::ScriptTester
|
@@ -0,0 +1,213 @@
|
|
1
|
+
class Marty::ScriptTester < Marty::CmFormPanel
|
2
|
+
include Marty::Extras::Layout
|
3
|
+
|
4
|
+
def configure(c)
|
5
|
+
super
|
6
|
+
|
7
|
+
c.items =
|
8
|
+
[
|
9
|
+
fieldset(I18n.t("script_tester.attributes"),
|
10
|
+
{
|
11
|
+
xtype: :netzkeremotecombo,
|
12
|
+
name: "nodename",
|
13
|
+
attr_type: :string,
|
14
|
+
virtual: true,
|
15
|
+
field_label: "Node",
|
16
|
+
},
|
17
|
+
{
|
18
|
+
xtype: :netzkeremotecombo,
|
19
|
+
name: "attrname",
|
20
|
+
attr_type: :string,
|
21
|
+
virtual: true,
|
22
|
+
field_label: "Attribute",
|
23
|
+
},
|
24
|
+
{
|
25
|
+
name: "attrs",
|
26
|
+
attr_type: :text,
|
27
|
+
value: "",
|
28
|
+
hide_label: true,
|
29
|
+
min_height: 150,
|
30
|
+
},
|
31
|
+
{},
|
32
|
+
),
|
33
|
+
fieldset(I18n.t("script_tester.parameters"),
|
34
|
+
{
|
35
|
+
xtype: :netzkeremotecombo,
|
36
|
+
name: "paramname",
|
37
|
+
attr_type: :string,
|
38
|
+
virtual: true,
|
39
|
+
hide_label: true,
|
40
|
+
},
|
41
|
+
{
|
42
|
+
name: "params",
|
43
|
+
attr_type: :text,
|
44
|
+
value: "",
|
45
|
+
hide_label: true,
|
46
|
+
min_height: 100,
|
47
|
+
},
|
48
|
+
{},
|
49
|
+
),
|
50
|
+
:result,
|
51
|
+
]
|
52
|
+
end
|
53
|
+
|
54
|
+
js_configure do |c|
|
55
|
+
c.select_script = <<-JS
|
56
|
+
function(script_name) {
|
57
|
+
var me = this;
|
58
|
+
|
59
|
+
var form = me.getForm();
|
60
|
+
// reload the attr/param drop downs
|
61
|
+
form.findField('nodename').store.load({params: {}});
|
62
|
+
form.findField('attrname').reset();
|
63
|
+
form.findField('attrname').store.load({params: {}});
|
64
|
+
form.findField('paramname').store.load({params: {}});
|
65
|
+
}
|
66
|
+
JS
|
67
|
+
|
68
|
+
c.init_component = <<-JS
|
69
|
+
function() {
|
70
|
+
var me = this;
|
71
|
+
me.callParent();
|
72
|
+
var form = me.getForm();
|
73
|
+
|
74
|
+
var nodename = form.findField('nodename');
|
75
|
+
var attrname = form.findField('attrname');
|
76
|
+
var attrs = form.findField('attrs');
|
77
|
+
var paramname = form.findField('paramname');
|
78
|
+
var params = form.findField('params');
|
79
|
+
|
80
|
+
nodename.on('select', function(combo, record) {
|
81
|
+
var data = record[0] && record[0].data;
|
82
|
+
me.selectNode({node: data.text});
|
83
|
+
attrname.reset();
|
84
|
+
attrname.store.load({params: {}});
|
85
|
+
});
|
86
|
+
|
87
|
+
attrname.on('select', function(combo, record) {
|
88
|
+
if (nodename.getValue()) {
|
89
|
+
attrs.setValue(attrs.getValue() +
|
90
|
+
nodename.getDisplayValue() + "." + record[0].data.text + '; ');
|
91
|
+
}
|
92
|
+
combo.select(null);
|
93
|
+
});
|
94
|
+
|
95
|
+
paramname.on('select', function(combo, record) {
|
96
|
+
params.setValue(params.getValue() + record[0].data.text + " = 0\\n");
|
97
|
+
combo.select(null);
|
98
|
+
});
|
99
|
+
}
|
100
|
+
JS
|
101
|
+
|
102
|
+
c.set_result = <<-JS
|
103
|
+
function(html) {
|
104
|
+
var result = this.netzkeGetComponent('result');
|
105
|
+
result.updateBodyHtml(html);
|
106
|
+
}
|
107
|
+
JS
|
108
|
+
|
109
|
+
end
|
110
|
+
|
111
|
+
def new_engine
|
112
|
+
return unless root_sess[:selected_script_name]
|
113
|
+
|
114
|
+
Marty::ScriptSet.new(root_sess[:selected_tag_id]).
|
115
|
+
get_engine(root_sess[:selected_script_name])
|
116
|
+
end
|
117
|
+
|
118
|
+
def node_list
|
119
|
+
engine = new_engine
|
120
|
+
engine ? engine.enumerate_nodes.sort : []
|
121
|
+
end
|
122
|
+
|
123
|
+
def attr_list
|
124
|
+
engine = new_engine
|
125
|
+
node = root_sess[:selected_node]
|
126
|
+
node && engine ? engine.enumerate_attrs_by_node(node).sort : []
|
127
|
+
end
|
128
|
+
|
129
|
+
def param_list
|
130
|
+
engine = new_engine
|
131
|
+
engine ? engine.enumerate_params.sort : []
|
132
|
+
end
|
133
|
+
|
134
|
+
endpoint :netzke_submit do |params, this|
|
135
|
+
data = ActiveSupport::JSON.decode(params[:data])
|
136
|
+
|
137
|
+
attrs = data["attrs"].split(';').map(&:strip).reject(&:empty?)
|
138
|
+
|
139
|
+
pjson = data["params"].split("\n").map(&:strip).reject(&:empty?).map {
|
140
|
+
|s| s.sub(/^([a-z0-9_]*)\s*=/, '"\1": ')
|
141
|
+
}.join(',')
|
142
|
+
|
143
|
+
begin
|
144
|
+
phash = ActiveSupport::JSON.decode("{ #{pjson} }")
|
145
|
+
rescue MultiJson::DecodeError
|
146
|
+
this.netzke_feedback "Malformed input parameters"
|
147
|
+
return
|
148
|
+
end
|
149
|
+
|
150
|
+
engine = new_engine
|
151
|
+
|
152
|
+
begin
|
153
|
+
result = attrs.map { |a|
|
154
|
+
node, attr = a.split('.')
|
155
|
+
raise "bad attribute: '#{a}'" if !attr
|
156
|
+
# Need to clone phash since it's modified by eval. It can
|
157
|
+
# be reused for a given node but not across nodes.
|
158
|
+
res = engine.evaluate(node, attr, phash.clone)
|
159
|
+
q = CGI::escapeHTML(res.to_json)
|
160
|
+
"#{a} = #{q}"
|
161
|
+
}
|
162
|
+
|
163
|
+
this.netzke_feedback "done"
|
164
|
+
this.set_result result.join("<br/>")
|
165
|
+
rescue => exc
|
166
|
+
res = Delorean::Engine.grok_runtime_exception(exc)
|
167
|
+
|
168
|
+
result = ["Error: #{res['error']}", "Backtrace:"] +
|
169
|
+
res["backtrace"].map {|m, line, fn| "#{m}:#{line} #{fn}"}
|
170
|
+
|
171
|
+
this.netzke_feedback "failed"
|
172
|
+
this.set_result '<font color="red">' + result.join("<br/>") + "</font>"
|
173
|
+
end
|
174
|
+
end
|
175
|
+
|
176
|
+
def combofy(l)
|
177
|
+
l.each_with_index.map {|x, i| [i+1, x]}
|
178
|
+
end
|
179
|
+
|
180
|
+
endpoint :select_node do |params, this|
|
181
|
+
root_sess[:selected_node] = params[:node]
|
182
|
+
end
|
183
|
+
|
184
|
+
endpoint :get_combobox_options do |params, this|
|
185
|
+
this.data = case params["attr"]
|
186
|
+
when "nodename" then
|
187
|
+
combofy(node_list)
|
188
|
+
when "attrname" then
|
189
|
+
combofy(attr_list)
|
190
|
+
when "paramname"
|
191
|
+
combofy(param_list)
|
192
|
+
end
|
193
|
+
end
|
194
|
+
|
195
|
+
action :apply do |a|
|
196
|
+
a.text = I18n.t("script_tester.compute")
|
197
|
+
a.tooltip = I18n.t("script_tester.compute")
|
198
|
+
a.icon = :script_go
|
199
|
+
a.disabled = false
|
200
|
+
end
|
201
|
+
|
202
|
+
component :result do |c|
|
203
|
+
c.klass = Marty::CmPanel
|
204
|
+
c.title = I18n.t("script_tester.results")
|
205
|
+
c.html = ""
|
206
|
+
c.flex = 1
|
207
|
+
c.min_height = 150
|
208
|
+
c.auto_scroll = true
|
209
|
+
end
|
210
|
+
|
211
|
+
end
|
212
|
+
|
213
|
+
ScriptTester = Marty::ScriptTester
|
@@ -0,0 +1,132 @@
|
|
1
|
+
class Marty::Scripting < Netzke::Base
|
2
|
+
|
3
|
+
def configure(c)
|
4
|
+
super
|
5
|
+
|
6
|
+
c.items =
|
7
|
+
[
|
8
|
+
:script_form,
|
9
|
+
{
|
10
|
+
xtype: "tabpanel",
|
11
|
+
active_tab: 0,
|
12
|
+
region: :center,
|
13
|
+
split: true,
|
14
|
+
items: [
|
15
|
+
{
|
16
|
+
title: I18n.t("script.selection"),
|
17
|
+
layout: {
|
18
|
+
type: :vbox,
|
19
|
+
align: :stretch,
|
20
|
+
},
|
21
|
+
items: [
|
22
|
+
:tag_grid,
|
23
|
+
:script_grid,
|
24
|
+
],
|
25
|
+
},
|
26
|
+
:script_tester,
|
27
|
+
],
|
28
|
+
},
|
29
|
+
]
|
30
|
+
end
|
31
|
+
|
32
|
+
js_configure do |c|
|
33
|
+
|
34
|
+
c.header = false
|
35
|
+
c.layout = :border
|
36
|
+
|
37
|
+
c.init_component = <<-JS
|
38
|
+
function() {
|
39
|
+
var me = this;
|
40
|
+
me.callParent();
|
41
|
+
|
42
|
+
var tag_grid = me.netzkeGetComponent('tag_grid').getView();
|
43
|
+
var script_grid = me.netzkeGetComponent('script_grid').getView();
|
44
|
+
var script_form = me.netzkeGetComponent('script_form');
|
45
|
+
|
46
|
+
tag_grid.getSelectionModel().on('selectionchange',
|
47
|
+
function(self, records) {
|
48
|
+
|
49
|
+
if(records[0] == null)
|
50
|
+
return;
|
51
|
+
|
52
|
+
var tag_id = records[0].get('id');
|
53
|
+
me.selectTag({tag_id: tag_id});
|
54
|
+
script_grid.getStore().load();
|
55
|
+
var script_name = null;
|
56
|
+
script_form.netzkeLoad({script_name: script_name});
|
57
|
+
}, me);
|
58
|
+
|
59
|
+
script_grid.getSelectionModel().on('selectionchange',
|
60
|
+
function(self, records) {
|
61
|
+
|
62
|
+
if(script_grid.getStore().isLoading() == true)
|
63
|
+
return;
|
64
|
+
|
65
|
+
if(records[0] == null)
|
66
|
+
return;
|
67
|
+
|
68
|
+
var script_name = records[0].get('name');
|
69
|
+
me.selectScript({script_name: script_name});
|
70
|
+
script_form.netzkeLoad({script_name: script_name});
|
71
|
+
}, me);
|
72
|
+
}
|
73
|
+
JS
|
74
|
+
|
75
|
+
c.script_refresh = <<-JS
|
76
|
+
function(script_name) {
|
77
|
+
if (!script_name) {
|
78
|
+
this.selectScript({});
|
79
|
+
this.netzkeReload();
|
80
|
+
}
|
81
|
+
else {
|
82
|
+
this.selectScript({script_name: script_name});
|
83
|
+
this.netzkeGetComponent('tag_grid').getStore().load();
|
84
|
+
this.netzkeGetComponent('script_grid').getStore().load();
|
85
|
+
this.netzkeGetComponent('script_form').netzkeLoad(
|
86
|
+
{script_name: script_name});
|
87
|
+
}
|
88
|
+
}
|
89
|
+
JS
|
90
|
+
end
|
91
|
+
|
92
|
+
endpoint :select_tag do |params, this|
|
93
|
+
root_sess[:selected_tag_id] = params[:tag_id]
|
94
|
+
root_sess[:selected_script_name] = nil
|
95
|
+
end
|
96
|
+
|
97
|
+
endpoint :select_script do |params, this|
|
98
|
+
root_sess[:selected_script_name] = params[:script_name]
|
99
|
+
end
|
100
|
+
|
101
|
+
component :tag_grid do |c|
|
102
|
+
c.klass = Marty::TagGrid
|
103
|
+
c.width = 400
|
104
|
+
c.height = 300
|
105
|
+
c.load_inline_data = false
|
106
|
+
c.title = I18n.t("script.selection_history")
|
107
|
+
end
|
108
|
+
|
109
|
+
component :script_grid do |c|
|
110
|
+
c.width = 400
|
111
|
+
c.klass = Marty::ScriptGrid
|
112
|
+
c.title = I18n.t("script.selection_list")
|
113
|
+
c.flex = 1
|
114
|
+
end
|
115
|
+
|
116
|
+
component :script_form do |c|
|
117
|
+
c.klass = Marty::ScriptForm
|
118
|
+
c.title = I18n.t("script.detail")
|
119
|
+
c.flex = 1
|
120
|
+
c.split = true
|
121
|
+
c.region = :west
|
122
|
+
end
|
123
|
+
|
124
|
+
component :script_tester do |c|
|
125
|
+
c.klass = Marty::ScriptTester
|
126
|
+
c.title = I18n.t("script.tester")
|
127
|
+
c.flex = 1
|
128
|
+
end
|
129
|
+
|
130
|
+
end
|
131
|
+
|
132
|
+
Scripting = Marty::Scripting
|