rbbt-rest 1.4.10 → 1.4.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/rbbt/rest/client/step.rb +1 -1
- data/lib/rbbt/rest/common/cache.rb +2 -1
- data/lib/rbbt/rest/common/forms.rb +6 -6
- data/lib/rbbt/rest/common/locate.rb +25 -2
- data/lib/rbbt/rest/common/misc.rb +23 -7
- data/lib/rbbt/rest/common/render.rb +1 -3
- data/lib/rbbt/rest/common/table.rb +52 -3
- data/lib/rbbt/rest/main.rb +21 -5
- data/lib/rbbt/rest/web_tool.rb +1 -0
- data/lib/rbbt/rest/workflow.rb +20 -1
- data/lib/rbbt/rest/workflow/jobs.rb +3 -1
- data/lib/rbbt/rest/workflow/render.rb +17 -3
- data/share/views/compass/_app.sass +17 -0
- data/share/views/compass/app.sass +1 -17
- data/share/views/compass/finder.sass +7 -7
- data/share/views/compass/grid_system.sass +1 -9
- data/share/views/compass/layout.sass +2 -2
- data/share/views/compass/rbbt/table.sass +1 -0
- data/share/views/compass/screen_sizes.sass +16 -0
- data/share/views/compass/top_menu.sass +1 -0
- data/share/views/entity_partials/action_card.haml +2 -2
- data/share/views/entity_partials/entity_card.haml +10 -4
- data/share/views/entity_partials/entity_list_card.haml +7 -2
- data/share/views/entity_partials/entity_map_card.haml +1 -1
- data/share/views/error.haml +16 -12
- data/share/views/form.haml +2 -2
- data/share/views/help.haml +3 -3
- data/share/views/help/UI.haml +156 -163
- data/share/views/help/entity.haml +3 -3
- data/share/views/help/workflow.haml +1 -1
- data/share/views/job_result/job_control.haml +3 -2
- data/share/views/job_result/tsv.haml +17 -12
- data/share/views/layout.haml +18 -43
- data/share/views/layout/coda.haml +40 -0
- data/share/views/layout/footer.haml +0 -0
- data/share/views/layout/top_menu/finder.haml +1 -1
- data/share/views/partials/form.haml +1 -1
- data/share/views/partials/table.haml +1 -1
- data/share/views/public/js/app.js +4 -4
- data/share/views/public/js/defer.js +26 -0
- data/share/views/public/js/helpers.js +8 -1
- data/share/views/public/js/rbbt/actions.js +2 -2
- data/share/views/public/js/rbbt/hide.js +12 -8
- data/share/views/public/js/rbbt/menu.js +2 -1
- data/share/views/public/js/rbbt/modal.js +5 -2
- data/share/views/public/js/rbbt/reveal.js +7 -5
- data/share/views/wait.haml +1 -1
- metadata +7 -3
- data/share/views/public/js/deffer.js +0 -26
data/share/views/wait.haml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbbt-rest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.
|
4
|
+
version: 1.4.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Miguel Vazquez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-11-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -215,6 +215,7 @@ files:
|
|
215
215
|
- lib/rbbt/rest/workflow/locate.rb
|
216
216
|
- lib/rbbt/rest/workflow/render.rb
|
217
217
|
- share/views/association/Default.haml
|
218
|
+
- share/views/compass/_app.sass
|
218
219
|
- share/views/compass/_normalize.scss
|
219
220
|
- share/views/compass/_rbbt.sass
|
220
221
|
- share/views/compass/actions.sass
|
@@ -237,6 +238,7 @@ files:
|
|
237
238
|
- share/views/compass/rbbt/menu.sass
|
238
239
|
- share/views/compass/rbbt/reveal.sass
|
239
240
|
- share/views/compass/rbbt/table.sass
|
241
|
+
- share/views/compass/screen_sizes.sass
|
240
242
|
- share/views/compass/skeleton.sass
|
241
243
|
- share/views/compass/skeleton/_dependencies.sass
|
242
244
|
- share/views/compass/skeleton/_functions.sass
|
@@ -289,6 +291,8 @@ files:
|
|
289
291
|
- share/views/knowledge_base_partials/matches.haml
|
290
292
|
- share/views/knowledge_base_partials/subset.haml
|
291
293
|
- share/views/layout.haml
|
294
|
+
- share/views/layout/coda.haml
|
295
|
+
- share/views/layout/footer.haml
|
292
296
|
- share/views/layout/top_menu.haml
|
293
297
|
- share/views/layout/top_menu/favourites.haml
|
294
298
|
- share/views/layout/top_menu/finder.haml
|
@@ -321,7 +325,7 @@ files:
|
|
321
325
|
- share/views/public/js/_ellipsis.js
|
322
326
|
- share/views/public/js/_md5.js
|
323
327
|
- share/views/public/js/app.js
|
324
|
-
- share/views/public/js/
|
328
|
+
- share/views/public/js/defer.js
|
325
329
|
- share/views/public/js/foundation/foundation.abide.js
|
326
330
|
- share/views/public/js/foundation/foundation.alerts.js
|
327
331
|
- share/views/public/js/foundation/foundation.clearing.js
|
@@ -1,26 +0,0 @@
|
|
1
|
-
var defferred_execution = [];
|
2
|
-
|
3
|
-
function deffer(deps, func){
|
4
|
-
if (undefined === func){
|
5
|
-
func = deps;
|
6
|
-
deps = undefined;
|
7
|
-
}
|
8
|
-
if (undefined !== deps){
|
9
|
-
defferred_execution.push([deps, func]);
|
10
|
-
}else{
|
11
|
-
defferred_execution.push(func)
|
12
|
-
}
|
13
|
-
}
|
14
|
-
|
15
|
-
function start_defferred(){
|
16
|
-
$(defferred_execution).each(function(pos,func){
|
17
|
-
if (typeof(func) == 'object'){
|
18
|
-
require_js(func[0], func[1]);
|
19
|
-
}else{
|
20
|
-
func.call();
|
21
|
-
}
|
22
|
-
})
|
23
|
-
defferred_execution = [];
|
24
|
-
}
|
25
|
-
|
26
|
-
|