- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
- <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
- <title>File List</title>
- <base id="base_target" target="_parent" />
- </head>
- <body>
- <script type="text/javascript" charset="utf-8">
- var hasFrames = false;
- try {
- hasFrames = window.top.frames.main ? true : false;
- } catch (e) { }
- if (hasFrames) {
- document.getElementById('base_target').target = 'main';
- document.body.className = 'frames';
- }
- </script>
- <div id="content">
- <h1 id="full_list_header">File List</h1>
- <div id="nav">
- <span><a target="_self" href="class_list.html">
- Classes
- </a></span>
- <span><a target="_self" href="method_list.html">
- Methods
- </a></span>
- <span><a target="_self" href="file_list.html">
- Files
- </a></span>
- </div>
- <div id="search">Search: <input type="text" /></div>
- <ul id="full_list" class="file">
- <li class="r1"><span class="object_link"><a href="index.html" title="README">README</a></a></li>
- </ul>
- </div>
- </body>
- </html>
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 15741 | ptomiak | Branch HWS for my use. | 10 years ago | |
//guest/perforce_software/helix-web-services/main/build/doc/helix_web_services/file_list.html | |||||
#1 | 15032 | tjuricek | Starting config and doc revisions. System is now broken while revisions underway. Conf...iguration of the p4d connection is now done via a single HWSSettings middleware object injected into the Rack env. The HWSP4Cleanup middleware now cleans up any p4 injected into the Rack env. The Auth::App class now mostly just contains one method to generate a p4 ticket. /auth/v1/login. Added yard documentation for the main project. Yard docs have been reconfigured to dump into build/ directories. This should probably be done with each release. Hm... The top level rake file contains a task, 'all:doc', to update our documentation. This should probably be run for each checkin. Hm... Specs are now using Rack::Test on top of a 'live' p4d. I'd suggest you still use the p4util mechanism, which now dumps to a /tmp folder, so we can safely add P4IGNORE rules back into your local .p4config file. Old 'perforce' application now called 'helix_versioning_engine'. Removing cache data. Helix Sync may be slow. It may also get axed. We'll see. « |
10 years ago |