Skip to content

Commit c9946d4

Browse files
authored
Merge pull request #2677 from apinf/develop
Merge for 0.46.0 release
2 parents 48e8c75 + 8516315 commit c9946d4

File tree

145 files changed

+6416
-2980
lines changed

Some content is hidden

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

145 files changed

+6416
-2980
lines changed

.gitignore

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
.vscode/
1+
.eslintrc.json
2+
.idea/
3+
.meteor/.id
24
.meteor/local
35
.meteor/meteorite
4-
.meteor/.id
5-
/config.json
6-
settings.json
7-
.idea/
8-
uploads/
9-
mup.json
6+
.screenshots/
7+
.vscode/
8+
config.json
109
docker/api-umbrella/config/api-umbrella.yml
1110
docker/apinf/env
1211
docker/ssl/env
12+
mup.json
1313
node_modules/
14+
npm-debug.log*
1415
packages
15-
node_modules
16-
npm-debug.log
17-
.eslintrc.json
18-
public/swagger.json
16+
public/swagger.json
17+
settings.json
18+
uploads/

.meteor/packages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ aramk:quill
9090
softwarerero:accounts-t9n
9191
aldeed:autoform-bs-button-group-input
9292
raix:rssfeed
93+
http

.test/addapibackend.js

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

.test/addapibackendutil.js

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

.test/common.js

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

0 commit comments

Comments
 (0)