- db56967 more fields in CordSubscriber by Scott Baker · 10 years ago
- c6b2538 redo cordsubscriber fields using passthrough by Scott Baker · 10 years ago
- 2a2ffb7 workaround for rest_framework post bug by Scott Baker · 10 years ago
- 05eb497 add more virtual fields to VCPETenant by Scott Baker · 10 years ago
- 75210d3 cord subscriber view, wip by Scott Baker · 10 years ago
- d4b48c0 add VOLT Tenant and Service, redo services as Proxy objects by Scott Baker · 10 years ago
- 9648b96 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- 0d30672 add kind field to service object, add get_tenant_objects(), get_service_objects() by Scott Baker · 10 years ago
- 310a8c7 Missing imports in model policies. by Sapan Bhatia · 10 years ago
- c7a09c8 Fixed typo, set default value of pretend to false by Sapan Bhatia · 10 years ago
- 84cdde7 Read xos_dir out of config file by Sapan Bhatia · 10 years ago
- 8034bac Fix missing import in ansible.py by Sapan Bhatia · 10 years ago
- e9ff7ce cord, WIP by Scott Baker · 10 years ago
- 7211f5b fix missing json import, fix misnamed variable by Scott Baker · 10 years ago
- 88ac9d6 extra_context was missing in XOSAdminMixin.add_view by Scott Baker · 10 years ago
- 772fa3c protect against crashes in ns.save() by Scott Baker · 10 years ago
- 67cdef4 contant dnsdemux on host ip as necessary by Scott Baker · 10 years ago
- b3c363e some renames of permitAllSlices->permit_all_slices had been missed by Scott Baker · 10 years ago
- 25f3cbf import for Tenant model by Scott Baker · 10 years ago
- b95b680 return private and nat addresses by Scott Baker · 10 years ago
- 88a7d50 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- 32f58ce tool to generate an ansible hosts file from REST API by Scott Baker · 10 years ago
- 5d93a9e replace composite_primary_key hack with django's unique together by Tony Mack · 10 years ago
- 91e8588 start working on Tenant object by Scott Baker · 10 years ago
- e012b91 support for cmi_hostname by Scott Baker · 10 years ago
- a8892c1 make sure composite_primary_key==[] is interpreted as not existing by Scott Baker · 10 years ago
- 6a3a285 don't throw composite key error if the only fields updated are in [backend_status, backend_register, deleted, enacted, updated] by Scott Baker · 10 years ago
- 57aedfc Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- bcc05d4 fix 'undefined' in page title by Scott Baker · 10 years ago
- 554d903 Add images and networks to new controllers automatically through the controller model policies. by Sapan Bhatia · 10 years ago
- ff7da47 Prevent Observers other than the Core Observer from running model policies. This resolves the duplicate object issue, which would cause multiple dependent objects such as ControllerNetwork objects to be created automatically. Solves #65. by Sapan Bhatia · 10 years ago
- 57a8c68 Fixed an exception when composite_key is not defined for an object by Sapan Bhatia · 10 years ago
- 0288aae use filtered views in HPC Administration page, more complete jail around the service subset by Scott Baker · 10 years ago
- fbe0f65 add url_for_model_changelist, add extra_context to add view, support custom_add_url by Scott Baker · 10 years ago
- 26a5494 abstract out the FilteredAdmin stuff for possible future reuse by Scott Baker · 10 years ago
- 6d2e5d9 add filtered_change_view with altered changelist breadcrumb by Scott Baker · 10 years ago
- a8ef274 pass a request argument to add_extra_content by Scott Baker · 10 years ago
- f85c009 support custom_changelist_breadcrumb_url by Scott Baker · 10 years ago
- 0e0d968 filteredlist url working by Scott Baker · 10 years ago
- 02c5177 add select_by_hpcService methods by Scott Baker · 10 years ago
- 81d1c24 backend_register was listed twice by Scott Baker · 10 years ago
- 32d0c55 prevent titles from growing by Scott Baker · 10 years ago
- 2b9583e prevent fault when things that aren't strings are displayed in text field by Scott Baker · 10 years ago
- 358c3e0 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- b80951f escape quotes in strings used in HTML forms by Scott Baker · 10 years ago
- 258176e Fix issue with spaces in objects by Sapan Bhatia · 10 years ago
- 17421f9 set document title when displaying xosAdmin views by Scott Baker · 10 years ago
- 2691018 make hpcservice a required field of ServiceProvider by Scott Baker · 10 years ago
- 08b6f9f support for multiple hpcservices by Scott Baker · 10 years ago
- a4f3079 updated comment by Scott Baker · 10 years ago
- f14415b site_map can be bound to multiple things by Scott Baker · 10 years ago
- a2764c0 hpc_observer support for multiple HPCs by Scott Baker · 10 years ago
- 64d6d81 add observer_name to config file by Scott Baker · 10 years ago
- 443c3df get HPC Service name from config file by Scott Baker · 10 years ago
- 1cd422c use self.observer_name for the observer_last_run file also by Scott Baker · 10 years ago
- a73c216 observer_name used in timing files (changes copied from portal) by Scott Baker · 10 years ago
- 00795bb eliminate obsolete code by Scott Baker · 10 years ago
- 5ee95fd support for multiple HPC services by Scott Baker · 10 years ago
- 83b1c78 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- 1fa4e64 rename cmi_url to cmi_hostname by Scott Baker · 10 years ago
- a6928d6 prevent disabled users from getting site, slice permissions by Tony Mack · 10 years ago
- a9b626f step to purge disabled user records after 1 week by Tony Mack · 10 years ago
- 4d0d75c log messges are written to /var/log/observer.log by Tony Mack · 10 years ago
- e7a6dc1 person.site can no longer be null by Tony Mack · 10 years ago
- 4c11693 latest changes to hpc watcher by Scott Baker · 10 years ago
- 15c56a1 tools tab for hpc admin by Scott Baker · 10 years ago
- 6230e95 hpc_watcher use domains from HpcHealthCheck records by Scott Baker · 10 years ago
- 3b5fa5b models for hpc healthcheck by Scott Baker · 10 years ago
- bd187d9 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- aada5f4 remove old fixtures by Scott Baker · 10 years ago
- 65b22de Pass SSH keys in userdata by Andy Bavier · 10 years ago
- b44ec72 switch observer log level to debug level by Tony Mack · 10 years ago
- 760d2ac dont forget to specify file name by Tony Mack · 10 years ago
- 2833cbb create logger for observer by Tony Mack · 10 years ago
- 06e87ec check hpc heartbeat by Scott Baker · 10 years ago
- 81b16ad add hpc status to view by Scott Baker · 10 years ago
- 750a285 HPC status dashboard by Scott Baker · 10 years ago
- f12f1c7 tolerate old and new service related_name by Scott Baker · 10 years ago
- 241531d fix model.enacted --> model.attributes.enacted by Scott Baker · 10 years ago
- 3c65e7a hpcview for hpc monitoring by Scott Baker · 10 years ago
- 7d7d8cd fix arguments to get_public_ip by Scott Baker · 10 years ago
- f8ec83d add get_public_ip method to sliver object by Scott Baker · 10 years ago
- 3bef314 Merge branch 'master' of github.com:open-cloud/xos by Scott Baker · 10 years ago
- 4df05ee hpc watcher tool by Scott Baker · 10 years ago
- 655b93e Fix implemented in a debugging session with Marc Fiuczynski by Sapan Bhatia · 10 years ago
- 01dd5d2 Redid the pretend mode patch. by Sapan Bhatia · 10 years ago
- 6d6b76c Revert "Pretend mode for the Observer. With this option set, the Ansible recipes for operations are generated, but not executed." by Sapan Bhatia · 10 years ago
- 1d019ae Pretend mode for the Observer. With this option set, the Ansible recipes for operations are generated, but not executed. by Sapan Bhatia · 10 years ago
- bab5978 Run Django in foreground when container starts by Andy Bavier · 10 years ago
- da975a0 Workaround for AUFS issue by Andy Bavier · 10 years ago
- 28a0259 the current authoritative CDN configuration by Scott Baker · 10 years ago
- 69873fd expose cdnPrefix in SiteMap by Scott Baker · 10 years ago
- 3035039 data model changes for cmi_url in HpcService and support for multiple HPC services by Scott Baker · 10 years ago
- dbcb0eb fix map update fault due to incorrect field name, fix bind not detecting already-bound prefixes by Scott Baker · 10 years ago
- 7648c58 add config file option to disable fofum by Scott Baker · 10 years ago
- 309747f automatically create the symlink by Scott Baker · 10 years ago
- 206e75b changes found on portal that weren't checked in by Scott Baker · 10 years ago
- 2bc1023 changes found on portal that weren't checked in by Scott Baker · 10 years ago
- fe1c42d fix typo by Scott Baker · 10 years ago
- 7eac7b8 fix comment by Scott Baker · 10 years ago