mirror of
https://git.cloudron.io/cloudron/syncthing-app
synced 2025-09-13 00:15:14 +00:00
Compare commits
31 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ab8ea632e6 | ||
|
9f49ee01b8 | ||
|
cd247134d6 | ||
|
44c030d6dc | ||
|
e0a2b3acaf | ||
|
b111013197 | ||
|
478d74f305 | ||
|
55e4d56dcc | ||
|
4ddc3b937a | ||
|
2f00671685 | ||
|
55ad5b2a12 | ||
|
1e5cc8b533 | ||
|
4c1b0d17e9 | ||
|
e68c1e9ef2 | ||
|
0d98ee2f5c | ||
|
b2f48f24af | ||
|
481765c3db | ||
|
6ea6e0cd30 | ||
|
0cd6523548 | ||
|
ae1f3401ae | ||
|
7dd3979bdc | ||
|
a5a91b09c8 | ||
|
91335ebc70 | ||
|
c0ba039523 | ||
|
9f78b41ca2 | ||
|
5c2828f669 | ||
|
391419d9f4 | ||
|
d99a39a0e5 | ||
|
ab3a81a67b | ||
|
8e5306db31 | ||
|
e73991042d |
43
CHANGELOG
43
CHANGELOG
@@ -75,3 +75,46 @@
|
||||
* #4689: Ignore patterns in web UI aren't reloaded if only comments change
|
||||
* #4701: Global is different from local state when ignoring files
|
||||
|
||||
[1.0.2]
|
||||
* Update Syncthing to version 0.14.46
|
||||
|
||||
[1.0.3]
|
||||
* Update Syncthing to version 0.14.47
|
||||
|
||||
[1.0.4]
|
||||
* Update Syncthing to version 0.14.48
|
||||
|
||||
[1.0.5]
|
||||
* Update Syncthing to 0.14.49
|
||||
|
||||
[1.0.6]
|
||||
* Update Syncthign to 0.14.50
|
||||
|
||||
[1.0.7]
|
||||
* Update Syncthing to 0.14.51
|
||||
|
||||
[1.1.0]
|
||||
* Use latest base image
|
||||
|
||||
[1.2.0]
|
||||
* Update Syncthing to 0.14.52
|
||||
|
||||
[1.2.1]
|
||||
* Update Syncthing to 0.14.54
|
||||
|
||||
[1.3.0]
|
||||
* Update Syncthing to 1.0.0
|
||||
* #2760: Option to limit max simultaneous scans
|
||||
* #5286: Add hardening options to systemd units
|
||||
* #5320: Show configured rate limit in the GUI
|
||||
* #5336: Show list of locally changed files for receive only folders
|
||||
|
||||
[1.3.1]
|
||||
* Update Syncthing to 1.0.1
|
||||
|
||||
[1.4.0]
|
||||
* Update Syncthing to 1.1.0
|
||||
|
||||
[1.4.1]
|
||||
* Update Syncthign to 1.1.1
|
||||
|
||||
|
@@ -5,7 +5,7 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Decentralized file synchronization",
|
||||
"version": "1.0.1",
|
||||
"version": "1.4.1",
|
||||
"healthCheckPath": "/healthcheck",
|
||||
"httpPort": 8000,
|
||||
"addons": {
|
||||
|
@@ -1,4 +1,4 @@
|
||||
This app packages Syncthing <upstream>v0.14.45</upstream>.
|
||||
This app packages Syncthing <upstream>1.1.1</upstream>.
|
||||
|
||||
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
|
||||
|
||||
|
@@ -1,10 +1,7 @@
|
||||
FROM cloudron/base:0.10.0
|
||||
MAINTAINER Syncthing Developers <support@cloudron.io>
|
||||
|
||||
ENV VERSION 0.14.45
|
||||
FROM cloudron/base:1.0.0@sha256:147a648a068a2e746644746bbfb42eb7a50d682437cead3c67c933c546357617
|
||||
|
||||
RUN mkdir -p /app/code \
|
||||
&& wget https://github.com/syncthing/syncthing/releases/download/v${VERSION}/syncthing-linux-amd64-v${VERSION}.tar.gz -O - \
|
||||
&& wget https://github.com/syncthing/syncthing/releases/download/v1.1.1/syncthing-linux-amd64-v1.1.1.tar.gz -O - \
|
||||
| tar -xz -C /app/code --strip-components=1
|
||||
|
||||
WORKDIR /app/code
|
||||
|
@@ -9,14 +9,14 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chromedriver": "^2.31.0",
|
||||
"chromedriver": "^2.36.0",
|
||||
"ejs": "^2.4.2",
|
||||
"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.1",
|
||||
"superagent": "^1.8.5"
|
||||
"selenium-webdriver": "^2.53.3",
|
||||
"superagent": "^1.4.0"
|
||||
}
|
||||
}
|
||||
|
12
test/test.js
12
test/test.js
@@ -2,6 +2,8 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
require('chromedriver');
|
||||
|
||||
var execSync = require('child_process').execSync,
|
||||
expect = require('expect.js'),
|
||||
superagent = require('superagent'),
|
||||
@@ -44,7 +46,7 @@ describe('Application life cycle test', function () {
|
||||
|
||||
var LOCATION = 'test';
|
||||
var TEST_TIMEOUT = 30000;
|
||||
var FOLDER = 'outerspace';
|
||||
var FOLDER = 'xmf'; // keep this small. long folder names fail in automation, not sure why
|
||||
var SYNC_PORT = 22001;
|
||||
var app;
|
||||
|
||||
@@ -87,12 +89,18 @@ describe('Application life cycle test', function () {
|
||||
return browser.findElement(by.css('[ng-click*=addFolder]')).click();
|
||||
}).then(function () {
|
||||
return visible(by.id('folderPath'));
|
||||
}).then(function () {
|
||||
return browser.sleep(4000); // wait more, not sure why this is needed
|
||||
}).then(function() {
|
||||
return browser.findElement(by.id('folderLabel')).sendKeys(FOLDER);
|
||||
}).then(function () {
|
||||
return browser.sleep(4000); // without this sometimes only part of the folder name gets through
|
||||
}).then(function() {
|
||||
return browser.findElement(by.css('[ng-click*=saveFolder]')).click();
|
||||
}).then(function() {
|
||||
return browser.wait(until.elementLocated(by.css('#folders .panel-status span[ng-switch-when=unshared]')), TEST_TIMEOUT);
|
||||
}).then(function () {
|
||||
return browser.sleep(4000);
|
||||
}).then(function() {
|
||||
callback();
|
||||
});
|
||||
@@ -100,7 +108,7 @@ describe('Application life cycle test', function () {
|
||||
|
||||
function checkFolder(callback) {
|
||||
browser.get('https://' + app.fqdn).then(function () {
|
||||
return browser.wait(until.elementLocated(by.xpath(`//span[text()="${FOLDER}"]`), TEST_TIMEOUT));
|
||||
return browser.wait(until.elementLocated(by.xpath(`//span[text()="${FOLDER}"]`)), TEST_TIMEOUT);
|
||||
}).then(function () {
|
||||
callback();
|
||||
});
|
||||
|
Reference in New Issue
Block a user