Jakob Borg
|
e1f1ae041f
|
Don't leak request slots (fixes #483)
|
2014-08-25 17:48:18 +02:00 |
|
Jakob Borg
|
5bcf26e324
|
Fix table layout for wide elements, at the price of ellipsis (fixes #326, fixes #309)
|
2014-08-25 16:37:15 +02:00 |
|
Jakob Borg
|
5f47a8149f
|
Use ISO date format because I'm opinionated
|
2014-08-25 15:53:32 +02:00 |
|
Jakob Borg
|
00b662b53a
|
Merge branch 'pr/556'
* pr/556:
Add translation strings
Display Last Seen value in the UI
Add /rest/stats/node endpoint
Add stats package and node related statistics model
|
2014-08-25 15:52:59 +02:00 |
|
Jakob Borg
|
faf519ab1b
|
Warn about incorrect -goarch values
|
2014-08-25 14:55:19 +02:00 |
|
Jakob Borg
|
fce73f6f17
|
Verify CONTRIBUTORS file
|
2014-08-25 14:55:19 +02:00 |
|
Audrius Butkevicius
|
887890baf5
|
Add translation strings
|
2014-08-25 12:57:44 +01:00 |
|
Audrius Butkevicius
|
c66b24feeb
|
Display Last Seen value in the UI
|
2014-08-25 12:54:50 +01:00 |
|
Audrius Butkevicius
|
84c6f147ad
|
Add /rest/stats/node endpoint
|
2014-08-25 12:49:22 +01:00 |
|
Audrius Butkevicius
|
0cdb0daa8c
|
Add stats package and node related statistics model
|
2014-08-25 12:49:21 +01:00 |
|
Jakob Borg
|
eee702f299
|
Don't run tests in build.sh all
|
2014-08-25 08:50:13 +02:00 |
|
Jakob Borg
|
df65247325
|
Increase max path length 1024 -> 8192 bytes (fixes #551)
PATH_MAX seems to be 4096 most of the time; Windows limit is much lower.
|
2014-08-25 08:48:49 +02:00 |
|
Jakob Borg
|
1a174e75d3
|
Merge pull request #562 from AudriusButkevicius/restart
Fix race condition while restarting (fixes #560)
|
2014-08-25 08:03:18 +02:00 |
|
Audrius Butkevicius
|
9e1fd3454f
|
Fix race condition while restarting (fixes #560)
|
2014-08-25 00:15:28 +01:00 |
|
Audrius Butkevicius
|
3b1603cadf
|
Merge pull request #557 from AudriusButkevicius/opts
Allow configuring GUI options from command line and environment (fixes #505, closes #507)
|
2014-08-24 16:56:15 +01:00 |
|
Audrius Butkevicius
|
8803bac708
|
Allow configuring GUI options from command line and environment (fixes #505, closes #507)
|
2014-08-24 16:55:35 +01:00 |
|
Audrius Butkevicius
|
3a01eaa4a6
|
Fix build.go on Windows
|
2014-08-23 21:19:29 +01:00 |
|
Jakob Borg
|
9f84c1c448
|
New repos must have a default rescan interval (fixes #555)
|
2014-08-23 19:40:39 +02:00 |
|
Jakob Borg
|
dda0390156
|
Correctly set GOARM on ARM builds
|
2014-08-23 10:52:12 +02:00 |
|
Jakob Borg
|
c74509dd5f
|
Add forgotten lang-*.json files
|
2014-08-23 10:44:08 +02:00 |
|
Jakob Borg
|
f61bbb2ff4
|
Tweaks and optimizations
|
2014-08-23 10:43:48 +02:00 |
|
Jakob Borg
|
e7f60161a3
|
Don't leak fd
|
2014-08-23 10:37:58 +02:00 |
|
Jakob Borg
|
ebec4fbc24
|
Translation update (add Bulgarian, Lithuanian)
|
2014-08-22 18:18:13 +02:00 |
|
Jakob Borg
|
1d4105ae3d
|
UI tweaks for staggered versioner
|
2014-08-22 18:16:05 +02:00 |
|
Jakob Borg
|
586d49f0c3
|
Merge pull request #541 from alex2108/master
|
2014-08-22 17:58:01 +02:00 |
|
Jakob Borg
|
5b0fab0697
|
Add alex2108
|
2014-08-22 17:57:43 +02:00 |
|
Alexander Graf
|
2b3359dff3
|
add staggered versioner
|
2014-08-22 00:41:17 +02:00 |
|
Jakob Borg
|
63203aa14c
|
Merge pull request #548 from AudriusButkevicius/warning
Do not warn about failed IPv6 discovery, warn about no discovery
|
2014-08-21 18:54:33 +02:00 |
|
Audrius Butkevicius
|
716a8329c2
|
Do not warn about failed IPv6 discovery
|
2014-08-20 22:06:58 +01:00 |
|
Jakob Borg
|
dab0aec85e
|
Latest build badge should link to latest build
|
2014-08-20 12:23:04 +02:00 |
|
Jakob Borg
|
1f1ab017c0
|
Show rescan interval per repo
|
2014-08-20 01:44:05 +02:00 |
|
Audrius Butkevicius
|
b6912ef95e
|
Merge pull request #544 from marcindziadus/rescan-interval
Per repository scan intervals
|
2014-08-20 00:02:34 +01:00 |
|
Audrius Butkevicius
|
db54dca694
|
Do not fire UIOffline when navigating away
Fixes #487
|
2014-08-19 23:44:40 +01:00 |
|
Marcin
|
0e751b983c
|
Enable to configure scan interval per each repository independently
Fix broken tests
Bugfix
Clean up
Refactor variable name
Adjust tests
Minor fixes
Fix typo. Remove indent.
|
2014-08-20 00:36:36 +02:00 |
|
Audrius Butkevicius
|
997b20a975
|
Set Content-Type before sending out headers
|
2014-08-19 23:30:32 +01:00 |
|
Jakob Borg
|
386f9c42c2
|
Merge pull request #545 from AudriusButkevicius/flush
Flush headers before potentially blocking
|
2014-08-20 00:21:49 +02:00 |
|
Audrius Butkevicius
|
cfae06db65
|
Flush headers before potentially blocking
|
2014-08-19 23:18:28 +01:00 |
|
Jakob Borg
|
44260b7b5c
|
Add marcindziadus
|
2014-08-20 00:05:43 +02:00 |
|
Jakob Borg
|
13063b957f
|
Use drained legacy pool in goleveldb
|
2014-08-19 23:49:03 +02:00 |
|
Jakob Borg
|
ee05e12480
|
Windows nodes should ignore deleted impossible files
|
2014-08-19 15:36:57 +02:00 |
|
Jakob Borg
|
5538545fb0
|
README links to build guide
|
2014-08-19 15:33:20 +02:00 |
|
Jakob Borg
|
bc1167c2c5
|
README links to build, not only artefacts
|
2014-08-19 15:20:53 +02:00 |
|
Jakob Borg
|
c57656e4c3
|
Do honest test coverage analysis in Jenkins
|
2014-08-19 12:43:50 +02:00 |
|
Jakob Borg
|
264400a984
|
Check for supported go version build.go
|
2014-08-19 11:04:20 +02:00 |
|
Jakob Borg
|
408db4eb1d
|
rm -rf travis
|
2014-08-19 10:05:40 +02:00 |
|
Jakob Borg
|
9347f223ef
|
Note about review of pull requests
|
2014-08-19 09:55:50 +02:00 |
|
Jakob Borg
|
518aa30c9c
|
Don't consider empty language codes when selecting language (fixes #540)
|
2014-08-18 23:43:58 +02:00 |
|
Jakob Borg
|
6bbf1f9355
|
Emit Node/Repo Rejected events on unknown nodes / repos.
|
2014-08-18 23:34:03 +02:00 |
|
Jakob Borg
|
b221e4d445
|
build.sh is a shim
|
2014-08-18 22:05:26 +02:00 |
|
Jakob Borg
|
580fccbfca
|
Don't build build.go on go get
|
2014-08-18 21:57:10 +02:00 |
|