Nikita Galaiko
929562d80f
fix list_files
2023-02-20 14:02:55 +01:00
Nikita Galaiko
ec06b264d2
test repository open
2023-02-20 13:37:44 +01:00
Nikita Galaiko
efaba6b342
more session tests
2023-02-20 13:09:41 +01:00
Nikita Galaiko
ab803a12a1
add sessions test and fix list order
2023-02-20 13:03:28 +01:00
Nikita Galaiko
2e0f757cd9
use ms timestamps everywhere
2023-02-20 12:41:33 +01:00
Nikita Galaiko
bd2c5b5809
use real fs in deltas tests
2023-02-20 12:41:10 +01:00
Nikita Galaiko
137f73848f
refactor sessions mod
2023-02-20 12:41:09 +01:00
Nikita Galaiko
0562bcae5d
test deltas read/write
2023-02-20 12:41:09 +01:00
Nikita Galaiko
ea9fa3dca4
say session does not exist if meta does not exist
2023-02-20 12:41:09 +01:00
Kiril Videlov
a0b6e82795
Remove sorting of sessions by timestamp in rust
2023-02-20 10:19:06 +01:00
Scott Chacon
31a01ac693
think I fixed scrolling, changed time to start+duration, fixed ordering of sessions when pushing to commit vector
2023-02-18 15:47:08 +01:00
Nikita Galaiko
b1d6c2fee3
dynamic release versioning
2023-02-17 16:09:24 +01:00
Nikita Galaiko
928b94a031
do semver
2023-02-17 16:09:24 +01:00
Nikita Galaiko
eeec46c092
ignore non-utf8 files when calculating deltas
2023-02-17 16:04:22 +01:00
Scott Chacon
1bc8b80508
add an icon for fun
2023-02-17 16:03:29 +01:00
Nikita Galaiko
e1c47af20d
handle deltas calculation when file is removed
2023-02-17 15:18:32 +01:00
Nikita Galaiko
37a9a6a17c
move to project-id based namespacing
2023-02-17 10:50:30 +01:00
Nikita Galaiko
df950a5608
s3 upload ( #14 )
...
Automatically build on build branch, upload to S3 and tell the server.
---------
Co-authored-by: Scott Chacon <schacon@gmail.com>
2023-02-17 07:42:30 +01:00
Nikita Galaiko
e1597c7963
push to git remote
2023-02-16 16:19:09 +01:00
Nikita Galaiko
1b8984c357
make git watcher fetch project on every iteration
2023-02-16 15:30:55 +01:00
Nikita Galaiko
dfa16066c1
make watchers into a struct
2023-02-16 15:30:55 +01:00
Nikita Galaiko
723823bccd
module isolation
2023-02-16 15:30:55 +01:00
Kiril Videlov
2127b0f151
Improve UI/UX for Tauri config window
...
- Update the title bar style to `Overlay`
- Set `minWidth` and `minHeight` for window
[src-tauri/tauri.conf.json]
- Change title bar style to `Overlay`
- Set `minWidth` and `minHeight` for window
2023-02-16 12:18:50 +01:00
Nikita Galaiko
de0dd25c90
project settings page
2023-02-16 12:16:24 +01:00
Nikita Galaiko
bc6ac42a71
make watchers use anyhow
2023-02-15 16:57:22 +01:00
Nikita Galaiko
d2b85e614d
refactor users api to make it rust-first
2023-02-15 16:30:52 +01:00
Nikita Galaiko
a68e520f4d
projects update api
2023-02-15 15:44:47 +01:00
Nikita Galaiko
29e76aa24c
include updater bundle when publishing
2023-02-15 09:18:19 +01:00
Nikita Galaiko
93e20b042f
update app name in every place
2023-02-14 16:26:17 +01:00
Nikita Galaiko
c8380dcf3b
another attempt to make actions name work
2023-02-14 16:20:43 +01:00
Nikita Galaiko
782a814245
change app title depending on dev/release
2023-02-14 16:20:43 +01:00
Nikita Galaiko
b653965e2e
try to fix release product name
2023-02-14 16:00:04 +01:00
Nikita Galaiko
a3c7704026
fix path to release cfg
2023-02-14 15:46:22 +01:00
Nikita Galaiko
9d4b3216ce
use release tauri config for publishing
2023-02-14 15:39:16 +01:00
Nikita Galaiko
dad31ae858
change dev app identifier
2023-02-14 15:37:05 +01:00
Nikita Galaiko
798a17d739
vendor libgit2 and openssl
2023-02-14 15:20:00 +01:00
Nikita Galaiko
cb90c84413
use anyhow lib for error context
2023-02-14 13:11:41 +01:00
Nikita Galaiko
db8ed8e58f
remove extensive error descriptions
2023-02-14 12:41:37 +01:00
Scott Chacon
51e981a54e
make the whole directory before writing the delta file
2023-02-14 11:17:52 +01:00
Nikita Galaiko
7d86eb365e
user login page and storage
2023-02-14 10:32:31 +01:00
Nikita Galaiko
51bae9bf36
change list_files logic
...
now list_files will always return files state on the beginning of a
session
2023-02-14 09:35:09 +01:00
Kiril Videlov
2a2f8bc7fe
Refactor list_files() to use session base commit
...
- Ensure files are always listed from the session base commit
- Simplify the `list_files()` function by removing the `match` statement
2023-02-13 20:44:25 +01:00
Nikita Galaiko
62f0a4e914
treat current session just like any other session
2023-02-13 16:46:26 +01:00
Nikita Galaiko
e38a062dfa
is dev_mode in rust part
2023-02-13 12:36:56 +01:00
Nikita Galaiko
57ad560900
store complete logs directory inside session
2023-02-13 10:47:43 +01:00
Nikita Galaiko
fc4ba28317
do not parse reflog types into enums, just expose it directly
2023-02-13 09:55:50 +01:00
Nikita Galaiko
2843be38a7
update tray text when app is closed via red button
2023-02-10 15:46:44 +01:00
Nikita Galaiko
bcc93167c0
make app run in background
2023-02-10 15:39:57 +01:00
Nikita Galaiko
35e2059a2f
use reflog for session activity
2023-02-10 15:10:30 +01:00
Nikita Galaiko
4c5f52ee6d
store empty deltas anyway
2023-02-10 13:23:04 +01:00