p4_project_services.rb #7

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • p4_project_services/
  • p4_project_services/
  • lib/
  • p4_project_services.rb
  • Commits
# Change User Description Committed
#7 13972 tjuricek Removing old microservice implementations.

The system is now mostly a monolith. Eventually there will be a websocket service.
#6 13789 tjuricek Basic create/read methods for hooks on project services.

Not connected to the main project handler yet.
#5 13528 tjuricek Moved rack and app server configuration to be managed via Salt.

Also, only using a single value "url" to configure how the p4_project_services instance references the p4_web_api.

And, removing the Docker setup, since that won't work for a production system.
#4 13481 tjuricek Tests for the p4 web api and p4 project services now pass against a development setup both in and out of the docker cluster.

Note that configuration *has not* been finalized, so conventions to dealing with development vs production need to be organized a bit.
#3 13462 tjuricek Created a preliminary caching schema and basic database models for the p4 project services.

This may break some tests momentarily until I implement caching.
#2 13459 tjuricek Return the created project when creating a new project, since default values will often be filled out.

Allow new projects to be created only with names set. We'll generate an ID at the moment, when I have better indexing, I'll double check for uniqueness.
#1 13412 tjuricek Initial version of the web-services mainline.

This is a collection of several projects, that will likely often get released together, though many of them may not always be relevant.

See the README for more information.