You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Daniel Kuppitz <me...@gremlin.guru> on 2016/04/11 20:05:13 UTC

[DISCUSS] Cleanup of dead branches

Now that the releases of TP 3.1.2 and 3.2.0 are done, it's time again to
cleanup old git branches. My cleanup script suggests, that the following
branches can be deleted:

TINKERPOP-1016 -- [TINKERPOP-1016] Replace junit-benchmarks with JMH
TINKERPOP-1039 -- [TINKERPOP-1039] Enable auto-commit for session'd
requests.
TINKERPOP-1057 -- [TINKERPOP-1057] GroupSideEffectStep doesn't use provided
maps
TINKERPOP-1069 -- [TINKERPOP-1069] Support Spark 1.6.0
TINKERPOP-1082 -- [TINKERPOP-1082] INPUT_RDD and INPUT_FORMAT are bad, we
should just have one key.
TINKERPOP-1085 -- [TINKERPOP-1085] Establish TinkerPop "example" projects
TINKERPOP-1096 -- [TINKERPOP-1096] Support aliasing for sessions in Gremlin
Server
TINKERPOP-1106 -- [TINKERPOP-1106] Errors on commit in Gremlin Server don't
register as exception on driver
TINKERPOP-1107 -- [TINKERPOP-1107] Provide a way to support global
variables with sandboxing enabled
TINKERPOP-1125-to-1127 -- [TINKERPOP-1125] RoundRobin load balancing always
uses the second Host when size = 2
TINKERPOP-1131 -- [TINKERPOP-1131] TraversalVertexProgram traverser
management is inefficient memory-wise.
TINKERPOP-1135 -- [TINKERPOP-1135] Improve GraphSON representation of
java.time.* classes
TINKERPOP-1137 -- [TINKERPOP-1137] Deprecate ScriptElementFactory and make
star graph globally available
TINKERPOP-1138 -- [TINKERPOP-1138] Improve messaging on server timeouts
TINKERPOP-1140 -- [TINKERPOP-1140] TraversalVertexProgramStep in support of
OLAP/OLTP conversions.
TINKERPOP-1146 -- [TINKERPOP-1146] IoTest are not clearing the db after the
test run
TINKERPOP-1147 -- [TINKERPOP-1147] Add serialization for
TraversalExplanation
TINKERPOP-1148 -- [TINKERPOP-1148] ConcurrentModificationException with
bindings in Gremlin Server
TINKERPOP-1148-wip -- [TINKERPOP-1148] ConcurrentModificationException with
bindings in Gremlin Server
TINKERPOP-1154 -- [TINKERPOP-1154] Create a ScriptTraversal which is
Serializable and auto-compiles.
TINKERPOP-1160 -- [TINKERPOP-1160] Add timeout configuration for time to
wait for connection close
TINKERPOP-1163 -- [TINKERPOP-1163] GraphComputer's can have
TraversalStrategies.
TINKERPOP-1166 -- [TINKERPOP-1166] Add Memory.reduce() as option to Memory
implementations.
TINKERPOP-1168 -- [TINKERPOP-1168] Switch plugins in docs preprocessor
TINKERPOP-1172 -- [TINKERPOP-1172] Reconnect to Gremlin Server previously
marked as dead
TINKERPOP-1173 -- [TINKERPOP-1173] If no Serializer is provided in
Configuration, use GryoSerializer by default (Spark)
TINKERPOP-1180 -- [TINKERPOP-1180] Add more optimized binary operators to
Operator.
TINKERPOP-1184 -- [TINKERPOP-1184] Sessions not being closed properly
TINKERPOP-1188 -- [TINKERPOP-1188] Semantics of BarrierSteps in
TraversalParent global traversals is wrong.
TINKERPOP-1192 -- [TINKERPOP-1192] TraversalSideEffects should support
registered reducers (binary operators).
TINKERPOP-1199 -- [TINKERPOP-1199] Use "MicroMetrics" as the mutator of the
TraversalMetrics.
TINKERPOP-1206 -- [TINKERPOP-1206] ExpandableIterator can take a full
TraverserSet at once -- Barriers.
TINKERPOP-1209 -- [TINKERPOP-1209] ComparatorHolder should returns a
Pair<Traversal,Comparator>.
TINKERPOP-1217 -- [TINKERPOP-1217] Repeated Logging of "The HadoopPools has
not been initialized, using the default pool"
TINKERPOP-1219 -- [TINKERPOP-1219] Create a test case that ensures the
provider's compilation of g.V(x) and g.V().hasId(x) is identical
TINKERPOP-1223 -- [TINKERPOP-1223] Allow jars in gremlin.distributedJars to
be read from HDFS
TINKERPOP-1225 -- [TINKERPOP-1225] Do a "rolling reduce" for GroupXXXStep
in OLAP.
TINKERPOP-1231 -- [TINKERPOP-1231] Get RemoteGraph to work with
GraphComputer traversals (OLAP).
TINKERPOP-1234 -- [TINKERPOP-1234] program() step that takes arbitrary
vertex programs
TINKERPOP-1236 -- [TINKERPOP-1236] SelectDenormalizationStrategy for
select().by(starGraph) in OLAP.
TINKERPOP-1237 -- [TINKERPOP-1237] ProjectMap: For the Love of Die Faterland
TINKERPOP-575 -- [TINKERPOP-575] Implement RemoteGraph
TINKERPOP-732 -- [TINKERPOP-732] gremlin-server GraphSON serializer issue
with tree()
TINKERPOP-916 -- [TINKERPOP-916] Develop a better "simple" driver for
testing and example purposes
TINKERPOP-937 -- [TINKERPOP-937] Extract the implementations sections of
the primary documentation to its own book
TINKERPOP-956 -- [TINKERPOP-956] Connection errors tend to force a complete
close of the channel
TINKERPOP-968 -- [TINKERPOP-968] Add first class support for an optional
traversal
TINKERPOP-971 -- [TINKERPOP-971] TraversalSource should be fluent like
GraphComputer
TINKERPOP3-1014 -- [TINKERPOP-1014] Get rid of Traverser species and
TraverserRequirements
TINKERPOP3-872 -- [TINKERPOP-872] Remove GroupCountStep in favor of new
Reduce-based GroupStep
TINKERPOP3-951 -- [TINKERPOP-951] Barrier steps provide unexpected results
in Gremlin OLAP

If you're still working on any of these branches, please raise your hand,
otherwise I'm going to delete them on Wednesday.

Cheers,
Daniel