tree: 547243fd0d62b06f7dcda318993fe0dde95e275f [path history] [tgz]
  1. auth/
  2. config/
  3. datastore_utils/
  4. endpoints_webapp2/
  5. ereporter2/
  6. protoutil/
  7. prpc/
  8. static/
  9. stats_framework/
  10. third_party/
  11. __init__.py
  12. auth_testing.py
  13. cipd.py
  14. cipd_test.py
  15. decorators.py
  16. gce.py
  17. gce_test.py
  18. gerrit.py
  19. gerrit_test.py
  20. gitiles.py
  21. gitiles_test.py
  22. natsort.py
  23. natsort_test.py
  24. net.py
  25. net_test.py
  26. OWNERS
  27. pubsub.py
  28. pubsub_test.py
  29. README.md
  30. static_third_party.yaml
  31. template.py
  32. utils.py
  33. utils_test.py
appengine/components/components/README.md

components/components/

Modules in this directory are shared between all AppEngine servers in this repository.

Contents of this directory:

  • auth/ is a library that provides authorization and authentication functionality for webapp2 and Cloud Endpoints app. Acts as a client for auth_service.
  • config/ is a client for config_service that provides API for fetching configs.
  • datastore_utils/ is utility code to enhance NDB.
  • ereporter2/ is a standalone components that sends alerts based on reading the server's log.
  • stats_framework/ contains structure to help generating in-server statistics DB.
  • static/ contains third party javascript libraries.
  • third_party/ contains third party python libraries used by components, that are needed on all servers.

Using components/

  1. Symlink components/ into your application, e.g.: ln -s ../components/components