uffizzi_core 2.4.8 → 2.4.10

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: 88993b58aea5beea70f11b2d4cf0b2b27130e35fa6c99d75e0fbe013ce6b2fc7
4
- data.tar.gz: 206835ece36f3e6edbb3e92bdc7609df0db18b92f65e4b024c1823d0757a3075
3
+ metadata.gz: 759ad4f993ee7ec5346034b04b2474b35926a2c28e8cd11cbadc6a1dc825d183
4
+ data.tar.gz: 94d2065151cfc402dbe1f8e7ecc4579daf7d3eb1f061981b73e5e623937cb27f
5
5
  SHA512:
6
- metadata.gz: d19f81cfb7e2562d27e5edccd55e9840e570b1d942c4bb51c4df710656400837b21177782493cf1a6e12b6b5141de8bf1ce338fb2cf404b11910eb66d0e86ae1
7
- data.tar.gz: aed9a38538b03c5ec279dfb1482550cd0b35b8c8c90c9f3f873b248d8169f4f3559067c6aa88cd18f9ce03207a29b656ccf96fc6e44326bf21c1caa92c088b06
6
+ metadata.gz: ce73fbd750ecb8ef6b2ad6240d8c68497443b2ff8d0acf2b64d62ab8b5e72cea0ad197456fe4d6bd612c01abee810c6c50c50f4ef881fbdd8dd8825bc5e1814c
7
+ data.tar.gz: 86483be57faca92295d75aba801a75a847bd8f67d03ceb54225131c6c066cf32e33b10ee2e600944c9afd19ff17947211ccd1751b25704478f1f96328b6a5a93
@@ -6,4 +6,6 @@ module UffizziCore::Api::Cli::V1::Projects::ClustersControllerModule
6
6
  def update_show_trial_quota_exceeded_warning; end
7
7
 
8
8
  def check_account_quota; end
9
+
10
+ def check_current_plan; end
9
11
  end
@@ -6,4 +6,6 @@ module UffizziCore::Api::Cli::V1::Projects::DeploymentsControllerModule
6
6
  def check_account_quota; end
7
7
 
8
8
  def update_show_trial_quota_exceeded_warning; end
9
+
10
+ def check_current_plan; end
9
11
  end
@@ -5,6 +5,7 @@ class UffizziCore::Api::Cli::V1::Projects::ClustersController < UffizziCore::Api
5
5
 
6
6
  before_action :authorize_uffizzi_core_api_cli_v1_projects_clusters
7
7
  before_action :check_account_quota, only: [:create]
8
+ before_action :check_current_plan
8
9
  after_action :update_show_trial_quota_exceeded_warning, only: [:create, :destroy]
9
10
 
10
11
  def index
@@ -7,6 +7,7 @@ class UffizziCore::Api::Cli::V1::Projects::DeploymentsController < UffizziCore::
7
7
 
8
8
  before_action :authorize_uffizzi_core_api_cli_v1_projects_deployments
9
9
  before_action :check_account_quota, only: :create
10
+ before_action :check_current_plan
10
11
  after_action :update_show_trial_quota_exceeded_warning, only: :destroy
11
12
 
12
13
  # Get a list of active deployements for a project
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module UffizziCore
4
- VERSION = '2.4.8'
4
+ VERSION = '2.4.10'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uffizzi_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.8
4
+ version: 2.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Thurman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-05-24 00:00:00.000000000 Z
12
+ date: 2024-08-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aasm