Skip to content

Commit

Permalink
Merge pull request #410 from Qovery/remove-unused-events
Browse files Browse the repository at this point in the history
chore: remove unused endpoints
  • Loading branch information
acarranoqovery authored Oct 5, 2023
2 parents c93d8b0 + 0ca152b commit 09260ec
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 143 deletions.
10 changes: 1 addition & 9 deletions src/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ tags:
- name: Container Database
- name: Container Deployment History
- name: Container Environment Variable
- name: Container Event
- name: Container Logs
- name: Container Main Calls
- name: Container Metrics
Expand All @@ -50,7 +49,6 @@ tags:
- name: Job Deployment Restriction
- name: Job Deployment History
- name: Job Environment Variable
- name: Job Event
- name: Job Logs
- name: Job Main Calls
- name: Job Metrics
Expand Down Expand Up @@ -170,7 +168,6 @@ x-tagGroups:
- Container Deployment History
- Container Environment Variable
- Container Secret
- Container Event
- name: Database
tags:
- Database Main Calls
Expand All @@ -194,7 +191,6 @@ x-tagGroups:
- Job Deployment History
- Job Environment Variable
- Job Secret
- Job Event
- name: Account
tags:
- Account Info
Expand Down Expand Up @@ -538,8 +534,6 @@ paths:
$ref: './resources/ApplicationReboot.yaml'
/application/{applicationId}/deploymentHistory:
$ref: './resources/ApplicationDeploymentHistory.yaml'
/application/{applicationId}/event:
$ref: './resources/ApplicationEvent.yaml'
/application/{applicationId}/environmentVariable:
$ref: './resources/ApplicationEnvironmentVariable.yaml'
/application/{applicationId}/environmentVariable/import:
Expand Down Expand Up @@ -674,8 +668,6 @@ paths:
$ref: './resources/DatabaseBackup.yaml'
/database/{databaseId}/backup/{backupId}:
$ref: './resources/DatabaseBackupRef.yaml'
/database/{databaseId}/event:
$ref: './resources/DatabaseEvent.yaml'
/database/{databaseId}/clone:
$ref: './resources/DatabaseClone.yaml'
/account:
Expand Down Expand Up @@ -783,4 +775,4 @@ security:
- ApiKeyAuth: []



23 changes: 0 additions & 23 deletions src/resources/ApplicationEvent.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/ApplicationEventLastId.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/ApplicationEventTail.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions src/resources/DatabaseEvent.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/DatabaseEventLastId.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions src/resources/DatabaseEventTail.yaml

This file was deleted.

0 comments on commit 09260ec

Please sign in to comment.