panda_pal 5.15.1.beta3 → 5.15.1.beta4

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.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +0 -0
  3. data/Rakefile +0 -0
  4. data/app/assets/config/panda_pal_manifest.js +0 -0
  5. data/app/assets/javascripts/panda_pal/lti.js +0 -0
  6. data/app/assets/stylesheets/panda_pal/application.css +0 -0
  7. data/app/assets/stylesheets/panda_pal/lti.css +0 -0
  8. data/app/helpers/panda_pal/application_helper.rb +0 -0
  9. data/app/jobs/panda_pal/jobs/grade_passback_job.rb +0 -0
  10. data/app/lib/lti_xml/base_platform.rb +0 -0
  11. data/app/lib/lti_xml/bridge_platform.rb +0 -0
  12. data/app/lib/lti_xml/canvas_platform.rb +0 -0
  13. data/app/lib/panda_pal/launch_url_helpers.rb +0 -0
  14. data/app/lib/panda_pal/lti_jwt_validator.rb +0 -0
  15. data/app/models/panda_pal/api_call.rb +0 -0
  16. data/app/models/panda_pal/organization_concerns/organization_builder.rb +0 -0
  17. data/app/models/panda_pal/organization_concerns/settings_validation.rb +0 -0
  18. data/app/models/panda_pal/organization_concerns/task_scheduling.rb +0 -0
  19. data/app/models/panda_pal/panda_pal_record.rb +0 -0
  20. data/app/models/panda_pal/platform.rb +0 -0
  21. data/app/views/layouts/panda_pal/application.html.erb +0 -0
  22. data/app/views/panda_pal/lti/launch.html.erb +0 -0
  23. data/app/views/panda_pal/lti_v1_p3/login.html.erb +0 -0
  24. data/app/views/panda_pal/partials/_auto_submit_form.html.erb +0 -0
  25. data/config/dev_lti_key.key +0 -0
  26. data/config/initializers/apartment.rb +1 -1
  27. data/config/routes.rb +0 -0
  28. data/db/migrate/20160412205931_create_panda_pal_organizations.rb +0 -0
  29. data/db/migrate/20160413135653_create_panda_pal_sessions.rb +0 -0
  30. data/db/migrate/20160425130344_add_panda_pal_organization_to_session.rb +0 -0
  31. data/db/migrate/20170106165533_add_salesforce_id_to_organizations.rb +0 -0
  32. data/db/migrate/20171205183457_encrypt_organization_settings.rb +0 -0
  33. data/db/migrate/20171205194657_remove_old_organization_settings.rb +0 -0
  34. data/db/migrate/20220721095653_create_panda_pal_api_calls.rb +0 -0
  35. data/lib/panda_pal/concerns/ability_helper.rb +0 -0
  36. data/lib/panda_pal/helpers/console_helpers.rb +0 -0
  37. data/lib/panda_pal/helpers/misc_helper.rb +0 -0
  38. data/lib/panda_pal/helpers/route_helper.rb +0 -0
  39. data/lib/panda_pal/helpers/secure_headers.rb +0 -0
  40. data/lib/panda_pal/helpers.rb +0 -0
  41. data/lib/panda_pal/plugins.rb +0 -0
  42. data/lib/panda_pal/version.rb +1 -1
  43. data/lib/panda_pal.rb +0 -0
  44. data/lib/tasks/panda_pal_tasks.rake +0 -0
  45. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1fb9b051afba3b9befb9e505f2c8d6bd8f595112ceea1778af4ea0190220d9a5
4
- data.tar.gz: 7368671098738bbd1229c0329d9919e48d675357fcf4d13db9e3d408ed1b03f0
3
+ metadata.gz: cc92de1f76650accfff8d4ecc7de8ce545f3e544d145cee1b96625b10dfa7344
4
+ data.tar.gz: 8a981b6f9106d445cbb6c133a3aa992ab268c74eb63c1bedcecab7874c0ccfde
5
5
  SHA512:
6
- metadata.gz: 24151b3bfe982fb78ff9093141482bcb0d065f1ca1a462c0ba252fb1a4e987f8001ea06bb8fc79258d93adf448db7bd67e24aaa5bd4f6b21608bac4b34250b97
7
- data.tar.gz: e8d9921e233f328b1d96efda77fa8a1520052562ff942f4a759f4d6c3d386f7de0c6effd5edf2b5c1a216eab9c47b1d2ce276bdf9ca143ef9f3ddfe041680013
6
+ metadata.gz: 73669c16287ed12c5a371549bb093b3e9ad815dd25d646fb46770be776fd30ae956ba5205cbbc9f26dd7358d50595fa30ba6a078b601ceb4d535902f331c9360
7
+ data.tar.gz: 9715f5c8c0a7c3ca84e690a337aec8cb41961a32afb1f7caa749c2d67ed0822422d508ced453d7309efd12f3d0f6d10a39c7ffa187a75061fdb947bc35a08784
data/MIT-LICENSE CHANGED
File without changes
data/Rakefile CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -125,7 +125,7 @@ module Apartment
125
125
  raise ActiveRecord::StatementInvalid, "PandaPal/Apartment Mutli-DB support does not currently support DB roles" if ActiveRecord::Base.current_role != ActiveRecord::Base.default_role
126
126
 
127
127
  shard, schema = Apartment::Tenant.split_tenant(@current)
128
- Apartment.establish_connection(multi_tenantify(tenant, false)) if shard != "default"
128
+ Apartment.establish_connection(multi_tenantify(tenant, false)) unless shard == "default" || Apartment.connected?
129
129
  Apartment.connection.verify!
130
130
  Apartment.connection.enable_query_cache! if query_cache_enabled
131
131
 
data/config/routes.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module PandaPal
2
- VERSION = "5.15.1.beta3"
2
+ VERSION = "5.15.1.beta4"
3
3
  end
data/lib/panda_pal.rb CHANGED
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: panda_pal
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.15.1.beta3
4
+ version: 5.15.1.beta4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Instructure CustomDev