Change | User | Description | Committed |
---|---|---|---|
31345 | Mark Zinthefer | Adding trigger script to enforce the type of a changelist to "restricted" | a day ago |
31344 | C. Thomas Tyler | Added default P4ALIASES for perforce OS user to SDP. | 2 days ago |
31342 | Sandeep Kumar | Save change published by P4Publish to changelog. | 3 days ago |
31341 | C. Thomas Tyler | Promoted files for referencing in URLs. | 4 days ago |
31340 | C. Thomas Tyler | First pass at refactoring & rebranding. | 4 days ago |
31339 | C. Thomas Tyler | Bootstrapped sample files. | 4 days ago |
31338 | C. Thomas Tyler | Bootstrap files promoted to main so the project home page link works. | 5 days ago |
31337 | C. Thomas Tyler |
First crack at rebranding change. WIP. |
5 days ago |
31336 | C. Thomas Tyler | Bootstrapped P4MS. | 5 days ago |
31335 | C. Thomas Tyler | Updated Copyright to 2025. | 5 days ago |
31334 | C. Thomas Tyler | Stream //p4ms/dev saved. | 5 days ago |
31333 | C. Thomas Tyler | Stream //helix-sdp/main deleted. | 5 days ago |
31332 | C. Thomas Tyler | Stream //helix-sdp/dev deleted. | 5 days ago |
31331 | C. Thomas Tyler | Stream //p4ms/main saved. | 5 days ago |
31329 | C. Thomas Tyler | Added summary of errors and warnings at the end. This summary is displayed by default. A... '-skip_summary' option has been added to suppress the summary. Added checks for existence of statepullL and statefailover files in P4ROOT on p4d servers. A warning is reported if these files exist, advising the user to remove these failover remnant files. Addressed some issues reported by shellcheck. #review-31330 @robert_cowham « |
5 days ago |
31328 | Sandeep Kumar | Add description for the variable P4_STREAM_AT_CHANGE | 6 days ago |
31325 | C. Thomas Tyler |
Minor doc tweaks to add more detail on sync_replica.sh and keep_offline_db_current.sh. |
12 days ago |
31324 | C. Thomas Tyler | Fixed issue where DANGER_CLEAN.sh would attempt to remove a non-local OSUSER (e.g. an LDA...P user) and fail. « |
13 days ago |
31323 | C. Thomas Tyler | Stream //p4-sdp/dev_Classic_to_Streams deleted. | 16 days ago |
31322 | Sandeep Kumar |
Remove useUpdateURL parameter. This is not required. |
17 days ago |
31321 | Sandeep Kumar | Merge pull request #230 from jenkinsci/SwarmBranchVariable Make Swarm Branch available to... environment variables « |
17 days ago |
31320 | Sandeep Kumar |
Fix for JENKINS-75275. If there are no files to reconcile, the job should not get failed. |
18 days ago |
31319 | Russell C. Jackson (Rusty) | Changing to run -qt on all servers since the commit supports it now. | 18 days ago |
31318 | Russell C. Jackson (Rusty) | Changing to run -qt on all servers since the commit supports it now. | 18 days ago |
31317 | C. Thomas Tyler | Tweaked set of tables to be used for edge servers to work for recovery with modern SDP on... a pre-2019.1 data set. The CheckpointTables variable appends db.storage only if the p4d version is new enough to use db.storage. « |
18 days ago |
31316 | Will Kreitzmann | Fix cmd-yaml for release | 20 days ago |
31315 | Will Kreitzmann |
v1.2.654. - release |
20 days ago |
31314 | C. Thomas Tyler | Added P4IGNORE entries useful clients associated with the //sdp/dev_insitu stream rooted... at /p4. « |
21 days ago |
31313 | C. Thomas Tyler | Added '.service' alternatives for all systemctl services, because command completion on s...ome platforms appends the '.service' suffix, and the sudo entries will not work unless '.service' is listed. So for example, now both of these will work: $ sudo systemctl start p4d_1 $ sudo systemctl start p4d_1.service Added support for the opt_perforce_sdp_backup service and timer, including adding explicit support for enabling and disabling the timer. « |
23 days ago |
31311 | C. Thomas Tyler | Updated run_if_*.sh scripts: * Fixed bug in run_if_broker.sh. * Normalized command line v...erification. * Removed 'set -e' from run_if_*.sh scripts to improve reliability. * Made ShellCheck compliant. #review-31312 « |
27 days ago |
31310 | C. Thomas Tyler | Simplified and clarified messaging about Mac OSX support: It is not supported. Also... added clarity about bash version requirements, i.e. requires bash 4.x+, works with 5.x+. (Lack of support for Mac OSX is for several reasons, one being that Mac OSX as of Sequoia ships only with bash 3.x). « |
27 days ago |
31308 | C. Thomas Tyler | Added information about supported platforms. Tweaked sample output to show hostname match...ing actual/expected name. « |
28 days ago |
31307 | C. Thomas Tyler | Added mention of SuSE 15 in PLATFORM SUPPORT section, after recent changes to support tha...t platform. « |
28 days ago |
31306 | C. Thomas Tyler | Doc tweak; non-functional change. | 28 days ago |
31304 | C. Thomas Tyler | Corrected '*/60 * * * *' entries in crontab to be "0 * * * *'. This has the same ... meaning (run every hour), but uses valid syntax that works across Linux distros. The */60 syntax, while technically invalid, is interpreted as intended on RHEL/Rocky and Ubuntu distros, but is rejected as invalid on SuSE Linux (where it is righteously rejected). Replacing '*/60' with '0' has the same symantic mealing but uses a syntax valid across platforms. « |
29 days ago |
31303 | C. Thomas Tyler | Fixed issue where invalid sudoers file could be generated if setcap and getcap are not av...ailable, e.g. on SuSE 15 systems. Added helix-auth to standard list of managed services. « |
29 days ago |
31302 | C. Thomas Tyler | Tweaked tests passed to be more current, adjusted time zone to match other place in doc. | 29 days ago |
31300 | C. Thomas Tyler | Made 'p4p' and 'p4proxy' completely synonomous. Fixed an issue in mkdirs.sh where, if i...nstalling proxy with 'ServerType=p4p' in the config file but not using '-t p4p', it would trying installing non-proxy elements. Similar for p4broker. This was due to logic determining user intent occuring only during command line processing needed to be deferred until after the config file was processed, allowing either '-t p4p' on the command line or 'ServerType=p4p' in the mkdirs.cfg file to have the same effect, as intended. command line processing « |
30 days ago |
31298 | Pascal Soccard | Split parallel checkpoint files are now processed | 30 days ago |
31297 | C. Thomas Tyler | Fixed bug adding multiple additional OS groups. | 30 days ago |
31296 | C. Thomas Tyler | Added test for deep config changes. | 30 days ago |
31295 | C. Thomas Tyler | Upgraded DANGER_CLEAN.sh to handle cleanup of additional users, groups, and home dirs, an...d also improve removal of mount points. This allows testing of non-default install configurations with alternate users, mount points, groups, etc. « |
30 days ago |
31293 | C. Thomas Tyler | Fixed chicken-and-egg issue with non-default p4d version selected in install_sdp.sh leadi...ng to mkdirs.sh error. This fix also makes determination of the default version for P4 binaries more robust. « |
about a month ago |
31291 | C. Thomas Tyler | Added more config change tests. | about a month ago |
31290 | C. Thomas Tyler |
Completed changes needed to make p4d_master an alias for p4d_commit and still allow both. |
about a month ago |
31288 | Perforce maintenance | Added another preflight check. Removed 'bc' from list of required utilities. Added new t...est for new prelfight check. « |
about a month ago |
31287 | Perforce maintenance | Updated test suite runner script 'r', added more tests. | about a month ago |
31285 | C. Thomas Tyler | Fix so MASTER_ID value written into mkdirs.N.cfg file is correct. This fixes an issue whe...re p4_N.vars files are generated with an incorrect P4MASTER_ID value. With this change, passsing the ServerID from install_sdp.sh to called mkdirs.sh will no longer require the '-s <ServerID>' nor the '-t <ServerType>' command line options. Also change text in generated config file to indicate that it is OK to set the ServerID of a commit/master server if you have a desired ServerID that is different from the SDP-default (currently master.N). Adjusted terminology to prefer 'p4d_commit' over 'p4d_master', but preserve p4d_master as a synonym for backward compatibility with older config giles. #review-31286 « |
about a month ago |
31284 | Perforce maintenance | Added initial files. Nothing working yet; this is just the start of development. Files... included: * rename_edge_serverid.sh - Script to rename an edge ServerID. * convert_edge_to_commit.sh - Script to convert a filtered edge into a commit. * cli_test.cfg - Test Suite (using SDP run_cli_tests.sh script). * r - Test suite wrapper. * .p4ignore - Just a typical P4IGNORE file. « |
about a month ago |
31283 | C. Thomas Tyler | Refined scan for unreported errors. | about a month ago |