drakenfly
drakenfly
I thought about the same thing. What @Carniatto wanted to say with "allow only part of the state to be persisted in localStorage" is (at least it was like following...
We are facing the same issue. I'll try to provide as much information as possible: We are trying to use a javascript file into typescript and are re-exporting it for...
I have the same problem... A solution would be very great @srs :/
Wouldn't it be an easier solution to just fetch all merge requests after retrieving the list of OPENED ones? ```java List mrs = gitLabApi.getMergeRequestApi() .getMergeRequests(gitlabProject, Constants.MergeRequestState.OPENED); mrs = mrs.stream().filter(mr ->...
I had to give the user administrator rights in our gitlab installation (Gitlab CE Omnibus - Docker Image) to make it work. Probably those APIs are not accessible to "simple"...
Any updates?