8000 Tags · awesome-repositories/scastie · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: awesome-repositories/scastie

Tags

v0.27.0

Toggle v0.27.0's commit message 8000
deploy

v0.26.0

Toggle v0.26.0's commit message
Setup Proxy Repositories (fix scalacenter#373)

Since sbt instances are separated in their own docker containers, they don't share an artifact cache. Also, when we deploy a new container, all the artifact cache is thrown away.

Sbt Docs:
http://www.scala-sbt.org/0.13/docs/Proxy-Repositories.html

Manual Steps
1. Install artifactory
2. Add remote repository [2]
  (ivy) typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/
  (ivy) sbt-plugin-releases: https://dl.bintray.com/sbt/sbt-plugin-releases/
3. Create two virtual repositories [3]
  scastie-ivy (with typesafe-ivy-releases and sbt-plugin-releases)
  scastie-maven (with maven-central)
4. suppress POM consistency checks for maven-central [4] [4a]

[2]: http://scala-webapps.epfl.ch:8081/artifactory/webapp/#/admin/repositories/remote
[3]: http://scala-webapps.epfl.ch:8081/artifactory/webapp/#/admin/repository/virtual/new
[4]: http://scala-webapps.epfl.ch:8081/artifactory/webapp/#/admin/repository/remote/central/edit
[4a]: found in coursier/coursier#286

v0.25.0

Toggle v0.25.0's commit message
Implement RefreshTokenStorage backed by an actor (fix scalacenter#372)

v0.24.0

Toggle v0.24.0's commit message
0.24.0

v0.23.6

Toggle v0.23.6's commit message
optionnal login for status sse

v0.23.5

Toggle v0.23.5's commit message
show status up/down for non admin

v0.23.4

Toggle v0.23.4's commit message
fix scalacenter#233 don't expose runner status to non admin

v0.23.3

Toggle v0.23.3's commit message
fix scalacenter#217 scalacenter#206 disable worksheet in Dotty

v0.23.2

Toggle v0.23.2's commit message
0.23.2

v0.23.1

Toggle v0.23.1's commit message
comment out ensime server fix scalacenter#226

we cannot use ensime-server dirrectly
0