Skip to content

Rustification tracking pull request #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
682e74e
got rid of rgi macro
dawidkubiscontrib Nov 29, 2019
c979788
Revert "got rid of rgi macro"
luciusmagn Nov 30, 2019
27d5208
Revert "sin2"
luciusmagn Nov 30, 2019
158e265
revert and update submodule
luciusmagn Nov 30, 2019
960069f
Revert "loeaddsD"
luciusmagn Nov 30, 2019
82ac21e
Revert "lellsaf"
luciusmagn Nov 30, 2019
f77ac38
Revert "sin"
luciusmagn Nov 30, 2019
998ecab
rustify list and get
luciusmagn Nov 30, 2019
4f7bf8c
rustify delete
luciusmagn Nov 30, 2019
150ff82
more appropriate rename
luciusmagn Nov 30, 2019
6ca68df
yeet deprecated code
luciusmagn Nov 30, 2019
a3c2d57
use sqlite connection pool
luciusmagn Nov 30, 2019
4ebe793
evil broken commit, inb4 committing heinous acts
luciusmagn Nov 30, 2019
86f5b69
i am the magic man
luciusmagn Nov 30, 2019
514e50f
typo
dawidkubiscontrib Nov 30, 2019
7bf3401
types
dawidkubiscontrib Nov 30, 2019
464d908
authtoken
dawidkubiscontrib Nov 30, 2019
fc6a800
fully typesafe DB access
luciusmagn Nov 30, 2019
dd07c2d
Merge branch 'rust' of https://github.com/broadcom-codebois/backend i…
luciusmagn Nov 30, 2019
3133e7c
dawidfix
luciusmagn Nov 30, 2019
37eee5d
database usage
dawidkubiscontrib Nov 30, 2019
33f86eb
bang - it compiles
dawidkubiscontrib Nov 30, 2019
6a66ad9
smarter db, models and implement post
luciusmagn Nov 30, 2019
35b268b
deretardify, add open function to database
luciusmagn Nov 30, 2019
33b048d
update function
luciusmagn Nov 30, 2019
29d42ad
convert patch (partially), post and date_filter, remove legacy code
luciusmagn Dec 1, 2019
6eeb268
rustify patch, fix some warnings
luciusmagn Dec 1, 2019
f2c15c4
formatting
luciusmagn Dec 1, 2019
e8aac2f
deretardify
luciusmagn Dec 1, 2019
bf71e3f
rewrite roles and sledify authentication
luciusmagn Dec 1, 2019
a95a749
convert approve
luciusmagn Dec 1, 2019
b57f353
restructure
luciusmagn Dec 1, 2019
d1d5436
restructure pt.2
luciusmagn Dec 1, 2019
ea3602f
start admin endpoints
luciusmagn Dec 1, 2019
4109216
superadmin generator
luciusmagn Dec 1, 2019
6ad08f0
superadmin generator working, update .env, update .gitignore, impleme…
luciusmagn Dec 1, 2019
6a00b75
change role, add default-run manifest key
luciusmagn Dec 1, 2019
afca1cf
add feature flag
luciusmagn Dec 1, 2019
2780bc1
Dockerfile update
dawidkubiscontrib Dec 4, 2019
59d472f
zip file
dawidkubiscontrib Dec 6, 2019
1e88d4b
almost no changes, switching devices for the sake of my comfort
dawidkubiscontrib Dec 8, 2019
a36bfb9
enum responses done
dawidkubiscontrib Dec 8, 2019
2d6b015
response.rs - first version
dawidkubiscontrib Dec 8, 2019
0116a05
content type
dawidkubiscontrib Dec 8, 2019
d2e2e13
compiles again
dawidkubiscontrib Dec 8, 2019
65aa7c6
small change
dawidkubiscontrib Dec 8, 2019
c06d4c3
response.rs - parsing from option and result
dawidkubiscontrib Dec 8, 2019
a3fc316
czechfags btfo
dawidkubiscontrib Dec 8, 2019
09c59b5
czechfags btfo
dawidkubiscontrib Dec 8, 2019
08f6114
czechfags btfo
dawidkubiscontrib Dec 8, 2019
429b9d0
response testing
dawidkubiscontrib Dec 8, 2019
6a08482
needs to be public
luciusmagn Dec 8, 2019
13a4751
minor fix
luciusmagn Dec 8, 2019
55d52cb
this is a better fit for websockets
luciusmagn Dec 8, 2019
2a58e63
websockets v1
luciusmagn Dec 9, 2019
141b281
Merge branch 'rust' of https://github.com/broadcom-codebois/backend i…
luciusmagn Dec 9, 2019
49c83bf
added From trait
dawidkubiscontrib Dec 9, 2019
5f5545c
zip file
dawidkubiscontrib Dec 9, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DATABASE_URL="auditorium_booking.sqlite3"
DATABASE_URL="auditorium__booking.sled.db"
SA_SECRET="epsteindidintkillhimself"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ dmypy.json
.pyre/

# database
auditorium_booking.sqlite3
auditorium__booking.sled.db/
Loading