Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: 0.3.0 #21

Merged
merged 30 commits into from
Mar 14, 2024
Merged

Release: 0.3.0 #21

merged 30 commits into from
Mar 14, 2024

Conversation

1673beta
Copy link
Owner

What

See Changelog.

Why

Additional info (optional)

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Update CHANGELOG_CHERRYPICK.md
  • (If possible) Add tests

Copy link

github-actions bot commented Mar 14, 2024

이 PR에 의한 api.json 차이

차이점은 여기에서 볼 수 있음
--- base
+++ head
@@ -1,7 +1,7 @@
 {
   "openapi": "3.1.0",
   "info": {
-    "version": "4.7.0-beta.3+engawa0.2.0",
+    "version": "4.7.0-beta.3-engawa0.3.0",
     "description": "2024.2.0",
     "title": "CherryPick API",
     "x-logo": {
@@ -14220,6 +14220,12 @@
                       "null"
                     ]
                   },
+                  "statusUrl": {
+                    "type": [
+                      "string",
+                      "null"
+                    ]
+                  },
                   "useObjectStorage": {
                     "type": "boolean"
                   },
@@ -56618,7 +56624,7 @@
                       "null"
                     ],
                     "minLength": 1,
-                    "maxLength": 3000
+                    "maxLength": 5120
                   },
                   "fileIds": {
                     "type": "array",
@@ -56702,6 +56708,27 @@
                         "type": "object"
                       }
                     }
+                  },
+                  "scheduledDelete": {
+                    "type": [
+                      "object",
+                      "null"
+                    ],
+                    "properties": {
+                      "deleteAt": {
+                        "type": [
+                          "integer",
+                          "null"
+                        ]
+                      },
+                      "deleteAfter": {
+                        "type": [
+                          "integer",
+                          "null"
+                        ],
+                        "minimum": 1
+                      }
+                    }
                   }
                 },
                 "if": {
@@ -56725,7 +56752,7 @@
                     "text": {
                       "type": "string",
                       "minLength": 1,
-                      "maxLength": 3000,
+                      "maxLength": 5120,
                       "pattern": "[^\\s]+"
                     }
                   },
@@ -57212,7 +57239,7 @@
                   "text": {
                     "type": "string",
                     "minLength": 1,
-                    "maxLength": 3000
+                    "maxLength": 5120
                   },
                   "fileIds": {
                     "type": "array",
@@ -82052,6 +82079,13 @@
               "null"
             ]
           },
+          "deleteAt": {
+            "type": [
+              "string",
+              "null"
+            ],
+            "format": "date-time"
+          },
           "channelId": {
             "type": [
               "string",

Get diff files from Workflow Page

@1673beta 1673beta merged commit 630127e into develop Mar 14, 2024
20 of 25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant