projects.rb #2

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • helix_web_services_client/
  • lib/
  • helix_web_services_client/
  • projects.rb
  • Commits
# Change User Description Committed
#2 17274 tjuricek Initial revision of Ruby client API.

Removing a bunch of the "helper method aliases" and specs that no longer run. The 2016.1 API will be much more like the Java (and TBD C++) APIs.
#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/lib/helix_web_services_client/projects.rb
#4 15437 tjuricek Basic "HVE Project" implementation.

This will allow directories in a HVE instance to host 'projects' for use by helix sync.
There are no methods defined for creating the projects, however.

This does not include any specialization or testing in the Qt API yet.
I may investigate creating a "higher level" interface for Qt client apps.
#3 15099 tjuricek Revise project services to be our simple 'container' for other systems.
#2 15098 tjuricek Revised project services to GET-only forms.

With Helix Sync revising to integrate purely with Helix Cloud, this is the only thing we can reasonably define.
#1 15090 tjuricek Update _proposed_ API for project services.

This is *very likely* to change, and will not be implemented until reviewed.