Skip to content

Commit 580c3eb

Browse files
chore: remove deprecated APIs (#243)
* chore: remove deprecated APIs * chore: remove deprecated APIs * chore: remove editor functionality (#256) * chore: remove editor functionality * chore: remove editor functionality * chore: remove editor functionality * chore: remove deprecated parameters from API
1 parent b8cf7d4 commit 580c3eb

File tree

163 files changed

+256
-24456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

163 files changed

+256
-24456
lines changed

docs/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33
## Development documentation
44
### [Development guide](development_guide.md)
55
### [Local development](local_development/local_development.md)
6-
### [Git integration](git_integration.md)
76

87
## Onboarding guides
98
### [Onboarding](onboarding.md)
109
### [Newcomer environment setup](newcomer_env_setup.md)
1110

1211
## Functionality guides
1312
### [Build process](build.md)
14-
### [Editor](editor.md)
1513
### [Data maintenance](data_maintenance.md)
1614

1715
## Admin guides
@@ -29,4 +27,4 @@
2927
### [Security Model](security/security_model.md)
3028

3129
## Infrastructure
32-
### [Minio Storage](minio.md)
30+
### [Minio Storage](minio.md)

docs/development_guide.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,6 @@ specification - file which contains openapi/graphql/etc content
121121

122122
build - processing specification which includes the following stages: dereference, comparison with previous version (backward compatibility analysis), generation of search index. Performed via builder library on frontend or node service.
123123

124-
project - a part of editor service implementation, local representation of a remote git repository(integration).
125-
126-
draft - a part of editor service implementation, local copy of a remote git repository that holds user changes until they're committed and pushed to git or discarded. Created automatically when user opens editor and connects the some git branch.
127-
128124
workspace - is a first-level group. Provide a logical separation for different projects, teams, or departments within the organization. Grouping of related APIs and provide a hierarchical structure for better organization and management.
129125

130126
group - is an entity that allows you to logically group packages in a hierarchical view. Within a workspace, groups help further categorize APIs based on functional domains or specific areas of focus. Groups provide a flexible way to organize APIs and make them easily discoverable within the API Management portal.
@@ -149,4 +145,4 @@ After https://github.com/Netcracker/qubership-apihub-backend/pull/132/files back
149145

150146
You must set `LOG_FILE_PATH=/logs/apihub.log` or any other path to log file. Root directory must be `rwx` for owner of the process.
151147

152-
By default logs will be written only to `os.Stdout`
148+
By default logs will be written only to `os.Stdout`

docs/editor.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

docs/git_integration.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)