Commit graph

989 commits

Author SHA1 Message Date
nothink
dacbe75749 Merge remote-tracking branch 'upstream/master' into travis 2018-08-01 11:32:18 +09:00
Shyam Sunder
70385cfe3d docker: Clarify required version numbers.
Per #184
2018-07-28 17:36:09 +02:00
nothink
664b8349c2 Pending pycodestyle. 2018-07-26 04:00:25 +09:00
nothink
066c975053 Merge remote-tracking branch 'upstream/master' into travis 2018-07-26 03:48:11 +09:00
rr-
b1a20a7134 tests: fix failing tests
Regression caused by changing the way images are converted to grayscale
in 9730aa5c
2018-07-25 19:53:37 +02:00
nothink
7d4300da65 Fix checking CI environments. 2018-07-26 02:38:11 +09:00
nothink
e46dbb5c44 Fix README.md from nothink to rr- 2018-07-26 02:33:46 +09:00
nothink
2334553fba Fix .travis.yml to current HEAD 2018-07-26 02:33:16 +09:00
nothink
35fda40daf Re-create travis.yml 2018-07-26 02:19:57 +09:00
nothink
e5956e80a3 Fix config.py 2018-07-26 02:04:34 +09:00
nothink
5dd53df0ff Fix config.py 2018-07-26 01:58:56 +09:00
nothink
a8adcf6538 Fix config.py 2018-07-26 01:53:52 +09:00
nothink
8837fe6b92 Fix config.py 2018-07-26 01:45:00 +09:00
nothink
0b1029251d Fix config.py 2018-07-26 01:38:51 +09:00
nothink
113410fc2d Fix config.py 2018-07-26 01:28:12 +09:00
nothink
a8e00eae82 Check Travis-CI env 2018-07-26 01:18:32 +09:00
nothink
56224e7c06 Check Travis-CI env 2018-07-26 01:10:33 +09:00
nothink
38db7c079a Check Travis-CI env 2018-07-26 01:03:31 +09:00
nothink
8ee5270a6a Check Travis-CI env 2018-07-26 00:50:23 +09:00
nothink
99128bdc1f Check Travis-CI env 2018-07-26 00:41:29 +09:00
nothink
1d90f97bb7 Check Travis-CI env 2018-07-26 00:23:29 +09:00
nothink
60ecc3dccf Check Travis-CI env 2018-07-26 00:17:24 +09:00
nothink
44be726dbb Check Travis-CI env 2018-07-26 00:11:21 +09:00
nothink
828431f95d Check Travis-CI env 2018-07-26 00:10:35 +09:00
nothink
a753bf68dc Check Travis-CI env 2018-07-26 00:05:10 +09:00
nothink
92ae4a9f9c Fix config.yml 2018-07-25 23:52:20 +09:00
nothink
5bbf110ef8 DANGER: move to config file to root 2018-07-25 23:32:54 +09:00
nothink
f45fd5f864 DANGER: move to config file to root 2018-07-25 23:27:52 +09:00
nothink
65bc40613d DANGER: Temporary remove reading docker configs 2018-07-25 23:19:29 +09:00
nothink
d4dabb60bf DANGER: checking dockerenv 2018-07-25 23:12:01 +09:00
nothink
22a6859cb5 DANGER: check travis-ci's docker settings 2018-07-25 23:03:02 +09:00
nothink
4b3a130bbc Umm.. Where is switch of docker/on-premise settings 2018-07-25 22:51:28 +09:00
nothink
b7d3af8adb Fix for current HEAD server setting files. 2018-07-25 22:32:39 +09:00
nothink
e90a8ce140 Fix for current HEAD server setting files. 2018-07-25 22:22:50 +09:00
nothink
707d93bcbb Fix for current HEAD server setting files. 2018-07-25 22:16:50 +09:00
nothink
0c6424d384 Fix for current HEAD server setting files. 2018-07-25 22:15:57 +09:00
nothink
c2260a2354 Fix for current HEAD server setting files. 2018-07-25 22:12:15 +09:00
nothink
17a996e330 Add travis.yml, reloaded. 2018-07-25 21:57:29 +09:00
nothink
1702833cbf test of travis 2018-07-25 21:48:53 +09:00
nothink
945988e76e Merge remote-tracking branch 'upstream/master' 2018-07-25 21:45:59 +09:00
Shyam Sunder
6a6c4dc822 build: add Docker functionality and documentation 2018-07-25 13:39:57 +02:00
Shyam Sunder
9730aa5c05 client: clean up required Python packages
* Packages that are only used in testing or development
have been moved to `dev-requirements.txt`
* Closes #178
* Minor rewrite to drop the `scikit-image` package, which
saves around 200MB in install size
2018-07-22 14:02:30 +02:00
nothink
1bb7ac0c44 Merge remote-tracking branch 'upstream/master' 2018-07-19 11:31:14 +09:00
rr-
1fe22a4d0a server/tag-categories: disallow uppercase colors 2018-07-08 10:10:06 +02:00
rr-
c9cb9aa539 server/password-reset: try to construct full URL 2018-07-08 10:10:06 +02:00
rr-
d85e746a65 server/tests: fix failing info api tests 2018-07-08 09:42:13 +02:00
rr-
b6a5be74cf config: fix camelCase 2018-07-08 09:38:41 +02:00
rr-
320c16743d docs/install: update test instructions 2018-07-08 09:36:21 +02:00
Michael Serajnik
d43758bcc2 client/build: replace uglify-es, update dependencies 2018-07-08 09:30:29 +02:00
Shyam Sunder
60ab9246c6 client: improved build.js, use relative links
* Removed unnecessary require('config.js') calls
* 'markdown.js' now uses rel. links in EntityPermalinkWrapper
* 'password_reset.py' now generates rel. links
* Removed 'Base URL' config parameter
* Removed 'API URL' config parameter
* 'build.js' no longer reads/requires config.yaml
* Updated documentation
* Removed unnecessary node packages used in 'build.js'

abandon api_url parameter
2018-07-06 19:40:20 +02:00