cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
martinklepsch 2019-10-31T12:32:11.045700Z

We just deployed @holyjakโ€™s latest work on our own /versions endpoint to be used by Dash. This will allow Dash to also properly work with artifacts that are deployed to Maven Central and not just with the ones that are on Clojars. ๐ŸŽ‰

4๐ŸŽ‰
dominicm 2019-10-31T22:13:17.047400Z

How long does Git import normally take? https://cljdoc.org/builds/21433 Showing as failed on the docs

dominicm 2019-11-01T08:30:29.049100Z

Hmm, I wonder what cleared that

martinklepsch 2019-10-31T22:25:22.047700Z

something definitely broke there ๐Ÿ˜„

martinklepsch 2019-10-31T22:40:13.047900Z

looks like the SCM URL isnโ€™t being detected as it shouldโ€ฆ pom.xml on Clojars looks reasonable at a first glance

martinklepsch 2019-10-31T22:40:47.048100Z

err nevermind

martinklepsch 2019-10-31T22:41:22.048300Z

<scm>
    <url/>
    <tag>20f511304ddbee673dd2e0d8b2338389360f5749</tag>
    <connection>scm:git:git@github.com:SevereOverfl0w/high.git</connection>
    <developerConnection>scm:git:git@github.com:SevereOverfl0w/high.git</developerConnection>
  </scm>
the missing url field is the issue

martinklepsch 2019-10-31T22:41:46.048700Z

Apparently we crossed 20k builds btw ๐Ÿ˜„

3