cpee-worklist 1.0.19 → 1.0.20
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/cpee-worklist.gemspec +1 -1
- data/lib/cpee-worklist/implementation.rb +3 -4
- data/ui/js/structured.js +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f6fef7844b1068dc25aedad2ad96649e3821e68e8056a385ed7ff752f53071c
|
|
4
|
+
data.tar.gz: ec643d4a0e368d4e584aebf23352b38c23b71481965c07064cbc7bd0db67ca42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9fda76f7240d70935a5f8e7066d083dfbf4658e89b68772c268e86cc1ce5b6dd2b0f0ca620d8905a746be30e922fdccf331adbeb16eb7637720245dd4671d38e
|
|
7
|
+
data.tar.gz: 33ad966f1cc9302ed2f84dac3d5ffa485b971b56c4f7a53974c04500271e25faa19b0c977c21a207977861c46d3fd6f34de534ac1e0b6ddbdf9a42539cdefc48
|
data/cpee-worklist.gemspec
CHANGED
|
@@ -368,11 +368,10 @@ module CPEE
|
|
|
368
368
|
|
|
369
369
|
### set redis_cmd to nil if you want to do global
|
|
370
370
|
### at least redis_path or redis_url and redis_db have to be set if you do global
|
|
371
|
-
opts[:redis_path] ||= 'redis.sock' # use e.g. /tmp/redis.sock for global stuff. Look it up in your redis config
|
|
372
371
|
opts[:redis_db] ||= 0
|
|
373
|
-
|
|
374
|
-
opts[:
|
|
375
|
-
opts[:redis_cmd] ||= 'redis-server --port
|
|
372
|
+
opts[:redis_url] ||= 'unix://redis.sock' # sadly we have to do this for now
|
|
373
|
+
opts[:redis_unixsocket] ||= true
|
|
374
|
+
opts[:redis_cmd] ||= 'redis-server --port #redis_port# --unixsocket #redis_path# --unixsocketperm 600 --pidfile #redis_pid# --dir #redis_db_dir# --dbfilename #redis_db_name# --databases 1 --save 900 1 --save 300 10 --save 60 10000 --rdbcompression yes --daemonize yes --protected-mode no'
|
|
376
375
|
opts[:redis_pid] ||= 'redis.pid' # use e.g. /var/run/redis.pid if you do global. Look it up in your redis config
|
|
377
376
|
opts[:redis_db_name] ||= 'redis.rdb' # use e.g. /var/lib/redis.rdb for global stuff. Look it up in your redis config
|
|
378
377
|
|
data/ui/js/structured.js
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cpee-worklist
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juergen eTM Mangler
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
- Nataliia Klievtsova
|
|
11
11
|
bindir: tools
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date:
|
|
13
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: riddl
|
|
@@ -136,7 +136,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
137
|
version: '0'
|
|
138
138
|
requirements: []
|
|
139
|
-
rubygems_version: 3.6.
|
|
139
|
+
rubygems_version: 3.6.9
|
|
140
140
|
specification_version: 4
|
|
141
141
|
summary: Worklist for the cloud process execution engine (cpee.org)
|
|
142
142
|
test_files: []
|