atomic_admin 2.0.0.beta.1 → 2.0.0.beta.2
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/app/controllers/atomic_admin/v1/tenant_client_id_strategies_controller.rb +2 -2
- data/app/controllers/atomic_admin/v1/tenant_deployments_controller.rb +2 -2
- data/app/controllers/atomic_admin/v1/tenant_platform_guid_strategies_controller.rb +2 -2
- data/lib/atomic_admin/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2877b41feec63fee9094438e6f3567435f0be06d1fd38935c572b17e607a8591
|
4
|
+
data.tar.gz: 83ff3c84cddad21e5f3799934df38ccd3b54d7b0457388bf6d34f8314da788fc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ce24f660fc4df2bce27318395eacd4debae6dc22a190271dd039b611902139ea1a9c6b6dba3d9e4191d1f864379e55d9567e8bd1298324d6567bd837e262975
|
7
|
+
data.tar.gz: 93c96f5d173f20a59af47ed1740f1f5a0c9bbe5f03b9eed2111f88bf4b1e0cae42224eb554734bfb5942bb6de9e6d67dbb3951b7d00a56041ca56d4b133b1702
|
@@ -2,8 +2,8 @@ module AtomicAdmin::V1
|
|
2
2
|
class TenantClientIdStrategiesController < AdminController
|
3
3
|
include Filtering
|
4
4
|
|
5
|
-
allowed_search_columns %w[client_id]
|
6
|
-
allowed_sort_columns %w[client_id]
|
5
|
+
allowed_search_columns %w[client_id, iss]
|
6
|
+
allowed_sort_columns %w[client_id, iss]
|
7
7
|
|
8
8
|
def index
|
9
9
|
query = AtomicTenant::PinnedClientId.where(application_instance_id:)
|
@@ -2,8 +2,8 @@ module AtomicAdmin::V1
|
|
2
2
|
class TenantDeploymentsController < AdminController
|
3
3
|
include Filtering
|
4
4
|
|
5
|
-
allowed_search_columns %w[deployment_id]
|
6
|
-
allowed_sort_columns %w[deployment_id]
|
5
|
+
allowed_search_columns %w[deployment_id, iss]
|
6
|
+
allowed_sort_columns %w[deployment_id, iss]
|
7
7
|
|
8
8
|
def index
|
9
9
|
page, meta = filter(AtomicTenant::LtiDeployment.where(application_instance_id:))
|
@@ -2,8 +2,8 @@ module AtomicAdmin::V1
|
|
2
2
|
class TenantPlatformGuidStrategiesController < AdminController
|
3
3
|
include Filtering
|
4
4
|
|
5
|
-
allowed_search_columns %w[platform_guid]
|
6
|
-
allowed_sort_columns %w[platform_guid]
|
5
|
+
allowed_search_columns %w[platform_guid, iss]
|
6
|
+
allowed_sort_columns %w[platform_guid, iss]
|
7
7
|
|
8
8
|
def index
|
9
9
|
query = AtomicTenant::PinnedPlatformGuid.where(application_instance_id:)
|
data/lib/atomic_admin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: atomic_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.0.beta.
|
4
|
+
version: 2.0.0.beta.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nick Benoit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-05-
|
11
|
+
date: 2025-05-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|