files_spec.rb #2

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • candidate/
  • source/
  • helix_web_services/
  • spec/
  • helix_versioning_engine/
  • files_spec.rb
  • Commits
# Change User Description Committed
#2 16345 tjuricek Removing candidate branch
#1 16342 tjuricek Create candidate branch.

This branch is mostly here to start work on our release infrastructure.
//guest/perforce_software/helix-web-services/main/source/helix_web_services/spec/helix_versioning_engine/files_spec.rb
#4 16280 tjuricek Adjustments for Helix Cloud settings

Several tests are now disabled due for Helix Cloud since they won't work on streams, which HC only uses.
#3 16095 tjuricek Shorten /helix_versioning_engine URLs to /p4
#2 16072 tjuricek Helix Cloud integration for Helix Sync services.

This includes a "mock_raymond" rails application for keeping tabs on basic integration with Helix Cloud. We do not test against a live server.

See integration history for more details.
#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/spec/helix_versioning_engine/files_spec.rb
#2 15240 tjuricek Set api level via request path on all Helix Versioning Engine methods.

This will allow migration of applications to different P4D versions. Our internal methods (like project API) should attempt to handle backward compatibility similarly.

P4WEBAPI-118
#1 15189 tjuricek Update files implementation, testing, and documentation.