Skip to content

Commit

Permalink
Merge pull request #680 from softlayer/20240719
Browse files Browse the repository at this point in the history
20240719 release
  • Loading branch information
allmightyspiff authored Jul 19, 2024
2 parents 4c124c4 + 345579f commit 1505207
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 33 deletions.
10 changes: 8 additions & 2 deletions bin/releaseNotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,12 @@ def printIssues(self, issues):
for issue in issues:
self.console.print(f"[orange3]{issue['key']}, {issue['summary']}, {issue['resolution']}")
for sub_issue in issue.get('issues'):
notes = sub_issue.get('notes')
notes = sub_issue.get('notes', '')
color = "green"
if notes is None:
print(f"Notes for {sub_issue.get('key')} is |{notes}|")

notes = ""
isInternal = self.internal.search(notes)
if isInternal:
color = "red"
Expand All @@ -134,7 +138,9 @@ def printReleaseNotes(self, issues):
self.console.print(template, highlight=False)
for issue in issues:
for sub_issue in issue.get('issues'):
notes = sub_issue.get('notes')
notes = sub_issue.get('notes', '')
if notes is None:
notes = ''
isInternal = self.internal.search(notes)
if isInternal is None:
self.console.print(f"- {notes}. {sub_issue.get('summary')} {sub_issue.get('key')}")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getIsNfsCapable"
description: "A server that has nfs capable drive."
title: "getIsNfsOnly"
description: "A server that has nfs only drive."
date: "2018-02-12"
tags:
- "method"
Expand All @@ -13,8 +13,8 @@ layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule"
---

### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
### [REST Example](#getIsNfsOnly-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsOnly-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsCapable'
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/{SoftLayer_Hardware_SecurityModuleID}/getIsNfsOnly'
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getIsNfsCapable"
description: "A server that has nfs capable drive."
title: "getIsNfsOnly"
description: "A server that has nfs only drive."
date: "2018-02-12"
tags:
- "method"
Expand All @@ -13,8 +13,8 @@ layout: "method"
mainService : "SoftLayer_Hardware_SecurityModule750"
---

### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
### [REST Example](#getIsNfsOnly-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsOnly-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsCapable'
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule750/{SoftLayer_Hardware_SecurityModule750ID}/getIsNfsOnly'
```
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "getIsNfsCapable"
description: "A server that has nfs capable drive."
title: "getIsNfsOnly"
description: "A server that has nfs only drive."
date: "2018-02-12"
tags:
- "method"
Expand All @@ -13,8 +13,8 @@ layout: "method"
mainService : "SoftLayer_Hardware_Server"
---

### [REST Example](#getIsNfsCapable-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsCapable-example .anchor-link}
### [REST Example](#getIsNfsOnly-example) <a href="/article/rest/"><i class="fas fa-question"></i></a> {#getIsNfsOnly-example .anchor-link}
```bash
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsCapable'
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_Server/{SoftLayer_Hardware_ServerID}/getIsNfsOnly'
```
2 changes: 1 addition & 1 deletion content/release_notes/2024/20240712.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ tags:

#### API

-Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362
- Properties added for continue support of 3DS to ensure uninterrupted workflow.. 3DS Data Field Changes ACCT-8362
- Update OS reload block for nfsCapable servers vsphere 7 -> vsphere 8. METAL-6189
12 changes: 12 additions & 0 deletions content/release_notes/2024/20240719.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Release notes: July 19, 2024"
date: "2024-07-19"
tags:
- "release notes"
---

#### API

- Added check for active account state.. SendGrid - Addresses "Failed to disconnect the billing item resource" IMAGE-2371
- refactor isNfsCapable to isNfsOnly. Changing label from isNfsCapable to isNfsOnly METAL-6221

36 changes: 18 additions & 18 deletions data/sldn_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -96215,10 +96215,10 @@
"filterable": true,
"deprecated": false
},
"getIsNfsCapable": {
"doc": "A server that has nfs capable drive.",
"getIsNfsOnly": {
"doc": "A server that has nfs only drive.",
"docOverview": "",
"name": "getIsNfsCapable",
"name": "getIsNfsOnly",
"type": "string",
"typeArray": null,
"ormMethod": true,
Expand Down Expand Up @@ -98194,11 +98194,11 @@
"form": "relational",
"doc": "Determine if remote management has been disabled due to port speed."
},
"isNfsCapable": {
"name": "isNfsCapable",
"isNfsOnly": {
"name": "isNfsOnly",
"type": "string",
"form": "relational",
"doc": "A server that has nfs capable drive."
"doc": "A server that has nfs only drive."
},
"isQeInternalServer": {
"name": "isQeInternalServer",
Expand Down Expand Up @@ -102119,10 +102119,10 @@
"filterable": true,
"deprecated": false
},
"getIsNfsCapable": {
"doc": "A server that has nfs capable drive.",
"getIsNfsOnly": {
"doc": "A server that has nfs only drive.",
"docOverview": "",
"name": "getIsNfsCapable",
"name": "getIsNfsOnly",
"type": "string",
"typeArray": null,
"ormMethod": true,
Expand Down Expand Up @@ -104098,11 +104098,11 @@
"form": "relational",
"doc": "Determine if remote management has been disabled due to port speed."
},
"isNfsCapable": {
"name": "isNfsCapable",
"isNfsOnly": {
"name": "isNfsOnly",
"type": "string",
"form": "relational",
"doc": "A server that has nfs capable drive."
"doc": "A server that has nfs only drive."
},
"isQeInternalServer": {
"name": "isQeInternalServer",
Expand Down Expand Up @@ -108043,10 +108043,10 @@
"filterable": true,
"deprecated": false
},
"getIsNfsCapable": {
"doc": "A server that has nfs capable drive.",
"getIsNfsOnly": {
"doc": "A server that has nfs only drive.",
"docOverview": "",
"name": "getIsNfsCapable",
"name": "getIsNfsOnly",
"type": "string",
"typeArray": null,
"ormMethod": true,
Expand Down Expand Up @@ -110023,11 +110023,11 @@
"form": "relational",
"doc": "Determine if remote management has been disabled due to port speed."
},
"isNfsCapable": {
"name": "isNfsCapable",
"isNfsOnly": {
"name": "isNfsOnly",
"type": "string",
"form": "relational",
"doc": "A server that has nfs capable drive."
"doc": "A server that has nfs only drive."
},
"isQeInternalServer": {
"name": "isQeInternalServer",
Expand Down

0 comments on commit 1505207

Please sign in to comment.