PATH remote: . specs: helix_web_services_client (2015.1.0.pre1) faraday (~> 0.9) faraday_middleware (~> 0.9) git_fusion_strings (~> 0.1.0) PATH remote: ../git_fusion_strings specs: git_fusion_strings (0.1.0) GEM remote: https://rubygems.org/ specs: diff-lcs (1.2.5) faraday (0.9.1) multipart-post (>= 1.2, < 3) faraday_middleware (0.10.0) faraday (>= 0.7.4, < 0.10) multipart-post (2.0.0) p4ruby (2015.1.0) rake (10.4.2) rspec (3.3.0) rspec-core (~> 3.3.0) rspec-expectations (~> 3.3.0) rspec-mocks (~> 3.3.0) rspec-core (3.3.2) rspec-support (~> 3.3.0) rspec-expectations (3.3.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) rspec-mocks (3.3.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.3.0) rspec-support (3.3.0) yard (0.8.7.6) PLATFORMS ruby DEPENDENCIES bundler (~> 1.8) git_fusion_strings! helix_web_services_client! p4ruby (~> 2015.1) rake (~> 10.0) rspec yard (~> 0.8) BUNDLED WITH 1.10.6
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#3 | 16014 | Doug Scheirer | Merge down from main | ||
#2 | 15726 | Doug Scheirer | merge from main | ||
#1 | 15688 | Doug Scheirer |
Populate -o //guest/perforce_software/helix-web-services/... //guest/doug_scheirer/helix-web-services/.... |
||
//guest/perforce_software/helix-web-services/main/source/helix_web_services_client/Gemfile.lock | |||||
#1 | 15622 | tjuricek |
Move source code to 'source/' subdirectory of branch. build/ will remain where it is. |
||
//guest/perforce_software/helix-web-services/main/helix_web_services_client/Gemfile.lock | |||||
#5 | 15132 | tjuricek | Provde a basic submit -e mechanism on classic perforce workspaces. | ||
#4 | 15121 | tjuricek | Update p4util dependency (fix for login -p usage that breaks current test runs vs package pipeline) | ||
#3 | 15120 | tjuricek |
Updating gem dependencies. p4util required updating might as well update others, seems to work. |
||
#2 | 15032 | tjuricek |
Starting config and doc revisions. System is now broken while revisions underway. Configuration 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. |
||
#1 | 14794 | tjuricek |
Omnibus installation framework. Right now, this mostly just packages up most of the software for use within an embedded ruby distribution. Not everything is working because there are decisions to make I'm not entirely sure about. Things, like, "do we embed postgres", or "do I embed unicorn and generate a stupid init.d script". |