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

[storage] STG73 features preview #9532

Merged
merged 67 commits into from
Jul 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
3262acb
storage-internal-avro parser (#8893)
ljian3377 May 21, 2020
cd02088
Merge remote-tracking branch 'upstream/master' into storage/stg73base
XiaoningLiu May 21, 2020
8fe8c37
[Storage][Blob] Regenerate with Dec19 swagger
XiaoningLiu May 19, 2020
6bc681f
avor parser offset fix; Readable interface update (#9088)
XiaoningLiu May 22, 2020
d404205
[Storage] Regenerate API review
XiaoningLiu May 26, 2020
031fdce
[storage] avro parser fix (#9154)
ljian3377 Jun 7, 2020
680d952
[Storage] Dec19 - Quickquery (#9112)
XiaoningLiu Jun 9, 2020
4d44581
Merge branch 'master' into storage/stg73base
Jun 9, 2020
f705b5c
regenerate storage-blob
Jun 10, 2020
33b5925
re-generate storage-file-share
Jun 10, 2020
0da47ef
regenrate datalake and undo adding mode to storageClient and storageC…
Jun 10, 2020
fdc9a93
Merge branch 'master' into storage/stg73base
Jun 11, 2020
ff0cf9f
update datalake service version to 2019-12-12
Jun 11, 2020
0bf0b40
[Storage] QuickQuery - Make BlobQueryCsvTextConfiguration properties …
XiaoningLiu Jun 12, 2020
b1e01e4
[storage][blob] blob versioning (#7886)
ljian3377 Jun 12, 2020
5deb5f5
[storage] added change feed (#9151)
ljian3377 Jun 12, 2020
e563ca4
[storage][blob & datalake] Jumbo blob (#9480)
ljian3377 Jun 12, 2020
fdff395
[Storage] Support blob tags (recording will be added later) (#9440)
XiaoningLiu Jun 12, 2020
1e65d73
update service version to 2019-12-12
Jun 12, 2020
d1b3cff
Merge branch 'master' into storage/stg73base
Jun 12, 2020
4659506
blob tags test record
Jun 12, 2020
826d1bd
fix listContainer options
Jun 13, 2020
c4b7dfb
wip
Jun 13, 2020
aa1f962
record skipped test for Jumbo
Jun 13, 2020
ec6710a
set default formatter
Jun 13, 2020
0300eba
me
Jun 14, 2020
7f00cc1
Merge branch 'storage/stg73base' of https://github.com/ljian3377/azur…
Jun 14, 2020
1571e50
wip
Jun 14, 2020
e3adcf8
blob record node
Jun 14, 2020
2a8ff8a
record
Jun 14, 2020
d16d3df
add version check for x permission
Jun 14, 2020
bd253fc
record for browser
Jun 14, 2020
7e6554d
wip
Jun 15, 2020
9e6c6a9
Merge branch 'storage/stg73base' of https://github.com/ljian3377/azur…
Jun 15, 2020
e9b66d5
wip
Jun 15, 2020
1728a17
wip
Jun 15, 2020
262053c
wip
Jun 15, 2020
2077f21
add f for account SAS permission
Jun 15, 2020
026b722
add permission f, and x for container
Jun 15, 2020
c7af1f5
wip
Jun 15, 2020
27f8839
me
Jun 15, 2020
78cbb6c
me
Jun 15, 2020
a088c4a
PR comments
Jun 16, 2020
b20894a
me
Jun 16, 2020
4dca1d7
record changefeed
Jun 18, 2020
153fe47
Merge branch 'master' into storage/stg73base
Jun 18, 2020
4fba579
record with blobversioning disabled
Jun 18, 2020
e14a0ce
record skipped test for browser
Jun 18, 2020
02c9608
wip
Jun 19, 2020
82c7873
avro compatible with Node v8
Jun 19, 2020
b215ee7
fix test record
Jun 19, 2020
d7be334
Merge branch 'master' into storage/stg73base
Jun 19, 2020
60fcd15
fix record
Jun 19, 2020
a444931
fix ae-forgotten-export
Jun 19, 2020
4685c57
lint
Jun 19, 2020
4764f5e
fall back to util for old node.js TextEncoder
Jun 19, 2020
829b886
release pipeline for change feed
Jun 22, 2020
9528ba5
[storage][file] large smb files (#9624)
ljian3377 Jun 22, 2020
c3b4414
[storage] added set Expiry (#9560)
ljian3377 Jun 30, 2020
1b9afa8
Merge branch 'master' into storage/stg73base
Jun 30, 2020
fdf12c8
Merge branch 'master' into storage/stg73base
Jun 30, 2020
6870089
merge fix
Jun 30, 2020
454246b
omit doc in storage-internal-avro
Jun 30, 2020
d1d1ab7
Revert "[storage] added set Expiry (#9560)"
Jun 30, 2020
7c739c0
nit
Jun 30, 2020
14c77e2
skip live tests for blob tags and quick query
Jun 30, 2020
924ed92
change path for ts-samples
Jun 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 3 additions & 1 deletion common/config/rush/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
"@azure/core-http": ["^1.1.1"],

// Allow packages to continue to use old eslint-plugin-azure-sdk until they can adapt to 3.0.0
"@azure/eslint-plugin-azure-sdk": ["^2.0.1"]
"@azure/eslint-plugin-azure-sdk": ["^2.0.1"],
// Allow storage-blob-changefeed and storage-file-datalake to use the preview version of storage-blob.
"@azure/storage-blob": ["^12.2.0-preview.1"]
}
}
Loading