changes_spec.rb #2

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • candidate/
  • source/
  • helix_web_services/
  • spec/
  • helix_versioning_engine/
  • changes_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/changes_spec.rb
#5 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.
#4 16143 tjuricek Adjust the basic server tests to the newly seeded data.
#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/changes_spec.rb
#5 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
#4 15147 tjuricek Enable submissions by files on stream clients

This obeys our earlier rules: notably the local client must not have any local files open for edit.
#3 15132 tjuricek Provde a basic submit -e mechanism on classic perforce workspaces.
#2 15112 tjuricek Fix references to Base64 methods
#1 15110 tjuricek Revise changes methods for new p4 connection handling, add server specs, remove model references in client, and update asciidoc documentation.