<div>Caution, from now on, topics that were in next before the gatekeeper</div><div>review and that haven't been merged to master will be automatically</div><div>removed from next so next will basically be equivalent to master.</div>
<div><br></div><div>The reason is to give any contributor the opportunity to rebase their work on top of master in order to get a cleaner history or even remove their branch.</div><div>Therefore, from now on, branch that are on stage should be manually</div>
<div>pushed by their owner to next after gatekeeper review. The following command can be run to do so:</div><div><br></div><div># To push without rebasing your work (don't need to be in git repo)</div><div># -------</div>
<div>$ ssh <a href="mailto:git@paraview.org">git@paraview.org</a> stage ParaView merge YOUR_STAGE_BRANCH_NAME</div><div><br></div><div><br></div><div># To rebase your work on top of master</div><div># -------</div><div>$ git fetch origin</div>
<div>$ git checkout -b YOUR_STAGE_BRANCH_NAME stage/YOUR_STAGE_BRANCH_NAME</div><div>$ git rebase origin/master</div><div>$ git push stage :YOUR_STAGE_BRANCH_NAME</div><div>$ git stage-push</div><div>$ git stage-merge</div>
<div><br></div><div><br></div><div>Topics remaining on stage: (NOT in NEXT)</div><div>---------------------------------------------</div><div> 12742_scalar_bar_improvements</div><div> 13024-debug-leaks-view</div><div> 13047_java_wrapping_for_paraviewcore_and_eclipse_swt_rendering</div>
<div> 13374-slac-multiple-modes</div><div> streaming-temporal-AMR</div><div> 13598-VRGrabWorldFix</div><div> AddTransformsToRepresentations</div><div> topic_commandproperty_314</div><div> amr_streaming_pass2</div><div>
update_manta_test</div><div> array-calculator-field-data-support</div><div> use_more_precise_value_to_describe_interactive_render_timeout</div><div> co-processing-fortran-utilities</div><div> vr_improvements</div><div>
fix-use-directory-name-hint</div><div><br></div><div><br></div><div>Topics merged into master:</div><div>---------------------------------------------</div><div> 0013683_fix_vtkForceTime</div><div>(VTK) 13225_make_vtkPVDataInformation_more_robust</div>
<div> 13229_fix_connect_button_enabled_status</div><div> 13439_fix_interactive_render_delay</div><div> 13494-multi-apply</div><div> 13671_spreadsheet_cell_connectivity</div><div> 13673_cleanup_pointsprite_plugin</div>
<div> 13674_fix_static_qt_plugins</div><div>(VTK) 13681-matplotlib-python-interp</div><div> 13684_enh_csv_reader</div><div> cgns-patch</div><div> fix-coprocessing-tests</div><div> fix-gmv-test</div>
<div> integrate_gmv_reader_contribution</div><div> minor_fix</div><div> update_nightly_testing_to_RC3</div><div><br></div>