Lauri Ojansivu 5 роки тому
батько
коміт
6ac3249272
7 змінених файлів з 338 додано та 280 видалено
  1. 1 1
      CHANGELOG.md
  2. 1 1
      Stackerfile.yml
  3. 1 1
      package-lock.json
  4. 1 1
      package.json
  5. 302 273
      public/api/wekan.html
  6. 30 1
      public/api/wekan.yml
  7. 2 2
      sandstorm-pkgdef.capnp

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-# Upcoming Wekan release
+# v4.10 2020-05-30 Wekan release
 
 This release adds the following new features:
 

+ 1 - 1
Stackerfile.yml

@@ -1,5 +1,5 @@
 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v4.09.0"
+appVersion: "v4.10.0"
 files:
   userUploads:
     - README.md

+ 1 - 1
package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v4.09.0",
+  "version": "v4.10.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "wekan",
-  "version": "v4.09.0",
+  "version": "v4.10.0",
   "description": "Open-Source kanban",
   "private": true,
   "scripts": {

Різницю між файлами не показано, бо вона завелика
+ 302 - 273
public/api/wekan.html


+ 30 - 1
public/api/wekan.yml

@@ -1,7 +1,7 @@
 swagger: '2.0'
 info:
   title: Wekan REST API
-  version: v4.09
+  version: v4.10
   description: |
     The REST API allows you to control and extend Wekan with ease.
 
@@ -649,6 +649,35 @@ paths:
         '200':
           description: |-
             200 response
+  /api/boards/{board}/cardsByCustomField/{customField}/{customFieldValue}:
+    get:
+      operationId: get_board_customFieldValue
+      tags:
+        - Cards
+      parameters:
+        - name: board
+          in: path
+          description: the board value
+          type: string
+          required: true
+        - name: customField
+          in: path
+          description: the customField value
+          type: string
+          required: true
+        - name: customFieldValue
+          in: path
+          description: the customFieldValue value
+          type: string
+          required: true
+      produces:
+        - application/json
+      security:
+          - UserSecurity: []
+      responses:
+        '200':
+          description: |-
+            200 response
   /api/boards/{board}/custom-fields:
     get:
       operationId: get_all_custom_fields

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
     appTitle = (defaultText = "Wekan"),
     # The name of the app as it is displayed to the user.
 
-    appVersion = 409,
+    appVersion = 410,
     # Increment this for every release.
 
-    appMarketingVersion = (defaultText = "4.09.0~2020-05-27"),
+    appMarketingVersion = (defaultText = "4.10.0~2020-05-30"),
     # Human-readable presentation of the app version.
 
     minUpgradableAppVersion = 0,

Деякі файли не було показано, через те що забагато файлів було змінено