| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Makes it possible to still keep track of which file a string comes
from.
|
|
|
|
This doesn't read the full xliff format, it only reads the translation
target string and the id for the translation unit.
|
|
reimplemented from a description of the grit id calculation
|
|
|
|
|
|
Not often used in grit files, if at all, but needed when we want
to add support for expanding grit-part in grit structure.
|
|
Parses grit files. I tried using serde-xml-rs but it can't handle
text mixed with elements so xml-rs and event stream it is.
|
|
Add logs
Add remote keys for each user
|
|
Only the owner or a maintainer of the project can remove a review.
Removing a review also removes the git branch.
Only reviews that are either draft or dropped can be removed.
|
|
Wanted to include a non-bare repo as well but git doesn't like one
adding a non-bare git repo NOT as a submodule. And bare repos are
the main code path anyway.
|
|
Add coverage for common as well as server.
Fix fs_utils::create_dir_allow_existing to fail if entry exists but
isn't a dir.
|