Skip to content

Commit

Permalink
Merge pull request #694 from softlayer/20241206
Browse files Browse the repository at this point in the history
20241206 Release
  • Loading branch information
allmightyspiff authored Dec 6, 2024
2 parents a02a758 + cf766ed commit a808a51
Show file tree
Hide file tree
Showing 37 changed files with 125 additions and 881 deletions.
3 changes: 2 additions & 1 deletion bin/releaseNotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ def getReleaseJiras(self, days=7):
self.printDebug(f"Calling {apirequest}")
result = requests.get(apirequest, headers=self.headers, verify=self.verify)
# sleep a bit so we don't get rate limited
time.sleep(0.2)
time.sleep(0.5)
return self.jiraToJson(result)

def getNotes(self, jira_issue):
self.printDebug(f"Getting JIRA: {jira_issue}")
result = requests.get(jira_issue, headers=self.headers, verify=self.verify)
time.sleep(0.5)
json = self.jiraToJson(result)
return json.get('fields', {}).get('customfield_10113', 'NONE')

Expand Down
14 changes: 0 additions & 14 deletions content/reference/datatypes/SoftLayer_Account_Link_OpenStack.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions content/reference/datatypes/SoftLayer_Utility_Network.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getDatacentersWithSubnetAllocations"
description: "Datacenters which contain subnets that the account has access to route."
description: "[DEPRECATED] Datacenters which contain subnets that the account has access to route."
date: "2018-02-12"
tags:
- "method"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getBoundSubnets"
description: "Associated subnets for a router object."
description: "[DEPRECATED] Associated subnets for a router object."
date: "2018-02-12"
tags:
- "method"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getBoundSubnets"
description: "Subnets which are directly bound to one or more routers in a given datacenter, and currently allow routing."
description: "Subnets which are directly bound in a given datacenter, and currently allow routing."
date: "2018-02-12"
tags:
- "method"
Expand Down
Loading

0 comments on commit a808a51

Please sign in to comment.