CheckJobEditTrigger.py #13

  • //
  • guest/
  • perforce_software/
  • sdp/
  • dev/
  • Server/
  • Unix/
  • p4/
  • common/
  • bin/
  • triggers/
  • CheckJobEditTrigger.py
  • Commits
# Change User Description Committed
#13 26652 Robert Cowham This is Tom's change:

Introduced new 'Unsupported' directory to clarify that some files
in the SDP are not officially supported. These files are samples for
illustration, to provide examples, or are deprecated but not yet
ready for removal from the package.

The Maintenance and many SDP triggers have been moved under here,
along with other SDP scripts and triggers.

Added comments to p4_vars indicating that it should not be edited
directly. Added reference to an optional site_global_vars file that,
if it exists, will be sourced to provide global user settings
without needing to edit p4_vars.

As an exception to the refactoring, the totalusers.py Maintenance
script will be moved to indicate that it is supported.

Removed settings to support long-sunset P4Web from supported structure.

Structure under new .../Unsupported folder is:
   Samples/bin             Sample scripts.
   Samples/triggers        Sample trigger scripts.
   Samples/triggers/tests  Sample trigger script tests.
   Samples/broker          Sample broker filter scripts.
   Deprecated/triggers     Deprecated triggers.

To Do in a subsequent change: Make corresponding doc changes.
#12 25269 Robert Cowham Clarify error message to mention JIRA
#11 24158 Robert Cowham Refactor - tidy up triggers to make a little more consistent.
No functional change.
#10 23153 Robert Cowham Make executable
#9 23152 Robert Cowham Refactor to push common arg_parse into P4Triggers
#8 22857 Robert Cowham Implement prefix for job names via parameter.
#7 22854 Robert Cowham Addressed pylint suggestions.
#6 22852 Robert Cowham Refactor reporting
#5 22851 Robert Cowham Works with job renaming now.
Trigger needs to be form-in not form-save.
#4 22850 Robert Cowham Refactored to move common stuff into P4Triggers.py
#3 22848 Robert Cowham Refactor for de-duplicating argparsing and doc strings.
Tidied up other code.
#2 22847 Robert Cowham Fixed problems with trigger table.
Save before tidying up.
#1 22833 Robert Cowham Initial version