wco_models 3.1.0.177 → 3.1.0.178

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4eaa4ae791b0efb894e267ee640a2559d8cf3a0aec9e9c2b46ef28d19610d069
4
- data.tar.gz: aba7e8635f3edc53fdaea60ce8739e9488215bd702309a23b8f3cc69708e9dda
3
+ metadata.gz: cd2b0bba426cdeaa6a69ce9ebe2198b6a036249696e67203bb3b8ce15bd4b3c9
4
+ data.tar.gz: 8079a2502dfff8e5b1852c34a8308ed5fd3a2575090f68ec94e342ba29483de7
5
5
  SHA512:
6
- metadata.gz: e242a74a1154595834d349d86f4b0475219439ee17e9762a257c7f40fa8761fb61cc3ef73e164045d6b2b7a7525756ac67a1d0f266943eb4ed27292b489aecef
7
- data.tar.gz: 665b22dbd49c9fa79d24e0f349a6a30f639bfd7dec0db48a3e69758ae0e0984e14ceada8d33c39c6fe5ec98156f9884bd336472e2163828b001d8e0731bf24a4
6
+ metadata.gz: a78a3109128d6e80800c3cfa8e05f9c49e166551a9547878a6b56a9ac89670c56fdcf9b835fbd6326c9bd332f8ef792158cfb54a6a934863048db2e58245e006
7
+ data.tar.gz: cd46aec5fcff91a6f37b4c1e2b2d7643207fae90ce74324eb441030bbd46d3cf5c0586465e4a46b7b2c78d6d1e9acd0985783383240e4665e1223f2658b972d1
@@ -10,7 +10,7 @@ class Ability
10
10
 
11
11
  if user
12
12
 
13
- if [ 'piousbox@gmail.com', 'victor@piousbox.com', 'victor@wasya.co' ].include? user.email
13
+ if [ 'piousbox@gmail.com', 'victor@piousbox.com', 'test-1@wasya.co', 'victor@wasya.co' ].include? user.email
14
14
  can :manage, :all
15
15
  end
16
16
 
@@ -32,7 +32,7 @@
32
32
  = csp_meta_tag
33
33
  %body
34
34
  = render 'wco/main_header'
35
- = render '/wco/alerts_notices'
35
+ = render '/wco/application/alerts_notices'
36
36
  %hr
37
37
 
38
38
  = yield
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wco_models
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.177
4
+ version: 3.1.0.178
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Pudeyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-17 00:00:00.000000000 Z
11
+ date: 2024-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ahoy_matey
@@ -508,7 +508,6 @@ files:
508
508
  - app/models/wco_hosting/task.rb
509
509
  - app/models/wco_hosting/task_tmpl.rb
510
510
  - app/views/layouts/wco/application.haml
511
- - app/views/wco/_alerts_notices.haml
512
511
  - app/views/wco/_analytics.erb
513
512
  - app/views/wco/_main_footer.haml
514
513
  - app/views/wco/_main_header.haml
@@ -516,6 +515,7 @@ files:
516
515
  - app/views/wco/_search.haml
517
516
  - app/views/wco/_select_all.haml
518
517
  - app/views/wco/api/leads/index_hash.jbuilder
518
+ - app/views/wco/application/_alerts_notices.haml
519
519
  - app/views/wco/application/_auth_widget.haml
520
520
  - app/views/wco/application/_debug.haml
521
521
  - app/views/wco/application/_meta.haml
@@ -595,7 +595,6 @@ files:
595
595
  - app/views/wco/office_actions/index.haml
596
596
  - app/views/wco/office_actions/new.haml
597
597
  - app/views/wco/office_actions/show.haml
598
- - app/views/wco/photos/_form.haml-trash
599
598
  - app/views/wco/photos/_index_thumbs.haml
600
599
  - app/views/wco/photos/_meta.haml
601
600
  - app/views/wco/photos/_meta_manager.haml
@@ -694,14 +693,10 @@ files:
694
693
  - app/views/wco_email/email_layouts/_test_tracking_footer.haml
695
694
  - app/views/wco_email/email_layouts/_wasyaco_roundborders.html.erb
696
695
  - app/views/wco_hosting/docker-compose/dc-any.erb
697
- - app/views/wco_hosting/docker-compose/trash/dc-helloworld.erb
698
- - app/views/wco_hosting/docker-compose/trash/dc-react.erb
699
- - app/views/wco_hosting/docker-compose/trash/dc-wordpress.erb
700
696
  - app/views/wco_hosting/ecs_task_definitions/demmitv.json
701
697
  - app/views/wco_hosting/ecs_task_definitions/demmitv_drupal_ecs1-0.0.0.zip
702
698
  - app/views/wco_hosting/ecs_task_definitions/drupal.json-template
703
699
  - app/views/wco_hosting/ecs_task_definitions/example1.json
704
- - app/views/wco_hosting/ecs_task_definitions/example2.txt-trash
705
700
  - app/views/wco_hosting/ecs_task_definitions/hw1.json
706
701
  - app/views/wco_hosting/scripts/create_volume.erb
707
702
  - app/views/wco_hosting/scripts/nginx_site.conf.erb
File without changes
@@ -1,16 +0,0 @@
1
- version: '3.2'
2
-
3
- services:
4
-
5
- <%= @app.service_name %>:
6
- image: <%= @app.tmpl.image %>
7
- volumes:
8
- - type: bind
9
- source: volumes/<%= @app.service_name %>_data
10
- target: /var/www/html
11
- ports:
12
- - <%= @app.port %>:80
13
- restart: always
14
-
15
-
16
-
@@ -1,16 +0,0 @@
1
- version: '3.2'
2
-
3
- services:
4
-
5
- <%= @app.service_name %>:
6
- image: <%= @app.tmpl.image %>
7
- volumes:
8
- - type: bind
9
- source: volumes/<%= @app.service_name %>_data
10
- target: /var/www/html
11
- ports:
12
- - <%= @app.port %>:80
13
- restart: always
14
-
15
-
16
-
@@ -1,16 +0,0 @@
1
- version: '3.2'
2
-
3
- services:
4
-
5
- <%= @app.service_name %>:
6
- image: <%= @app.tmpl.image %>
7
- volumes:
8
- - type: bind
9
- source: volumes/<%= @app.service_name %>_data
10
- target: /var/www/html
11
- ports:
12
- - <%= @app.port %>:80
13
- restart: always
14
-
15
-
16
-
@@ -1,54 +0,0 @@
1
- {
2
- "containerDefinitions": [
3
- {
4
- "name": "wordpress",
5
- "links": [
6
- "mysql"
7
- ],
8
- "image": "wordpress",
9
- "essential": true,
10
- "portMappings": [
11
- {
12
- "containerPort": 80,
13
- "hostPort": 80
14
- }
15
- ],
16
- "logConfiguration": {
17
- "logDriver": "awslogs",
18
- "options": {
19
- "awslogs-create-group": "true",
20
- "awslogs-group": "awslogs-wordpress",
21
- "awslogs-region": "us-west-2",
22
- "awslogs-stream-prefix": "awslogs-example"
23
- }
24
- },
25
- "memory": 500,
26
- "cpu": 10
27
- },
28
- {
29
- "environment": [
30
- {
31
- "name": "MYSQL_ROOT_PASSWORD",
32
- "value": "password"
33
- }
34
- ],
35
- "name": "mysql",
36
- "image": "mysql",
37
- "cpu": 10,
38
- "memory": 500,
39
- "essential": true,
40
- "logConfiguration": {
41
- "logDriver": "awslogs",
42
- "options": {
43
- "awslogs-create-group": "true",
44
- "awslogs-group": "awslogs-mysql",
45
- "awslogs-region": "us-west-2",
46
- "awslogs-stream-prefix": "awslogs-example",
47
- "mode": "non-blocking",
48
- "max-buffer-size": "25m"
49
- }
50
- }
51
- }
52
- ],
53
- "family": "awslogs-example"
54
- }