klastera 1.5.2.4 → 1.5.2.5
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/MIT-LICENSE +0 -0
- data/README.rdoc +0 -0
- data/Rakefile +0 -0
- data/app/assets/javascripts/klastera/application.js +0 -0
- data/app/assets/javascripts/klastera/clusters.js +0 -0
- data/app/assets/stylesheets/klastera/clusters.scss +0 -0
- data/app/controllers/klastera/application_controller.rb +0 -0
- data/app/controllers/klastera/clusters_controller.rb +0 -0
- data/app/helpers/klastera/application_helper.rb +0 -0
- data/app/models/klastera/cluster.rb +0 -0
- data/app/models/klastera/cluster_entity.rb +0 -0
- data/app/models/klastera/cluster_filter.rb +0 -0
- data/app/models/klastera/cluster_user.rb +0 -0
- data/app/models/klastera/concerns/cluster.rb +0 -0
- data/app/models/klastera/concerns/cluster_entity.rb +0 -0
- data/app/models/klastera/concerns/cluster_filter.rb +0 -0
- data/app/models/klastera/concerns/cluster_user.rb +0 -0
- data/app/models/klastera/concerns/clusterizable.rb +0 -0
- data/app/models/klastera/concerns/organization.rb +0 -0
- data/app/models/klastera/concerns/transfer.rb +0 -0
- data/app/models/klastera/concerns/user.rb +0 -0
- data/app/models/klastera/transfer.rb +0 -0
- data/app/views/klastera/clusters/_filter.html.erb +0 -0
- data/app/views/klastera/clusters/_form.html.erb +0 -0
- data/app/views/klastera/clusters/_form_transfer.html.erb +0 -0
- data/app/views/klastera/clusters/_table.html.erb +0 -0
- data/app/views/klastera/clusters/create.js.erb +0 -0
- data/app/views/klastera/clusters/destroy.js.erb +0 -0
- data/app/views/klastera/clusters/edit.html.erb +0 -0
- data/app/views/klastera/clusters/index.html.erb +0 -0
- data/app/views/klastera/clusters/new.html.erb +0 -0
- data/app/views/klastera/clusters/transfer.html.erb +0 -0
- data/app/views/klastera/clusters/update.js.erb +0 -0
- data/app/views/layouts/klastera/_cluster_entity_fields.html.erb +0 -0
- data/app/views/layouts/klastera/_cluster_filter.html.erb +0 -0
- data/app/views/layouts/klastera/_cluster_role.html.erb +0 -0
- data/app/views/layouts/klastera/_cluster_selector.html.erb +0 -0
- data/app/views/layouts/klastera/_cluster_user_fields.html.erb +0 -0
- data/app/views/layouts/klastera/_nested_cluster_entity.html.erb +0 -0
- data/app/views/layouts/klastera/_nested_cluster_user.html.erb +0 -0
- data/app/views/layouts/klastera/_options.html.erb +0 -0
- data/config/locales/es.yml +0 -0
- data/config/routes.rb +0 -0
- data/db/migrate/20200324203929_create_klastera_clusters.rb +0 -0
- data/db/migrate/20200326111219_add_cluster_options_to_organizations.rb +0 -0
- data/db/migrate/20200330010551_create_klastera_cluster_users.rb +0 -0
- data/db/migrate/20200330221601_add_order_field_to_clusters.rb +0 -0
- data/db/migrate/20200518142609_create_klastera_cluster_entities.rb +0 -0
- data/db/migrate/20200908180057_add_cluster_config_to_organization.rb +0 -0
- data/db/migrate/20220602222332_add_unique_index_to_cluster_entities.rb +0 -0
- data/db/migrate/20250429110829_add_entity_id_index_to_cluster_entities.rb +6 -0
- data/db/migrate/20250429110830_add_entity_id_index_and_entity_type_index_to_cluster_entities.klastera.rb +7 -0
- data/lib/klastera/engine.rb +0 -0
- data/lib/klastera/version.rb +1 -1
- data/lib/klastera.rb +0 -0
- data/lib/tasks/klastera_tasks.rake +0 -0
- data/test/controllers/klastera/clusters_controller_test.rb +0 -0
- data/test/fixtures/klastera/cluster_users.yml +0 -0
- data/test/fixtures/klastera/clusters.yml +0 -0
- data/test/integration/navigation_test.rb +0 -0
- data/test/klastera_test.rb +0 -0
- data/test/models/klastera/cluster_test.rb +0 -0
- data/test/models/klastera/cluster_user_test.rb +0 -0
- data/test/test_helper.rb +0 -0
- metadata +13 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2e4db5889aa838ae429ffa2d6799ade27f82389c8f105cf2e98a792cedf1703c
|
4
|
+
data.tar.gz: 790a3e369bf6a8914cfb451368f6f7e176579f650fbd315485620aa86b7563e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ee35699f27f0c268a3547c6c2f732411c388aa12c303078b4aeca767177ed08726cc5623293c872f7bf024fca8872b776f2d62f7bdda0ff3040c7b4b095a9b7c
|
7
|
+
data.tar.gz: 0ec412c1e7bf0410465a4f7156ec7b7ffe4fda19b108d716b72b79bf2346c9829767b0326f2ecc65c4eb9075e8ef2a6b1feb83f99aec668230e350862a51ffb8
|
data/MIT-LICENSE
CHANGED
File without changes
|
data/README.rdoc
CHANGED
File without changes
|
data/Rakefile
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/config/locales/es.yml
CHANGED
File without changes
|
data/config/routes.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,7 @@
|
|
1
|
+
# This migration comes from klastera (originally 20250429110947)
|
2
|
+
class AddEntityIdIndexAndEntityTypeIndexToClusterEntities < ActiveRecord::Migration[5.2]
|
3
|
+
disable_ddl_transaction!
|
4
|
+
def change
|
5
|
+
add_index :cluster_entities, [:entity_id,:entity_type], algorithm: :concurrently
|
6
|
+
end
|
7
|
+
end
|
data/lib/klastera/engine.rb
CHANGED
File without changes
|
data/lib/klastera/version.rb
CHANGED
data/lib/klastera.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/test/klastera_test.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
data/test/test_helper.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: klastera
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.2.
|
4
|
+
version: 1.5.2.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gino Barahona
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -95,6 +95,8 @@ files:
|
|
95
95
|
- db/migrate/20200518142609_create_klastera_cluster_entities.rb
|
96
96
|
- db/migrate/20200908180057_add_cluster_config_to_organization.rb
|
97
97
|
- db/migrate/20220602222332_add_unique_index_to_cluster_entities.rb
|
98
|
+
- db/migrate/20250429110829_add_entity_id_index_to_cluster_entities.rb
|
99
|
+
- db/migrate/20250429110830_add_entity_id_index_and_entity_type_index_to_cluster_entities.klastera.rb
|
98
100
|
- lib/klastera.rb
|
99
101
|
- lib/klastera/engine.rb
|
100
102
|
- lib/klastera/version.rb
|
@@ -111,7 +113,7 @@ homepage: https://github.com/ginosx/klastera
|
|
111
113
|
licenses:
|
112
114
|
- MIT
|
113
115
|
metadata: {}
|
114
|
-
post_install_message:
|
116
|
+
post_install_message:
|
115
117
|
rdoc_options: []
|
116
118
|
require_paths:
|
117
119
|
- lib
|
@@ -126,16 +128,16 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
126
128
|
- !ruby/object:Gem::Version
|
127
129
|
version: '0'
|
128
130
|
requirements: []
|
129
|
-
rubygems_version: 3.
|
130
|
-
signing_key:
|
131
|
+
rubygems_version: 3.1.6
|
132
|
+
signing_key:
|
131
133
|
specification_version: 4
|
132
134
|
summary: Clusterization Engine
|
133
135
|
test_files:
|
134
136
|
- test/controllers/klastera/clusters_controller_test.rb
|
135
|
-
- test/fixtures/klastera/cluster_users.yml
|
136
|
-
- test/fixtures/klastera/clusters.yml
|
137
137
|
- test/integration/navigation_test.rb
|
138
|
-
- test/
|
139
|
-
- test/
|
140
|
-
- test/models/klastera/cluster_user_test.rb
|
138
|
+
- test/fixtures/klastera/clusters.yml
|
139
|
+
- test/fixtures/klastera/cluster_users.yml
|
141
140
|
- test/test_helper.rb
|
141
|
+
- test/models/klastera/cluster_user_test.rb
|
142
|
+
- test/models/klastera/cluster_test.rb
|
143
|
+
- test/klastera_test.rb
|