Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Fixup node live field names
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 26 - 50 of 59 - Collapse all  -  Translate all to Translated (View all originals) < Older  Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Agata Murawska  
View profile  
 More options Oct 5 2012, 3:42 am
From: Agata Murawska <ayertie...@gmail.com>
Date: Fri, 5 Oct 2012 09:42:34 +0200
Local: Fri, Oct 5 2012 3:42 am
Subject: Re: [PATCH master 05/23] Fixup node live field names
2012/10/5 Iustin Pop <ius...@google.com>:
> The String parameter to 'nodeLiveFieldExtract' is the query2 field
> name, not the RPC-layer field name. Grrr for not having a real data
> type for this.

Huh, this is interesting - I had it with FieldName originally, but
changed since the string values here were the same as names of the
fields used for dictionary creation (see Rpc.hs) and I hoped this can
then be at some point automated.

I may have gaps in my memory (no code on this machine ;) ), but
shouldn't the type be FieldName not String now?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iustin Pop  
View profile  
 More options Oct 5 2012, 2:29 pm
From: Iustin Pop <iu...@k1024.org>
Date: Fri, 5 Oct 2012 20:29:28 +0200
Local: Fri, Oct 5 2012 2:29 pm
Subject: Re: [PATCH master 05/23] Fixup node live field names

On Fri, Oct 05, 2012 at 09:42:34AM +0200, Agata Murawska wrote:
> 2012/10/5 Iustin Pop <ius...@google.com>:
> > The String parameter to 'nodeLiveFieldExtract' is the query2 field
> > name, not the RPC-layer field name. Grrr for not having a real data
> > type for this.
> Huh, this is interesting - I had it with FieldName originally, but
> changed since the string values here were the same as names of the
> fields used for dictionary creation (see Rpc.hs) and I hoped this can
> then be at some point automated.

I think you are mistaken. The bug was exactly that you used the same
string, when the opcode-layer and RPC-layer strings are different.

Indeed, but type FieldName = String, so I didn't pay too much attention.
Consider it fixed.

thanks,
iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup node disk free/total queries" by Iustin Pop
Iustin Pop  
View profile  
 More options Oct 5 2012, 2:29 pm
From: Iustin Pop <iu...@k1024.org>
Date: Fri, 5 Oct 2012 20:29:41 +0200
Local: Fri, Oct 5 2012 2:29 pm
Subject: Re: [PATCH master 07/23] Fixup node disk free/total queries

Thanks, make sense. Will send interdiff.

iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "A few cleanups in Makefile.am" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 4:13 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 10:13:36 +0200
Local: Mon, Oct 8 2012 4:13 am
Subject: Re: [PATCH master 19/23] A few cleanups in Makefile.am
2012/10/5 Iustin Pop <ius...@google.com>:

> A lot of the lists in Makefile.am were not sorted properly (or at
> all); let's sort them for more sanity.

> Additionally, check-local used to spew this big shell block, even
> though it does emit nice messages when failing, so we don't need to
> show the code; let's silence it (@).

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Rename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 5:31 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 11:31:55 +0200
Local: Mon, Oct 8 2012 5:31 am
Subject: Re: [PATCH master 01/23] Rename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs
2012/10/5 Iustin Pop <ius...@google.com>:

> This is, I believe, the last non-htools specific file that still lived
> in the htools directory; it's already widely used in non-htools code,
> so let's move it before we add more functionality to this module.

> All changes are related to the name change, imports fixup, etc.; there
> are no other changes in this patch.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Remove qualified import of Utils.hs into its test module" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 5:35 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 11:35:46 +0200
Local: Mon, Oct 8 2012 5:35 am
Subject: Re: [PATCH master 02/23] Remove qualified import of Utils.hs into its test module
2012/10/5 Iustin Pop <ius...@google.com>:

> This is a leftover from the times when we had a single, huge test
> module; nowadays it's only an annoyance.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup TAGS generation with newer GHC" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 5:36 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 11:36:22 +0200
Local: Mon, Oct 8 2012 5:36 am
Subject: Re: [PATCH master 03/23] Fixup TAGS generation with newer GHC
2012/10/5 Iustin Pop <ius...@google.com>:

> Newer GHC refuses to allow "-O" with interactive mode, so let's filter
> that out. Furthermore, sometimes you don't have a clean tree exactly
> when you need to look up something/update the tags, so let's filter
> out the "-Werror" too.

> And finally, we need to pass the actual exact flags (including
> nocurl, parallel, etc.) that we use for building, so let's add those
> too.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Add missing ipolicy field" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 5:38 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 11:38:37 +0200
Local: Mon, Oct 8 2012 5:38 am
Subject: Re: [PATCH master 04/23] Add missing ipolicy field
2012/10/5 Iustin Pop <ius...@google.com>:

> This was missing so far…

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup node disk free/total queries" by Iustin Pop
Iustin Pop  
View profile  
 More options Oct 8 2012, 7:29 am
From: Iustin Pop <ius...@google.com>
Date: Mon, 8 Oct 2012 13:29:15 +0200
Local: Mon, Oct 8 2012 7:29 am
Subject: Re: [PATCH master 07/23] Fixup node disk free/total queries

And here it is:

diff --git a/htools/Ganeti/JSON.hs b/htools/Ganeti/JSON.hs
index 7c7dd34..178915a 100644
--- a/htools/Ganeti/JSON.hs
+++ b/htools/Ganeti/JSON.hs
@@ -32,6 +32,7 @@ module Ganeti.JSON
   , fromKeyValue
   , fromJVal
   , jsonHead
+  , getMaybeJsonHead
   , asJSObject
   , asObjectList
   , tryFromObj
@@ -131,6 +132,11 @@ jsonHead :: (J.JSON b) => [a] -> (a -> b) -> J.JSValue
 jsonHead [] _ = J.JSNull
 jsonHead (x:_) f = J.showJSON $ f x

+-- | Helper for extracting Maybe values from a possibly empty list.
+getMaybeJsonHead :: (J.JSON b) => [a] -> (a -> Maybe b) -> J.JSValue
+getMaybeJsonHead [] _ = J.JSNull
+getMaybeJsonHead (x:_) f = maybe J.JSNull J.showJSON (f x)
+
 -- | Converts a JSON value into a JSON object.
 asJSObject :: (Monad m) => J.JSValue -> m (J.JSObject J.JSValue)
 asJSObject (J.JSObject a) = return a
diff --git a/htools/Ganeti/Query/Node.hs b/htools/Ganeti/Query/Node.hs
index 01d0a89..06ec199 100644
--- a/htools/Ganeti/Query/Node.hs
+++ b/htools/Ganeti/Query/Node.hs
@@ -68,11 +68,6 @@ nodeLiveFieldsDefs =
      "Total amount of memory of physical machine")
   ]

--- | Helper for extracting Maybe values from a possibly empty list.
-getMaybeJsonHead :: (J.JSON b) => [a] -> (a -> Maybe b) -> J.JSValue
-getMaybeJsonHead [] _ = J.JSNull
-getMaybeJsonHead (x:_) f = maybe J.JSNull J.showJSON (f x)
-
 -- | Map each name to a function that extracts that value from
 -- the RPC result.
 nodeLiveFieldExtract :: String -> RpcResultNodeInfo -> J.JSValue

--
thanks,
iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Add an Utils.NiceSort() equivalent" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 9:01 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 15:01:00 +0200
Subject: Re: [PATCH master 10/23] Add an Utils.NiceSort() equivalent
2012/10/5 Iustin Pop <ius...@google.com>:

> This patch adds a NiceSort equivalent and the corresponding unittest
> (partially copied from Python unittest). The difference between the
> Python version and this one is that this implementation doesn't use
> regular expressions, and as such it doesn't have the 8-groups
> limitation.

> The key-based version is separate from the non-key one (since we don't
> have default arguments in Haskell), and is tested less in its absolute
> properties but only that it is identical to the non-key version under
> some transformations (the non-key version is much more tested).

> This will be needed later in query name sorting.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Add a makeSimpleFilter function" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 8 2012, 9:01 am
From: Michael Hanselmann <han...@google.com>
Date: Mon, 8 Oct 2012 15:01:30 +0200
Local: Mon, Oct 8 2012 9:01 am
Subject: Re: [PATCH master 16/23] Add a makeSimpleFilter function
2012/10/5 Iustin Pop <ius...@google.com>:

> And associated unittests. This will be needed for classic-style
> queries.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Try to auto-enable htools-rapi and split query" by Guido Trotter
Guido Trotter  
View profile  
 More options Oct 9 2012, 9:56 am
From: Guido Trotter <ultrot...@google.com>
Date: Tue, 9 Oct 2012 15:56:16 +0200
Local: Tues, Oct 9 2012 9:56 am
Subject: Re: [PATCH master 13/23] Try to auto-enable htools-rapi and split query
LGTM

Thanks,

Guido

--
Guido Trotter
SRE - Corp Computing Services (aka Horsepower)
Google Ireland

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup hypervisor queries in node query" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 10 2012, 5:54 am
From: Michael Hanselmann <han...@google.com>
Date: Wed, 10 Oct 2012 11:54:48 +0200
Local: Wed, Oct 10 2012 5:54 am
Subject: Re: [PATCH master 06/23] Fixup hypervisor queries in node query
2012/10/5 Iustin Pop <ius...@google.com>:

> --- a/htools/Ganeti/Query/Query.hs
> +++ b/htools/Ganeti/Query/Query.hs
> @@ -103,7 +103,9 @@ maybeCollectLiveData False _ nodes =

>  maybeCollectLiveData True cfg nodes = do
>    let vgs = [clusterVolumeGroupName $ configCluster cfg]
> -      hvs = clusterEnabledHypervisors $ configCluster cfg
> +      hvs = case clusterEnabledHypervisors $ configCluster cfg of
> +              []  -> [XenPvm] -- this case shouldn't happen, but we handle it

Why do you hardcode XenPvm here? Shouldn't you rather raise an
exception or have this in a global place?

> +              x:_ -> [x]
>    executeRpcCall nodes (RpcCallNodeInfo vgs hvs)

Michael

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Add function for getting a group's merged disk params" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 10 2012, 5:57 am
From: Michael Hanselmann <han...@google.com>
Date: Wed, 10 Oct 2012 11:57:22 +0200
Local: Wed, Oct 10 2012 5:57 am
Subject: Re: [PATCH master 12/23] Add function for getting a group's merged disk params
2012/10/5 Iustin Pop <ius...@google.com>:

> … and use it in the Query implementation, removing the last
> non-correct query field for Groups.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Switch ordering of names on query to niceSort" by Michael Hanselmann
Michael Hanselmann  
View profile  
 More options Oct 10 2012, 5:58 am
From: Michael Hanselmann <han...@google.com>
Date: Wed, 10 Oct 2012 11:58:34 +0200
Local: Wed, Oct 10 2012 5:58 am
Subject: Re: [PATCH master 11/23] Switch ordering of names on query to niceSort
2012/10/5 Iustin Pop <ius...@google.com>:

> This makes the "all" names queries consistent with the Python
> results. The change requires updating the unittests, at which point a
> duplicate error message is simplified.

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup hypervisor queries in node query" by Iustin Pop
Iustin Pop  
View profile  
 More options Oct 10 2012, 6:37 am
From: Iustin Pop <ius...@google.com>
Date: Wed, 10 Oct 2012 12:37:20 +0200
Local: Wed, Oct 10 2012 6:37 am
Subject: Re: [PATCH master 06/23] Fixup hypervisor queries in node query

On Wed, Oct 10, 2012 at 11:54:48AM +0200, Michael Hanselmann wrote:
> 2012/10/5 Iustin Pop <ius...@google.com>:
> > --- a/htools/Ganeti/Query/Query.hs
> > +++ b/htools/Ganeti/Query/Query.hs
> > @@ -103,7 +103,9 @@ maybeCollectLiveData False _ nodes =

> >  maybeCollectLiveData True cfg nodes = do
> >    let vgs = [clusterVolumeGroupName $ configCluster cfg]
> > -      hvs = clusterEnabledHypervisors $ configCluster cfg
> > +      hvs = case clusterEnabledHypervisors $ configCluster cfg of
> > +              []  -> [XenPvm] -- this case shouldn't happen, but we handle it

> Why do you hardcode XenPvm here? Shouldn't you rather raise an
> exception or have this in a global place?

Eee, I was thinking exactly about moving this into a
getDefaultHypervisor function in Config.hs, but then though "if I send
an interdiff, I will delay review even more".

Thanks for catching this; interdiff:

diff --git a/htools/Ganeti/Config.hs b/htools/Ganeti/Config.hs
index f88ba8a..55cb492 100644
--- a/htools/Ganeti/Config.hs
+++ b/htools/Ganeti/Config.hs
@@ -31,6 +31,7 @@ module Ganeti.Config
     , getNodeRole
     , getNodeNdParams
     , getDefaultNicLink
+    , getDefaultHypervisor
     , getInstancesIpByLink
     , getNode
     , getInstance
@@ -126,6 +127,16 @@ getDefaultNicLink =
   nicpLink . (M.! C.ppDefault) . fromContainer .
   clusterNicparams . configCluster

+-- | Returns the default cluster hypervisor.
+getDefaultHypervisor :: ConfigData -> Hypervisor
+getDefaultHypervisor cfg =
+  case clusterEnabledHypervisors $ configCluster cfg of
+    -- FIXME: this case shouldn't happen (configuration broken), but
+    -- for now we handle it here because we're not authoritative for
+    -- the config
+    []  -> XenPvm
+    x:_ -> x
+
 -- | Returns instances of a given link.
 getInstancesIpByLink :: LinkIpMap -> String -> [String]
 getInstancesIpByLink linkipmap link =
diff --git a/htools/Ganeti/Query/Query.hs b/htools/Ganeti/Query/Query.hs
index ff7d33d..7a172ff 100644
--- a/htools/Ganeti/Query/Query.hs
+++ b/htools/Ganeti/Query/Query.hs
@@ -56,6 +56,7 @@ import Data.Maybe (fromMaybe)
 import qualified Data.Map as Map

 import Ganeti.BasicTypes
+import Ganeti.Config
 import Ganeti.JSON
 import Ganeti.Rpc
 import Ganeti.Query.Language
@@ -103,9 +104,7 @@ maybeCollectLiveData False _ nodes =

 maybeCollectLiveData True cfg nodes = do
   let vgs = [clusterVolumeGroupName $ configCluster cfg]
-      hvs = case clusterEnabledHypervisors $ configCluster cfg of
-              []  -> [XenPvm] -- this case shouldn't happen, but we handle it
-              x:_ -> [x]
+      hvs = [getDefaultHypervisor cfg]
   executeRpcCall nodes (RpcCallNodeInfo vgs hvs)

 -- | Check whether list of queried fields contains live fields.

--
iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hanselmann  
View profile  
 More options Oct 10 2012, 6:38 am
From: Michael Hanselmann <han...@google.com>
Date: Wed, 10 Oct 2012 12:38:21 +0200
Local: Wed, Oct 10 2012 6:38 am
Subject: Re: [PATCH master 06/23] Fixup hypervisor queries in node query
2012/10/10 Iustin Pop <ius...@google.com>:

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup node live field names" by Iustin Pop
Iustin Pop  
View profile  
 More options Oct 10 2012, 7:10 am
From: Iustin Pop <ius...@google.com>
Date: Wed, 10 Oct 2012 13:10:40 +0200
Local: Wed, Oct 10 2012 7:10 am
Subject: Re: [PATCH master 05/23] Fixup node live field names

Ping? Just to be clear, interdiff:

diff --git a/htools/Ganeti/Query/Node.hs b/htools/Ganeti/Query/Node.hs
index 0630754..62b625b 100644
--- a/htools/Ganeti/Query/Node.hs
+++ b/htools/Ganeti/Query/Node.hs
@@ -70,7 +70,7 @@ nodeLiveFieldsDefs =

 -- | Map each name to a function that extracts that value from
 -- the RPC result.
-nodeLiveFieldExtract :: String -> RpcResultNodeInfo -> J.JSValue
+nodeLiveFieldExtract :: FieldName -> RpcResultNodeInfo -> J.JSValue
 nodeLiveFieldExtract "bootid" res =
   J.showJSON $ rpcResNodeInfoBootId res
 nodeLiveFieldExtract "cnodes" res =

--
thanks,
iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Agata Murawska  
View profile  
 More options Oct 10 2012, 7:14 am
From: Agata Murawska <ayertie...@gmail.com>
Date: Wed, 10 Oct 2012 13:14:04 +0200
Local: Wed, Oct 10 2012 7:14 am
Subject: Re: [PATCH master 05/23] Fixup node live field names
2012/10/10 Iustin Pop <ius...@google.com>:

I don't think I still have LGTM powers, but if I do then LGTM :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iustin Pop  
View profile  
 More options Oct 10 2012, 8:02 am
From: Iustin Pop <ius...@google.com>
Date: Wed, 10 Oct 2012 14:02:21 +0200
Local: Wed, Oct 10 2012 8:02 am
Subject: Re: [PATCH master 05/23] Fixup node live field names

Thanks, and you still do :)

iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Fixup node disk free/total queries" by Iustin Pop
Iustin Pop  
View profile  
 More options Oct 10 2012, 8:04 am
From: Iustin Pop <ius...@google.com>
Date: Wed, 10 Oct 2012 14:04:49 +0200
Local: Wed, Oct 10 2012 8:04 am
Subject: Re: [PATCH master 07/23] Fixup node disk free/total queries

Ping as well on this one? (thanks!)

iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Agata Murawska  
View profile  
 More options Oct 10 2012, 9:34 am
From: Agata Murawska <ayertie...@gmail.com>
Date: Wed, 10 Oct 2012 15:34:47 +0200
Local: Wed, Oct 10 2012 9:34 am
Subject: Re: [PATCH master 07/23] Fixup node disk free/total queries
2012/10/10 Iustin Pop <ius...@google.com>:

LGTM, sorry for late response :)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Iustin Pop  
View profile  
 More options Oct 10 2012, 10:57 am
From: Iustin Pop <ius...@google.com>
Date: Wed, 10 Oct 2012 16:57:27 +0200
Local: Wed, Oct 10 2012 10:57 am
Subject: Re: [PATCH master 07/23] Fixup node disk free/total queries

No problem, much appreciated!

iustin


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Add functionality for checking validity of names" by Agata Murawska
Agata Murawska  
View profile  
 More options Oct 10 2012, 6:54 pm
From: Agata Murawska <ayertie...@gmail.com>
Date: Thu, 11 Oct 2012 00:54:12 +0200
Local: Wed, Oct 10 2012 6:54 pm
Subject: Re: [PATCH master 08/23] Add functionality for checking validity of names
2012/10/5 Iustin Pop <ius...@google.com>:

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Discussion subject changed to "Use the new name filtering behaviour in query" by Agata Murawska
Agata Murawska  
View profile  
 More options Oct 10 2012, 6:56 pm
From: Agata Murawska <ayertie...@gmail.com>
Date: Thu, 11 Oct 2012 00:56:23 +0200
Local: Wed, Oct 10 2012 6:56 pm
Subject: Re: [PATCH master 09/23] Use the new name filtering behaviour in query
2012/10/5 Iustin Pop <ius...@google.com>:

LGTM

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 26 - 50 of 59 < Older  Newer >
« Back to Discussions « Newer topic     Older topic »