OpenDev Sysadmins 28e765d4cd OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:00 +00:00
2017-04-12 15:24:26 +01:00
2017-02-26 21:05:14 +00:00
2017-04-12 15:24:26 +01:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2019-04-19 19:26:00 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-04-06 16:10:02 +01:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00
2017-02-26 21:05:14 +00:00

pynotedb

This will be a python parser for NoteDB. This repository is currently empty.

About NoteDB

NoteDB is a way of organising review content so that it is stored as git objects in the same git repo as the code, originally created by the people at gerrit. See here for more:

https://gerrit.googlesource.com/homepage/+/md-pages/docs/Notedb.md

https://github.com/CodethinkLabs/pynotedb/blob/master/rfc.mkd

This project

This is a WIP python NoteDB parser.

The goal is to make an API that can be used for code review, for cases when teams wish to keep the details of review in the same place as the code. By providing an API for NoteDB specifically, there are multiple benefits, eg: review metadata is preserved if the code is moved and offline code review is possible.

The API itself will provide a pluggable interface for interacting with review metadata, allowing people to more easily extend the ecosystem around code review with custom components, and communicate with existing review systems.

The existing implementations for NoteDB parsers and APIs are in Java and Perl. As python is a popular language, this python version is intended for better interoperability with existing tools written in python.

Features

  • TODO
Description
RETIRED, Python parser for notedb
Readme 386 KiB