Feat: Create Merge Request (#149)
- Adds the ability to create MRs to the plugin - Adds the ability to jump to specific discussions/notes in the browser - Fixes stale icons - Adds debug keybinding for discussion tree for developers
This commit is contained in:
committed by
GitHub
parent
35f0bc16a5
commit
37a53842d0
@@ -56,8 +56,12 @@ describe("gitlab/actions/discussions/tree.lua", function()
|
||||
|
||||
after_each(function()
|
||||
utils.time_since = original_time_since
|
||||
state.INFO = nil
|
||||
end)
|
||||
before_each(function()
|
||||
state.INFO = {
|
||||
web_url = "https://gitlab.com/some-org/-/merge_requests/4963",
|
||||
}
|
||||
spy_time_since = spy.new(function()
|
||||
return "5 days ago"
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user