Commit Graph

154 Commits (889f0416fdc892f576024ff3477adf12589aa47c)
 

Author SHA1 Message Date
Benedikt Terhechte 889f0416fd Updated deployment github action and documentation 3 years ago
Benedikt Terhechte 6af7d7d90f Fix ubuntu deb path and (hopefully) windows target path 3 years ago
Benedikt Terhechte b1d6581d07 Add targets for fat binaries on macOS deployment 3 years ago
Benedikt Terhechte 5c526f45e9 It should be cargo-bundle instead of just bundle 3 years ago
Benedikt Terhechte 17fb57cee9 Deployment should also install cargo bundle 3 years ago
Benedikt Terhechte cc28ff8518 Try to run .bat file on windows 3 years ago
Benedikt Terhechte 1c63d028df Updated deployment workflow 3 years ago
Benedikt Terhechte 68e35dbf0e Another attempt at deploy github action 3 years ago
Benedikt Terhechte d6d2ab5e4e Merge branch 'main' of github.com:terhechte/postsack 3 years ago
Benedikt Terhechte db9400d9d2 Removed resourced videos 3 years ago
Benedikt Terhechte 5ece964ec0
Included Videos 3 years ago
Benedikt Terhechte 48b9bc92f2
Another try at videos in readme 3 years ago
Benedikt Terhechte 9d7d44233c Try new gh video feature, try deploy gh action 3 years ago
Benedikt Terhechte daf650bab9
Documentation (#24)
Improved Documentation
3 years ago
Benedikt Terhechte e8f9d9fdb5 Clippy Feedback 3 years ago
Benedikt Terhechte 9a35b99971
Cleanup Dependencies (#12)
* Moved deps into ps-core and `pub use` exported them so they're only in one place

* Updated Version Numbers
3 years ago
Benedikt Terhechte 3151902bef Added documentation 3 years ago
Benedikt Terhechte 7d71c0647c Update README.md
Added notes about windows support
3 years ago
Benedikt Terhechte 33acea62f8
Merge pull request #8 from terhechte/feature/wasm_demo
WASM Support
3 years ago
Benedikt Terhechte fa310340b4 Hide `Close` button on web 3 years ago
Benedikt Terhechte e94e42e5e0 Some cleanup 3 years ago
Benedikt Terhechte 600fa41c1c Added documentation 3 years ago
Benedikt Terhechte 70502081dd Implement custom queries over fake data 3 years ago
Benedikt Terhechte 4c86d033ff Generate Fake Email Data 3 years ago
Benedikt Terhechte 5f4c60bb66 Add ValueField initializer 3 years ago
Benedikt Terhechte c5d757a93d Export serde for value 3 years ago
Benedikt Terhechte 47968f337d Fixed tests 3 years ago
Benedikt Terhechte ce0def05a6 Removed postsack to postsack-native 3 years ago
Benedikt Terhechte 2482151eeb Fixed native build issues 3 years ago
Benedikt Terhechte 047552a20a Add postsack-web target for wasm
This includes everything required to build a wasm target.
It also separates the egui initialization into the separate
postsack target for native
3 years ago
Benedikt Terhechte 8ee485f7a7 Use an additional trait and some cfgs to refactor the thread away
As wasm doesn't support threads and we're using a background
processing thread. We had to refactor this away. The solution
is mediocre (for now) but involves a separate `DatabaseQuery`
trait which is trait object compatible and is used to make
synchronous calls.
3 years ago
Benedikt Terhechte 73043bd655 Added small cfgs for wasm32 to make it compile 3 years ago
Benedikt Terhechte 9a3f4fb47a Added cargo config for easy testing of different archs 3 years ago
Benedikt Terhechte d1d443f036 Used `DatabaseLike` trait instead of actual `Database` in gui 3 years ago
Benedikt Terhechte 93cbcea02a
Merge pull request #7 from terhechte/feature/workspace
Split up into Cargo Workspaces
3 years ago
Benedikt Terhechte 2633ef6b4c Ported tests over, fixed tests 3 years ago
Benedikt Terhechte 108d6d31e8 Moved dependencies around 3 years ago
Benedikt Terhechte 221672fcf8 Removed warnings 3 years ago
Benedikt Terhechte 5dfd1b9630 Initial Workspace restructuring compiles 3 years ago
Benedikt Terhechte 7a0be16578 Ported the importer crate over 3 years ago
Benedikt Terhechte 2a505f0d83 Ported the database crate over 3 years ago
Benedikt Terhechte 812d635bc5 First step to creating cargo workspaces, a core crate 3 years ago
Benedikt Terhechte d02ec78a75 updated readme 3 years ago
Benedikt Terhechte 7c1ef97635 Updated Readme 3 years ago
Benedikt Terhechte 7381f99ba6 Better debug output during test runs 3 years ago
Benedikt Terhechte 73e9047cbf
Try to get ubuntu to build
A bit difficult to figure out how to include the apt-get command only for one item in the matrix...
3 years ago
Benedikt Terhechte 6303784b41
Add Github Action 3 years ago
Benedikt Terhechte 57f89aa644 Updated readme, fixed small issue 3 years ago
Benedikt Terhechte 00354e3b5a
Merge pull request #6 from terhechte/build/clippy
Applied clippy
3 years ago
Benedikt Terhechte 936aa55703 Applied clippy 3 years ago