Change | User | Description | Committed |
---|---|---|---|
30987 | C. Thomas Tyler | Cleanup after migration of P4BBI from Classic to Streams. Updated README.md to indicate... that P4BBI has moved to the //p4bbi depot. Removed all other files in dev, main, tools, and downloads directories. Before this change: * //p4bbi/main has been populated. * Swarm project branches were updated to use //p4bbi/main paths. * //guest/perforce_software/p4bbi/dev/... and //guest/perforce_software/p4bbi/main/... were identical. * //guest/perforce_software/p4bbi/tools/... is moved to //p4bbi/main/tools/... * A new //p4bbi/main/downloads was created. « |
4 months ago |
30967 | C. Thomas Tyler | Merge down main -> dev. | 4 months ago |
30966 | C. Thomas Tyler |
Packaged Rev. P4BBI/MultiArch/2024.1/30962 (2024/12/06). |
4 months ago |
30965 | C. Thomas Tyler | Adjusted paths in env.sh. | 4 months ago |
30964 | C. Thomas Tyler | Updated Version for release. | 4 months ago |
30963 | C. Thomas Tyler | Updated release notes for release. | 4 months ago |
30962 | C. Thomas Tyler | Updated Copyright year. | 4 months ago |
30961 | C. Thomas Tyler | Added jobs management tools. | 4 months ago |
30958 | C. Thomas Tyler |
Added support for ParentView field in stream specs, required since P4D 2020.2. |
4 months ago |
30957 | C. Thomas Tyler | Addressed various ShellCheck errors. | 4 months ago |
30956 | C. Thomas Tyler | Added Legacy SCM docs to P4BBI. Updated README.md Removed the generated README.html... because Swarm renders the *.md file nicely. « |
4 months ago |
30952 | C. Thomas Tyler | Picked up bug fixes and doc improvements from the dev branch. | 4 months ago |
19784 | C. Thomas Tyler | Added info about use of -R and rename detecton logic. | 9 years ago |
19783 | C. Thomas Tyler | Fixed bug in processing of DOS2UNIX option of UPDATE action. Now dos2unix run on files op...ened for add, edit, and move/add. Corrected message to account for DOS2uNIX option for UPDATE tag now applying to files opened add, edit, and move/add The message is now consistent with the logic in the script (which also now works as intended). « |
9 years ago |
19649 | C. Thomas Tyler | Tweaked DOS2UNIX logic to apply to adds, edits, and move/adds. | 9 years ago |
19648 | C. Thomas Tyler | Picked up Kathy's rollback (but incremented version number anyway). | 9 years ago |
19644 | C. Thomas Tyler | Picked up Kathy's change to DOS2UNIX behavior. | 9 years ago |
19073 | C. Thomas Tyler | Packaged P4BBI/MultiArch/2016.3/19070 (2016/04/21). | 9 years ago |
19072 | C. Thomas Tyler | Released P4BBI/MultiArch/2016.3/19070 (2016/04/21). | 9 years ago |
19071 | C. Thomas Tyler | Updated Version and Release Notes. | 9 years ago |
19070 | C. Thomas Tyler | Fixed UPDATE action for stream when StreamDepth>1. Made get_stream_subdir() and get_...stream in bbi_paths.sh accept a depth parameters, and modified calls in bbi_acitons.sh to determine a value for the depth paramters and pass it in. Added unit test cases for StreamDepth>1. Added full integration test case to the test suite. « |
9 years ago |
19069 | C. Thomas Tyler | Enhanced version capture for audit trail in unit test. | 9 years ago |
19068 | C. Thomas Tyler | Added unit test for testing bbi_paths.sh library. | 9 years ago |
18861 | C. Thomas Tyler | Fixed bugs after a round of QA. | 9 years ago |
18860 | C. Thomas Tyler | Enhanced handling of non-brancing files. | 9 years ago |
18745 | C. Thomas Tyler | Packaged P4BBI 2016.3. | 9 years ago |
18718 | C. Thomas Tyler | Updated to P4BBI/MultiArch/2016.3/18716 (2016/03/20). | 9 years ago |
18717 | C. Thomas Tyler | Updated prior to release. | 9 years ago |
18716 | C. Thomas Tyler | Added logic to make a second attempt to execute failed staging area removals (using 'rm -...rf'), but using 'sudo' on the second attempt. « |
9 years ago |
18702 | C. Thomas Tyler | Tweaked the JavaScript beautifier to preserve the original JavaScript unmodified if the b...eautifier tool fails to beautify it (i.e. returns a non-zero exist status). Consistent use of quotes for $tmpFile, which is reliably defined not to have spaces or funky characters in its name and doesn't need the clutter of quoting (which otherwise is often a best practice). « |
9 years ago |
18699 | C. Thomas Tyler | Made warnings more consistent for different varieties of ASTYLE processing. | 9 years ago |
18698 | C. Thomas Tyler |
Tweaked to do the 'chmod -R +w .' just one time for the entire import workspace tree. |
9 years ago |
18697 | C. Thomas Tyler | Added reporting of files by name which fail JavaScript beautification. Tweaked some 'find...' commands to use $PWD rather than '.' to capture full file names for errors. « |
9 years ago |
18661 | C. Thomas Tyler | Robustness tweak: Followed best practice and defacto standard of ignoring comments and bl...ank lines in the astyle.*.dirs files. « |
9 years ago |
18655 | C. Thomas Tyler | Added comment to avoid using '()' in desc field. | 9 years ago |
18654 | C. Thomas Tyler | Added support for replacing files with '...' in the file name. Added test case for file... with '...' in the name. Fixed test data causing COPY actions to appear to fail. Fixed test data causing ASTYLE to fail for Classic Perforce. « |
9 years ago |
18653 | C. Thomas Tyler | Added warning in 'diff' util doesn't support '--no-dereference' option needed to support... the VERIFY option of the UPDATE action. « |
9 years ago |
18652 | C. Thomas Tyler |
Updated test suite to more thoroughly test ASTYLE 'include:' directive options. |
9 years ago |
18650 | C. Thomas Tyler | Tweaked astyle and beautify simulators to actually modify content. | 9 years ago |
18649 | C. Thomas Tyler | Fixed ASTYLE processing of 'include:' directives for scenario where we import at a level... below the stream workspace root. Minor cosmetic tweak to DOS2UNIX processing. « |
9 years ago |
18648 | C. Thomas Tyler | Another tweak for the MOVE action. | 9 years ago |
18647 | C. Thomas Tyler | Fixed BUG in MOVE action when importing to 'complex' stream workspaces (those where we im...port below the stream root). « |
9 years ago |
18646 | C. Thomas Tyler | Fixed bug in 'include' path for ASTYLE processing. | 9 years ago |
18644 | C. Thomas Tyler | Added support for enhanced astyle dirs file format: Each line now has a prefix: C: Loo...k for *.c, *.cpp, and *.h files in given dirs. JavaScript: Look for *.js files in given dirs. Java: Look for *.java files recursively in in given trees. include:<component_file> includes contents of another file. C/C++ and Java are formatted using astyle. JavaScript is formatted using beautify.sh. Added simulated beautify.sh script to support test suite update to test JavaScript beautification. « |
9 years ago |
18642 | C. Thomas Tyler | Added more exclusions. | 9 years ago |
18513 | C. Thomas Tyler | Added rename_elipses_element.sh script. | 9 years ago |
18507 | C. Thomas Tyler | Packaged P4BBI/MultiArch/2016.2/18504 (2016/03/04). Removed obsolete distribution tarfi...les. « |
9 years ago |
18506 | C. Thomas Tyler | Released P4BBI/MultiArch/2016.2/18504 (2016/03/04). | 9 years ago |
18505 | C. Thomas Tyler |
Tweaked Version and Release Notes one more time prior to release. |
9 years ago |
18504 | C. Thomas Tyler | Cosmetic enhancement to test suite. | 9 years ago |