wco_models 3.1.0.176 → 3.1.0.178
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/wco/{utils.scss → main.scss} +7 -0
- data/app/mailers/wco_email/application_mailer.rb +2 -1
- data/app/models/ability.rb +1 -1
- data/app/views/layouts/wco/application.haml +1 -1
- metadata +4 -9
- data/app/views/wco/photos/_form.haml-trash +0 -0
- data/app/views/wco_hosting/docker-compose/trash/dc-helloworld.erb +0 -16
- data/app/views/wco_hosting/docker-compose/trash/dc-react.erb +0 -16
- data/app/views/wco_hosting/docker-compose/trash/dc-wordpress.erb +0 -16
- data/app/views/wco_hosting/ecs_task_definitions/example2.txt-trash +0 -54
- /data/app/views/wco/{_alerts_notices.haml → application/_alerts_notices.haml} +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd2b0bba426cdeaa6a69ce9ebe2198b6a036249696e67203bb3b8ce15bd4b3c9
|
4
|
+
data.tar.gz: 8079a2502dfff8e5b1852c34a8308ed5fd3a2575090f68ec94e342ba29483de7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a78a3109128d6e80800c3cfa8e05f9c49e166551a9547878a6b56a9ac89670c56fdcf9b835fbd6326c9bd332f8ef792158cfb54a6a934863048db2e58245e006
|
7
|
+
data.tar.gz: cd46aec5fcff91a6f37b4c1e2b2d7643207fae90ce74324eb441030bbd46d3cf5c0586465e4a46b7b2c78d6d1e9acd0985783383240e4665e1223f2658b972d1
|
data/app/models/ability.rb
CHANGED
@@ -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
|
|
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.
|
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-
|
11
|
+
date: 2024-10-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: ahoy_matey
|
@@ -421,11 +421,11 @@ files:
|
|
421
421
|
- app/assets/stylesheets/wco/conversations.scss
|
422
422
|
- app/assets/stylesheets/wco/galleries.scss
|
423
423
|
- app/assets/stylesheets/wco/leads_leadsets.scss
|
424
|
+
- app/assets/stylesheets/wco/main.scss
|
424
425
|
- app/assets/stylesheets/wco/office_action_templates.scss
|
425
426
|
- app/assets/stylesheets/wco/pagination.scss
|
426
427
|
- app/assets/stylesheets/wco/photos.scss
|
427
428
|
- app/assets/stylesheets/wco/sitemaps.scss
|
428
|
-
- app/assets/stylesheets/wco/utils.scss
|
429
429
|
- app/assets/stylesheets/wco/videos.scss
|
430
430
|
- app/controllers/wco/api/leads_controller.rb
|
431
431
|
- app/controllers/wco/api/obfuscated_redirects_controller.rb
|
@@ -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
|
-
}
|
File without changes
|