Skip to content

Commit

Permalink
Merge pull request #18 from EMCECS/feature-list-large-buckets
Browse files Browse the repository at this point in the history
Feature list large buckets
  • Loading branch information
DavidASeibert authored Jan 7, 2019
2 parents 5eac1c4 + e7042d6 commit dec9d31
Show file tree
Hide file tree
Showing 34 changed files with 180 additions and 207 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = "ECS browser website"
group = 'com.emc.ecs'
version = '1.0.1'
version = '1.0.2'

ext.licenseName = ''
ext.licenseUrl = ''
Expand Down Expand Up @@ -30,7 +30,7 @@ defaultTasks 'build'

jar {
baseName = 'ecs-browser'
version = '1.0.1'
version = '1.0.2'
into('META-INF/dependency-license') {
from 'build/reports/dependency-license'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
# Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/emc/ecs/browser/spring/Application.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
313 changes: 143 additions & 170 deletions src/main/java/com/emc/ecs/browser/spring/ServiceController.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2016-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2016-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/emc/object/s3/bean/ConcreteGrant.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/emc/object/s3/bean/ConcreteGrantee.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/static/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -779,7 +779,7 @@
</div>

<div id="s3License" onclick="$(this).hide()">
Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.<br/>
Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.<br/>
<br/>
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/AclPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/BucketCreationPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/ConfigPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/ContextMenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/DirectoryPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/FileRow.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/MetadataSearchPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/ModalWindow.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/ObjectInfoPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/PropertiesPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/static/javascript/S3Browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -61,7 +61,7 @@ S3Browser = function( options, $parent ) {

// release version
/** @define {string} */
var S3_BROWSER_VERSION = '1.0.1';
var S3_BROWSER_VERSION = '1.0.2';
S3Browser.version = S3_BROWSER_VERSION;

/** @define {boolean} */
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/S3BrowserUtil.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/S3Template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/S3TemplateEngine.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/SharePage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/VersioningPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/VersionsAll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2018-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/VersionsPage.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/javascript/ecs-sdk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
* Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/raw.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Copyright 2017-2018 Dell Inc. or its subsidiaries. All rights reserved.
Copyright 2017-2019 Dell Inc. or its subsidiaries. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<!--
Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.
Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
Expand Down Expand Up @@ -674,7 +674,7 @@ permissions and limitations under the License.
</div>

<div id="s3License" onclick="$(this).hide()">
Copyright 2011-2018 Dell Inc. or its subsidiaries. All rights reserved.<br/>
Copyright 2011-2019 Dell Inc. or its subsidiaries. All rights reserved.<br/>
<br/>
Licensed under the Apache License, Version 2.0 (the "License").
You may not use this file except in compliance with the License.
Expand Down

0 comments on commit dec9d31

Please sign in to comment.