Trustin Lee
Trustin Lee
Because 'short time' is ambiguous, I think adding an ability to add a revert commit for a certain revision is just enough. A user could choose to send a revert...
Thanks for a good suggestion by the way. I'm curious if you are a LINE employee or just evaluating Central Dogma. Please feel free to hop into our Slack workspace...
There's no such API in Central Dogma, but you can generate a revert commit and push it, i.e. there's no simple way, but we can implement it.
Not under development at the moment, but we hope to add it someday. Are you interested in working on this?
Awesome! I think this feature can be implemented basically like this: 1. Expose a REST operation that allows a user send a revert request. 2. Create a `Command` implementation, which...
https://github.com/line/armeria/pull/1344
Hi @Zeymo, You can always query at a specific revision rather than just HEAD. Is this what you want? If so, it's already in this pull request. You can also...
1. A client can watch an individual file, an individual file's partial content or an entire repository, so you have many options here. For example, you could store the settings...
I personally have no idea since I'm not an expert on GNOME's extension API. Perhaps we could check some version numbers and use the old APIs only for old versions?...
I release the diff I published in #97 under public domain as defined in https://creativecommons.org/publicdomain/zero/1.0/deed.en Please feel free to take it and do whatever you wanna do, e.g. sending a...