mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-13 00:15:40 +00:00
Compare commits
37 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
474243b6a0 | ||
|
41b7a699ec | ||
|
35103b8888 | ||
|
ae33b6cd32 | ||
|
a1ee8284b3 | ||
|
0b94589ca7 | ||
|
fa5921039d | ||
|
82474bb099 | ||
|
080f9f2756 | ||
|
6f1aeb6adf | ||
|
a464984a9b | ||
|
06702b72a6 | ||
|
6bfa60424c | ||
|
9ef4a9b6ce | ||
|
5c3c319d57 | ||
|
1b28eef31b | ||
|
95ccb12a84 | ||
|
71be7ea8a7 | ||
|
625fde23b7 | ||
|
be069e9849 | ||
|
a6571e8e6e | ||
|
2e299fce84 | ||
|
7a49168732 | ||
|
fe56ecfd3d | ||
|
2b96c15d8c | ||
|
e7bd62c4ef | ||
|
c887c30e92 | ||
|
1f184eacbf | ||
|
0c8d81686b | ||
|
0f89e283cf | ||
|
cfabc51ae5 | ||
|
067f8069eb | ||
|
44236fb8a6 | ||
|
98a80ebe26 | ||
|
2323b653e1 | ||
|
caed9ab165 | ||
|
d754979356 |
51
CHANGELOG
51
CHANGELOG
@@ -309,3 +309,54 @@
|
||||
* (security) Validate if bucket names are internal
|
||||
* canonicalize ETag correctly
|
||||
|
||||
[1.57.0]
|
||||
* Update minio to 2019-04-09T01-22-30Z
|
||||
|
||||
[1.58.0]
|
||||
* Update minio to 2019-04-18T21-44-59Z
|
||||
|
||||
[1.59.0]
|
||||
* Update minio to 2019-04-23T23-50-36Z
|
||||
|
||||
[1.60.0]
|
||||
* Update minio to 2019-05-02T19-07-09Z
|
||||
|
||||
[1.61.0]
|
||||
* Update minio to 2019-05-14T23-57-45Z
|
||||
|
||||
[1.62.0]
|
||||
* Update minio to 2019-05-23T00-29-34Z
|
||||
|
||||
[1.63.0]
|
||||
* Update minio to 2019-06-01T03-46-14Z
|
||||
|
||||
[1.64.0]
|
||||
* Update minio to 2019-06-04T01-15-58Z
|
||||
|
||||
[1.65.0]
|
||||
* Update minio to 2019-06-11T00-44-33Z
|
||||
|
||||
[1.66.0]
|
||||
* Update minio to 2019-06-15T23-07-18Z
|
||||
|
||||
[1.67.0]
|
||||
* Update minio to 2019-06-19T18-24-42Z
|
||||
|
||||
[1.68.0]
|
||||
* Update minio to 2019-06-27T21-13-50Z
|
||||
|
||||
[1.69.0]
|
||||
* Update minio to 2019-07-05T21-20-21Z
|
||||
|
||||
[1.70.0]
|
||||
* Update minio to 2019-07-10T00-34-56Z
|
||||
|
||||
[1.71.0]
|
||||
* Update minio to 2019-07-17T22-54-12Z
|
||||
|
||||
[1.72.0]
|
||||
* Update minio to 2019-07-24T02-02-23Z
|
||||
|
||||
[1.73.0]
|
||||
* Update minio to 2019-08-01T22-18-54Z
|
||||
|
||||
|
@@ -5,15 +5,15 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "1.56.0",
|
||||
"version": "1.73.0",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
"localstorage": {}
|
||||
},
|
||||
"manifestVersion": 1,
|
||||
"manifestVersion": 2,
|
||||
"website": "http://www.minio.io",
|
||||
"minBoxVersion": "1.8.1",
|
||||
"minBoxVersion": "4.1.4",
|
||||
"documentationUrl": "https://cloudron.io/documentation/apps/minio/",
|
||||
"contactEmail": "support@cloudron.io",
|
||||
"icon": "logo.png",
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Minio <upstream>2019-04-04T18-31-46Z</upstream>.
|
||||
This app packages Minio <upstream>2019-08-01T22-18-54Z</upstream>.
|
||||
|
||||
Minio is a distributed object storage server built for cloud applications and devops.
|
||||
|
||||
|
@@ -1,7 +1,8 @@
|
||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
ARG VERSION=RELEASE.2019-08-01T22-18-54Z
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2019-04-04T18-31-46Z -O /app/code/minio \
|
||||
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \
|
||||
&& chmod +x /app/code/minio
|
||||
|
||||
WORKDIR /app/code
|
||||
|
1854
test/package-lock.json
generated
1854
test/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -9,14 +9,14 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^2.36.0",
|
||||
"ejs": "^2.4.2",
|
||||
"chromedriver": "^74.0.0",
|
||||
"ejs": "^2.6.1",
|
||||
"expect.js": "^0.3.1",
|
||||
"mkdirp": "^0.5.1",
|
||||
"mocha": "^2.5.3",
|
||||
"rimraf": "^2.5.3",
|
||||
"selenium-server-standalone-jar": "^2.53.1",
|
||||
"selenium-webdriver": "^2.53.3",
|
||||
"superagent": "^1.4.0"
|
||||
"mocha": "^6.1.4",
|
||||
"rimraf": "^2.6.3",
|
||||
"selenium-server-standalone-jar": "^3.141.5",
|
||||
"selenium-webdriver": "^3.6.0",
|
||||
"superagent": "^5.0.5"
|
||||
}
|
||||
}
|
||||
|
@@ -9,8 +9,10 @@ var execSync = require('child_process').execSync,
|
||||
path = require('path'),
|
||||
webdriver = require('selenium-webdriver');
|
||||
|
||||
var by = webdriver.By,
|
||||
until = webdriver.until;
|
||||
var by = require('selenium-webdriver').By,
|
||||
until = require('selenium-webdriver').until,
|
||||
Key = require('selenium-webdriver').Key,
|
||||
Builder = require('selenium-webdriver').Builder;
|
||||
|
||||
var accessKey = 'admin',
|
||||
secretKey = 'secretkey';
|
||||
@@ -23,8 +25,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
describe('Application life cycle test', function () {
|
||||
this.timeout(0);
|
||||
|
||||
var chrome = require('selenium-webdriver/chrome');
|
||||
var server, browser = new chrome.Driver();
|
||||
var server, browser = new Builder().forBrowser('chrome').build();
|
||||
|
||||
before(function (done) {
|
||||
var seleniumJar= require('selenium-server-standalone-jar');
|
||||
|
Reference in New Issue
Block a user