[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-panel-devel
Subject:    Re: Review Request 128892: Open baloo lmdb database read-only beside in
From:       Vishesh Handa <me () vhanda ! in>
Date:       2016-09-11 21:35:06
Message-ID: 20160911213506.10006.30079 () mimi ! kde ! org
[Download RAW message or body]

--===============4303284103670444190==
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128892/#review99115
-----------------------------------------------------------


Ship it!




This is awesome. Ship it.

- Vishesh Handa


On Sept. 11, 2016, 7:19 p.m., Christoph Cullmann wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/128892/
> -----------------------------------------------------------
> 
> (Updated Sept. 11, 2016, 7:19 p.m.)
> 
> 
> Review request for KDE Frameworks, Plasma, Boudhayan Gupta, and Vishesh Handa.
> 
> 
> Repository: baloo
> 
> 
> Description
> -------
> 
> At the moment, any application that uses baloo can corrupt the db.
> Now, only the things that need to write to it open it with read-write.
> This only works as long as the library exposes only read-only things like Query/...
> 
> 
> Diffs
> -----
> 
> src/engine/database.h 6ccb2a5 
> src/engine/database.cpp 6a433c7 
> src/file/extractor/app.cpp 0ca7276 
> src/lib/file.cpp cbbc912 
> src/lib/searchstore.cpp 060a4fd 
> src/lib/taglistjob.cpp 76ac8ff 
> src/qml/experimental/monitor.cpp 11c06ae 
> src/tools/balooctl/main.cpp 2a6b175 
> src/tools/balooctl/statuscommand.cpp 1a56c64 
> src/tools/balooshow/main.cpp f45f2e0 
> 
> Diff: https://git.reviewboard.kde.org/r/128892/diff/
> 
> 
> Testing
> -------
> 
> Unit tests still work, balooctl seems to do something.
> 
> 
> Thanks,
> 
> Christoph Cullmann
> 
> 


--===============4303284103670444190==
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit




<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="12" style="border: 1px #c9c399 \
solid; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px;">  \
<tr>  <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="https://git.reviewboard.kde.org/r/128892/">https://git.reviewboard.kde.org/r/128892/</a>
  </td>
    </tr>
   </table>
   <br />



<p>

Ship it!

</p>



 <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: \
-pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;"><p style="padding: \
0;text-rendering: inherit;margin: 0;line-height: inherit;white-space: inherit;">This \
is awesome. Ship it.</p></pre>  <br />









<p>- Vishesh Handa</p>


<br />
<p>On September 11th, 2016, 7:19 p.m. UTC, Christoph Cullmann wrote:</p>








<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="12" style="border: \
1px #888a85 solid; border-radius: 6px; -moz-border-radius: 6px; \
-webkit-border-radius: 6px;">  <tr>
  <td>

<div>Review request for KDE Frameworks, Plasma, Boudhayan Gupta, and Vishesh \
Handa.</div> <div>By Christoph Cullmann.</div>


<p style="color: grey;"><i>Updated Sept. 11, 2016, 7:19 p.m.</i></p>









<div style="margin-top: 1.5em;">
 <b style="color: #575012; font-size: 10pt;">Repository: </b>
baloo
</div>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" \
style="border: 1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">At the moment, any application that uses baloo can \
corrupt the db. Now, only the things that need to write to it open it with \
read-write. This only works as long as the library exposes only read-only things like \
Query/...</p></pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Testing </h1>
<table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: \
1px solid #b8b5a0">  <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: \
-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: \
break-word;"><p style="padding: 0;text-rendering: inherit;margin: 0;line-height: \
inherit;white-space: inherit;">Unit tests still work, balooctl seems to do \
something.</p></pre>  </td>
 </tr>
</table>


<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>src/engine/database.h <span style="color: grey">(6ccb2a5)</span></li>

 <li>src/engine/database.cpp <span style="color: grey">(6a433c7)</span></li>

 <li>src/file/extractor/app.cpp <span style="color: grey">(0ca7276)</span></li>

 <li>src/lib/file.cpp <span style="color: grey">(cbbc912)</span></li>

 <li>src/lib/searchstore.cpp <span style="color: grey">(060a4fd)</span></li>

 <li>src/lib/taglistjob.cpp <span style="color: grey">(76ac8ff)</span></li>

 <li>src/qml/experimental/monitor.cpp <span style="color: grey">(11c06ae)</span></li>

 <li>src/tools/balooctl/main.cpp <span style="color: grey">(2a6b175)</span></li>

 <li>src/tools/balooctl/statuscommand.cpp <span style="color: \
grey">(1a56c64)</span></li>

 <li>src/tools/balooshow/main.cpp <span style="color: grey">(f45f2e0)</span></li>

</ul>

<p><a href="https://git.reviewboard.kde.org/r/128892/diff/" style="margin-left: \
3em;">View Diff</a></p>






  </td>
 </tr>
</table>







  </div>
 </body>
</html>


--===============4303284103670444190==--


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic