Project

General

Profile

Activity

From 2013-02-18 to 2013-02-18

2013-02-18

19:23 User story #3281 (Pending technical review): Change Rudder variable to allow for automatic escaping or raw value
Nicolas CHARLES
19:23 User story #3281: Change Rudder variable to allow for automatic escaping or raw value
The PR is here
https://github.com/Normation/cf-clerk/pull/7
In a nutshell:
* systemVariable will behave the sa...
Nicolas CHARLES
16:43 User story #3281 (Released): Change Rudder variable to allow for automatic escaping or raw value
CFEngine accepts only certins type of string ( quote must be escaped, must not finish by a \ otherwise it escape the ... Nicolas CHARLES
19:10 Revision 8df226fa (cf-clerk): Fixes #3281 : escape automatically text in directive, and add a RAW constraint for when you don't want to escpe them. System variable are automatically raw
Nicolas CHARLES
19:00 User story #3280: Rest API : Rules
Here is an example of Rule API:
* List Rules
** /api/rules
* Add a Rule
** /api/rules/add/{name}
* Delete...
Vincent MEMBRÉ
18:45 User story #3280: Rest API : Rules
We should also be able to clone and to activate/desactivate Rule Vincent MEMBRÉ
15:30 User story #3280 (Released): Rest API : Rules
We need to build a Rest API to manage rules.
We should be able to :
* List Rules
* See a Rule Details
* Add a R...
Vincent MEMBRÉ
18:03 User story #3285 (Released): Create a migration script to "unescape" manually escaped variable
Prior to #3281, one had to manually escape string to be set in Rudder, so that they where valid
It's was quite a bu...
Nicolas CHARLES
17:56 User story #3283: Add a password input field in Technique
Example of existing password definition:
<INPUT>
<NAME>OVPN_CLIENT_REMOTE_PASSWORD</NAME>
...
François ARMAND
17:16 User story #3283 (Released): Add a password input field in Technique
CF-Clerk should understand a new type of input field for passwords. François ARMAND
17:17 User story #3284 (Released): User interface and logic for password field in Directive
A directive should display passwords fields as specified in parent task. François ARMAND
17:06 User story #3282: Add a password input field in Directive
Sounds great. One detail: if a password is already defined, it should be displayed *above* the field to change the pa... Jonathan CLARKE
17:03 User story #3282 (Released): Add a password input field in Directive
We need a kind of password field for Technique parameters, that will be translated visually as follow in a Directive:... François ARMAND
17:03 Architecture #2542: rudder-agent packages need new library to build CFEngine 3.4.2
A reabse of all the commits in the validated PR has been made. The PR is ready to be merged. Nicolas PERRON
16:16 Architecture #2542: rudder-agent packages need new library to build CFEngine 3.4.2
PR updated Nicolas PERRON
15:26 Architecture #2542: rudder-agent packages need new library to build CFEngine 3.4.2
Jon, I've updated the PR. Could you review it, please ? Nicolas PERRON
16:39 Revision 0d897e60 (rudder-packages): Refs #2542 - Change packages files in order to compile CFEngine 3.4.2, remove CFEngine patches for version 3.2.4 and add packaging patches for OS which doesn't contain tokyocabinet
Nicolas PERRON
16:36 User story #3274: Add "all nodes" Group in LDAP
I've answered the question ! Nicolas CHARLES
16:28 User story #3274: Add "all nodes" Group in LDAP
Nicolas, could you please review https://github.com/Normation/rudder/pull/121 to ? François ARMAND
15:00 User story #3274 (Pending technical review): Add "all nodes" Group in LDAP
Pull request on Rudder : https://github.com/Normation/rudder/pull/121
on Rudder-packages : https://github.com/Normat...
Vincent MEMBRÉ
14:52 User story #3274: Add "all nodes" Group in LDAP
Rudder upgrade will use a ldif file containing what to add to the ldap.
its contains will be ...
Vincent MEMBRÉ
11:07 User story #3274 (Rejected): Add "all nodes" Group in LDAP
We need to add the "all nodes" group in the bootstrap.ldif, so that group will included on a new installation
here...
Vincent MEMBRÉ
16:31 User story #2947: A special textarea-type field should exist for the Techniques that automatically escapes some characters
The default will be to have the text automatically escaped, and a new contraint RAW will be created, for text that sh... Nicolas CHARLES
15:57 Revision 71eadded (rudder-plugins): Refs #3262 - Change version of the plugin in the packaging to be 1.0.0 instead of 0.0.1
Nicolas PERRON
15:27 Bug #3278: Accept new node table is broken
Applied in changeset commit:3b071faa47d03ff8cfb8ce2ace191f69ccea4e31. Anonymous
15:27 Bug #3278 (Pending release): Accept new node table is broken
Applied in changeset commit:1a8f705cb9818dca69d53884c3406a2a9e595cc2. Nicolas CHARLES
15:14 Bug #3278 (Pending technical review): Accept new node table is broken
The PR is
https://github.com/Normation/rudder/pull/122
The issue is related to the upgrade to latest version of ...
Nicolas CHARLES
14:56 Bug #3278 (Released): Accept new node table is broken
The table for accept new node is broken, with calls overflowing Nicolas CHARLES
15:27 Revision a2c9dc61 (rudder): Merge pull request #122 from ncharles/bug_3278/dev/correct_accept_new_node
Fixes #3278 : correct display of table accept new nodes Francois Armand
15:27 Revision 3b071faa (rudder): Merge pull request #122 from ncharles/bug_3278/dev/correct_accept_new_node
Fixes #3278 : correct display of table accept new nodes Francois Armand
15:27 Bug #3276: Technical logs on nodes display is broken
Applied in changeset commit:1425cd514627973c5da86f129c86983bef041f36. Anonymous
15:27 Bug #3276 (Pending release): Technical logs on nodes display is broken
Applied in changeset commit:22aeb455f8088df441980a18ae84a6f9f06fc404. Nicolas CHARLES
14:51 Bug #3276 (Pending technical review): Technical logs on nodes display is broken
https://github.com/Normation/rudder/pull/120 Nicolas CHARLES
12:24 Bug #3276 (Released): Technical logs on nodes display is broken
The table containing all the technical log is broken on the master branch, probably due to some JS error Nicolas CHARLES
15:27 Revision 44a917ac (rudder): Merge pull request #120 from ncharles/bug_3276/dev/technical_log_broken
Fixes #3276 : correct display of technical logs Francois Armand
15:27 Revision 1425cd51 (rudder): Merge pull request #120 from ncharles/bug_3276/dev/technical_log_broken
Fixes #3276 : correct display of technical logs Francois Armand
15:12 Revision e6b8f372 (rudder): Fixes #3278 : correct display of table accept new nodes
Nicolas CHARLES
15:12 Revision 1a8f705c (rudder): Fixes #3278 : correct display of table accept new nodes
Nicolas CHARLES
15:00 User story #3279: Technique "Reverse Proxy Apache" implementation
Pull request ready ! => https://github.com/Normation/rudder-techniques/pull/57 Matthieu CERDA
14:56 User story #3279 (Released): Technique "Reverse Proxy Apache" implementation
Technique "Reverse Proxy Apache" implementation
Pull request: -https://github.com/Normation/rudder-techniques/pull...
Matthieu CERDA
15:00 User story #3273: Have a group containing all nodes
Vincent MEMBRÉ
11:12 User story #3273: Have a group containing all nodes
update description Vincent MEMBRÉ
11:03 User story #3273 (Released): Have a group containing all nodes
We need to have a default group containing all nodes (including rudder server).
This group would be dynamic group....
Vincent MEMBRÉ
14:55 User story #3277 (Released): Technique "Reverse Proxy Apache"
Technique "Reverse Proxy Apache"
This ticket follows this Technique implementation history.
Matthieu CERDA
14:42 Revision 7bb09017 (rudder): Fixes #3276 : correct display of technical logs
Nicolas CHARLES
14:42 Revision 22aeb455 (rudder): Fixes #3276 : correct display of technical logs
Nicolas CHARLES
14:22 User story #3263 (Pending technical review): Remove rudder-plugin-helloworld from rudder-packages repository since it has moved to rudder-plugin-helloworld repository
I've forgotten to change state of the ticket.
Jon, could you review it, please ? (easy)
Nicolas PERRON
12:34 Bug #3275: LDAP connection error: the connection is not established
Applied in changeset commit:93b9eae1897a60c7787cdd4444dfc0d415cfb69f. Nicolas CHARLES
12:34 Bug #3275 (Pending release): LDAP connection error: the connection is not established
Applied in changeset commit:278b982252f1ea7c59ec504f978b729afd6d67ad. François ARMAND
12:15 Bug #3275 (Released): LDAP connection error: the connection is not established
When trying to deploy, we get an error message "The (LDAP) connection is not established.
François ARMAND
12:34 Bug #3250: Split LDAPConnection in Read Only / RW
Applied in changeset commit:4589ecc1e1e1fc47c9501738278d615c04a17c67. Nicolas CHARLES
12:34 Bug #3250 (Pending release): Split LDAPConnection in Read Only / RW
Applied in changeset commit:a6caa36ab83525e88ad5ebd99ecded73529d54ad. François ARMAND
12:34 Revision 93b9eae1 (rudder): Merge pull request #6 from fanf/bug_3275/ldap_connection_exaustion
Fixes #3275: use the pool of connection when you should Nicolas CHARLES
12:34 Revision 93b9eae1 (scala-ldap): Merge pull request #6 from fanf/bug_3275/ldap_connection_exaustion
Fixes #3275: use the pool of connection when you should Nicolas CHARLES
12:33 Revision 11fee19d (rudder): Revert "Issue #3275: temporary workaround"
This reverts commit 14d2cc389b520a5311ef4e5be7026662edf2cb87. François ARMAND
12:33 Revision 5ac00907 (rudder): Revert "Issue #3275: temporary workaround"
This reverts commit 6e166266a7aa3a37de7637b84e5ab702fd8b9a98. François ARMAND
12:31 Revision 278b9822 (rudder): Fixes #3275: use the pool of connection when you should
François ARMAND
12:31 Revision 278b9822 (scala-ldap): Fixes #3275: use the pool of connection when you should
François ARMAND
12:15 Revision 14d2cc38 (rudder): Issue #3275: temporary workaround
François ARMAND
12:15 Revision 6e166266 (rudder): Issue #3275: temporary workaround
François ARMAND
11:51 Revision 761733c9 (rudder): Refs #3270: merge error
François ARMAND
11:51 Revision 9aeb5bd7 (rudder): Refs #3270: merge error
François ARMAND
11:29 Architecture #3272 (Pending release): Refactor out Spring from HelloWorldPlugin
Nicolas CHARLES
11:29 Architecture #3272: Refactor out Spring from HelloWorldPlugin
This is great ! Thanks Nicolas CHARLES
09:53 Architecture #3272: Refactor out Spring from HelloWorldPlugin
The PR is https://github.com/Normation/rudder-plugin-helloworld/pull/4
Nicolas CHARLES
01:08 Architecture #3272 (Released): Refactor out Spring from HelloWorldPlugin
After #3271 is done, we have to adapt the plugin to use the new conventions. François ARMAND
11:29 Architecture #3271: Refactor out Spring from Rudder-core/web
Applied in changeset commit:b99d5834be44196b7efbba16235b3e083e909ea9. Nicolas CHARLES
11:29 Architecture #3271 (Pending release): Refactor out Spring from Rudder-core/web
Applied in changeset commit:3857c77c32a4124221bb4d5bc5344116c20723c3. François ARMAND
09:53 Architecture #3271: Refactor out Spring from Rudder-core/web
The PR is https://github.com/Normation/rudder/pull/119
Nicolas CHARLES
01:07 Architecture #3271 (Released): Refactor out Spring from Rudder-core/web
We want to:
- use typesafe Config library in place of Spring one,
- remove most @Bean (only keep the one related ...
François ARMAND
11:29 Revision 14a5bbfb (rudder-plugins): Merge pull request #4 from fanf/arc_3270/dev/3272_remove_spring_ioc_when_easy
Ref #3270 Fixes 3272 Remove Spring IoC when easy Nicolas CHARLES
11:29 Revision 91b4d501 (rudder): Merge pull request #119 from fanf/arc_3270/dev/3271_remove_spring_ioc_where_easy
Ref #3270 Fixes #3271 Remove Spring IoC when easy and use Typesafe confi... Nicolas CHARLES
11:29 Revision b99d5834 (rudder): Merge pull request #119 from fanf/arc_3270/dev/3271_remove_spring_ioc_where_easy
Ref #3270 Fixes #3271 Remove Spring IoC when easy and use Typesafe confi... Nicolas CHARLES
09:52 Revision fc7e3da4 (rudder): Merge branch 'branches/rudder/2.5'
Vincent MEMBRÉ
09:52 Revision 0f59c635 (rudder): Merge branch 'branches/rudder/2.5'
Vincent MEMBRÉ
01:15 Revision 222a6fc3 (rudder-plugins): Ref #3270 Fixes 3272 Remove Spring IoC when easy
François ARMAND
01:10 Revision fcd16838 (rudder): Ref #3270 Fixes #3271 Remove Spring IoC when easy and use Typesafe config library
François ARMAND
01:10 Revision 3857c77c (rudder): Ref #3270 Fixes #3271 Remove Spring IoC when easy and use Typesafe config library
François ARMAND
01:05 Architecture #3270 (Released): Remove Spring for most of service binding
Spring is heavy, and slow. It takes tens of second to bootstrap the application on my computer.
And Spring is NOT s...
François ARMAND
 

Also available in: Atom