Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2005_02_13.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml"$>" />
11
12    <title>Status for Andrew DeFaria: February 13, 2005 - February 19, 2005 Archives</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/week_2005_02_06.html" title="February  6, 2005 - February 12, 2005" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2005_02_20.html" title="February 20, 2005 - February 26, 2005" />
17 </head>
18 <body class="layout-one-column">
19    <div id="container">
20       <div id="container-inner" class="pkg">
21
22          <div id="banner">
23             <div id="banner-inner" class="pkg">
24                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
25                <h2 id="banner-description">Searchable status reports and work log</h2>
26             </div>
27          </div>
28
29          <div id="pagebody">
30             <div id="pagebody-inner" class="pkg">
31                <div id="alpha">
32                   <div id="alpha-inner" class="pkg">
33                      
34                      <p class="content-nav">
35                         <a href="http://defaria.com/blogs/Status/archives/week_2005_02_06.html">&laquo; February  6, 2005 - February 12, 2005</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2005_02_20.html">February 20, 2005 - February 26, 2005 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">February 17, 2005</h2>
44                      <a id="a000299"></a>
45                      <div class="entry" id="entry-299">
46                         <h3 class="entry-header">ECRC Improvement/Fix of cvs_report.pl bug and Toolchain builds!</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <ul>
50   <li>Implemented a few more improvements to ecrd</li>
51  
52   <li>Implemented the translations of enums from Quintus for fields like defstatus, severity, priority and state to strings</li>
53
54   <li>Improved CVS report web pages to include descriptions of the above enums</li>
55
56   <li>Fixed cvs_reports.pl. Had a bug where more than a single blank appeared between "ECR Number:" and the ECR number itself. Changed regexs to handle this situation</li>
57
58   <li>Managed to build toolchain for x86! Proceeding to native toolchain build</li>
59 </ul>
60                               
61                               <p class="entry-footer">
62                                  <span class="post-footers">Posted by  at  5:10 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000299.html">Permalink</a>
63                                  
64                                  
65                               </p>
66                            </div>
67                         </div>
68                      </div>
69                      
70                      
71
72                      <h2 class="date-header">February 16, 2005</h2>
73                      <a id="a000300"></a>
74                      <div class="entry" id="entry-300">
75                         <h3 class="entry-header">ECRC.php</h3>
76                         <div class="entry-content">
77                            <div class="entry-body">
78                               <ul>
79   <li>Implemented ECRC.php which is the client library for ECRD written in PHP. PHP enables us to use this information easily in a web page.</li>
80
81   <li>Implemented <a href="http://saturn.lynx.com/ecr">ECR Info</a> as a way to get information about an ECR in the form of a web page. Adam really likes it!</li>
82
83   <li>Changed <a href="http://saturn.lynx.com/cvsr/">CVS Reports</a> web pages to obtain ECR summary description and make ECR numbers a link to ECR Info</li>
84
85   <li>Finished up ecrd, the deamon. Multithreading still has problems but I can address that later.</li>
86
87   <li>Worked on ecrc, the client command line tool that talks to ecrd.</li>
88 </ul>
89                               
90                               <p class="entry-footer">
91                                  <span class="post-footers">Posted by  at  5:14 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000300.html">Permalink</a>
92                                  
93                                  
94                               </p>
95                            </div>
96                         </div>
97                      </div>
98                      
99                      
100
101                      <h2 class="date-header">February 15, 2005</h2>
102                      <a id="a000301"></a>
103                      <div class="entry" id="entry-301">
104                         <h3 class="entry-header">ECRC and ECRD</h3>
105                         <div class="entry-content">
106                            <div class="entry-body">
107                               <ul>
108   <li>Initial implementation of ecrc/ecrd, a client/server application to return information about ECRS</li>
109
110   <li>Started initial implmenetation of ecrc.php</li>
111
112   <li>Reported another problem with toolchain build</li>
113 </ul>
114                               
115                               <h3>ECRC and ECRD</h3>
116
117 <p>Taking code from cqd/cqc that I implemented over at Salira, I decided to adapt these to ECRs. The concept is essentially the same - you have data on a server in a database and wish to get to it either through a command line or a web page. At Salira I had Clearquest and it's backend database of SQL Anywhere. I was also limited to using cqperl which was based off of ActiveState Perl which has problems going into daemon mode and handling signals. Here I have an Informix SQL database and do not face the same limitation of ActiveState. Perl's DBI interface makes handling this database pretty easy. Of course the data fields are different and I took advantage of <i>real</i> Linux so as to make the daemon mode actually work well now. Multithreading remains a problem in that the child process hangs on the SQL prepare statement and if I try to reopen the database (not efficient) I get an error. Eventually I can work out these problems...</p>
118                               
119                               <p class="entry-footer">
120                                  <span class="post-footers">Posted by  at  3:25 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000301.html">Permalink</a>
121                                  
122                                  
123                               </p>
124                            </div>
125                         </div>
126                      </div>
127                      
128                   </div>
129                </div>
130             </div>
131          </div>
132       </div>
133    </div>
134 </body>
135 </html>