Job Evers-Meltzer
694db88ac1
bug fix: fail build if tests fail
2016-11-09 09:28:47 -06:00
Job Evers-Meltzer
cb7c849273
bug fix: actually read the environment variable
2016-11-09 09:28:18 -06:00
Job Evers-Meltzer
6d6cfbc7cc
whitespace
2016-11-03 16:57:42 -05:00
Job Evers-Meltzer
3c977f961f
improve osx app shutdown
2016-11-03 16:57:29 -05:00
Job Evers-Meltzer
5bccfdb244
add logging to shutdown process
2016-11-03 14:42:45 -05:00
Job Evers-Meltzer
10cb20d08f
fix whitespace and long-lines
2016-11-03 14:22:16 -05:00
Job Evers-Meltzer
fe7700d726
Bump version: 0.7.4 → 0.7.5
2016-11-02 10:50:42 -05:00
Job Evers-Meltzer
4db3be345b
Bump version: 0.7.3 → 0.7.4
2016-11-02 07:43:11 -05:00
Job Evers-Meltzer
7de4340c38
lint the osx and windows apps
...
This also fixes a trivial bug in the osx release.
2016-11-01 15:39:50 -05:00
Job Evers-Meltzer
e5ba70c3ba
Bump version: 0.7.2 → 0.7.3
2016-11-01 11:38:45 -05:00
Job Evers-Meltzer
a4ec706b06
enable console logging for apps
2016-11-01 11:14:04 -05:00
Job Evers-Meltzer
30533a7986
Read config file in windows and osx
...
Also moves the config loading to BEFORE the log configuration
2016-11-01 11:14:04 -05:00
Job Evers-Meltzer
ff9ea37e0c
add coverage reporting
2016-10-30 15:44:45 -05:00
Job Evers-Meltzer
9baf261cb3
Bump version: 0.7.1 → 0.7.2
2016-10-30 14:47:21 -05:00
Job Evers-Meltzer
1a70a20c8b
Bump version: 0.7.0 → 0.7.1
2016-10-30 10:57:41 -05:00
Job Evers-Meltzer
0893858385
Bump version: 0.6.10 → 0.7.0
2016-10-28 18:03:40 -05:00
Job Evers-Meltzer
e1997a6852
dumb bug fix
2016-10-28 17:55:34 -05:00
Job Evers‐Meltzer
46cfa20f65
Merge pull request #204 from lbryio/cleanup-logging
...
Cleanup logging
2016-10-28 15:56:54 -05:00
Job Evers-Meltzer
80f548fdfd
use same logging for apps
2016-10-28 15:43:04 -05:00
Job Evers-Meltzer
6f9ec2fa66
remove repeated log code
2016-10-28 15:43:04 -05:00
Job Evers-Meltzer
8fe5eb514a
make app startup consistent across versions
2016-10-28 15:41:48 -05:00
Job Evers-Meltzer
b41756e38a
Bump version: 0.6.9 → 0.6.10
2016-10-28 12:29:15 -05:00
Job Evers-Meltzer
e70ecc8ac9
change settings object for packages too
2016-10-27 14:57:02 -05:00
Jack
1951ea09cd
updates from master, more refactoring
...
-lbrynet.lbrynet_daemon.auth.client.LBRYAPIClient.config will detect if
it needs to return the auth/non-auth version
2016-10-26 03:16:33 -04:00
Jack
727ea12dbd
Bump version: 0.6.8 → 0.6.9
2016-10-20 12:41:49 -04:00
Job Evers-Meltzer
9ba38c84cc
Bump version: 0.6.7 → 0.6.8
2016-10-19 15:56:58 -07:00
Jack Robison
d4aa109b73
Merge pull request #193 from lbryio/check-remote-conn
...
Use lbry.io instead of google to check for internet connection
2016-10-19 15:06:33 -04:00
Jack
6799de645b
Merge branch 'master' into refactor-settings
...
# Conflicts:
# packaging/osx/lbry-osx-app/lbrygui/LBRYApp.py
# packaging/windows/lbry-win32-app/LBRYWin32App.py
2016-10-19 00:19:45 -04:00
Jack
06a88599df
--http-auth flag to use authentication, refactor settings
...
settings will prefer, in order:
-defaults
-settings in config file
-settings given as environmental variables
-settings given as command line args
2016-10-19 00:12:44 -04:00
Job Evers-Meltzer
9f2dbd4291
Appveyor build needs to fail when tests fail
...
According to
https://www.appveyor.com/docs/build-configuration/#script-blocks-in-build-configuration
a build only fails if an exception is thrown. This is causing builds to pass even if
the tests fail. That same link suggests adding the code that is in this commit.
2016-10-18 09:44:21 -05:00
Job Evers
6b7d575e95
use lbry.io to check for an internet connection
2016-10-17 20:11:08 -05:00
Jack
733bb3bccf
Bump version: 0.6.6 → 0.6.7
2016-10-16 02:55:19 -04:00
Jack
5b15da2c55
add jsonschema to windows build
2016-10-16 00:29:32 -04:00
Jack
830f5ff6e3
Bump version: 0.6.5 → 0.6.6
2016-10-15 23:35:17 -04:00
Jack
ea1f260ed9
Bump version: 0.6.4 → 0.6.5
2016-10-14 23:06:03 -04:00
Jack
b5311dd1c3
fix DaemonRequest import in apps
2016-10-14 23:01:15 -04:00
Jack
a8a581d35c
Merge branch 'master' into auth-jsonrpc
...
# Conflicts:
# lbrynet/conf.py
# lbrynet/core/Error.py
# lbrynet/lbrynet_daemon/Daemon.py
# lbrynet/lbrynet_daemon/DaemonControl.py
# lbrynet/lbrynet_daemon/ExchangeRateManager.py
2016-10-14 18:25:37 -04:00
Job Evers-Meltzer
5f129faf32
Bump version: 0.6.3 → 0.6.4
2016-10-14 16:06:12 -05:00
Jack
5a0b5dc680
Merge branch 'master' into auth-jsonrpc
...
# Conflicts:
# lbrynet/lbrynet_daemon/Daemon.py
# lbrynet/lbrynet_daemon/DaemonControl.py
2016-10-07 17:11:43 -04:00
Jack
3ad4ad50ec
Bump version: 0.6.2 → 0.6.3
2016-10-02 03:33:12 -04:00
Jack
eb7cc8463b
Bump version: 0.6.1 → 0.6.2
2016-09-30 11:26:55 -04:00
Jack
50f0430d04
fix broken windows import
2016-09-30 11:26:37 -04:00
Jack
6e5ea935f6
Bump version: 0.6.0 → 0.6.1
2016-09-30 11:18:07 -04:00
Jack
c4eb3de5b2
update app imports
2016-09-30 11:17:47 -04:00
Jack
f79b651b05
Bump version: 0.5.0 → 0.6.0
2016-09-30 02:16:06 -04:00
Job Evers-Meltzer
27337a9243
appveyor updates
...
- move init and build steps into dedicated scripts
- deploy msi artifact on tag
2016-09-28 07:38:12 -07:00
Alex Grintsvayg
6803bfae99
add more bins to path
2016-09-24 15:48:07 -04:00
Jack
c49b0fdd49
Bump version: 0.4.9 → 0.5.0
2016-09-24 01:50:14 -04:00
Jack
dbeb6bc3bc
update uri handler
2016-09-21 21:55:10 -04:00
Jack
4d52a33ee5
Bump version: 0.4.8 → 0.4.9
2016-09-16 04:12:55 -04:00
Jack
05b47a9180
Bump version: 0.4.7 → 0.4.8
2016-09-16 03:56:14 -04:00
Jack
98b9f2cf73
Bump version: 0.4.6 → 0.4.7
2016-09-15 23:06:56 -04:00
Jack
145a2654d2
Bump version: 0.4.5 → 0.4.6
2016-09-15 12:36:37 -04:00
Jack
cc64547920
Bump version: 0.4.4 → 0.4.5
2016-09-12 15:42:48 -04:00
Jack
177d384126
Bump version: 0.4.3 → 0.4.4
2016-09-09 04:12:42 -04:00
David Amrhein
514575d0f1
Fix Shortcuts icons
2016-09-03 14:39:39 -04:00
David Amrhein
756427560c
Attempt to fix CannotListenError
2016-09-02 16:04:27 -04:00
David Amrhein
e67fa3cadc
Merge remote-tracking branch 'origin/master'
2016-09-01 10:31:20 -04:00
Jack
9471748f4c
Bump version: 0.4.2 → 0.4.3
2016-09-01 01:35:44 -04:00
Jack
f47d174f0b
fix file
2016-08-31 23:09:01 -04:00
Jack
75f23a1723
sign msi
2016-08-31 23:00:16 -04:00
Jack
0203ef66ea
build windows in setup.py, drop leveldb requirement
2016-08-31 20:20:07 -04:00
Jack
1d39ec0317
Bump version: 0.4.1 → 0.4.2
2016-08-29 16:41:48 -04:00
David Amrhein
7e021746e4
Merge remote-tracking branch 'origin/master'
2016-08-29 16:22:16 -04:00
Jack
c15af0a63a
Bump version: 0.4.0 → 0.4.1
2016-08-29 13:44:46 -04:00
David Amrhein
d3807cb86c
Python script for win registry
2016-08-28 14:33:46 -04:00
Jack
456572f87c
Bump version: 0.3.22 → 0.4.0
2016-08-28 05:01:49 -04:00
Jack Robison
4bfe4450b1
Merge pull request #144 from lbryio/pr/141
...
Add windows URI Handling
2016-08-28 01:28:12 -04:00
Jack
f9f12ffb61
move uri handler to packaging/uri_handler
2016-08-28 01:10:28 -04:00
David Amrhein
25437602d7
Add URI handling as an arg
2016-08-27 01:32:28 -04:00
Jack Robison
1e5cff1d8b
Merge pull request #130 from lbryio/osx-command-line-install
...
add os x install script to replace out of date and non existent one in lbry-setup
2016-08-26 16:08:08 -04:00
Jack
80ed8d9869
Bump version: 0.3.21 → 0.3.22
2016-08-26 00:56:06 -04:00
Jack
eda2731702
Bump version: 0.3.20 -> 0.3.21
2016-08-23 01:59:50 -04:00
David Amrhein
6097e14617
Make systray thread a daemon to close on api.stop()
2016-08-23 01:05:07 -04:00
David Amrhein
0b149ce5f1
Remove old osx imports
2016-08-22 21:21:56 -04:00
David Amrhein
84d340382b
Fix for icon path when running shortcut
2016-08-21 18:58:50 -04:00
David Amrhein
5bfb067d0f
Rename to just Open
2016-08-21 18:49:41 -04:00
David Amrhein
d8cb62a92c
Run win32 as systray app
2016-08-21 18:44:16 -04:00
Dave-A
aab8cc40f9
Merge pull request #6 from lbryio/master
...
Update from Origin
2016-08-21 14:13:59 -04:00
Jack
9c82689f65
Bump version: 0.3.19 -> 0.3.20
2016-08-21 04:04:11 -04:00
Dave-A
8c94b6243e
Merge pull request #5 from lbryio/master
...
Update to 0.3.19
2016-08-18 10:38:07 -04:00
Jack
f6473e3383
Bump version: 0.3.18 -> 0.3.19
2016-08-18 06:41:17 -04:00
Jack
038712f431
install script
2016-08-18 00:30:57 -04:00
Alex Grintsvayg
0841aad07a
fix double-tab bug on linux
2016-08-17 14:30:56 -04:00
Dave-A
2fbf03d8ca
Merge pull request #4 from lbryio/master
...
Update from lbry
2016-08-17 12:03:08 -04:00
Jack
975e83a015
Bump version: 0.3.17 -> 0.3.18
2016-08-17 02:39:48 -04:00
David Amrhein
690575193f
Add gmpy windows wheel
2016-08-16 18:01:18 -04:00
Job Evers-Meltzer
f5dc213e53
need to not be in build dir
2016-08-16 15:16:55 -05:00
Job Evers-Meltzer
138e9c1486
throw more things at wall
2016-08-16 15:03:41 -05:00
Job Evers-Meltzer
7053c0dc93
argh. so much hate
2016-08-16 14:52:08 -05:00
Job Evers-Meltzer
ee8a653b13
argh. so much hate
2016-08-16 14:43:49 -05:00
Job Evers-Meltzer
71fad7e97f
also need wheel
2016-08-16 13:41:04 -05:00
Job Evers-Meltzer
04740eb928
need to detect if ON_TRAVIS earlier
2016-08-16 13:24:38 -05:00
Job Evers-Meltzer
8c63d58c96
tmp: debug travis
2016-08-16 13:21:38 -05:00
Job Evers-Meltzer
991672d423
move pyobj building earlier
2016-08-16 13:16:25 -05:00
Job Evers-Meltzer
55ce38cc87
temp: debug travis
2016-08-16 12:52:55 -05:00
Job Evers-Meltzer
d0e3e13852
ignore osx build artifacts
2016-08-16 12:25:35 -05:00
Job Evers-Meltzer
a2a1e30d68
remove unnecessary libgmp
2016-08-16 12:25:18 -05:00
Job Evers-Meltzer
a6f08b9e0c
Prettifies the osx dmg
...
Adds a new background image, along with precisely located icon files.
Also updates the icon files to have white backgrounds. The icon files were
created using the 256px icon used in the ubuntu build.
2016-08-16 12:22:14 -05:00
David Amrhein
f28eee34e8
Merge remote-tracking branch 'origin/master'
2016-08-15 20:31:59 -04:00