Project

General

Profile

Activity

From 2012-02-09 to 2012-02-09

2012-02-09

19:15 Revision ad6fddd8 (rudder): Issue #2198: add policy template reloaded and details for deployment status
François ARMAND
19:15 Revision b2e06510 (rudder): Issue #2198: generate an UpdatePolicyServer event log when updating authorized networks
François ARMAND
19:15 Revision 2a4a6f52 (rudder): Issue #2198: add a log event when clearing cache
François ARMAND
19:15 Revision d3136b93 (rudder): Issue #2198: move the list of event logs bind to promise deployment in the log category file (that's where we have the list of all event types)
François ARMAND
19:15 Revision 12f436ae (rudder): Merge branch 'master' of github.com:Normation/rudder
François ARMAND
19:12 Bug #2162 (Released): When exporting the User Policy Library, missing category.xml in /policy-library
Hum, well, it seems to do what it should be, but why the... Nicolas CHARLES
19:08 User story #2101: Add a button to export groups in administration>archive screen
This looks correct, thank you Francois Nicolas CHARLES
19:08 Architecture #2198: Create events for all type of action stil lnot historized
Remove event log for archiving/restoration as it will be handled in #2107 François ARMAND
18:59 User story #2099: Add a button to import User library in administration>archive screen
This huge commit looks valid, thank you Francois Nicolas CHARLES
17:43 Bug #2266 (Released): While importing a full archive from another root server, all the PI/PTs and CRs are here but no groups
While importing a full archive from another root server, all the PI/PTs and CRs are here but no groups. Thus, all the... Matthieu CERDA
17:38 Bug #2265 (Released): During an import of a rudder configuration-repository copy (from another root server), if you try to tag the archive without an annotation, JGit fails
During an import of a rudder configuration-repository copy (from another root server), if you try to tag the archive ... Matthieu CERDA
16:55 Architecture #2012 (Pending technical review): The historization of the group doesn't store if the group is static or dynamic
Applied in changeset commit:41c65c74794066a195f6b1266ae8035024bc20d4. Nicolas CHARLES
10:22 Architecture #2012: The historization of the group doesn't store if the group is static or dynamic
We decided that when upgrading Rudder from an older version that doesn't historize group type, we will add the column... Jonathan CLARKE
16:54 Revision 41c65c74 (rudder): Fixes #2012 : store is the group is static or dynamic
Nicolas CHARLES
16:22 Bug #2264: When using the webapp through port forwarding, the css are not loaded
<Ronny1> it was not a big problem because I changed the forwarding so that it is pc:80 -> vm:80 instead of pc:9000 ->... Nicolas CHARLES
16:22 Bug #2264 (Rejected): When using the webapp through port forwarding, the css are not loaded
As we've been told :
I forwarded port 9000 of my PC to port 80 inside the vm, but then I had no css - I set the FQD...
Nicolas CHARLES
15:43 Bug #2263 (Rejected): After rudder-init'ing an existing rudder root server, which had archives of old PIs and PT libs, I get only two enabled PTs and some errors in the logs
After rudder-init'ing an existing rudder root server, which had archives of old PIs and PT libs, I get only two enabl... Matthieu CERDA
15:28 Bug #2262 (Pending technical review): The rudder-init script outputs a weird error at the "Add sample data" stage
It was related to an error by me. Please reject the bug :) Matthieu CERDA
15:09 Bug #2262: The rudder-init script outputs a weird error at the "Add sample data" stage
It seems to happen when DB_CONFIG is absent (which should not happen) Matthieu CERDA
15:05 Bug #2262 (Rejected): The rudder-init script outputs a weird error at the "Add sample data" stage
When launching a rudder-init to initialize a LDAP database, I get that :... Matthieu CERDA
15:22 Architecture #2143 (Pending technical review): Historize human readable name of PT
Applied in changeset commit:80e3d6c4f0fa842af197b38e1251ac3adcebdfb5. Nicolas CHARLES
10:28 Architecture #2143: Historize human readable name of PT
We decided on a simpler approach: given that no PT names have ever changed yet in the history of Rudder, we will just... Jonathan CLARKE
15:22 Revision 80e3d6c4 (rudder): Fixes #2143 : historize PT with a human readable name
Nicolas CHARLES
13:15 Bug #2261 (Rejected): While trying to make a complete archive on the webapp for an export, a wild stacktrace appears
While trying to make a complete archive on the webapp for an export, a wild stacktrace appears and no confirmation of... Matthieu CERDA
13:15 Revision 08a84424 (rudder): Separate and rename db migration scripts for 2.3 to 2.4. Refs #2253
Jonathan CLARKE
13:07 Bug #2142 (Pending technical review): /etc/init.d/rudder-server-root exists on Debian, not on SLES
Nicolas PERRON
10:29 Bug #2142: /etc/init.d/rudder-server-root exists on Debian, not on SLES
Whoops, this was merged but still needs fixing! Jonathan CLARKE
12:54 Revision ac42c93e (rudder): Issue #2198: remove some more redondant lines
François ARMAND
12:31 Bug #2260: While trying to delete a PI, you get a frightening error message and a deleted but uncommited XML file in the GIT repository
NOTE: "Error when deleting policy instanc with" => "Error when deleting policy instanc>E< with" Matthieu CERDA
12:29 Bug #2260 (Rejected): While trying to delete a PI, you get a frightening error message and a deleted but uncommited XML file in the GIT repository
While trying to delete a PI, you get a frightening error message and a deleted but uncommited XML file in the GIT rep... Matthieu CERDA
12:26 Bug #2259 (Released): The date on Rudder's internal commits is messed up
The date on Rudder's internal commits is messed up.
I got a ton of internal commits (archives, PI creations ...) w...
Matthieu CERDA
12:13 Revision 4294b4cf (rudder): Refs #2253 : commiting the DB migration script
Nicolas CHARLES
12:11 User story #2253: Automatically update the SQL schema on upgrade from to 2.4 (extra column in policyInstances and groups tables)
Nicolas CHARLES wrote:
> Here is the DB migration script (it will also be on github)
> It creates two columns :
> ...
Jonathan CLARKE
10:34 User story #2253: Automatically update the SQL schema on upgrade from to 2.4 (extra column in policyInstances and groups tables)
Nicolas CHARLES wrote:
> Here is the DB migration script (it will also be on github)
> It creates two columns :
> ...
Nicolas CHARLES
10:31 User story #2253: Automatically update the SQL schema on upgrade from to 2.4 (extra column in policyInstances and groups tables)
Here is the DB migration script (it will also be on github)
It creates two columns :
- PolicyTemplateHumanName in the...
Nicolas CHARLES
10:27 User story #2253 (Released): Automatically update the SQL schema on upgrade from to 2.4 (extra column in policyInstances and groups tables)
After #2012 and #2143 we will need to add two new columns to SQL tables that historize group and PT names.
This wi...
Jonathan CLARKE
11:18 Bug #2258 (Released): Event log for changes to Policy Instance Common is incomplete
If I add an allowed network to my Rudder server in http://rudder-snapshot.normation.com/rudder/secure/administration/... Jonathan CLARKE
11:16 Bug #2257 (Rejected): Successful Deployment event log is displayed as "Unknow event type"
Clearly, this should be a known event type, with more details.
!Screenshot.png!
Jonathan CLARKE
11:08 Bug #2256 (Released): Error "Something unexpected happened while serving the page at /secure/administration/archiveManagement"
When trying to access http://rudder-snapshot.normation.com/rudder/secure/administration/archiveManagement I get an er... Jonathan CLARKE
11:08 User story #2255 (Released): PT distributePolicy: apacheCheck: The WebDAV access for the inventories on the rudder should only give access to the Rudder allowed networks
The WebDAV access for the inventories on the rudder should only give access to the Rudder allowed networks Matthieu CERDA
11:06 Bug #2254 (Released): The WebDAV access for the inventories on the rudder should not allow a GET access (aka should not give a nice index of the incoming directory but a 403 error instead)
The WebDAV access for the inventories on the rudder should not allow a GET access (aka should not give a nice index o... Matthieu CERDA
 

Also available in: Atom