Commit Graph

  • 64424a497d Fixes #1239: Fix server error when creating VLANGroup via API Jeremy Stretch 2017-05-31 11:50:03 -0400
  • f03a378ce0 Fixes #1239: Fix server error when creating VLANGroup via API Jeremy Stretch 2017-05-31 11:50:03 -0400
  • 6a4e7695a6 Closes #1237: Enabled setting limit=0 to disable pagination in API requests; added MAX_PAGE_SIZE configuration setting Jeremy Stretch 2017-05-30 23:24:21 -0400
  • 6aae8aee5b Closes #1237: Enabled setting limit=0 to disable pagination in API requests; added MAX_PAGE_SIZE configuration setting Jeremy Stretch 2017-05-30 23:24:21 -0400
  • fc0ae93f9d Fixes #1236: Truncate rack names in elevations list; add facility ID Jeremy Stretch 2017-05-30 13:13:01 -0400
  • 6d908d3e79 Fixes #1236: Truncate rack names in elevations list; add facility ID Jeremy Stretch 2017-05-30 13:13:01 -0400
  • e2d5f934b2 Fixes #1235: Fix permission name for adding/editing inventory items Jeremy Stretch 2017-05-30 13:03:25 -0400
  • d5016c7133 Fixes #1235: Fix permission name for adding/editing inventory items Jeremy Stretch 2017-05-30 13:03:25 -0400
  • 6b87161cdc Merge 6825805689 into b5a1b692bd Jonathan Lozada D 2017-05-29 13:08:01 +0000
  • f7468c2714 Merge b01d905b8b into b5a1b692bd Jonathan Lozada D 2017-05-29 13:08:01 +0000
  • bc5847cd06 Merge 178297650a into b5a1b692bd Abdulkareem H. Ali 2017-05-29 13:08:01 +0000
  • f28f462277 Fixes #1225: Fixed border on empty circuits table on provider view Jeremy Stretch 2017-05-26 10:08:03 -0400
  • b5a1b692bd Fixes #1225: Fixed border on empty circuits table on provider view Jeremy Stretch 2017-05-26 10:08:03 -0400
  • ff964882b4 Tweaked upgrade script to prefer pip3/python3 if present Jeremy Stretch 2017-05-26 09:55:22 -0400
  • 834c396a22 Tweaked upgrade script to prefer pip3/python3 if present Jeremy Stretch 2017-05-26 09:55:22 -0400
  • ecab1ef2e9 Post-release version bump Jeremy Stretch 2017-05-25 14:46:34 -0400
  • bc18d241e8 Post-release version bump Jeremy Stretch 2017-05-25 14:46:34 -0400
  • 00a453acf4 Merge pull request #1230 from digitalocean/develop Jeremy Stretch 2017-05-25 14:45:13 -0400
  • f7b0d22f86 Merge pull request #1230 from digitalocean/develop v2.0.4 Jeremy Stretch 2017-05-25 14:45:13 -0400
  • 022f6356a1 Merge ea9e23bf46 into 5a1877087f Matthew Hawkins 2017-05-25 18:43:29 +0000
  • ad8ab035a3 Release v2.0.4 Jeremy Stretch 2017-05-25 14:42:58 -0400
  • 5a1877087f Release v2.0.4 Jeremy Stretch 2017-05-25 14:42:58 -0400
  • f272ecfaef Added notes to discourage the prepending of arbitrary tags to issue titles Jeremy Stretch 2017-05-25 14:38:33 -0400
  • 50462ec15d Added notes to discourage the prepending of arbitrary tags to issue titles Jeremy Stretch 2017-05-25 14:38:33 -0400
  • 1f911c1567 Fixes #1229: Fix validation error on forms where API search is used Jeremy Stretch 2017-05-25 14:33:50 -0400
  • 1dd5e2c926 Fixes #1229: Fix validation error on forms where API search is used Jeremy Stretch 2017-05-25 14:33:50 -0400
  • 7decdab4e6 PEP8 fix Jeremy Stretch 2017-05-24 14:22:37 -0400
  • ebddc46bc0 PEP8 fix Jeremy Stretch 2017-05-24 14:22:37 -0400
  • 7eaeb19ed9 Created migrations for transition to Unicode literals Jeremy Stretch 2017-05-24 14:18:52 -0400
  • 138cbf9761 Created migrations for transition to Unicode literals Jeremy Stretch 2017-05-24 14:18:52 -0400
  • 297d9c6bb9 Import unicode_literals Jeremy Stretch 2017-05-24 11:33:11 -0400
  • f21c6bca00 Import unicode_literals Jeremy Stretch 2017-05-24 11:33:11 -0400
  • 4ffa5d06eb Fixes #1219: Fix image attachment URLs when BASE_PATH is set Jeremy Stretch 2017-05-24 10:34:01 -0400
  • 9aad8a7774 Fixes #1219: Fix image attachment URLs when BASE_PATH is set Jeremy Stretch 2017-05-24 10:34:01 -0400
  • f23d7b9873 Fixes #1210: Fix TemplateDoesNotExist errors on browsable API views Jeremy Stretch 2017-05-24 09:40:24 -0400
  • 68b6c7d886 Fixes #1210: Fix TemplateDoesNotExist errors on browsable API views Jeremy Stretch 2017-05-24 09:40:24 -0400
  • 0ab74fc8d1 Added a warning to note "untracked migrations" warnings during an upgrade Jeremy Stretch 2017-05-23 22:36:40 -0400
  • 1c489e57cc Added a warning to note "untracked migrations" warnings during an upgrade Jeremy Stretch 2017-05-23 22:36:40 -0400
  • 8a3fb44b96 Fixes #1212: Allow assigning new VLANs to global VLAN groups Jeremy Stretch 2017-05-23 22:23:50 -0400
  • 6719578f14 Fixes #1212: Allow assigning new VLANs to global VLAN groups Jeremy Stretch 2017-05-23 22:23:50 -0400
  • 4fa7ccc175 Fixes #1213: Corrected table header ordering links Jeremy Stretch 2017-05-23 22:15:13 -0400
  • d5587de316 Fixes #1213: Corrected table header ordering links Jeremy Stretch 2017-05-23 22:15:13 -0400
  • 8df81b9135 Fixes #1214: Add status to list of required fields on child device import form Jeremy Stretch 2017-05-23 22:12:17 -0400
  • 77f28e3441 Fixes #1214: Add status to list of required fields on child device import form Jeremy Stretch 2017-05-23 22:12:17 -0400
  • 344127b838 Merge 9720926305 into ad95b86fdd chagara 2017-05-23 15:10:50 +0000
  • 98e60502b2 Improve prefixes description visibility Sylvain Rabot 2017-05-22 12:06:14 +0200
  • 25452bc284 fix debian 8 install issues in master sjas 2017-05-21 11:55:23 +0000
  • a4461720fc Converted home view to a CBV Jeremy Stretch 2017-05-19 16:03:51 -0400
  • 3fa63b774e Converted home view to a CBV Jeremy Stretch 2017-05-19 16:03:51 -0400
  • c02c834d94 Cleaned up 500 error template Jeremy Stretch 2017-05-19 16:03:04 -0400
  • 713c7cd8e3 Cleaned up 500 error template Jeremy Stretch 2017-05-19 16:03:04 -0400
  • 6a9f3bd311 Converted all user views to CBVs Jeremy Stretch 2017-05-19 15:47:19 -0400
  • e6b4d87939 Converted all user views to CBVs Jeremy Stretch 2017-05-19 15:47:19 -0400
  • b28403c53e Fixes #1206: Fix redirection in admin UI after activating secret keys when BASE_PATH is set Jeremy Stretch 2017-05-19 13:23:17 -0400
  • 27c94d9874 Fixes #1206: Fix redirection in admin UI after activating secret keys when BASE_PATH is set Jeremy Stretch 2017-05-19 13:23:17 -0400
  • f8933048d6 Fixes #1207: Include nested LAG serializer when showing interface connections (API) Jeremy Stretch 2017-05-19 12:59:27 -0400
  • eece8a0e26 Fixes #1207: Include nested LAG serializer when showing interface connections (API) Jeremy Stretch 2017-05-19 12:59:27 -0400
  • 6560e04582 Merge 15b6834c7e into fb85867d72 Jay Gheewala 2017-05-19 09:16:26 +0000
  • ea9e23bf46 Preference Python 3 Matthew Hawkins 2017-05-19 11:11:25 +1000
  • d7af08bef3 Converted all object views to class-based views Jeremy Stretch 2017-05-18 17:00:57 -0400
  • fb85867d72 Converted all object views to class-based views Jeremy Stretch 2017-05-18 17:00:57 -0400
  • 86f0afa62d Fixed incorrect message Jeremy Stretch 2017-05-18 14:53:35 -0400
  • c454bfcd84 Fixed incorrect message Jeremy Stretch 2017-05-18 14:53:35 -0400
  • b886170998 Merge pull request #1201 from digitalocean/develop Jeremy Stretch 2017-05-18 14:37:19 -0400
  • ad95b86fdd Merge pull request #1201 from digitalocean/develop v2.0.3 Jeremy Stretch 2017-05-18 14:37:19 -0400
  • b3eec7be23 Post-release version bump Jeremy Stretch 2017-05-18 14:32:11 -0400
  • 769232f368 Post-release version bump Jeremy Stretch 2017-05-18 14:32:11 -0400
  • 72e90888d8 Release v2.0.3 Jeremy Stretch 2017-05-18 14:31:48 -0400
  • 9cf10eecd1 Release v2.0.3 Jeremy Stretch 2017-05-18 14:31:48 -0400
  • 79983d517f Closes #1198: Allow filtering unracked devices on device list Jeremy Stretch 2017-05-18 14:27:07 -0400
  • f927d5b8f5 Closes #1198: Allow filtering unracked devices on device list Jeremy Stretch 2017-05-18 14:27:07 -0400
  • 88fe878d20 Fixes #1195: Unable to create an interface connection when searching for peer device Jeremy Stretch 2017-05-18 13:33:26 -0400
  • 7fa696dace Fixes #1195: Unable to create an interface connection when searching for peer device Jeremy Stretch 2017-05-18 13:33:26 -0400
  • 52249a62d8 Fixes #1200: Form validation error when connecting power ports to power outlets Jeremy Stretch 2017-05-18 12:11:14 -0400
  • feac93389c Fixes #1200: Form validation error when connecting power ports to power outlets Jeremy Stretch 2017-05-18 12:11:14 -0400
  • 4dea82c140 Fixes #1199: Bulk import of secrets does not prompt user to generate a session key Jeremy Stretch 2017-05-18 09:17:41 -0400
  • f7969d91b3 Fixes #1199: Bulk import of secrets does not prompt user to generate a session key Jeremy Stretch 2017-05-18 09:17:41 -0400
  • cb52d71995 Added WSGIPassAuthorization to example Apache config Jeremy Stretch 2017-05-17 17:23:08 -0400
  • 92aafb9043 Added WSGIPassAuthorization to example Apache config Jeremy Stretch 2017-05-17 17:23:08 -0400
  • 16dec29c1f Fixes #1197: Fixed status assignment during bulk import of devices, prefixes, IPs, and VLANs Jeremy Stretch 2017-05-17 17:16:02 -0400
  • f9328d53b4 Fixes #1197: Fixed status assignment during bulk import of devices, prefixes, IPs, and VLANs Jeremy Stretch 2017-05-17 17:16:02 -0400
  • 78fcfb42f0 Fixes #1157: Hide nav menu search bar on small displays Jeremy Stretch 2017-05-17 16:00:46 -0400
  • f1cbc7da33 Fixes #1157: Hide nav menu search bar on small displays Jeremy Stretch 2017-05-17 16:00:46 -0400
  • 01a178b757 Merge 030f5f2050 into 01becd21de Roy Osherove 2017-05-17 18:48:22 +0000
  • 54941ae5cd Closes #1196: Added a lag_id filter to the API interfaces view Jeremy Stretch 2017-05-17 14:43:44 -0400
  • 01becd21de Closes #1196: Added a lag_id filter to the API interfaces view Jeremy Stretch 2017-05-17 14:43:44 -0400
  • d8de5bb036 Fixes #1188: Serialize interface LAG as nested objected (API) Jeremy Stretch 2017-05-17 14:32:39 -0400
  • 7768b94279 Fixes #1188: Serialize interface LAG as nested objected (API) Jeremy Stretch 2017-05-17 14:32:39 -0400
  • 2c21492dfb Fixes #1191: Bulk selection of IPs under a prefix incorrect when "select all" is used Jeremy Stretch 2017-05-17 14:23:08 -0400
  • 3bc51c8e69 Fixes #1191: Bulk selection of IPs under a prefix incorrect when "select all" is used Jeremy Stretch 2017-05-17 14:23:08 -0400
  • 73c9903b17 Fixes #1130: Added zlib1g-dev to Ubuntu/Debian packages list Jeremy Stretch 2017-05-17 12:48:31 -0400
  • d206be91d5 Fixes #1130: Added zlib1g-dev to Ubuntu/Debian packages list Jeremy Stretch 2017-05-17 12:48:31 -0400
  • 9669f9a79b Restored the option to hide the paginator on panel tables Jeremy Stretch 2017-05-17 12:18:32 -0400
  • 6e69c9e375 Restored the option to hide the paginator on panel tables Jeremy Stretch 2017-05-17 12:18:32 -0400
  • 24cf1979a9 Fixes #1189: Enforce consistent ordering of objects returned by a global search Jeremy Stretch 2017-05-17 12:16:57 -0400
  • f2846af4ec Fixes #1189: Enforce consistent ordering of objects returned by a global search Jeremy Stretch 2017-05-17 12:16:57 -0400
  • 9b2ded0c20 Merge pull request #1185 from ryanmerolle/patch-1 Jeremy Stretch 2017-05-16 16:53:01 -0400
  • 657eed1dc9 Merge pull request #1185 from ryanmerolle/patch-1 Jeremy Stretch 2017-05-16 16:53:01 -0400
  • 2dd06353b1 Fixes #1186: Corrected VLAN edit form so that site assignment is not required Jeremy Stretch 2017-05-16 16:30:28 -0400
  • e351ab0171 Fixes #1186: Corrected VLAN edit form so that site assignment is not required Jeremy Stretch 2017-05-16 16:30:28 -0400