Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 90deb6a

Browse files
Bimdata-ioAmoki
andcommitted
MAJOR: Feat/openapi3 (#508)
* install and pre configure drf-spectacular * finish replace drf-yasg lib by drf-spectacular * fix error on lib generation * recreate data for oauth delete tests * fix some typo * fix null enums * fix some serializer * add bearer auth to swagger * add test operationId and fix numquery MPApp test * fix head action in test doc Co-authored-by: Amoki <hugo@bimdata.io>
1 parent 902787f commit 90deb6a

308 files changed

Lines changed: 4814 additions & 2891 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,33 @@
1-
# Ignoring package lock because it is not generated by swagger
2-
# and the trade off "skip lock file for 1 dependency" versus "manually manage the lock file" is won by the skip
3-
package-lock.json
4-
51
# Logs
62
logs
73
*.log
84
npm-debug.log*
9-
yarn-debug.log*
10-
yarn-error.log*
115

126
# Runtime data
137
pids
148
*.pid
159
*.seed
16-
*.pid.lock
1710

1811
# Directory for instrumented libs generated by jscoverage/JSCover
1912
lib-cov
2013

2114
# Coverage directory used by tools like istanbul
2215
coverage
2316

24-
# nyc test coverage
25-
.nyc_output
26-
2717
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
2818
.grunt
2919

30-
# Bower dependency directory (https://bower.io/)
31-
bower_components
32-
3320
# node-waf configuration
3421
.lock-wscript
3522

36-
# Compiled binary addons (https://nodejs.org/api/addons.html)
23+
# Compiled binary addons (http://nodejs.org/api/addons.html)
3724
build/Release
3825

39-
# Dependency directories
40-
node_modules/
41-
jspm_packages/
42-
43-
# TypeScript v1 declaration files
44-
typings/
26+
# Dependency directory
27+
node_modules
4528

4629
# Optional npm cache directory
4730
.npm
4831

49-
# Optional eslint cache
50-
.eslintcache
51-
5232
# Optional REPL history
5333
.node_repl_history
54-
55-
# Output of 'npm pack'
56-
*.tgz
57-
58-
# Yarn Integrity file
59-
.yarn-integrity
60-
61-
# dotenv environment variables file
62-
.env
63-
64-
# parcel-bundler cache (https://parceljs.org/)
65-
.cache
66-
67-
# next.js build output
68-
.next
69-
70-
# nuxt.js build output
71-
.nuxt
72-
73-
# vuepress build output
74-
.vuepress/dist
75-
76-
# Serverless directories
77-
.serverless
78-
79-
# Build directory
80-
dist/*
81-
!dist/.gitkeep
82-
83-
.idea

0 commit comments

Comments
 (0)