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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 02d17893e9b77e9236c59ee1305d09faa86618362f228f07e44ec918e36eb3bf
4
- data.tar.gz: deed9eb9b6091bc470a12e9862a8b309758260f6397863a3bff1ce6fba8f613e
3
+ metadata.gz: 2877b41feec63fee9094438e6f3567435f0be06d1fd38935c572b17e607a8591
4
+ data.tar.gz: 83ff3c84cddad21e5f3799934df38ccd3b54d7b0457388bf6d34f8314da788fc
5
5
  SHA512:
6
- metadata.gz: 93764527b55ed7254cc0b2ca933d0a841bd0e3fc95979c12d6f130d38a0d9c7692f831ba4afc0aa49573723b846e34f1dc167d4edb2ef03437195402d6269e38
7
- data.tar.gz: 1753bfdf23523f563cc98f43cb6d8a694a845416f2e9edc8418e172febde1f71aaa2a15db27bfdfd2465b09162d793c8cafebb11635b4b3957407300f70c0789
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:)
@@ -1,3 +1,3 @@
1
1
  module AtomicAdmin
2
- VERSION = "2.0.0.beta.1".freeze
2
+ VERSION = "2.0.0.beta.2".freeze
3
3
  end
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.1
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-09 00:00:00.000000000 Z
11
+ date: 2025-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails