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,35 @@
|
|
1
|
+
require 'netzke-basepack'
|
2
|
+
require 'marty/permissions'
|
3
|
+
|
4
|
+
class Marty::CmGridPanel < Netzke::Basepack::Grid
|
5
|
+
extend ::Marty::Permissions
|
6
|
+
|
7
|
+
has_marty_permissions read: :any
|
8
|
+
|
9
|
+
js_configure do |c|
|
10
|
+
# For some reason the grid update function was removed in Netzke
|
11
|
+
# 0.10. So, add it here.
|
12
|
+
c.cm_update = <<-JS
|
13
|
+
function() {
|
14
|
+
this.store.load();
|
15
|
+
}
|
16
|
+
JS
|
17
|
+
end
|
18
|
+
|
19
|
+
def configure(c)
|
20
|
+
super
|
21
|
+
|
22
|
+
create = self.class.can_perform_action?(:create)
|
23
|
+
read = self.class.can_perform_action?(:read)
|
24
|
+
update = self.class.can_perform_action?(:update)
|
25
|
+
delete = self.class.can_perform_action?(:delete)
|
26
|
+
|
27
|
+
c.prohibit_create = !create
|
28
|
+
c.prohibit_read = !read
|
29
|
+
c.prohibit_update = !update
|
30
|
+
c.prohibit_delete = !delete
|
31
|
+
|
32
|
+
c.enable_edit_inline = update
|
33
|
+
c.enable_edit_in_form = update
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,142 @@
|
|
1
|
+
class Marty::DataImportView < Marty::CmFormPanel
|
2
|
+
include Marty::Extras::Layout
|
3
|
+
|
4
|
+
action :apply do |a|
|
5
|
+
a.text = I18n.t("data_import_view.import")
|
6
|
+
a.tooltip = I18n.t("data_import_view.import")
|
7
|
+
a.icon = :database_go
|
8
|
+
end
|
9
|
+
|
10
|
+
js_configure do |c|
|
11
|
+
|
12
|
+
c.set_result = <<-JS
|
13
|
+
function(html) {
|
14
|
+
var result = this.netzkeGetComponent('result');
|
15
|
+
result.updateBodyHtml(html);
|
16
|
+
}
|
17
|
+
JS
|
18
|
+
|
19
|
+
c.init_component = <<-JS
|
20
|
+
function() {
|
21
|
+
var me = this;
|
22
|
+
me.callParent();
|
23
|
+
var form = me.getForm();
|
24
|
+
|
25
|
+
var comboname = form.findField('import_type');
|
26
|
+
var textname = form.findField('import_data');
|
27
|
+
var importbutton = me.actions["apply"].items[0];
|
28
|
+
|
29
|
+
comboname.on('select', function(combo, record) {
|
30
|
+
textname.setValue("");
|
31
|
+
me.netzkeGetComponent('result').updateBodyHtml('');
|
32
|
+
});
|
33
|
+
|
34
|
+
importbutton.on('click', function(t, e, ops) {
|
35
|
+
me.netzkeGetComponent('result').updateBodyHtml('');
|
36
|
+
});
|
37
|
+
}
|
38
|
+
JS
|
39
|
+
end
|
40
|
+
|
41
|
+
######################################################################
|
42
|
+
|
43
|
+
endpoint :netzke_submit do |params, this|
|
44
|
+
data = ActiveSupport::JSON.decode(params[:data])
|
45
|
+
|
46
|
+
import_data, import_type =
|
47
|
+
data["import_data"] || "", data["import_type"] || ""
|
48
|
+
|
49
|
+
return this.netzke_feedback("Must provide import data.") if
|
50
|
+
import_data.empty?
|
51
|
+
|
52
|
+
return this.netzke_feedback("Must provide import type") if
|
53
|
+
import_type.empty?
|
54
|
+
|
55
|
+
import_type_rec = Marty::ImportType.find_by_name(import_type)
|
56
|
+
|
57
|
+
return this.netzke_feedback("Import type #{import_type} not found") unless
|
58
|
+
import_type_rec
|
59
|
+
|
60
|
+
return this.netzke_feedback("Insufficient permissions to run " +
|
61
|
+
"the data import") unless
|
62
|
+
import_type_rec.allow_import?
|
63
|
+
|
64
|
+
klass = import_type_rec.get_model_class
|
65
|
+
cleaner_function = import_type_rec.cleaner_function
|
66
|
+
validation_function = import_type_rec.validation_function
|
67
|
+
|
68
|
+
begin
|
69
|
+
res = Marty::DataImporter.do_import_summary(klass,
|
70
|
+
import_data,
|
71
|
+
'infinity',
|
72
|
+
cleaner_function,
|
73
|
+
validation_function,
|
74
|
+
)
|
75
|
+
|
76
|
+
result = res.map { |k, v|
|
77
|
+
case k
|
78
|
+
when :clean then "#{v} record(s) cleaned."
|
79
|
+
when :same then "#{v} record(s) unchanged."
|
80
|
+
when :create then "#{v} record(s) created."
|
81
|
+
when :update then "#{v} record(s) updated."
|
82
|
+
when :blank then "#{v} empty lines."
|
83
|
+
end
|
84
|
+
}
|
85
|
+
|
86
|
+
this.set_result result.join("<br/>")
|
87
|
+
rescue Marty::DataImporterError => exc
|
88
|
+
result = [
|
89
|
+
"Import failed on line(s): #{exc.lines.join(', ')}",
|
90
|
+
"Error: #{exc.to_s}",
|
91
|
+
]
|
92
|
+
|
93
|
+
this.set_result '<font color="red">' + result.join("<br/>") + "</font>"
|
94
|
+
end
|
95
|
+
end
|
96
|
+
|
97
|
+
def configure(c)
|
98
|
+
super
|
99
|
+
|
100
|
+
c.title = I18n.t("data_import_view.import_data")
|
101
|
+
c.items =
|
102
|
+
[
|
103
|
+
fieldset(I18n.t("data_import_view.select"),
|
104
|
+
{
|
105
|
+
xtype: :combo,
|
106
|
+
name: "import_type",
|
107
|
+
store: Marty::ImportType.all.map(&:name).sort,
|
108
|
+
max_width: "350",
|
109
|
+
hide_label: true,
|
110
|
+
force_selection: true,
|
111
|
+
},
|
112
|
+
{
|
113
|
+
name: "import_data",
|
114
|
+
width: "100%",
|
115
|
+
height: 300,
|
116
|
+
xtype: :textareafield,
|
117
|
+
value: "",
|
118
|
+
auto_scroll: true,
|
119
|
+
hide_label: true,
|
120
|
+
spellcheck: false,
|
121
|
+
field_style: {
|
122
|
+
font_family: 'courier new',
|
123
|
+
font_size: '12px'
|
124
|
+
},
|
125
|
+
},
|
126
|
+
min_width: 700,
|
127
|
+
),
|
128
|
+
:result,
|
129
|
+
]
|
130
|
+
end
|
131
|
+
|
132
|
+
component :result do |c|
|
133
|
+
c.klass = Marty::CmPanel
|
134
|
+
c.title = I18n.t("data_import_view.results")
|
135
|
+
c.html = ""
|
136
|
+
c.flex = 1
|
137
|
+
c.min_height = 150
|
138
|
+
c.auto_scroll = true
|
139
|
+
end
|
140
|
+
end
|
141
|
+
|
142
|
+
DataImportView = Marty::DataImportView
|
@@ -0,0 +1,46 @@
|
|
1
|
+
module Marty
|
2
|
+
module Extras
|
3
|
+
module Layout
|
4
|
+
|
5
|
+
def hbox(*args)
|
6
|
+
params = args.pop
|
7
|
+
params.merge(layout: { type: :hbox, align: :stretch },
|
8
|
+
items: args,
|
9
|
+
)
|
10
|
+
end
|
11
|
+
|
12
|
+
def vbox(*args)
|
13
|
+
params = args.pop
|
14
|
+
params.merge(layout: { type: :vbox, align: :stretch },
|
15
|
+
items: args,
|
16
|
+
)
|
17
|
+
end
|
18
|
+
|
19
|
+
def fieldset(title, *args)
|
20
|
+
params = args.pop
|
21
|
+
params.merge(items: args,
|
22
|
+
xtype: 'fieldset',
|
23
|
+
defaults: { anchor: '100%' },
|
24
|
+
title: title,
|
25
|
+
)
|
26
|
+
end
|
27
|
+
|
28
|
+
def dispfield(params={})
|
29
|
+
{
|
30
|
+
attr_type: :displayfield,
|
31
|
+
hide_label: !params[:field_label],
|
32
|
+
read_only: true,
|
33
|
+
}.merge(params)
|
34
|
+
end
|
35
|
+
|
36
|
+
def vspacer(params={})
|
37
|
+
vbox({flex: 1, border: false}.merge(params))
|
38
|
+
end
|
39
|
+
|
40
|
+
def hspacer(params={})
|
41
|
+
hbox({flex: 1, border: false}.merge(params))
|
42
|
+
end
|
43
|
+
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,46 @@
|
|
1
|
+
module Marty
|
2
|
+
module Extras
|
3
|
+
module Layout
|
4
|
+
|
5
|
+
def hbox(*args)
|
6
|
+
params = args.pop
|
7
|
+
params.merge(layout: { type: :hbox, align: :stretch },
|
8
|
+
items: args,
|
9
|
+
)
|
10
|
+
end
|
11
|
+
|
12
|
+
def vbox(*args)
|
13
|
+
params = args.pop
|
14
|
+
params.merge(layout: { type: :vbox, align: :stretch },
|
15
|
+
items: args,
|
16
|
+
)
|
17
|
+
end
|
18
|
+
|
19
|
+
def fieldset(title, *args)
|
20
|
+
params = args.pop
|
21
|
+
params.merge(items: args,
|
22
|
+
xtype: 'fieldset',
|
23
|
+
defaults: { anchor: '100%' },
|
24
|
+
title: title,
|
25
|
+
)
|
26
|
+
end
|
27
|
+
|
28
|
+
def dispfield(params={})
|
29
|
+
{
|
30
|
+
attr_type: :displayfield,
|
31
|
+
hide_label: !params[:field_label],
|
32
|
+
read_only: true,
|
33
|
+
}.merge(params)
|
34
|
+
end
|
35
|
+
|
36
|
+
def vspacer(params={})
|
37
|
+
vbox({flex: 1, border: false}.merge(params))
|
38
|
+
end
|
39
|
+
|
40
|
+
def hspacer(params={})
|
41
|
+
hbox({flex: 1, border: false}.merge(params))
|
42
|
+
end
|
43
|
+
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
module Marty::Extras::Misc
|
2
|
+
MM_OPTIONS = {
|
3
|
+
editor: {
|
4
|
+
trigger_action: :all,
|
5
|
+
xtype: :combo,
|
6
|
+
store: (1..12).map {|x| [x, "%02d" % x]},
|
7
|
+
# FIXME: for some reason, with Netzke 0.8.2, the label show
|
8
|
+
# up in the grid editor. This hack seems to fix the
|
9
|
+
# problem. However, the label in the add-in-form now looks
|
10
|
+
# weird.
|
11
|
+
label_align: :top,
|
12
|
+
},
|
13
|
+
renderer: "function(v){return ('0' + v).slice (-2);}",
|
14
|
+
# FIXME: a little bogus since this is computed statically. lambda
|
15
|
+
# didn't work.
|
16
|
+
default_value: Date.today.month
|
17
|
+
}
|
18
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
require 'netzke-basepack'
|
2
|
+
require 'netzke/basepack/grid'
|
3
|
+
require 'marty/permissions'
|
4
|
+
|
5
|
+
class Marty::Grid < ::Netzke::Basepack::Grid
|
6
|
+
extend ::Marty::Permissions
|
7
|
+
|
8
|
+
has_marty_permissions read: :any
|
9
|
+
|
10
|
+
def preconfigure_record_window(c)
|
11
|
+
super
|
12
|
+
# Fix Add in form/Edit in form modal popup width
|
13
|
+
# Netzke 0.10.1 defaults width to 80% of screen which is too wide
|
14
|
+
# for a form where the fields are stacked top to bottom
|
15
|
+
# Netzke 0.8.4 defaulted width to 400px - let's make it a bit wider
|
16
|
+
c.width = 475
|
17
|
+
end
|
18
|
+
|
19
|
+
js_configure do |c|
|
20
|
+
# For some reason the grid update function was removed in Netzke
|
21
|
+
# 0.10.1. So, add it here.
|
22
|
+
c.cm_update = <<-JS
|
23
|
+
function() {
|
24
|
+
this.store.load();
|
25
|
+
}
|
26
|
+
JS
|
27
|
+
end
|
28
|
+
|
29
|
+
def configure(c)
|
30
|
+
super
|
31
|
+
|
32
|
+
create = self.class.can_perform_action?(:create)
|
33
|
+
read = self.class.can_perform_action?(:read)
|
34
|
+
update = self.class.can_perform_action?(:update)
|
35
|
+
delete = self.class.can_perform_action?(:delete)
|
36
|
+
|
37
|
+
c.prohibit_create = !create
|
38
|
+
c.prohibit_read = !read
|
39
|
+
c.prohibit_update = !update
|
40
|
+
c.prohibit_delete = !delete
|
41
|
+
|
42
|
+
c.enable_edit_inline = update
|
43
|
+
c.enable_edit_in_form = update
|
44
|
+
end
|
45
|
+
end
|
@@ -0,0 +1,53 @@
|
|
1
|
+
class Marty::ImportTypeView < Marty::Grid
|
2
|
+
has_marty_permissions \
|
3
|
+
create: :admin,
|
4
|
+
read: :any,
|
5
|
+
update: :admin,
|
6
|
+
delete: :admin
|
7
|
+
|
8
|
+
def configure(c)
|
9
|
+
super
|
10
|
+
|
11
|
+
c.title = I18n.t('import_type', default: "ImportType")
|
12
|
+
c.model = "Marty::ImportType"
|
13
|
+
c.columns =
|
14
|
+
[
|
15
|
+
:name,
|
16
|
+
:role__name,
|
17
|
+
:db_model_name,
|
18
|
+
:cleaner_function,
|
19
|
+
:validation_function,
|
20
|
+
:preprocess_function,
|
21
|
+
]
|
22
|
+
|
23
|
+
c.enable_extended_search = false
|
24
|
+
|
25
|
+
c.data_store.sorters = {property: :name, direction: 'ASC'}
|
26
|
+
end
|
27
|
+
|
28
|
+
column :name do |c|
|
29
|
+
c.flex = 1
|
30
|
+
end
|
31
|
+
|
32
|
+
column :role__name do |c|
|
33
|
+
c.width = 150
|
34
|
+
end
|
35
|
+
|
36
|
+
column :db_model_name do |c|
|
37
|
+
c.flex = 1
|
38
|
+
end
|
39
|
+
|
40
|
+
column :cleaner_function do |c|
|
41
|
+
c.flex = 1
|
42
|
+
end
|
43
|
+
|
44
|
+
column :validation_function do |c|
|
45
|
+
c.flex = 1
|
46
|
+
end
|
47
|
+
|
48
|
+
column :preprocess_function do |c|
|
49
|
+
c.flex = 1
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
ImportTypeView = Marty::ImportTypeView
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# The LiveSearchGridPanel provides a search field in the toolbar of
|
2
|
+
# the GridPanel. While the content of the search field is changeing,
|
3
|
+
# the data in the grid gets reloaded and the filter string is given to
|
4
|
+
# a scope on the configured model. The scope name by default is
|
5
|
+
# :live_search but it can be reconfigured by the configuration option
|
6
|
+
# :live_search_scope. NOTE: this is rewrite of the Netzke community
|
7
|
+
# pack component of the same name. We should submit this to the
|
8
|
+
# community.
|
9
|
+
#
|
10
|
+
# Options:
|
11
|
+
# * +live_search_scope+ - The scope name for filtering the results by
|
12
|
+
# the live search (default: :live_search)
|
13
|
+
#
|
14
|
+
|
15
|
+
class Marty::LiveSearchGridPanel < Marty::McflyGridPanel
|
16
|
+
js_configure do |c|
|
17
|
+
c.listen_fn = <<-JS
|
18
|
+
function(obj, search_text) {
|
19
|
+
var lg = this.ownerCt.ownerCt;
|
20
|
+
lg.getStore().getProxy().extraParams.live_search = search_text;
|
21
|
+
lg.getStore().load();
|
22
|
+
}
|
23
|
+
JS
|
24
|
+
|
25
|
+
c.tbar = ['->', {
|
26
|
+
name: 'live_search_text',
|
27
|
+
xtype: 'textfield',
|
28
|
+
enable_key_events: true,
|
29
|
+
ref: '../live_search_field',
|
30
|
+
empty_text: 'Search',
|
31
|
+
listeners: {
|
32
|
+
change: {
|
33
|
+
fn: c.listen_fn,
|
34
|
+
buffer: 100,
|
35
|
+
}
|
36
|
+
}
|
37
|
+
}]
|
38
|
+
end
|
39
|
+
|
40
|
+
def get_records(params)
|
41
|
+
search_scope = config[:live_search_scope] || :live_search
|
42
|
+
data_class.send(search_scope, params && params[:live_search] || '').scoping do
|
43
|
+
super
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|