194. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2017 4:53:40 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

194.1 Files compared

# Location File Last Modified
1 CTT-DM CIF Submission.zip\code\rails_prisme\lib\dbseeds aitc_dev_db.rb Fri Mar 3 16:22:10 2017 UTC
2 CTT-DM CIF Submission.zip\code\rails_prisme\lib\dbseeds aitc_dev_db.rb Wed Mar 29 19:29:33 2017 UTC

194.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 5 66
Changed 4 10
Inserted 0 0
Removed 0 0

194.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

194.4 Active regular expressions

No regular expressions were active.

194.5 Comparison detail

  1   module See dData
  2     AITC_DEV  = [
  3         {
  4              service: { name: 'Tom cat Applic ation Serv er', descr iption: 'T omcat Appl ication Se rver', ser vice_type:  PrismeSer vice::TOMC AT},
  5              props: [
  6                  {key:  PrismeServ ice::CARGO _REMOTE_US ERNAME, va lue: 'devt est'},
  7                  {key:  PrismeServ ice::CARGO _REMOTE_PA SSWORD, va lue: '["jK \x90\xA1\x 1Fk\x87\xB 6\xAB\xA3\ xC5\xE7~\x BA\x1AK",  "k]\x95\xD 8w\x15\xFE \xD3\xC7\x DC\xAC\x9E \x1C\xD0bG "]'},
  8                    {key: Pris meService: :CARGO_REM OTE_URL, v alue: 'htt ps:// DNS  . DNS     : PORT /manager'}
  9              ]
  10         },
  11         {
  12              service: { name: 'Nex us Artifac tory', des cription:  'Nexus Art ifactory',  service_t ype: Prism eService:: NEXUS},
  13              props: [
  14                    {key: Pris meService: :NEXUS_REP OSITORY_UR L, value:  'https:// DNS  . DNS     : PORT /nexus/con tent/group s/public'} ,
  15                    {key: Pris meService: :NEXUS_PUB LICATION_U RL, value:  'https:// DNS  . DNS     : PORT /nexus/con tent/repos itories/te rmdata/'},
  16                  {key:  PrismeServ ice::NEXUS _USER, val ue: 'devte st'},
  17                  {key:  PrismeServ ice::NEXUS _PWD, valu e: '["jK\x 90\xA1\x1F k\x87\xB6\ xAB\xA3\xC 5\xE7~\xBA \x1AK", "k ]\x95\xD8w \x15\xFE\x D3\xC7\xDC \xAC\x9E\x 1C\xD0bG"] '}
  18              ]
  19         },
  20         {
  21              service: { name: 'GIT ', descrip tion: 'GIT  Version C ontrol', s ervice_typ e: PrismeS ervice::GI T},
  22              props: [
  23                    {key: Pris meService: :GIT_ROOT,  value: 'h ttps:// DNS . DNS     : PORT /git/'},
  24                  {key:  PrismeServ ice::GIT_U SER, value : 'devtest '},
  25                  {key:  PrismeServ ice::GIT_P WD, value:  '["jK\x90 \xA1\x1Fk\ x87\xB6\xA B\xA3\xC5\ xE7~\xBA\x 1AK", "k]\ x95\xD8w\x 15\xFE\xD3 \xC7\xDC\x AC\x9E\x1C \xD0bG"]'}
  26              ]
  27         },
  28         {
  29              service: { name: 'Jen kins Build  Server',  descriptio n: 'Jenkin s Build Se rver', ser vice_type:  PrismeSer vice::JENK INS},
  30              props: [
  31                    {key: Pris meService: :JENKINS_R OOT, value : 'https:/ / DNS . DNS     : PORT /jenkins'} ,
  32                  {key:  PrismeServ ice::JENKI NS_USER, v alue: 'dev test'},
  33                  {key:  PrismeServ ice::JENKI NS_PWD, va lue: '["jK \x90\xA1\x 1Fk\x87\xB 6\xAB\xA3\ xC5\xE7~\x BA\x1AK",  "k]\x95\xD 8w\x15\xFE \xD3\xC7\x DC\xAC\x9E \x1C\xD0bG "]'}
  34              ]
  35         }
  36     ]
  37  
  38   end