Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #1170

Open
wants to merge 54 commits into
base: 4.x
Choose a base branch
from
Open

test #1170

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
eca4ddd
chore(release): 5.0.0
PeterRao Apr 3, 2018
188b5ff
chore: build 5.0.0
PeterRao Apr 3, 2018
f5de168
doc: add node and browser compatibility desc
PeterRao Apr 9, 2018
f82bf8f
Fix: sign method (#426)
binghaiwang Apr 9, 2018
8494fbd
fix(browser): use build dist file for browser (#430)
binghaiwang Apr 9, 2018
fdbd822
Relaese 5.0.1 (#433)
PeterRao Apr 13, 2018
af3d533
feat: cluster mode support acl (#439)
dead-horse Apr 14, 2018
4ca29f6
docs: cluster add getACL/putACL
dead-horse Apr 14, 2018
96b66b5
chore(release): 5.1.0
dead-horse Apr 14, 2018
eca4238
Release 5.1.0
dead-horse Apr 14, 2018
23ef84f
docs: modify readme.md add err code (#443)
binghaiwang Apr 16, 2018
37f65f0
feat: example base64 to blob and doc (#434)
binghaiwang Apr 16, 2018
e22ecf6
fix(Browser): multipartUpload callback resumble parse error (#442)
binghaiwang Apr 16, 2018
50f0093
fix(Browser): signatureUrl with content-type and content-md5 (#441)
duan007a Apr 16, 2018
1c9ded2
Release 5.1.1 (#444)
PeterRao Apr 16, 2018
8714425
docs: browser cdn Introduce instructions (#447)
binghaiwang Apr 19, 2018
54db574
feat: add sample about cname's usage (#453)
duan007a Apr 23, 2018
3190ce6
feat: publish CDN check script (#452)
binghaiwang Apr 23, 2018
79eb5ef
feat: restore object api and support to create archvie bucket (#450)
luozhang002 Apr 24, 2018
3c8f5ff
add generateObjectUrl api (#457)
luozhang002 Apr 25, 2018
dd3c84f
chore: add test code coverage (#460)
luozhang002 May 3, 2018
3bf1be7
fix: signatureUrl With response settings (#465)
duan007a May 8, 2018
53f1f0c
fix: rtml generate url (#463)
binghaiwang May 8, 2018
69ad003
fix: if browser support AbortController api , stream-http timeout err…
binghaiwang May 8, 2018
9c5c735
Release/5.2.0 (#467)
binghaiwang May 8, 2018
2273a39
Add getBucketLocation and getBucketInfo (#476)
luozhang002 Jun 4, 2018
3012bc6
Refactor example (#477)
luozhang002 Jun 5, 2018
b6dc1df
docs:fix put->putStream (#478)
luozhang002 Jun 5, 2018
ec8ae25
fix: repair timeout excepiton (#481)
luozhang002 Jun 7, 2018
1c7616d
fix: support ipv6 address when set endpoint (#482)
luozhang002 Jun 11, 2018
304bdbb
fix: modify config to support ip visit about example (#486)
luozhang002 Jun 12, 2018
bf546ce
Clean browser test bucket (#487)
luozhang002 Jun 12, 2018
22363d0
fix: remove replace %20 to '+' (#489)
luozhang002 Jun 13, 2018
7628aa9
5.3.0 (#490)
luozhang002 Jun 14, 2018
1df7d41
chore: delete package-lock.json
binghaiwang Jun 14, 2018
e651667
chore: remove comments, modify .gitignore and add case for url encode…
luozhang002 Jun 20, 2018
63df586
Streamhttp2.8.2 (#498)
luozhang002 Jun 28, 2018
0f3b21b
Lz async await (#500)
luozhang002 Jul 10, 2018
2a0099d
fix: repair example (#502)
luozhang002 Jul 10, 2018
14e4038
fix: should consume the response stream on error (#503)
fengmk2 Jul 17, 2018
867a5c7
6.0.1 (#505)
luozhang002 Jul 18, 2018
92e30eb
Repair (#508)
luozhang002 Jul 24, 2018
f9d7e28
Fix example window32 (#521)
luozhang002 Sep 30, 2018
9e46894
docs:README.md and upgrade.md (#532)
luozhang002 Oct 19, 2018
d430b8f
add timeout retry (#538)
1019272778 Oct 30, 2018
2acb82c
timeout should be numberic (#543)
1019272778 Nov 1, 2018
f2b7751
Fix this error and `comma-dangle` (#560)
luozhang002 Dec 10, 2018
0163ef2
fix: eslint example (#563)
luozhang002 Dec 11, 2018
35c729f
chore: eslint (#582)
luozhang002 Jan 4, 2019
4f2c8a0
Request pay 6.x (#583)
luozhang002 Jan 7, 2019
59e32a9
fix
lileelovebytedance Feb 28, 2019
bfd9798
Install the CodeSee workflow. Learn more at https://docs.codesee.io
Oct 20, 2022
d2c25b9
Install the CodeSee workflow. Learn more at https://docs.codesee.io
Dec 6, 2022
293a194
Merge pull request #1 from bugall/codesee-arch-diagram-workflow-16703…
bugall Mar 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ test/browser/.tmp
test/browser/build
test/benchmark/
test/fixtures/
task/
task/
browser-build.js
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
// override default options
'no-underscore-dangle': [0],
'no-plusplus': [0],
'no-return-await':[0],
'no-param-reassign': [0],
'max-len': ['warn', 120, 2, {
ignoreUrls: true,
Expand All @@ -24,5 +25,6 @@ module.exports = {
}],
// wait node version >= 5.10.0 will start this rule
'no-buffer-constructor': [0],
"comma-dangle": [2, "never"]
}
};
10 changes: 6 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
Thank you for reporting an issue.

1. It's RECOMMENDED to submit PR for typo or tiny bug fix.
3. If this's a BUG, please provide: course repetition, network error log and configuration. Fill in as much of the template below as you're able.
4. It will be nice to use example project to provide a mini GitHub repository which can reproduce the issue.
2. If this's a BUG, please provide: course repetition, network error log and configuration. Fill in as much of the template below as you're able.
3. It will be nice to use example project to provide a mini GitHub repository which can reproduce the issue.
4. please try user newest ali-oss version.

感谢您向我们反馈问题。

1. 我们推荐如果是小问题(错别字修改,小的 bug fix)直接提交 PR。
2. 如果是一个 BUG,请提供:复现步骤,错误请求和响应日志以及相关配置,并尽量填写下面的模板中的条目(请网络响应中x-oss-request-id字段值)。
5. 如果可以,请使用项目中 example工程提供一个最小可复现的代码仓库,方便我们排查问题。
6. 扩展阅读:[如何向开源项目提交无法解答的问题](https://zhuanlan.zhihu.com/p/25795393)
3. 如果可以,请使用项目中 example工程提供一个最小可复现的代码仓库,方便我们排查问题。
4. 尽量使用最新版本的SDK方便我们维护跟踪
5. 扩展阅读:[如何向开源项目提交无法解答的问题](https://zhuanlan.zhihu.com/p/25795393)
-->

* **Browser Version or Node Version**:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This workflow was added by CodeSee. Learn more at https://codesee.io/
# This is v2.0 of this workflow file
on:
push:
branches:
- master
pull_request_target:
types: [opened, synchronize, reopened]

name: CodeSee

permissions: read-all

jobs:
codesee:
runs-on: ubuntu-latest
continue-on-error: true
name: Analyze the repo with CodeSee
steps:
- uses: Codesee-io/codesee-action@v2
with:
codesee-token: ${{ secrets.CODESEE_ARCH_DIAG_API_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ test/node/.tmp
test/browser/.tmp
test/demo.js
yarn.lock
package-lock.json

# Ide
.idea/
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
sudo: false
language: node_js
node_js:
- '10'
- '8'
- '6'
- '4'
env:
global:
- secure: Ws1h7ZU97/2npejMZp3/Jac0ZYkgXBW5gEilR5WrnkdkEbIhhK6HamrcqLrA6qCPV0Ax9nNbZCRJcQwPsTdOxBekJ3+3zflMWevfa9+CRS1Hh0mMcn+D864CjrRiQRgIQa8ZoFVPLaL/7qyQp1i7gLbPcpMjO6CA7LgV1reaf+U=
Expand Down
148 changes: 148 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,154 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="6.1.0"></a>
## [6.1.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.2...v6.1.0) (2019-01-06)

### Features
* support requestPayer

### Bug Fixes

* repair codecov
* docs

<a name="6.0.2"></a>
## [6.0.2](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.1...v6.0.2) (2018-12-10)

### Bug Fixes

* fix `comma-dangle` eslint
* fix this refrence bug ([435f942](https://github.com/aliyun/oss-nodejs-sdk/commit/435f942))
* repair example ([#502](https://github.com/aliyun/oss-nodejs-sdk/issues/502)) ([2a0099d](https://github.com/aliyun/oss-nodejs-sdk/commit/2a0099d))


<a name="6.0.1"></a>
## [6.0.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v6.0.0...v6.0.1) (2018-07-17)


### Bug Fixes

* should consume the response stream on error ([#503](https://github.com/aliyun/oss-nodejs-sdk/issues/503)) ([14e4038](https://github.com/aliyun/oss-nodejs-sdk/commit/14e4038))

<a name="6.0.0"></a>
# [6.0.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v5.3.1...v6.0.0) (2018-07-10)

### Features

* refactor async/await instead of generator and test case
* remove region param about bucket operations
* support cancel on node sdk
* mount debug info on client proto
* remove unuse browser.js in /

### docs

* README.md example

<a name="5.3.2"></a>
## [5.3.2](https://github.com/aliyun/oss-nodejs-sdk/compare/v5.3.1...v5.3.2) (2018-07-17)


### Bug Fixes

* should consume the response stream on error ([#503](https://github.com/aliyun/oss-nodejs-sdk/issues/503)) ([14e4038](https://github.com/aliyun/oss-nodejs-sdk/commit/14e4038))


<a name="5.3.1"></a>
# [5.3.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v5.3.0...v5.3.1) (2018-06-27)

### Bug Fixes

* lock dependency stream-http 2.8.2

<a name="5.3.0"></a>
# [5.3.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v5.1.0...v5.3.0) (2018-06-13)


### Bug Fixes

* remove replace %20 to '+' ([#489](https://github.com/aliyun/oss-nodejs-sdk/issues/489)) ([22363d0](https://github.com/aliyun/oss-nodejs-sdk/commit/22363d0))
* clean browser test bucket ([#487](https://github.com/aliyun/oss-nodejs-sdk/issues/487)) ([bf546ce](https://github.com/aliyun/oss-nodejs-sdk/commit/bf546ce))
* support ipv6 address when set endpoint ([#482](https://github.com/aliyun/oss-nodejs-sdk/issues/482)) ([1c7616d](https://github.com/aliyun/oss-nodejs-sdk/commit/1c7616d))
* repair timeout excepiton ([#481](https://github.com/aliyun/oss-nodejs-sdk/issues/481)) ([ec8ae25](https://github.com/aliyun/oss-nodejs-sdk/commit/ec8ae25))
* refactor example to support open browser auto and hot reload ([#477](https://github.com/aliyun/oss-nodejs-sdk/issues/477)) ([3012bc6](https://github.com/aliyun/oss-nodejs-sdk/commit/3012bc6))

### Features

* support getBucketLocation api in node sdk ([#476](https://github.com/aliyun/oss-nodejs-sdk/issues/476)) ([2273a39](https://github.com/aliyun/oss-nodejs-sdk/commit/2273a39))
* support getBucketInfo api in node sdk ([#476](https://github.com/aliyun/oss-nodejs-sdk/issues/476)) ([2273a39](https://github.com/aliyun/oss-nodejs-sdk/commit/2273a39))

### docs

* add getBucketLoaction and getBucketInfo docs([#476](https://github.com/aliyun/oss-nodejs-sdk/issues/476)) ([2273a39](https://github.com/aliyun/oss-nodejs-sdk/commit/2273a39))
* fix putStream api demo([#478](https://github.com/aliyun/oss-nodejs-sdk/issues/478)) ([b6dc1df](https://github.com/aliyun/oss-nodejs-sdk/commit/b6dc1df))

<a name="5.2.0"></a>
# [5.2.0](https://github.com/aliyun/oss-nodejs-sdk/compare/5.1.1...5.2.0) (2018-05-08)


### Bug Fixes

* if browser support AbortController api , stream-http timeout err ([#466](https://github.com/aliyun/oss-nodejs-sdk/issues/466)) ([69ad003](https://github.com/aliyun/oss-nodejs-sdk/commit/69ad003))
* rtml generate url ([#463](https://github.com/aliyun/oss-nodejs-sdk/issues/463)) ([53f1f0c](https://github.com/aliyun/oss-nodejs-sdk/commit/53f1f0c))
* signatureUrl With response settings ([#465](https://github.com/aliyun/oss-nodejs-sdk/issues/465)) ([3bf1be7](https://github.com/aliyun/oss-nodejs-sdk/commit/3bf1be7))


### Features

* add sample about cname's usage ([#453](https://github.com/aliyun/oss-nodejs-sdk/issues/453)) ([54db574](https://github.com/aliyun/oss-nodejs-sdk/commit/54db574))
* publish CDN check script ([#452](https://github.com/aliyun/oss-nodejs-sdk/issues/452)) ([3190ce6](https://github.com/aliyun/oss-nodejs-sdk/commit/3190ce6))
* restore object api and support to create archvie bucket ([#450](https://github.com/aliyun/oss-nodejs-sdk/issues/450)) ([79eb5ef](https://github.com/aliyun/oss-nodejs-sdk/commit/79eb5ef))



<a name="5.1.1"></a>
# [5.1.1](https://github.com/aliyun/oss-nodejs-sdk/compare/5.1.0...5.1.1) (2018-04-16)


### Bug Fixes

* **Browser:** multipartUpload callback resumble parse error ([#442](https://github.com/aliyun/oss-nodejs-sdk/issues/442)) ([e22ecf6](https://github.com/aliyun/oss-nodejs-sdk/commit/e22ecf6))
* **Browser:** signatureUrl with content-type and content-md5 ([#441](https://github.com/aliyun/oss-nodejs-sdk/issues/441)) ([50f0093](https://github.com/aliyun/oss-nodejs-sdk/commit/50f0093))


### Docs

* example base64 to blob and doc ([#434](https://github.com/aliyun/oss-nodejs-sdk/issues/434)) ([37f65f0](https://github.com/aliyun/oss-nodejs-sdk/commit/37f65f0))



<a name="5.1.0"></a>
# [5.1.0](https://github.com/aliyun/oss-nodejs-sdk/compare/5.0.1...5.1.0) (2018-04-14)


### Features

* cluster mode support acl ([#439](https://github.com/aliyun/oss-nodejs-sdk/issues/439)) ([af3d533](https://github.com/aliyun/oss-nodejs-sdk/commit/af3d533))



<a name="5.0.1"></a>
## [5.0.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v5.0.0...v5.0.1) (2018-04-10)


### Bug Fixes

* **browser:** use dist file for build tools ([#430](https://github.com/aliyun/oss-nodejs-sdk/issues/430)) ([8494fbd](https://github.com/aliyun/oss-nodejs-sdk/commit/8494fbd))

* sign method fix && ci support node 9 ([f82bf8f3c](https://github.com/ali-sdk/ali-oss/commit/f82bf8f3c))

### Docs
* add node and browser compatibility desc ([f5de168e](https://github.com/ali-sdk/ali-oss/commit/f5de168e))


<a name="5.0.0"></a>
# [5.0.0](https://github.com/aliyun/oss-nodejs-sdk/compare/v4.14.1...v5.0.0) (2018-04-03)

### Bug Fixes
Node >= 8 is required.


<a name="4.14.1"></a>
## [4.14.1](https://github.com/aliyun/oss-nodejs-sdk/compare/v4.14.0...v4.14.1) (2018-04-03)

Expand Down