Commit graph

185 commits

Author SHA1 Message Date
5ee880892e post section was in wrong part of file 2024-07-20 20:41:32 -07:00
1d28bb4ef5 Removes deploying to web server from this project 2024-07-20 20:38:58 -07:00
a1f0173c92 Remove static methods that arent overridable 2024-07-12 21:27:58 -07:00
ad7da43a39 Adds a json serializable abstract class 2024-07-12 21:21:02 -07:00
5e6e47bd0a Finish adding Sticker function calls 2024-07-11 16:30:49 -07:00
6079fa9a01 Alter networking to include authorization bot header, and add initial sticker calls 2024-07-11 02:44:54 -07:00
eae1f391de Add some more data structures 2024-07-11 02:15:08 -07:00
8cbf2466cf Start adding user API calls 2024-07-10 03:10:05 -07:00
15d80c1ab3 Start to add in some networking stuff 2024-07-10 02:46:33 -07:00
b820274f95 No longer archive artifacts 2024-07-10 02:16:17 -07:00
ede58b45c9 Ensure serverCode is deleted before trying to publish 2024-07-10 02:14:08 -07:00
662b93e011 Implement snowflakes 2024-07-10 02:09:10 -07:00
660b7df562 Delete workspace when build is completed 2024-07-09 21:48:19 -07:00
dea378f78e Add a extra instruction for getting dependencies 2024-07-09 21:45:49 -07:00
c0eb8554c9 Move build into a shell script instead 2024-07-09 21:24:07 -07:00
5d4e94de25 Unset some specific environment variables 2024-07-09 21:11:57 -07:00
61510a5a22 Bump version for testing 2024-07-09 20:24:14 -07:00
d2b80b461b Adds a empty user.dart file to the networking folder 2024-07-09 20:22:51 -07:00
b905722b20 Start adding networking stuff 2024-07-09 16:38:35 -07:00
d310401ecb Bump version 2024-07-09 16:12:24 -07:00
dbaeccc369 update jenkinsfile commands 2024-07-09 16:07:40 -07:00
ba979499ce Put commands back in place 2024-07-09 00:11:27 -07:00
1dd0a4f825 Skip validation on publish 2024-07-08 23:58:12 -07:00
0c2839ea5c Fix syntax error 2024-07-08 23:56:05 -07:00
50a6523d49 Adds artifact to generate 2024-07-08 23:53:44 -07:00
16c9ba0769 Adds artifact to generate 2024-07-08 23:52:41 -07:00
23b1f20751 Update jenkinsfile 2024-07-08 23:38:58 -07:00
96cd583c63 Force publish instead 2024-07-08 23:36:46 -07:00
9c914fb36d Remove tests from jenkinsfile 2024-07-08 23:30:17 -07:00
39dac3b191 Finish implementing initial objects 2024-07-08 23:25:51 -07:00
161484f693 Updates tests 2024-07-08 22:25:54 -07:00
815b70c630 Repair Jenkinsfile syntax 2024-07-08 22:15:59 -07:00
937d8d4d18 Repair Jenkinsfile syntax 2024-07-08 22:14:29 -07:00
a047189dca Repair Jenkinsfile syntax 2024-07-08 22:11:58 -07:00
7f0bee7c28 Adds in a jenkinsfile 2024-07-08 22:05:17 -07:00
bcaf02091f Start to add discord API structures 2024-07-08 02:36:56 -07:00
f6aac8fdc6 Bump version to edit the readme that shows on dartdocs 2024-07-03 00:04:57 -07:00
ffff529772 Stop wrongly displaying the default boolean value, they are usually toggles. 2024-07-02 23:31:00 -07:00
f17cc6a211 Fix usage displays 2024-07-02 22:34:26 -07:00
6d87807863 Add testsuite for argument parser 2024-07-02 22:22:50 -07:00
7d045bd49f Adds a CLI Argument parser 2024-07-02 22:12:06 -07:00
4ac95f605b Fix detection of tag type for unquoted string values 2024-07-02 20:47:13 -07:00
3e7bae969e Fix stringified value and key writing for quotes 2024-07-02 20:27:41 -07:00
8077bbfa1f Patch quoted strings in snbt 2024-07-02 19:23:14 -07:00
ee60a52249 Make some changes to prevent crash 2024-07-02 19:19:37 -07:00
bfa54b4804 Expose a parent tag type value 2024-06-06 23:42:47 -07:00
2954a1924e Merge pull request 'Fix #3: Implements converting to and from SNBT' (#9) from feat/3 into main
Reviewed-on: #9
2024-06-07 01:16:15 +00:00
bb67d9f335 Increment Version number 2024-06-06 18:15:02 -07:00
dfd536ae1c Finish implementing - and testing SNBT 2024-06-06 18:14:41 -07:00
a0f372693b Implement basic SNBT reader and testsuite 2024-06-06 14:14:13 -07:00