Name | Modified | Size |
---|---|---|
.. | ||
examples | ||
p4util | ||
README.md | 10 years ago | 872 B |
setup.cfg | 11 years ago | 246 B |
setup.py | 10 years ago | 4 KB |
Vagrantfile | 10 years ago | 4 KB |
.p4ignore | 11 years ago | 170 B |
Change | User | Description | Committed |
---|---|---|---|
24954 | Lester Cheung | Fixing problem getting P4* environement so it works again! Tested with Python3 on Mac. Al...so need some test cases badly. « |
6 years ago |
15246 | Lester Cheung |
A script to mass-retype changelists - needs super. #review-15199 |
10 years ago |
15195 | Lester Cheung |
Timestamps in log is a very good thing(tm). ^_^ |
10 years ago |
15192 | Lester Cheung | These were released as p4util-0.0.1 - submitting them even that I'm not really proud of i...t. :) « |
10 years ago |
15148 | Lester Cheung | admin -> adm - less typing as always a good thing :) So instead of "python -m p4util....admin.deluser" you now type "python -m p4util.adm.deluser". « |
10 years ago |
15083 | Lester Cheung | Minor tweak to command option defaults and debug outputs. | 10 years ago |
15081 | Lester Cheung | Example: Audit log -> SQLite | 10 years ago |
14832 | Lester Cheung | Seaching /p4/common/bin (SDP) for the p4d binary. | 10 years ago |
14831 | Lester Cheung | PY3 fixes. | 10 years ago |
13616 | Lester Cheung | Logging with timestamps... | 10 years ago |
13577 | Lester Cheung | Now works for Python 2.x | 10 years ago |
13574 | Lester Cheung | Casting unicode to str() for py2, removed P4PORT from sane-jobnames.py so it gets connect...ion details from the environment/P4CONFIG. « |
10 years ago |
12360 | Lester Cheung | Adding a preview mode. | 10 years ago |
12353 | Lester Cheung | Updated README.md. | 10 years ago |
12352 | Lester Cheung | Adding missing __init__.py files. | 10 years ago |
12258 | Lester Cheung | Needed to run "setup.py install" | 10 years ago |
12194 | Lester Cheung | Script to purge inactive users from a Perforce server. Currently using the -C option of... "p4 revert" which was added in P4D 2015.1. « |
10 years ago |
12074 | Lester Cheung | PEP8 style fixes. | 10 years ago |
12073 | Lester Cheung | Plugged a bug in P4CLI - checks the returned value of re.match() and not run groups() on i...t if it's None. « | 10 years ago |
12050 | Lester Cheung | Form-save trigger to prevent random job names from getting created | 10 years ago |
12044 | Lester Cheung | A script to copy jobs from one Perforce server to another | 10 years ago |
12017 | Lester Cheung | Readme in Markdown | 10 years ago |
11056 | Lester Cheung | Fixing import from P4Python. | 10 years ago |
11052 | Lester Cheung | A script that turns an audit log (P4AUDIT) into a SQLite database | 10 years ago |
11023 | Lester Cheung | Enhanced the script so you can filter changelists by status/client/user. | 10 years ago |
10926 | Lester Cheung | Updated the script to support Python 2.6 on customer's request. | 10 years ago |
10786 | Lester Cheung | Fixed a bug in the conversion of the tagged output to the P4Python-style dictionary. | 10 years ago |
10785 | Lester Cheung | Update user specifications easily and quickily! Currently only changes the AuthMethod t...o facilitate wholesale migration to LDAP auth. Usage: python3 -m p4util.admin.moduser -A ldap user1 [user2 user3...] « |
10 years ago |
10758 | Lester Cheung | Using p4cli.py instead of P4Python directly. | 10 years ago |
10738 | Lester Cheung | Importing the P4 class instead of the modules... | 10 years ago |
10729 | Lester Cheung | An example showing how to sort result returned from "p4 files". Same concept applies to... any list returned from a Perforce server. :) « |
10 years ago |
10686 | Lester Cheung | Retype to ktext and including the helper... | 10 years ago |
10682 | Lester Cheung | Now works with Python 2.6 :) | 10 years ago |
10227 | Lester Cheung | A script to populate a branch with all the move records. For use with pre-2014.1 server...s before the "-f" option in "p4 copy" was added. Usage: python -m p4util.user.populate_with_move //depot/main/... //depot/dev/... « |
10 years ago |
10203 | Lester Cheung | A form-save trigger to audit changes to Perforce groups. Logs to file and sends email not...ifications. « |
10 years ago |
10182 | Lester Cheung |
Now works with P4Python installed. :) |
11 years ago |
10097 | Lester Cheung | Using argparse to parse command-line arguments and handle unicode decode error from stdin. | 11 years ago |
10057 | Lester Cheung | Filter script to reduce number of entries in a -vtrack=1 log. This is for administrator...s who always log with track=1 and find the log files too big to process - like TRACK2SQL and friends. « |
11 years ago |
9988 | Lester Cheung |
Fixing the import so I can use it again. :) |
11 years ago |
9760 | Lester Cheung | A simple journal tokenizer - in Python! | 11 years ago |
9751 | Lester Cheung | cleanup | 11 years ago |
9749 | Lester Cheung | Adding support for taking inputs for Perforce commands (-i). Doesn't work with Python...3 yet because P4 does not understand unicode strings which is now the default. « |
11 years ago |
9485 | Lester Cheung | An example to show reports on groups. | 11 years ago |
9166 | Lester Cheung | Clean up | 11 years ago |
9164 | Lester Cheung | Handles clients with no owner. | 11 years ago |
9145 | Lester Cheung | Shows the last access time of clients [wip]. | 11 years ago |
9143 | Lester Cheung |
Use "sed -e '<lineno>,<lineno>d'" instead - way faster. :) |
11 years ago |
9131 | Lester Cheung |
fixed debug output... :-/ |
11 years ago |
9130 | Lester Cheung | Just a one-off script to skip a particular line in a text file | 11 years ago |
9068 | Lester Cheung | docstring... | 11 years ago |