{ "manifest_version": 1, "api_version": 20191, "script_runtime": { "language": "Lua", "version": "5.3" }, "key": "FDEA0A21-12CF-4D38-9D08-0063934FFD2F", "name": "checkCase", "namespace": "ExampleInc", "version": "2019.1", "version_name": "2019.1 GA", "description": "[Example Extension, sample code] Example Extension to prevent submission of\nfiles that differ only by case to existing depot files. This is an approximate\nport of the following trigger:\n\t\thttps://swarm.workshop.perforce.com/projects/perforce-software-sdp/files/dev/Server/Unix/p4/common/bin/triggers/CheckCaseTrigger.py.\nNote that this example does not implement the Python version's BYPASS_CASE_CHECK\ndescription option, Unicode normalization and rename detection.\nNote also that this version may have different performance characteristics,\nas it does not implement the same caching.", "compatible_products": [ "p4d" ], "default_locale": "en", "supported_locales": [ "en" ], "developer": { "name": "Perforce Software Inc.", "url": "https://perforce.com" }, "homepage_url": "https://p4-extensions.example.org/some_user_script", "license": "BSD", "license_body": "Copyright (c) 2019, Perforce Software, Inc. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\n notice, this list of conditions and the following disclaimer in the\n documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL PERFORCE SOFTWARE, INC. BE LIABLE FOR ANY\nDIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n" }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 30809 | C. Thomas Tyler |
Code drop with newer versions of Extensions. Thanks to @jason_gibon. #review-30810 @jabson_gibson |