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

pulibrary / tigerdata-app / 8306569a-4f72-444d-ba8a-d69ed227106c

05 Nov 2025 07:43PM UTC coverage: 91.527% (+0.03%) from 91.5%
8306569a-4f72-444d-ba8a-d69ed227106c

push

circleci

web-flow
Set the displayed value to the entire name (#2151)

Centralize the view and javascript for data manager and sponsor
Set the displayed value to the entire name and have a hidden field with
the uid

fix spec error "not to search for nil"
<img width="1707" height="1085" alt="Screenshot 2025-11-05 at 2 38
43 PM"
src="https://github.com/user-attachments/assets/82278712-d16d-4b58-8b9c-5c33587a7810"
/>

6 of 10 new or added lines in 1 file covered. (60.0%)

1010 existing lines in 37 files now uncovered.

2841 of 3104 relevant lines covered (91.53%)

792.96 hits per line

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

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

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

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

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

26
    def self.root_collection
5✔
UNCOV
27
      Rails.configuration.mediaflux["api_root_collection"]
2✔
28
    end
29

30
    def self.root_collection_namespace
5✔
UNCOV
31
      Rails.configuration.mediaflux["api_root_collection_namespace"]
194✔
32
    end
33

34
    def self.root_collection_name
5✔
UNCOV
35
      Rails.configuration.mediaflux["api_root_collection_name"]
2✔
36
    end
37

38
    def self.root_namespace
5✔
UNCOV
39
      Rails.configuration.mediaflux["api_root_ns"]
2✔
40
    end
41

42
    def self.hidden_root
5✔
UNCOV
43
      Rails.configuration.mediaflux["api_hidden_root"]
17✔
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