Commit graph

8559 commits

Author SHA1 Message Date
Griatch
bf8aac0d78 Version release 1.0rc9 2022-12-03 09:29:35 +01:00
Griatch
6d0ecf2e56 Version 1.0rc6 2022-12-03 09:29:35 +01:00
Griatch
04fd0eb396 Make Readme more succinct 2022-12-03 09:29:35 +01:00
Griatch
5896b72e2a Up minimum Python to 3.10 2022-12-03 09:29:35 +01:00
Griatch
06be8e4b29 Specify coverage source by-module name instead 2022-12-02 23:54:42 +01:00
Griatch
7d4c531b13 Test a linked install in CI 2022-12-02 23:12:27 +01:00
Griatch
6ae9ea6068 Update DockerImage for new build structure 2022-12-02 22:18:08 +01:00
Griatch
71d45060a3 Update docker file 2022-12-02 22:18:08 +01:00
Griatch
26e9a661bb
Merge pull request #3011 from InspectorCaracal/discord-patch-2
Minor Discord bugfixes and polish
2022-12-02 22:09:28 +01:00
Griatch
81b87f0b6f
Merge pull request #3013 from avalonhope/develop
Unit Tests for Searching Objects by Attribute
2022-12-02 19:57:00 +01:00
Avalon Hope
7b46929f36
Merge pull request #5 from avalonhope/avalonhope-patch-search-object-attribute
Add unit test for seaching for objects by attribute
2022-12-02 15:13:51 +00:00
InspectorCaracal
bb17f6a8b3 minor discord bugfixes and polish 2022-12-01 21:50:19 -07:00
Griatch
1271764100 Add german translation (Zhuraj) 2022-12-02 00:21:49 +01:00
Griatch
e9c660b6e5
Merge pull request #3010 from dvoraen/action_fix
Action fix
2022-12-02 00:21:08 +01:00
dvoraen
e173b6ef6f deploy job only runs if relevant branches 2022-12-01 14:57:06 -08:00
dvoraen
96c0e895b1 fix missing shell property 2022-12-01 14:33:23 -08:00
dvoraen
20b50af0e4 create action directory and yml 2022-12-01 14:28:57 -08:00
dvoraen
c82872bbc9 moving file to new place 2022-12-01 14:28:45 -08:00
Griatch
4256d5f598
Merge pull request #3008 from dvoraen/workflow_fix
Workflow string fixes for GitHub
2022-12-01 23:13:35 +01:00
dvoraen
d4f2b119de string fixes for GitHub 2022-12-01 14:10:23 -08:00
Griatch
67314d780a
Merge pull request #3006 from dvoraen/new_workflows
Unit testing workflow updates
2022-12-01 22:57:40 +01:00
Griatch
7833d9c69c Update with latest contribs, write summary-changelog 2022-12-01 22:53:02 +01:00
dvoraen
953d37dfe8 removed SQLite comments and fix if cond 2022-12-01 12:55:01 -08:00
Griatch
b666cf1681 Update CHANGELOG 2022-12-01 19:15:28 +01:00
Griatch
1acb971ac2
Merge pull request #2924 from ChrisLR/godot-client
Godot client contrib
2022-12-01 19:07:45 +01:00
Griatch
27bdf6662c Make virtualenv text a little clearer 2022-12-01 18:23:09 +01:00
ChrisLR
5bca368279 Add examples 2022-12-01 12:13:38 -05:00
Griatch
329f0e4d56 Emphasize virtualenv more in pip install 2022-12-01 18:12:32 +01:00
dvoraen
5c360a48db standardized strings; deploy only from source repo 2022-12-01 06:58:17 -08:00
dvoraen
f887034225 grouped coverage testing steps together 2022-12-01 06:43:20 -08:00
Avalon Hope
5783aa52a7
Update test_search.py 2022-12-01 14:14:25 +00:00
dvoraen
3034546702 Style updates and improved matrix include 2022-12-01 05:10:59 -08:00
Griatch
9bb16df509
Merge pull request #3005 from InspectorCaracal/discord-patch
Fix Discord issue involving keyword mismatch
2022-12-01 09:09:37 +01:00
InspectorCaracal
e5bcfda83a fix breaking kwarg changes 2022-11-30 20:12:41 -07:00
Griatch
643c5f387e Update and link new discord docs; reformat code for PEP8 2022-12-01 00:20:26 +01:00
Griatch
6001db4689 Update changelog 2022-12-01 00:02:12 +01:00
Griatch
1cfd6a0289
Merge pull request #3001 from InspectorCaracal/discord-integration
Add discord chat integration
2022-11-30 23:55:39 +01:00
InspectorCaracal
1c0c7f0df1 update for removal of /name 2022-11-30 15:39:22 -07:00
dvoraen
b76be5845f refactor of unit test workflow; uses new action 2022-11-30 05:34:08 -08:00
dvoraen
467ea4835c setup-database action 2022-11-30 05:32:00 -08:00
InspectorCaracal
e803be2773 addressing requested changes 2022-11-29 16:33:12 -07:00
Griatch
cc4836e5e5
Merge pull request #3004 from InspectorCaracal/InspectorCaracal-patch-1
Fix typo in nick command
2022-11-29 09:00:59 +01:00
InspectorCaracal
583d585d10 add retry for discord server error codes 2022-11-28 23:05:26 -07:00
InspectorCaracal
6f5600a4bc
Update general.py 2022-11-28 20:18:41 -07:00
InspectorCaracal
66d315ca53 add tests for new command 2022-11-28 18:29:58 -07:00
Griatch
ab5c703312 Fix bug in tags= search method 2022-11-28 21:44:59 +01:00
Griatch
f3d7ea4c80 Add AT_EXIT_TRAVERSE signal. Resolve #2687 2022-11-28 21:40:20 +01:00
Griatch
7a6b5ead3e Add consistent script ordering in script search. Resolve #2045 2022-11-28 21:07:44 +01:00
Griatch
d2c418a75f Add tags= search criterion to DefaultObject.search. Resolve #2142 2022-11-28 20:35:34 +01:00
Griatch
27138a3104 Apply black 2022-11-28 19:55:02 +01:00