• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / tigerdata-app / 9d76b7eb-940a-44e8-b4ac-cf7b8cdcc98c

01 Dec 2025 03:02PM UTC coverage: 80.707% (-6.9%) from 87.594%
9d76b7eb-940a-44e8-b4ac-cf7b8cdcc98c

Pull #2251

circleci

carolyncole
Updating the department select to utilize LuxInputMultiSelect
The component only allows an item to be selected once (only for non asynch results which departments are).
fiexs #2134
Pull Request #2251: Updating the department select to utilize LuxInputMultiSelect

2602 of 3224 relevant lines covered (80.71%)

263.99 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

70.0
/app/models/mediaflux/connection.rb
1
# frozen_string_literal: true
2
module Mediaflux
3✔
3
  class Connection
3✔
4
    # The host nome for the Mediaflux server
5
    # @return [String]
6
    def self.host
3✔
7
      Rails.configuration.mediaflux["api_host"]
2,169✔
8
    end
9

10
    # The host port for the Mediaflux server
11
    # @return [Integer]
12
    def self.port
3✔
13
      Rails.configuration.mediaflux["api_port"].to_i
2,168✔
14
    end
15

16
    # The host transport for the Mediaflux server
17
    # @return [String]
18
    def self.transport
3✔
19
      Rails.configuration.mediaflux["api_transport"]
2,166✔
20
    end
21

22
    def self.root
3✔
23
      Rails.configuration.mediaflux["api_root"]
×
24
    end
25

26
    def self.root_collection
3✔
27
      Rails.configuration.mediaflux["api_root_collection"]
×
28
    end
29

30
    def self.root_collection_namespace
3✔
31
      Rails.configuration.mediaflux["api_root_collection_namespace"]
×
32
    end
33

34
    def self.root_collection_name
3✔
35
      Rails.configuration.mediaflux["api_root_collection_name"]
×
36
    end
37

38
    def self.root_namespace
3✔
39
      Rails.configuration.mediaflux["api_root_ns"]
×
40
    end
41

42
    def self.hidden_root
3✔
43
      Rails.configuration.mediaflux["api_hidden_root"]
×
44
    end
45
  end
46
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc