1 2011-07-06T00:07:06  *** jek has joined #moin-dev
   2 2011-07-06T00:11:09  *** jek has quit IRC
   3 2011-07-06T00:11:18  *** raignarok has quit IRC
   4 2011-07-06T00:13:50  *** jek has joined #moin-dev
   5 2011-07-06T00:20:21  *** jek has quit IRC
   6 2011-07-06T00:52:39  *** sinha has quit IRC
   7 2011-07-06T01:01:04  *** jek has joined #moin-dev
   8 2011-07-06T01:29:34  *** m4k3r has quit IRC
   9 2011-07-06T03:19:13  *** jek has quit IRC
  10 2011-07-06T03:19:13  *** jek has joined #moin-dev
  11 2011-07-06T04:40:50  *** diofeher has left #moin-dev
  12 2011-07-06T05:21:22  *** MattMaker has quit IRC
  13 2011-07-06T06:13:03  *** m4k3r has joined #moin-dev
  14 2011-07-06T06:14:55  <Marchael> moin
  15 2011-07-06T06:16:09  <Marchael> How can I see debugging output? I used logging.debug() and DEBUG=True in my local wikiconfig
  16 2011-07-06T06:18:26  <Marchael> but debugging message appears only with warning
  17 2011-07-06T06:18:33  <Marchael> *logging.warning()
  18 2011-07-06T07:06:12  *** m4k3r has quit IRC
  19 2011-07-06T07:13:28  *** m4k3r has joined #moin-dev
  20 2011-07-06T07:44:34  *** MattMaker has joined #moin-dev
  21 2011-07-06T07:44:57  <Marchael> oh, cool. I got working history with whoosh!
  22 2011-07-06T07:50:28  <Marchael> ThomasWaldmann: please, review patchset 2 http://codereview.appspot.com/4650073/
  23 2011-07-06T09:02:47  <dreimark> Marchael: read for logging the docs
  24 2011-07-06T09:02:54  <dreimark> it is described
  25 2011-07-06T09:12:19  *** m4k3r has quit IRC
  26 2011-07-06T09:13:00  *** m4k3r has joined #moin-dev
  27 2011-07-06T09:14:48  <dreimark> I sended a review
  28 2011-07-06T09:15:24  * Marchael looks
  29 2011-07-06T09:24:30  *** m4k3r has quit IRC
  30 2011-07-06T09:26:21  *** m4k3r has joined #moin-dev
  31 2011-07-06T09:34:12  *** mkerrin has joined #moin-dev
  32 2011-07-06T09:34:29  *** m4k3r has quit IRC
  33 2011-07-06T09:35:43  *** m4k3r has joined #moin-dev
  34 2011-07-06T09:35:54  *** mkerrin has quit IRC
  35 2011-07-06T09:36:44  *** mkerrin has joined #moin-dev
  36 2011-07-06T10:04:26  <ThomasWaldmann> Marchael: review done
  37 2011-07-06T10:04:33  <ThomasWaldmann> and moin :)
  38 2011-07-06T10:12:05  <dreimark> i guess the s/metas/meta/ was me, why is it named differently?
  39 2011-07-06T10:16:36  <ThomasWaldmann> well, it now is named differently, as all other methods there use "metas"
  40 2011-07-06T10:17:50  <ThomasWaldmann> (we can change such stuff in a separate cs, if we have good reasons for it, but we don't have basically the same methods with different param names)
  41 2011-07-06T10:25:11  *** greg_f has joined #moin-dev
  42 2011-07-06T10:40:02  *** m4k3r has quit IRC
  43 2011-07-06T10:42:05  *** m4k3r has joined #moin-dev
  44 2011-07-06T10:44:09  <dreimark> bbl
  45 2011-07-06T11:18:20  <Marchael> ThomasWaldmann: when I try create revision I got metas parameter(MoinMoin.storage.backends.router.StoredRouterRevision object), how can I convert it to dict? I'm need to pass this param to whoosh
  46 2011-07-06T11:25:49  <ThomasWaldmann> a revision is dict-like
  47 2011-07-06T11:26:41  <Marchael> and?
  48 2011-07-06T11:27:58  <ThomasWaldmann> that means you can use it like a dict (like the "meta" dict)
  49 2011-07-06T11:48:35  *** m4k3r has quit IRC
  50 2011-07-06T11:49:33  <Marchael> ThomasWaldmann: ok, but I found what indexes in sqla have fields what whoosh haven't. Like "size", "action", "sha1"
  51 2011-07-06T11:49:48  <Marchael> what should I do with them?
  52 2011-07-06T11:50:19  *** m4k3r has joined #moin-dev
  53 2011-07-06T11:54:49  *** mkerrin has quit IRC
  54 2011-07-06T11:55:25  *** mkerrin has joined #moin-dev
  55 2011-07-06T12:01:15  *** mkerrin has joined #moin-dev
  56 2011-07-06T12:09:37  *** m4k3r has quit IRC
  57 2011-07-06T12:10:06  <Marchael> it doesn't matter
  58 2011-07-06T12:10:13  *** m4k3r has joined #moin-dev
  59 2011-07-06T12:44:54  *** sinha has joined #moin-dev
  60 2011-07-06T13:01:33  *** MattMaker has quit IRC
  61 2011-07-06T13:02:14  *** raignarok has joined #moin-dev
  62 2011-07-06T13:06:58  *** m4k3r has quit IRC
  63 2011-07-06T13:08:03  *** m4k3r has joined #moin-dev
  64 2011-07-06T13:38:29  *** raignarok has quit IRC
  65 2011-07-06T13:56:42  <Marchael> I can add revision to index
  66 2011-07-06T13:56:44  <Marchael> heh
  67 2011-07-06T13:57:18  <Marchael> but for now some revisions have duplicates
  68 2011-07-06T14:14:27  *** sinha has quit IRC
  69 2011-07-06T14:50:48  <xorAxAx> waldi: meeting in 10 minutes
  70 2011-07-06T14:52:06  *** pkumar has joined #moin-dev
  71 2011-07-06T14:58:13  <waldi> *meld*
  72 2011-07-06T15:00:42  <xorAxAx> pkumar: meeting in 1 minute
  73 2011-07-06T15:00:47  <xorAxAx> waldi: where is your student?
  74 2011-07-06T15:00:55  <pkumar> ok, :)
  75 2011-07-06T15:02:10  <waldi> xorAxAx: i don't know
  76 2011-07-06T15:02:46  <xorAxAx> he rescheduled 1 of 2 meetings and then he doesnt show up at neither of them
  77 2011-07-06T15:04:58  <waldi> angry mail sent
  78 2011-07-06T15:06:05  <xorAxAx> pkumar: how do you assess the current situation of the cooperation with hardy?
  79 2011-07-06T15:06:11  <xorAxAx> are your tasks clearly separated?
  80 2011-07-06T15:06:58  <pkumar> xorAxAx : In ep we had separated the modules in the beginning itself.
  81 2011-07-06T15:07:37  <pkumar> I had sent him a mail regarding some correction in his bb
  82 2011-07-06T15:08:10  <pkumar> few days back and he said he had some electricity issue in his city
  83 2011-07-06T15:08:24  <pkumar> no contact after that
  84 2011-07-06T15:08:26  *** blah has joined #moin-dev
  85 2011-07-06T15:08:49  *** blah has left #moin-dev
  86 2011-07-06T15:08:58  *** blah has joined #moin-dev
  87 2011-07-06T15:09:27  <xorAxAx> hmm, 7 days no electricity? sounds a bit unbelievable
  88 2011-07-06T15:10:23  *** gmgall has joined #moin-dev
  89 2011-07-06T15:10:38  <pkumar> and I also don't see his bb corrected
  90 2011-07-06T15:15:26  <waldi> pkumar: "bb"?
  91 2011-07-06T15:15:38  <pkumar> bitbucket
  92 2011-07-06T15:15:43  <pkumar> waldi : ^
  93 2011-07-06T15:16:43  <pkumar> changeset 5a3f3a4d307f is having no parent it seems
  94 2011-07-06T15:18:11  <waldi> hmm?
  95 2011-07-06T15:19:36  <pkumar> waldi : actually I'm not sure why the changeset  5a3f3a4d307f is kinda dangling in void
  96 2011-07-06T15:20:11  <pkumar> in hardy89's repo
  97 2011-07-06T15:21:28  *** m4k3r has quit IRC
  98 2011-07-06T15:21:53  <waldi> three heads
  99 2011-07-06T15:22:00  <waldi> so he used the force
 100 2011-07-06T15:22:35  *** blah has quit IRC
 101 2011-07-06T15:23:05  <pkumar> yeah, that should be the reason.
 102 2011-07-06T15:24:32  <pkumar> waldi : his repo is https://bitbucket.org/89hardy/pytest_moin2 right?
 103 2011-07-06T15:25:02  <waldi> yes
 104 2011-07-06T15:25:07  <pkumar> k
 105 2011-07-06T15:27:19  <pkumar> xorAxAx : coverage of converter module already seems good so doesn't seem much task there. So, I would be able to start writing tests for the files with no tests in 2/3 days max
 106 2011-07-06T15:27:38  *** blah has joined #moin-dev
 107 2011-07-06T15:28:00  <xorAxAx> pkumar: cool
 108 2011-07-06T15:28:39  <pkumar> :)
 109 2011-07-06T15:29:15  <xorAxAx> brb
 110 2011-07-06T15:29:50  *** sinha has joined #moin-dev
 111 2011-07-06T15:33:26  *** m4k3r has joined #moin-dev
 112 2011-07-06T15:35:04  *** Gnarlodious has joined #moin-dev
 113 2011-07-06T15:36:28  *** Gnarlodious has quit IRC
 114 2011-07-06T15:39:13  <pkumar> brb
 115 2011-07-06T15:39:29  *** blah has quit IRC
 116 2011-07-06T15:48:27  <ThomasWaldmann> bbl
 117 2011-07-06T15:59:36  <pkumar> bbl
 118 2011-07-06T15:59:38  *** pkumar has quit IRC
 119 2011-07-06T16:59:13  <Marchael> arhg, I cant trust input
 120 2011-07-06T16:59:36  <Marchael> uuid != metas[UUID] in some cases
 121 2011-07-06T17:01:04  <Marchael> that's why default 0 item revision and revisions what had bee reverted from 0 duplicates
 122 2011-07-06T17:01:13  <Marchael> *been
 123 2011-07-06T17:11:54  <Marchael> I don't know why, but for some reason moin rebuild my indexes twice at start up
 124 2011-07-06T17:12:28  <Marchael> great, now I have working add_revision
 125 2011-07-06T17:24:48  <Marchael> ThomasWaldmann: pelase review http://codereview.appspot.com/4650073/ patchset 3
 126 2011-07-06T18:22:34  <Marchael> btw, I can't remove 0 revision for home :P
 127 2011-07-06T18:22:50  <Marchael> and for other defaul docs
 128 2011-07-06T18:23:07  <Marchael> because uuid passing to remove method is not equal the real uuid
 129 2011-07-06T18:23:18  <Marchael> *real revision uuid
 130 2011-07-06T18:23:42  <Marchael> also, I can't remove revisions reverted from 0
 131 2011-07-06T18:23:53  <Marchael> because they have same uuid
 132 2011-07-06T18:28:30  <Marchael> Although, I was wrong, I can remove 0 revision
 133 2011-07-06T18:32:21  <Marchael> from backend, but not from indexes, hm
 134 2011-07-06T18:51:04  <Marchael> could someone helps me with this traceback?
 135 2011-07-06T18:51:05  <Marchael> I removed revision 0 for "Home", but as you can see in 38, script tries add this revision again.
 136 2011-07-06T18:51:05  <Marchael> And as result, when I tried to see history 77-92
 137 2011-07-06T18:51:18  <Marchael> http://paste.pocoo.org/show/431275/
 138 2011-07-06T18:52:22  <Marchael> I don't understand where it get that 0 revision
 139 2011-07-06T19:00:43  <Marchael> btw, 30-33 and 38-42 are rathersimilar
 140 2011-07-06T19:01:41  <dreimark> Marchael: do you still have not load_xml=None in your wikiconfig ?
 141 2011-07-06T19:01:57  <Marchael> is that required?
 142 2011-07-06T19:02:03  <dreimark> you should not try to search with any of the default documents
 143 2011-07-06T19:02:16  <Marchael> hm, I don't know about that, ok
 144 2011-07-06T19:02:18  <dreimark> you should start with a fresh wiki
 145 2011-07-06T19:02:30  <dreimark> Marchael: then read backlog from yesterday
 146 2011-07-06T19:03:10  <dreimark> http://moinmo.in/MoinMoinChat/Logs/moin-dev/2011-07-05#CA-a0a1c209c20410120366c6b01a52ecf43e658122_215
 147 2011-07-06T19:03:50  <dreimark> if you do a rm -r wiki
 148 2011-07-06T19:03:54  <dreimark> and start moin
 149 2011-07-06T19:04:16  <dreimark> you get with that var in your config an empty backend
 150 2011-07-06T19:05:10  <Marchael> dreimark: anyway, why index_rebuild runs twice at start up?
 151 2011-07-06T19:05:27  <dreimark> may be a bug, find out
 152 2011-07-06T19:05:44  <dreimark> if that makes startup faster a fix is welcome
 153 2011-07-06T19:05:51  <Marchael> thanks, load_xml = None
 154 2011-07-06T19:05:53  <Marchael> working
 155 2011-07-06T19:06:24  <Marchael> hm, for my small wiki 30 secs at start up is not critical
 156 2011-07-06T19:07:00  <dreimark> i guess it is a bug, it makes no sense to do twice time the same thing
 157 2011-07-06T19:07:40  <Marchael> http://paste.pocoo.org/show/431290/
 158 2011-07-06T19:08:00  <Marchael> 7-100 first once
 159 2011-07-06T19:08:12  <Marchael> 115 - 146 second
 160 2011-07-06T19:08:16  *** hardy89 has joined #moin-dev
 161 2011-07-06T19:08:46  <dreimark> something is may be in the fs cache then
 162 2011-07-06T19:08:55  <hardy89> hi waldi
 163 2011-07-06T19:09:01  *** mkerrin has quit IRC
 164 2011-07-06T19:09:11  <dreimark> hardy89: meeting was yesterday
 165 2011-07-06T19:09:21  <hardy89> hi dreimark
 166 2011-07-06T19:09:28  <dreimark> moin hardy89
 167 2011-07-06T19:09:40  <hardy89> dreimark: i'm aware of the meeting timings
 168 2011-07-06T19:09:58  <hardy89> i recieved the mail from waldi today
 169 2011-07-06T19:10:19  <dreimark> ah good, i remember you introduced that change
 170 2011-07-06T19:10:45  <hardy89> dreimark: i did inform pkumar about my non-availability cos of no internet in my area(and not electricity problem)
 171 2011-07-06T19:10:52  <hardy89> i read the log today after mail
 172 2011-07-06T19:11:08  <hardy89> now came to a market to access wi-fi
 173 2011-07-06T19:11:33  <dreimark> ok, so you have many changesets offline and waiting for upload in retvield or push?
 174 2011-07-06T19:11:55  <hardy89> dreimark: to inform at the channel cos i thought he'll inform.
 175 2011-07-06T19:12:19  <dreimark> pkumar told about connection problems
 176 2011-07-06T19:12:51  <dreimark> brb
 177 2011-07-06T19:12:58  <hardy89> dreimark: yes. i worked on storage module and read bout pytest-cov
 178 2011-07-06T19:13:03  <Marchael> http://codereview.appspot.com/4650073 Patchset 4
 179 2011-07-06T19:13:27  <hardy89> dreimark: have applied for a data-card today which will be functional from tomm and i'l be back in stream.
 180 2011-07-06T19:16:30  *** hardy89 has quit IRC
 181 2011-07-06T19:29:31  *** humbu has joined #moin-dev
 182 2011-07-06T19:30:22  <humbu> hello! how can i install(with the setup.py script) and run moin on python 2.6 on CentOS5 ?
 183 2011-07-06T19:31:30  <Marchael> jsut run ./quickinstall script in your virtual env
 184 2011-07-06T19:31:43  <Marchael> *just
 185 2011-07-06T19:34:23  *** MattMaker has joined #moin-dev
 186 2011-07-06T19:44:28  <Marchael> how can I add tag to revisions?
 187 2011-07-06T19:46:41  <Marchael> oh, seems like all_tags for whoosh working
 188 2011-07-06T19:49:34  <Marchael> ThomasWaldmann: review http://codereview.appspot.com/4650073/ patchset 5
 189 2011-07-06T19:57:17  *** greg_f has quit IRC
 190 2011-07-06T19:58:24  <Marchael> Patchset 6 http://codereview.appspot.com/4650073/ fixes in tagged_items
 191 2011-07-06T20:02:52  <dreimark> Marchael: you have to enter it in meta
 192 2011-07-06T20:03:19  <Marchael> I knew
 193 2011-07-06T20:04:29  <dreimark> humbu: that is described in the docs http://static.moinmo.in/m2/html/admin/install.html#installing
 194 2011-07-06T20:08:11  *** sinha1 has joined #moin-dev
 195 2011-07-06T20:08:16  *** sinha has quit IRC
 196 2011-07-06T20:16:34  <humbu> too for moin1.9.3?
 197 2011-07-06T20:17:49  <Marchael> going back to hostel
 198 2011-07-06T20:17:53  <Marchael> bbl
 199 2011-07-06T20:18:45  <dreimark> humbu: you are at the dev channel
 200 2011-07-06T20:18:52  <dreimark> we develop moin-2
 201 2011-07-06T20:20:50  <dreimark> if you want to talk about 1.x and don't be a developer we should continue on #moin
 202 2011-07-06T20:22:30  <humbu> k
 203 2011-07-06T20:22:32  *** humbu has left #moin-dev
 204 2011-07-06T21:31:02  *** sinha1 has quit IRC
 205 2011-07-06T21:31:09  *** sinha has joined #moin-dev
 206 2011-07-06T21:37:14  *** gmgall has quit IRC
 207 2011-07-06T21:54:05  <dreimark> flask 0.7.2
 208 2011-07-06T21:58:54  <dreimark> oh phoenix
 209 2011-07-06T22:20:58  *** sinha has quit IRC
 210 2011-07-06T22:21:13  *** sinha has joined #moin-dev
 211 2011-07-06T23:32:54  <ThomasWaldmann> Marchael: review done

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-07-06 (last edited 2011-07-05 22:45:02 by IrcLogImporter)