panda_pal 5.13.2 → 5.13.4

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: b37c9296e480a4eb9067458a32bcf30033290a3b52d5bce29348566b7bcd24fc
4
- data.tar.gz: 6414872eb5512ceea7a607d2962c0afde1df0b41de263bceae9ade68c6607af4
3
+ metadata.gz: 394e082d23ea7e24a5a4fd854191ad33f34fb52acffa2dc805fd27f64119c683
4
+ data.tar.gz: 1a50f36b6aba5a71c4622824fc7fd47a6fc2331ab643831b75c45f28162f461a
5
5
  SHA512:
6
- metadata.gz: 8bf658de397092751657b435bb52ee1764a8383d21756fc054687351c4b3ff4727dafa45ab366d34f69274f9a25e6102bfc5f621ed4b9b75f85ab5ef1eac9655
7
- data.tar.gz: 6d6e3428282653db870ca8e9db51a3810c0791107925a816aeb44401c7b76b69c633ed74952afcda8f090dcac1c9acd8d594dce3b9b54da94bb72c320f5d4ac9
6
+ metadata.gz: 833f7ec08c7778a5fcbbb810a2c887068aec0e55fb1131c24adee99ae6477c20f56181c90a37424fb31401fe280ee2340d330bf07635d367c4d104ce2fde2a3d
7
+ data.tar.gz: a03e818dcd00ca287f1454cfb29aa55e2037239d904dff16fd774c3b20d5b96803c699c899b20a29c32dece85c507c3077a1dd7bd312f219854cd0994f62ee40
File without changes
@@ -111,6 +111,8 @@ module PandaPal
111
111
  end
112
112
 
113
113
  def user
114
+ return nil unless canvas_user_id.present?
115
+
114
116
  @user ||= ::User.find_by(canvas_id: canvas_user_id) if defined?(::User) && ::User < ::ActiveRecord::Base
115
117
  end
116
118
 
@@ -73,7 +73,9 @@ module Apartment
73
73
  if shard == "default"
74
74
  @config
75
75
  else
76
- Apartment.shard_configurations[shard.downcase]
76
+ config = Apartment.shard_configurations[shard.downcase]
77
+ raise ActiveRecord::StatementInvalid, "Could not find shard configuration for #{shard}" unless config.present?
78
+ config.dup
77
79
  end
78
80
  end
79
81
 
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "5.13.2"
2
+ VERSION = "5.13.4"
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda_pal
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.13.2
4
+ version: 5.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-01 00:00:00.000000000 Z
11
+ date: 2025-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails