forest_admin_agent 1.28.2 → 1.29.0

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: 6a68f489dc62e09df6e7319b111335f2711f1dc7871238ba4c2b46a5f32623fc
4
- data.tar.gz: 6344a814ac967244e791d3594aef19ee32cf0c8f562be28a2de008d9d29386e0
3
+ metadata.gz: 8927f41d5be7f0576b9cd71477df344a11d364a6d272d199f1c1ce52ff3153f4
4
+ data.tar.gz: cb94e8169ab5e86d9b7da5b339222111a44e8d3700dd3de48c162950ea8ae896
5
5
  SHA512:
6
- metadata.gz: 24082483eff22e17f7a13eaa7fcce0d64048a3ee23141895c4645b1c5320b7011795fdf01dcba92280aa83b90d41c68862095949b50bab4e3cf37df6d15d7998
7
- data.tar.gz: 617a77c98175a9af9b9e4ce245158fea76018ad4658c36c1e1316545a820b088753ded62065e31cddf74b96ba9b163afbfbabe0b69463eb7e36b3cd9a642a29a
6
+ metadata.gz: 40f72df3e1f253bb8f510ede68679a197ebdd3b7c237eae9aa0d699882f10da1c667eef28b2656eccaad79a972f523592fd3dd442f539096d5a2a67cd8090264
7
+ data.tar.gz: 631b7f1d60bffad5887c852c04a8ceef65726c948ebfc6f26e2d794b1ae0d0e4b2cef6aa71203029c0b0063220d31324a2d7dd45953990b814dcfe818d0ec175
@@ -8,6 +8,7 @@ module ForestAdminAgent
8
8
  include ForestAdminAgent::Builder
9
9
  include ForestAdminDatasourceToolkit::Utils
10
10
  include ForestAdminDatasourceToolkit::Components::Query
11
+
11
12
  def setup_routes
12
13
  add_route(
13
14
  'forest_related_count',
@@ -8,6 +8,7 @@ module ForestAdminAgent
8
8
  include ForestAdminAgent::Builder
9
9
  include ForestAdminDatasourceToolkit::Utils
10
10
  include ForestAdminDatasourceToolkit::Components::Query
11
+
11
12
  def setup_routes
12
13
  add_route(
13
14
  'forest_related_dissociate',
@@ -8,6 +8,7 @@ module ForestAdminAgent
8
8
  include ForestAdminAgent::Builder
9
9
  include ForestAdminAgent::Utils
10
10
  include ForestAdminDatasourceToolkit::Components::Query
11
+
11
12
  def setup_routes
12
13
  add_route('forest_show', 'get', '/:collection_name/:id', ->(args) { handle_request(args) })
13
14
 
@@ -7,6 +7,7 @@ module ForestAdminAgent
7
7
  class Store < AbstractAuthenticatedRoute
8
8
  include ForestAdminAgent::Builder
9
9
  include ForestAdminDatasourceToolkit::Components::Query
10
+
10
11
  def setup_routes
11
12
  add_route('forest_store', 'post', '/:collection_name', ->(args) { handle_request(args) })
12
13
 
@@ -4,6 +4,7 @@ module ForestAdminAgent
4
4
  class ScopeInvalidation < AbstractRoute
5
5
  include ForestAdminAgent::Builder
6
6
  include ForestAdminAgent::Services
7
+
7
8
  def setup_routes
8
9
  add_route(
9
10
  'forest_scope_invalidation',
@@ -3,6 +3,7 @@ module ForestAdminAgent
3
3
  module System
4
4
  class HealthCheck < AbstractRoute
5
5
  include ForestAdminAgent::Builder
6
+
6
7
  def setup_routes
7
8
  add_route('forest', 'GET', '/', ->(args) { handle_request(args) })
8
9
 
@@ -6,7 +6,7 @@ module ForestAdminAgent
6
6
  module Schema
7
7
  class SchemaEmitter
8
8
  LIANA_NAME = "agent-ruby"
9
- LIANA_VERSION = "1.28.2"
9
+ LIANA_VERSION = "1.29.0"
10
10
 
11
11
  def self.generate(datasource)
12
12
  datasource.collections
@@ -1,3 +1,3 @@
1
1
  module ForestAdminAgent
2
- VERSION = "1.28.2"
2
+ VERSION = "1.29.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.28.2
4
+ version: 1.29.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2026-05-06 00:00:00.000000000 Z
12
+ date: 2026-05-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport