Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / week_2006_10_22.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: October 22, 2006 - October 28, 2006 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_2006_10_15.html" title="October 15, 2006 - October 21, 2006" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/week_2006_10_29.html" title="October 29, 2006 - November  4, 2006" />
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_2006_10_15.html">&laquo; October 15, 2006 - October 21, 2006</a> |
36                         <a href="http://defaria.com/blogs/Status/">Main</a>
37                         | <a href="http://defaria.com/blogs/Status/archives/week_2006_10_29.html">October 29, 2006 - November  4, 2006 &raquo;</a>
38                      </p>
39                      
40                      
41                      
42
43                      <h2 class="date-header">October 26, 2006</h2>
44                      <a id="a000587"></a>
45                      <div class="entry" id="entry-587">
46                         <h3 class="entry-header">cclic_report/gpdb_putDesignsync bug</h3>
47                         <div class="entry-content">
48                            <div class="entry-body">
49                               <ul>
50   <li>Created cclic_report.pl and cclic_report.sh and checked them into Clearcase. Need to find out how to release this code and then create the necessary cronjob</li>
51
52   <li>Fix bug in gpdb_putDesignsync. Turns out it didn't even try to link the Project to Designsync if the Designsync record existed before. Again, need to figure out how to release this</li>
53
54   <li>Created subtasks tab for DMD. Default functionality for parent/child relationships is already pretty complete. May need to populate new subtasks via a hook</li>
55 </ul>
56                               
57                               <p class="entry-footer">
58                                  <span class="post-footers">Posted by  at  1:58 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000587.html">Permalink</a>
59                                  
60                                  
61                               </p>
62                            </div>
63                         </div>
64                      </div>
65                      
66                      
67
68                      <h2 class="date-header">October 25, 2006</h2>
69                      <a id="a000586"></a>
70                      <div class="entry" id="entry-586">
71                         <h3 class="entry-header">gpdb_add_projects.pl v1.1</h3>
72                         <div class="entry-content">
73                            <div class="entry-body">
74                               <ul>
75   <li>Checked in new gpdb_add_project.pl</li>
76
77   <li>Created cclic_report.pl and checked it into Clearcase</li>
78 </ul>
79                               
80                               <p>I've checked in a new version of gpdb_add_project.pl (v 1.1) - (/main/FORE/9). Changes include:</p>
81
82 <ol>
83   <li>Major changes cleaning up code</li>
84
85   <li>Simplified some references</li>
86
87   <li>Simplified updateProject</li>
88
89   <li>Simplified addProject</li>
90
91   <li>Removed debugging code</li>
92
93   <li>Rewrote updateDesignSync to be more understandable</li>
94
95   <li>Simplified updateGPDB</li>
96
97   <li>Changed nslookup to redirect stderr. Need to improve error handling here where server name is no longer in DNS.</li>
98
99   <li>Improved logging to specify the names of new users when they are added.</li>
100
101   <li>Changed to handle both auto[_.]data and auto[_.]db cases in NIS</li>
102
103   <li>Changed to use the GPDB Admin user (a00000000) to log into gpdb.</li>
104
105   <li>Log messages improved to include site name</li>
106 </ol>
107
108                               
109                               <p class="entry-footer">
110                                  <span class="post-footers">Posted by  at 12:33 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000586.html">Permalink</a>
111                                  
112                                  
113                               </p>
114                            </div>
115                         </div>
116                      </div>
117                      
118                      
119
120                      <h2 class="date-header">October 24, 2006</h2>
121                      <a id="a000585"></a>
122                      <div class="entry" id="entry-585">
123                         <h3 class="entry-header">gpdb_add_project</h3>
124                         <div class="entry-content">
125                            <div class="entry-body">
126                               <ul>
127   <li>Lots of re-writing of gpdb_add_project.pl to better handle error conditions</li>
128
129   <li>Investigated DB structures some more</li>
130
131   <li>Created cleardb.sql script to clear out the test db</li>
132 </ul>
133                               
134                               <p class="entry-footer">
135                                  <span class="post-footers">Posted by  at  4:22 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000585.html">Permalink</a>
136                                  
137                                  
138                               </p>
139                            </div>
140                         </div>
141                      </div>
142                      
143                   </div>
144                </div>
145             </div>
146          </div>
147       </div>
148    </div>
149 </body>
150 </html>