Commit Graph

403 Commits

Author SHA1 Message Date
Salad Dais
7d303d2bca v0.3 v0.3 2021-05-03 03:04:22 +00:00
Salad Dais
dda3759028 Speed up Object tracking
Fixes #4
2021-05-03 02:59:50 +00:00
Salad Dais
d4e1a7a070 Fix queue consumption under 3.9 2021-05-03 02:07:03 +00:00
Salad Dais
d401842eef Tuned GC threshold 2021-05-03 01:15:17 +00:00
Salad Dais
1e4060f49c Faster message logging, improved queue usage 2021-05-03 01:14:54 +00:00
Salad Dais
a6c7f996ba Don't override message log's clear() method 2021-05-02 19:04:01 +00:00
Salad Dais
8fb36892cf Split Qt-specific parts out of message logger impl 2021-05-02 18:13:16 +00:00
Salad Dais
16c02d8b8c v0.2.1 v0.2.1 2021-05-02 02:07:09 +00:00
Salad Dais
badd4dbc78 Call the correct module's handle_init
Forgot about late binding on closure scopes.
2021-05-02 00:01:59 +00:00
Salad Dais
a63418aaac Pin to Qt5 2021-05-01 21:52:13 +00:00
Salad Dais
74b1e342bc v0.2 v0.2 2021-05-01 21:44:24 +00:00
Salad Dais
629814a611 Update docs 2021-05-01 21:43:45 +00:00
Salad Dais
6402a83c19 Update image links in readme 2021-05-01 21:31:24 +00:00
Salad Dais
3920210eb5 Correct tag for pypi publishing action 2021-05-01 21:21:28 +00:00
Salad Dais
2f3797cfcf Add test PyPI publishing workflow 2021-05-01 21:18:14 +00:00
Salad Dais
ad479a513b Add UI files to package data 2021-05-01 21:16:10 +00:00
Salad Dais
f7a6eee048 Better multiprocessing bootstrapping strategy
Should allow windows to use console_scripts again. Insanity destroyed.
2021-05-01 20:36:46 +00:00
Salad Dais
6db4bc6e52 Try pytest in CI 2021-05-01 20:22:04 +00:00
Salad Dais
5aa81edcdf Fix multiprocessing unpickling when using script 2021-05-01 20:22:04 +00:00
Salad Dais
c7977bff8c Update requires 2021-05-01 20:22:04 +00:00
Salad Dais
e56a202a08 Update setup.py to make bdist work 2021-05-01 20:22:04 +00:00
Salad Dais
e41321cdc3 Update readme 2021-05-01 01:24:57 +00:00
Salad Dais
4587db0436 Clarify comments 2021-05-01 00:45:57 +00:00
Salad Dais
ce525fedb7 Clean up setup.py 2021-05-01 00:34:46 +00:00
Salad Dais
374919bcb9 Fix warning about test class name 2021-05-01 00:34:46 +00:00
Salad Dais
c28872454f Fix HTTP logging exception when using CLI proxy 2021-05-01 00:34:46 +00:00
Salad Dais
75e9d03d70 Move tests out of the package
This will help us get better coverage info, and prevent packaging
test data with the sdist.
2021-05-01 00:34:46 +00:00
Salad Dais
d5d5f5a70b Improve command handling testing 2021-05-01 00:03:23 +00:00
Salad Dais
e176f08114 Test templated fields 2021-04-30 23:36:37 +00:00
Salad Dais
4175fea840 Fix some local mesh issues 2021-04-30 21:49:23 +00:00
Salad Dais
773643749a Add attribution for static VFS data 2021-04-30 18:43:40 +00:00
Salad Dais
fd5189b8de Never mind, this has to be tied to the session 2021-04-30 18:03:11 +00:00
dependabot[bot]
39bb6e78e2 Bump cryptography from 3.3.1 to 3.3.2 (#3)
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/3.3.1...3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 14:34:01 -03:00
dependabot[bot]
85ff48eefe Bump jinja2 from 2.11.2 to 2.11.3 (#2)
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.11.2...2.11.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 14:33:48 -03:00
dependabot[bot]
ee097cbdb2 Bump py from 1.8.1 to 1.10.0 (#1)
Bumps [py](https://github.com/pytest-dev/py) from 1.8.1 to 1.10.0.
- [Release notes](https://github.com/pytest-dev/py/releases)
- [Changelog](https://github.com/pytest-dev/py/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/py/compare/1.8.1...1.10.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-30 14:33:07 -03:00
Salad Dais
d663d92418 Import Hippolyzer 2021-04-30 17:30:24 +00:00
Salad Dais
43aca05065 PyOGP -> Hippolyzer 2021-04-30 17:29:56 +00:00
Aaron Terrell (Enus)
69ec544d49 forcefully stop the eq client in the inline doctest 2010-04-29 10:27:32 -07:00
Aaron Terrell (Enus)
9414ce99d0 updating inline doctests for better accuracy 2010-04-29 10:20:06 -07:00
Aaron Terrell (Enus)
a074ffecc4 fixing cap param in event queue doctest 2010-04-23 11:23:19 -07:00
enus_linden
a6a524bd53 adding a param moved from client 2010-03-09 15:36:49 -08:00
Ali-Akber Saifee
9c9756df21 added network test resources to package data 2010-02-25 09:56:31 +08:00
Aaron Terrell (Enus)
4acd21d764 restoring eventlet dependency 2010-02-09 15:22:07 -08:00
Aaron Terrell (Enus)
31672d370a catching greenlet AssertionError instances when it complains about being shut down, enabling some settings 2010-02-09 15:20:44 -08:00
Aaron Terrell (Enus)
4f5505c59b reverting variable representation in Message().data(), as string presentation was incorrect 2010-01-13 11:30:43 -08:00
Aaron Terrell (Enus)
b5811c8314 moving mock* test support files to tests/test_resources 2010-01-12 23:05:44 -08:00
Aaron Terrell (Enus)
1448039427 moved doctests to tests/doctests, updated setup and testDocTests accordingly 2010-01-12 22:40:39 -08:00
Aaron Terrell (Enus)
ecd3c1fd2a fixing 2 tests, and making a bug fix to Quaternion from bytes parsing 2010-01-11 14:54:00 -08:00
Aaron Terrell (Enus)
86f2cbd614 removing an unused import 2010-01-09 00:36:46 -08:00
Aaron Terrell (Enus)
df522a5a6e moving from indra.base to llbase, for llsd. we have not yet moved to lluuid, but we will in time 2010-01-08 23:06:09 -08:00