illegal_project_structure.rb #1

  • //
  • guest/
  • ptomiak/
  • hws/
  • source/
  • helix_web_services/
  • lib/
  • projects/
  • errors/
  • illegal_project_structure.rb
  • View
  • Commits
  • Open Download .zip Download (348 B)
module Projects
  module Errors
    # This should be used as a base class for specific kinds of structural
    # issues by different project extensions.
    #
    # In general, a before_create handler should probably throw one of these
    # if it finds something it doesn't like.
    class IllegalProjectStructure < StandardError
    end
  end
end
# Change User Description Committed
#1 15741 ptomiak Branch HWS for my use.
//guest/perforce_software/helix-web-services/main/source/helix_web_services/lib/projects/errors/illegal_project_structure.rb
#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/lib/projects/errors/illegal_project_structure.rb
#1 13939 tjuricek First pass at sync project service.

Includes a first pass at validating projects enabled for Sync. (There's only one branch check at the moment.)

Does not include the HTTP layer.