Valentin Delaye
Valentin Delaye
Same issue here. Empty repository raise "reference not found" Adding a README workaround fixes the issues Thanks for the tips
It's been a long time on my side, I cannot garantee that I can test again anytime soon. Thanks
Hi, Was facing the same, when importing site with code snippet outside de docs directory (https://facelessuser.github.io/pymdown-extensions/extensions/snippets/) I tried extra import but I always end up with wrong link reference. Even...
Hi, I just go the same issue. My code is as simple as ``` ItemHandle sourceItem = artifactory.repository(config.getRepository()).folder(sourcePath); sourceItem.move(config.getRepository(), targetPath); ``` ``` java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length...
This fail because of this check (https://github.com/jfrog/artifactory-client-java/blob/e39db33c2d8b87134bac115ae43a1408ee1964b6/services/src/main/groovy/org/jfrog/artifactory/client/impl/ItemHandleImpl.groovy#L153C1-L155C10) ``` if (!message.getMessages().get(0).getLevel().contains('INFO')) { throw new CopyMoveException(message) } ``` Looks message.getMessages() is empty for some reason. I would like to submit a patch...
Same issue : https://github.com/jfrog/artifactory-client-java/issues/333
Any news here ?
Hi, I think we are facing the same on our production and pp environment (without any user activity) - We are still using the legacy backend system - Techdoc is...
Unless a configuration issue we are using the postgres search engine ```typescript const searchEngine = await PgSearchEngine.fromConfig(env.config, { database: env.database }); const indexBuilder = new IndexBuilder({ logger: env.logger, searchEngine, });...
I can see both task running more less at the same time ``` {"documentType":"software-catalog","level":"info","message":"Collating documents for software-catalog via DefaultCatalogCollatorFactory","plugin":"search","service":"backstage","type":"plugin"} .... {"documentType":"software-catalog","level":"info","message":"Collating documents for software-catalog succeeded","plugin":"search","service":"backstage","type":"plugin"} ... {"documentType":"techdocs","level":"info","message":"Collating documents for techdocs...