issues
search
sbt
/
sbt-remote-control
Create and manage sbt process using unicorns and forks
Other
74
stars
14
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Update README to include artifact info
#303
jredh
closed
6 years ago
1
SBT uses all available memory and CPU cores
#302
makkarpov
opened
8 years ago
0
Bumped to sbt 0.13.9
#301
corruptmemory
closed
8 years ago
3
How to get response from sbtclient?
#300
hardvain
opened
9 years ago
0
Added protocol support for possible autocompletions
#299
corruptmemory
closed
9 years ago
1
Forking sbt-server should allow some control over JAVA_HOME
#298
jsuereth
opened
9 years ago
4
Remove duplicate log lines from sbt-server
#297
jsuereth
closed
9 years ago
2
Bump to sbt 0.13.9-RC2
#296
jsuereth
closed
9 years ago
5
Add publishing to bintray.
#295
jsuereth
closed
9 years ago
1
Bump sbt-serialization version.
#294
jsuereth
closed
9 years ago
1
Add internal build information (build classpath, implicit imports) to MinimalBuildStructure
#293
nkly
closed
9 years ago
4
Enable UpdateReport serializer and update dependencies
#292
nkly
closed
9 years ago
1
Send the correct protocol version from client and server
#291
havocp
closed
9 years ago
1
add inspect and list settings requests
#290
havocp
closed
9 years ago
7
Add classpath + aggregate dependency information to minimal project buil...
#289
jsuereth
closed
9 years ago
6
Several small source cleanups
#288
kiritsuku
closed
9 years ago
2
Change "ridiculously huge message" from 1M to 100M
#287
havocp
closed
9 years ago
1
Add pickler for BuildDependencies
#286
nkly
closed
9 years ago
7
`sbt.protocol.LogMessage` should be a sealed trait
#285
kiritsuku
opened
9 years ago
2
Add serialization logic for sbt.Attributed
#284
kiritsuku
closed
9 years ago
11
Add helper script so folkel can teest the new sbt-terminal.
#283
jsuereth
closed
9 years ago
1
client-all-2-11 doesn't include sources
#282
kiritsuku
opened
9 years ago
1
sbt 0.13.8-M5
#281
eed3si9n
closed
9 years ago
0
Possible fix for SbtConnectionProxySpec
#280
corruptmemory
closed
9 years ago
5
integration tests: skip logs that have "== resolving" at start
#279
havocp
closed
9 years ago
3
put ignore on testCleanUpAfterUnrecoverableError which seems to only fai...
#278
havocp
closed
9 years ago
1
Improve unknown message type handling
#277
havocp
closed
9 years ago
3
"Detached" logs and plugin events
#276
havocp
closed
9 years ago
4
Add a Gitter chat badge to README.md
#275
gitter-badger
closed
9 years ago
1
Exchange protocol version and feature tags as each client registers.
#274
havocp
closed
9 years ago
7
Upgrade to core-next 0.1.0-M3, serialization 0.1.0-M2, pickling 0.10.0-M...
#273
havocp
closed
9 years ago
4
Make Protocol.scala only contain Message, move "core plugin" events out
#272
havocp
closed
9 years ago
4
Use core-next 0.1.0-M2
#271
eed3si9n
closed
9 years ago
1
break deps of ui plugin on protocol, and server on ui plugin.
#270
havocp
closed
9 years ago
1
Remove serialization subproject and use sbt/serialization
#269
eed3si9n
closed
9 years ago
3
Bump to sbt 0.13.8-M3
#268
jsuereth
closed
9 years ago
3
Regenerate saved protocol
#267
havocp
closed
9 years ago
1
Fix stack trace element pickling to avoid weird internal detail of StackTraceElementDeserialized
#266
havocp
closed
9 years ago
1
Fix setDaemon to use sendMessage instead of sendJson
#265
havocp
closed
9 years ago
1
Update to pickling 0.10.0-M3
#264
havocp
closed
9 years ago
0
Include full exception in test results, not only message
#263
havocp
closed
9 years ago
1
Make TestOutcome include all the same values as TStatus in test interfac...
#262
havocp
closed
9 years ago
1
SbtChannel now sends Message, remove relics of "arbitrary JSON" setup
#261
havocp
closed
9 years ago
1
clean some loose ends up
#260
havocp
closed
9 years ago
1
Add SerializedValue.hasTag replacing MessageSerialization.makeSimpleName
#259
havocp
closed
9 years ago
4
Introduce "daemon mode" for clients, they don't keep server alive
#258
havocp
closed
9 years ago
2
Aggregate protocolTest project into root
#257
havocp
closed
9 years ago
0
Remove ByteArray type which is unused for now
#256
havocp
closed
9 years ago
0
Add test that we get CompilationFailure for Java files
#255
havocp
closed
9 years ago
0
Log class or manifest when we can't find dynamic serializer
#254
havocp
closed
9 years ago
2
Next