-
When attempting to compile version 44.0 of the Partner WSDL, I am getting several 'cannot find symbol' errors regarding 'AdditionalInformationMap'.
Here is what the compile looks like:
```
$ ja…
rmccu updated
6 years ago
-
Gitlab has a method for getting all linked merge requests from issue, here is the link for the documentation - https://docs.gitlab.com/ee/api/issues.html#list-merge-requests-related-to-issue
I trie…
-
First of all, when pp_size = 1, everything is good with tp_size = 1,2,4,8.
My test on pipeline parallelism (pp_size > 1) always failed with different error in the last few rows in this post.
Firs…
-
### settings.ts
```
import Settings from './src/settings';
export default {
gitlab: {
url: 'https://gitlab.com',
token: 'glpat-_asdasdasdasdqweqwe',
projectId: 1111111,
ses…
-
Plugin doesnot work if [Markdown Navigator enhanced](https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced) is active.
Cannot open MR, quitting with following bug report:
`com.in…
-
We have a scenario where users are submitting merge requests to a gitlab repo (correctly enrolled with PaC) from a private fork that PaC doesn't have access to with its token. PaC sees the merge reque…
-
import Settings from './src/settings';
export default {
gitlab: {
url: 'https://gitlab.com',
token: 'gdddddddddddddddd',
projectId: 222222,
sessionCookie: 'null',
},
gi…
-
Since I am responsible for team merge and invitation(to members) functions, I would like to add 2 child node under team in Firebase json structure:
- InvitationRequests:
this is the child node of …
-
I'm a rookie, and i have a question:
why class such as commit, mergeRequest not implements Serializable?
-
The `danger.gitLab.mergeRequest.changesCount` shouldn't be an `Int` ? or There are cases where it comes with string value?