Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29761555: #8852 - ldap sync output filter (Closed)

Created:
April 25, 2018, 11:42 a.m. by l.rosilio
Modified:
July 2, 2018, 2:24 p.m.
Reviewers:
f.lopez, mathias
CC:
Fred, mathias
Visibility:
Public.

Description

#8852 - ldap sync output filter

Patch Set 1 #

Total comments: 5

Patch Set 2 : #8852 - ldap sync output filter #

Total comments: 8

Patch Set 3 : #8852 - ldap sync output filter #

Patch Set 4 : #8852 - ldap sync output filter #

Patch Set 5 : #8852 - ldap sync output filter #

Total comments: 6

Patch Set 6 : #8852 - ldap sync output filter #

Total comments: 1

Patch Set 7 : #8852 - ldap sync output filter #

Patch Set 8 : #8852 - ldap sync output filter #

Total comments: 2

Patch Set 9 : #8852 - ldap sync output filter #

Total comments: 3

Patch Set 10 : #8852 - ldap sync output filter #

Unified diffs Side-by-side diffs Delta from patch set Stats (+210 lines, -0 lines) Patch
A edit.sh View 1 2 3 4 5 6 7 8 9 1 chunk +32 lines, -0 lines 0 comments Download
A output.txt View 1 2 3 4 5 6 1 chunk +178 lines, -0 lines 0 comments Download

Messages

Total messages: 22
l.rosilio
April 25, 2018, 11:42 a.m. (2018-04-25 11:42:38 UTC) #1
f.lopez
https://codereview.adblockplus.org/29761555/diff/29761556/edit.sh File edit.sh (right): https://codereview.adblockplus.org/29761555/diff/29761556/edit.sh#newcode1 edit.sh:1: #!/bin/bash please use /bin/sh instead of /bin/bash This way ...
May 4, 2018, 1:50 a.m. (2018-05-04 01:50:54 UTC) #2
l.rosilio
On 2018/05/04 01:50:54, f.lopez wrote: > https://codereview.adblockplus.org/29761555/diff/29761556/edit.sh > File edit.sh (right): > > https://codereview.adblockplus.org/29761555/diff/29761556/edit.sh#newcode1 > ...
May 14, 2018, 11:33 a.m. (2018-05-14 11:33:41 UTC) #3
l.rosilio
May 14, 2018, 3 p.m. (2018-05-14 15:00:16 UTC) #4
f.lopez
I notice you don't write to `stdout(3)` (-q flag), but then you `echo(1)` some lines... ...
May 15, 2018, 12:51 a.m. (2018-05-15 00:51:20 UTC) #5
l.rosilio
What makes 99% of the complexity in this script is that we don't want ALL ...
May 15, 2018, 8:56 a.m. (2018-05-15 08:56:21 UTC) #6
l.rosilio
May 15, 2018, 8:59 a.m. (2018-05-15 08:59:24 UTC) #7
l.rosilio
Expected output: all "->" lines + their previous line (in order to know for which ...
May 15, 2018, 9:01 a.m. (2018-05-15 09:01:56 UTC) #8
f.lopez
On 2018/05/15 08:56:21, l.rosilio wrote: > What makes 99% of the complexity in this script ...
May 22, 2018, 1:47 a.m. (2018-05-22 01:47:39 UTC) #9
l.rosilio
May 22, 2018, 10:08 a.m. (2018-05-22 10:08:50 UTC) #10
l.rosilio
On 2018/05/22 01:47:39, f.lopez wrote: > You can use grep `-B` flag to get the ...
May 22, 2018, 10:10 a.m. (2018-05-22 10:10:43 UTC) #11
l.rosilio
May 23, 2018, 12:15 p.m. (2018-05-23 12:15:41 UTC) #12
f.lopez
https://codereview.adblockplus.org/29761555/diff/29788555/edit.sh File edit.sh (right): https://codereview.adblockplus.org/29761555/diff/29788555/edit.sh#newcode3 edit.sh:3: # Filtering out uninformative output lines from the ldap-sync ...
May 29, 2018, 9:18 p.m. (2018-05-29 21:18:49 UTC) #13
l.rosilio
June 5, 2018, 1:59 p.m. (2018-06-05 13:59:46 UTC) #14
mathias
https://codereview.adblockplus.org/29761555/diff/29799591/edit.sh File edit.sh (right): https://codereview.adblockplus.org/29761555/diff/29799591/edit.sh#newcode12 edit.sh:12: *-\>*) Is there ever a case where we could ...
June 5, 2018, 2:32 p.m. (2018-06-05 14:32:20 UTC) #15
l.rosilio
June 6, 2018, 11:30 a.m. (2018-06-06 11:30:06 UTC) #16
l.rosilio
June 6, 2018, 11:32 a.m. (2018-06-06 11:32:34 UTC) #17
mathias
https://codereview.adblockplus.org/29761555/diff/29800576/edit.sh File edit.sh (right): https://codereview.adblockplus.org/29761555/diff/29800576/edit.sh#newcode10 edit.sh:10: *Updating*|*Creating*) Please make the patterns a bit more specific, ...
June 11, 2018, 2:10 p.m. (2018-06-11 14:10:57 UTC) #18
l.rosilio
June 12, 2018, 2:50 p.m. (2018-06-12 14:50:37 UTC) #19
mathias
https://codereview.adblockplus.org/29761555/diff/29805564/edit.sh File edit.sh (right): https://codereview.adblockplus.org/29761555/diff/29805564/edit.sh#newcode10 edit.sh:10: case "$last_action" in As discussed, please replace the inner ...
June 19, 2018, 1:12 p.m. (2018-06-19 13:12:40 UTC) #20
l.rosilio
June 20, 2018, 12:32 p.m. (2018-06-20 12:32:29 UTC) #21
mathias
June 20, 2018, 12:54 p.m. (2018-06-20 12:54:07 UTC) #22
LGTM.

Powered by Google App Engine
This is Rietveld