Commit Graph

234 Commits

Author SHA1 Message Date
shockrah
80112b8c59 added endpoint test for channel deletion based on non existant cname 2020-08-20 20:53:24 -07:00
shockrah
85f39a3586 added case for missing parameter in delete_channel endpoint" 2020-08-20 20:51:03 -07:00
shockrah
200602c698 ignoring sen_message_good as its really expensive on debug builds 2020-08-20 20:43:05 -07:00
shockrah
6dfc6ed687 adding test for missing secret key 2020-08-20 20:39:26 -07:00
shockrah
296fde9954 new helper function to generate channel parametesr for generating chanels 2020-08-20 19:20:21 -07:00
shockrah
e46ea5080d send_message_good works as intented and passes! 2020-08-20 19:20:04 -07:00
shockrah
aa01d0ee90 Channel (public) now exposes its field as public 2020-08-20 19:19:45 -07:00
shockrah
e6273b437b adding 400 case for send_message test - all tests passing as expected 2020-08-17 19:19:16 -07:00
shockrah
ced0965060 fixed channel creation/deletion test so it behaves properlu, all new tests passing atm 2020-08-17 18:51:35 -07:00
shockrah
6e6f48a34c Moved test::create_channel_good to rust unit tests 2020-08-12 20:46:45 -07:00
shockrah
0475c801a0 move list_all_channels_to equivalent rust code 2020-08-12 20:02:58 -07:00
shockrah
c0200b1711 removed frivolous println/old comment 2020-08-12 20:02:18 -07:00
shockrah
85acc6a309 Helper functions for other tests
There are kinda random and really just push away seams from the UT's themselves
2020-08-12 19:48:42 -07:00
shockrah
14f91e2240 first integrated unit test to start replacing bash test suite 2020-08-12 19:48:09 -07:00
shockrah
5d1b95bec6 making routes::is_open behavior a lot more clear
moved /join to be handled by the dynamic path handler
2020-08-11 19:43:05 -07:00
shockrah
32ee49ed08 adding some dynamic route basees
new feature to check for open routes
2020-08-10 22:34:26 -07:00
shockrah
157d133317 join via invite seems to be scaffolded properly but now requires testing 2020-08-10 21:48:44 -07:00
shockrah
2c6cdf9282 Removed dead code and removed frivilous import alias 2020-08-10 21:48:19 -07:00
shockrah
8a91d51dc6 Invite struct has been simplified
Invite::as_json_str/from_tuple changed to reflect new field changes
+ insert_new_invite: short and sweet error handling by the caller for now
* create_invite  now named `create`
+ reduced code complexity in invites::create so its very straight forward to read(imo)
2020-08-10 18:06:27 -07:00
shockrah
3e91d42f94 passing in corret params to invite endpoints
removed random '{' that was in the invites::create match arm
2020-08-10 18:02:01 -07:00
shockrah
996a08f58a Visual cleanup but also we're now dictating in main how the invites api should work now 2020-08-10 17:17:36 -07:00
shockrah
776ceb83c9 send_message was expecting the wrong parameters 2020-08-08 21:31:07 -07:00
shockrah
0d7e4e15b9 removed dead code
insert_new_member returns the raw secret ont whats stored in the db
2020-08-08 00:32:46 -07:00
shockrah
b4ec7005c7 removed more dead code 2020-08-08 00:31:12 -07:00
shockrah
537ba957e4 removed dead code 2020-08-08 00:30:45 -07:00
shockrah
b3d603eecc verification of secrets now has clearer fallback 2020-08-08 00:30:35 -07:00
shockrah
90e6496786 Auth wall now uses id for lookups
Secret is now checked against bcrypt, default cost now 13

New AuthReason::BadKey
	Meant to give us more specific auth responses but main isn't dealing w/ it yet
2020-08-07 21:23:38 -07:00
shockrah
e94668955e Merging new cli options into testing to ensure cli opts are working in
pipelines
2020-08-06 20:02:48 -07:00
shockrah
fd7a56403b fixed start server command as its value is always None but true 2020-08-06 20:02:29 -07:00
shockrah
c8ee118904 use serde_json to dump out owner accounts when theyre built by hand 2020-08-06 19:59:31 -07:00
shockrah
19ee2c2577 switching to serde_json for some heavy lifting of json conversions 2020-08-06 19:56:14 -07:00
shockrah
626f16afb8 guarding so that _a_ flag is required for us to do anything 2020-08-06 19:32:31 -07:00
shockrah
1b8e52e3e0 Moved new member for admins logic to members module
More generally members now has a proper looking insert new member function

Added new combinational permision for basic users

Reworked DATBASE_URL initialization for the API's environment variable
Nearly there to conditionally running the server, only need to add one more guard
2020-08-06 19:09:59 -07:00
shockrah
c1b50bd36a adding helper function to aid in creation of members as opt create owner requires 2020-08-06 16:31:18 -07:00
shockrah
ba433c5abe fixing mysql::params issue and ignoring usused Result from library 2020-08-06 16:00:42 -07:00
shockrah
e0989a888e exposed fields of struct Member as public 2020-08-05 23:14:35 -07:00
shockrah
99ccb14bf2 added code for creating new owner accounts, and for dealing with some commandline arguments 2020-08-05 23:14:00 -07:00
shockrah
45120330db Adding required deps for creating proper users 2020-08-05 22:49:11 -07:00
shockrah
6416370e95 Message changenotes
* send_message fails when a non-existant channel is specified
* send_message now works with existant channel
* send_message: notifies client of bad channel parameters
* send_message: sends a generic 500 on every other error
2020-08-02 18:38:07 -07:00
shockrah
d588128b9e Channel changenotes:
* create channel now responds correctly given various parameters
* insert channel now errors out properly with ? syntax
* new uses added to align with sql types
2020-08-02 18:32:02 -07:00
shockrah
014b6a06c8 oops 2020-08-01 18:57:49 -07:00
shockrah
a00dd2b442 Merge branch 'testing' into messaging 2020-07-31 22:10:31 -07:00
shockrah
a24126034b removed unused type 2020-07-31 22:10:27 -07:00
shockrah
c8055e07cc main is now setup to handle pipeline environments and regular .env filled environments 2020-07-31 21:49:07 -07:00
shockrah
000a75c81f user name+id now added to params and channels table now accepts channel_name 2020-07-30 23:50:03 -07:00
shockrah
b8c4cee57f send message now build properly w/ no warns 2020-07-30 23:31:20 -07:00
shockrah
34a04f7887 channel deletion seems to pass basic unit tests 2020-07-29 19:46:44 -07:00
shockrah
362eb53650 tabs before some messages for clearer reasoning on what happen on each request 2020-07-29 19:44:52 -07:00
shockrah
7ea3aef1cb removing more legacy code 2020-07-29 00:38:30 -07:00
shockrah
8d520117d4 new channel create/delete routes added 2020-07-29 00:28:09 -07:00