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

ADLS #6071

Merged
merged 42 commits into from
Nov 1, 2019
Merged

ADLS #6071

Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1362589
Added base files for ADLS
gapra-msft Sep 30, 2019
3f70a3d
Basic methods on PathAsyncClient
rickle-msft Oct 10, 2019
440e583
Regenerated off swagger
rickle-msft Oct 10, 2019
03f26bc
Regenerated code, not up to date with main branch. Made progress on F…
gapra-msft Oct 11, 2019
9e535fd
Merge branch 'storage/ADLSdev' of github.com:gapra-msft/azure-sdk-for…
gapra-msft Oct 11, 2019
595ae8e
Added more FileSystemClient and DataLakeServiceClient code
gapra-msft Oct 14, 2019
28f9a14
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 14, 2019
8fbe577
Added a few service apis
rickle-msft Oct 15, 2019
ef414ac
Merge branch 'storage/ADLSdev' of github.com:gapra-msft/azure-sdk-for…
rickle-msft Oct 15, 2019
dd0148e
Added tests for blob APIs in file system and data lake service client
gapra-msft Oct 16, 2019
6a7dd0e
Merge branch 'storage/ADLSdev' of github.com:gapra-msft/azure-sdk-for…
gapra-msft Oct 16, 2019
bb28178
Added all public facing APIs to ADLS no complete test coverage
gapra-msft Oct 18, 2019
4282e97
Added javadoc and samples to datalake service client
gapra-msft Oct 21, 2019
de275f5
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 21, 2019
d36d5e6
Added more java doc code snippets
gapra-msft Oct 21, 2019
4403dda
Fixed all build issues due to merging with master
gapra-msft Oct 22, 2019
c4687dd
Added rename to file and directory clients
gapra-msft Oct 23, 2019
d1c7a7d
Adding tests for filesystemclient and serviceclient
gapra-msft Oct 23, 2019
25004e9
Added all tests except file system list paths does not deserialize th…
gapra-msft Oct 25, 2019
e760c3b
Added tests for list paths
gapra-msft Oct 25, 2019
7c2b62a
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 25, 2019
8ae6c3d
Fixed build issues due to merge
gapra-msft Oct 28, 2019
547542c
renamed PathHTTPHeaders to PathHttpHeaders and changed
gapra-msft Oct 28, 2019
86e67ea
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 28, 2019
734dabd
Added SAS to datalake need to test
gapra-msft Oct 28, 2019
6901f0e
Added all java doc code snippets and moved pathhttpheaders
gapra-msft Oct 29, 2019
e408112
Fixed checkstyle and build issues
gapra-msft Oct 29, 2019
11dc017
Added application insights files back
gapra-msft Oct 29, 2019
96e4a15
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 29, 2019
5bb2332
Added basic samples
gapra-msft Oct 29, 2019
467bdb1
Added one more sample and changed identity version in pom
gapra-msft Oct 30, 2019
f1cd8dd
Addressed some cr comments and added README
gapra-msft Oct 30, 2019
27c15bb
Addressed more concerns from CR and added Readme
gapra-msft Oct 31, 2019
d407eff
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 31, 2019
bf60dbf
Updated blob version to 12.0.0
gapra-msft Oct 31, 2019
cd4781b
Fixed issue with checkstyle
gapra-msft Oct 31, 2019
77daad3
Changed name of client
gapra-msft Oct 31, 2019
9622a00
Fixed some code samples issues
gapra-msft Oct 31, 2019
7ef48bf
Updated readme
gapra-msft Oct 31, 2019
9cac381
Merge branch 'master' into storage/ADLSdev
gapra-msft Oct 31, 2019
ff5bf8b
Changed md5 to capital should fix in swagger for both file share and …
gapra-msft Nov 1, 2019
42d2904
Added test recordings
gapra-msft Nov 1, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files="com.azure.storage.blob.batch.BlobBatchAsyncClient.java"/>
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files="com.azure.data.appconfiguration.ConfigurationClient.java"/>
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files="com.azure.data.appconfiguration.ConfigurationAsyncClient.java"/>
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files="com.azure.storage.file.datalake.DataLakeLeaseClient.java"/>
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files="com.azure.storage.file.datalake.DataLakeLeaseAsyncClient.java"/>

<!-- Suppress public/private constructor check since BlobClients need protected constructors to create EncryptedClients -->
<suppress checks="com.azure.tools.checkstyle.checks.ServiceClientCheck" files="com.azure.storage.blob.BlobAsyncClient.java"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ import com.azure.storage.blob.models.BlobErrorCode
import com.azure.storage.blob.models.BlobHttpHeaders
import com.azure.storage.blob.models.BlobRange
import com.azure.storage.blob.models.BlobRequestConditions

import com.azure.storage.blob.models.BlobStorageException
import com.azure.storage.blob.models.BlockListType
import com.azure.storage.blob.models.ParallelTransferOptions
import com.azure.storage.blob.models.PublicAccessType
import com.azure.storage.blob.models.BlobStorageException

import com.azure.storage.common.policy.RequestRetryOptions
import reactor.core.publisher.Flux
import reactor.core.publisher.Mono
Expand Down
51 changes: 51 additions & 0 deletions sdk/storage/azure-storage-file-datalake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,24 @@

<properties>
<project.automatic.module.name>com.azure.storage.file.datalake</project.automatic.module.name>
<src.dir>src/main/java</src.dir>
<test.dir>src/test/java</test.dir>
</properties>

<pluginRepositories>
<pluginRepository>
<id>bintray</id>
<name>Groovy Bintray</name>
<url>https://dl.bintray.com/groovy/maven</url>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

<dependencies>
<dependency>
<groupId>com.azure</groupId>
Expand Down Expand Up @@ -85,8 +101,30 @@
<artifactId>spock-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.0.0-preview.5</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
alzimmermsft marked this conversation as resolved.
Show resolved Hide resolved
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.0.0</version> <!-- {x-version-update;com.azure:azure-identity;dependency} -->
<scope>test</scope>
</dependency>
</dependencies>

<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<testResources>
<testResource>
<directory>${basedir}/src/test/resources</directory>
</testResource>
</testResources>
</build>

<profiles>
<profile>
<id>java8</id>
Expand All @@ -99,10 +137,23 @@
<!-- Skip maven compiler and use gmavenplus plugin instead -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<showWarnings>true</showWarnings>
<failOnWarning>true</failOnWarning>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Xlint:-serial</arg>
<arg>-Xlint:-deprecation</arg>
<arg>-Xlint:-processing</arg>
</compilerArgs>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</configuration>

<executions>
<execution>
<id>test-compile</id>
Expand Down
Loading