Commit Graph

218 Commits

Author SHA1 Message Date
Nikita Galaiko
768b2ff25a
add dev prefix for dev app name 2023-02-21 14:45:01 +01:00
Nikita Galaiko
b4433044f9
bring window to the front when show clicked 2023-02-21 14:37:52 +01:00
Nikita Galaiko
8f49f71c49
fix session test name 2023-02-21 14:33:36 +01:00
Nikita Galaiko
b6482b4347
make sure session exists when writing deltas 2023-02-21 14:32:52 +01:00
Nikita Galaiko
1c8d4577f7
fix git log 2023-02-21 13:44:39 +01:00
Nikita Galaiko
3372704147
fix updater url 2023-02-21 13:40:15 +01:00
Nikita Galaiko
bc6edf2edf
log that git wather started 2023-02-21 13:38:42 +01:00
Nikita Galaiko
9c0228346d
derive commit author from user 2023-02-21 12:11:47 +01:00
Nikita Galaiko
b0bb3b00f4
commit deps for dev build 2023-02-21 12:10:36 +01:00
Nikita Galaiko
32329ecb81
update session lastTs before flushing 2023-02-21 12:02:17 +01:00
Nikita Galaiko
c880a68408
verify hostname for open links 2023-02-21 12:02:17 +01:00
Nikita Galaiko
0ce6b3221f
add request id 2023-02-21 12:02:17 +01:00
Nikita Galaiko
51aa80cfd9
better logging 2023-02-21 12:02:17 +01:00
Kiril Videlov
37b7410453 workaround for delta timestamps after session end 2023-02-21 10:21:31 +01:00
Nikita Galaiko
e37f27315c
log fetch requests 2023-02-21 09:17:31 +01:00
Nikita Galaiko
ecdf3fef23
get api url from .env file 2023-02-21 09:17:31 +01:00
Kiril Videlov
1d1c500c63 🔨 Refactor: Add SessionV2 page and features
- Add a new page for sessionv2 with features to load session data, deltas, list of files, prerender flag, and navigation to previous and next session
- Add a sticky header for the timeline and a list of files and entries for the timeline
- Add a link to the v2 page for project session page

[src/routes/projects/[projectId]/sessionv2/[sessionId]/+page.svelte]
- Add a new file for the session page
- Add a function to convert timestamp to column index
- Add a sticky header for the timeline
- Add a list of files for the timeline
- Add a list of entries for the timeline
[src/routes/projects/[projectId]/sessionv2/[sessionId]/+page.ts]
- Add a new page for sessionv2 with the following features:
    - Load session data
    - Load deltas from the backend
    - Load list of files from the backend
    - Add a prerender flag
    - Add a navigation to the previous and next session if available
[src/routes/projects/[projectId]/sessions/[sessionId]/+page.svelte]
- Add link to v2 page for project session page
2023-02-21 08:19:05 +01:00
Nikita Galaiko
b7677ca75f
fail if curl fails 2023-02-20 17:13:49 +01:00
Nikita Galaiko
bfe96c4c25
disable debug in release script 2023-02-20 17:01:33 +01:00
Nikita Galaiko
c9ab7fa14f
fix config path 2023-02-20 16:51:48 +01:00
Nikita Galaiko
d9738b3906
do not pushd 2023-02-20 16:39:43 +01:00
Nikita Galaiko
64617ad2b0
fix release path 2023-02-20 16:27:56 +01:00
Nikita Galaiko
049822439f
set debug release true 2023-02-20 16:19:23 +01:00
Nikita Galaiko
f77ab8a74b
Revert "hardcode release dir"
This reverts commit 7467b96c2e.
2023-02-20 16:17:02 +01:00
Nikita Galaiko
45ba1c5569
Revert "add missing mkdir"
This reverts commit d1652aa95e.
2023-02-20 16:17:01 +01:00
Nikita Galaiko
d1652aa95e
add missing mkdir 2023-02-20 16:11:28 +01:00
Nikita Galaiko
7467b96c2e
hardcode release dir 2023-02-20 16:06:13 +01:00
Nikita Galaiko
290d80ca1a
handle missing ctime [2] 2023-02-20 15:54:34 +01:00
Nikita Galaiko
5dc7a51b98
handle missing ctime 2023-02-20 15:35:21 +01:00
Nikita Galaiko
615cf9cb9a
add semver validation 2023-02-20 15:29:17 +01:00
Nikita Galaiko
558bd5b997
read input from event 2023-02-20 15:21:27 +01:00
Nikita Galaiko
b8cb8660d5
display seconds 2023-02-20 15:16:32 +01:00
Nikita Galaiko
e69165f8bc
create signature when commiting 2023-02-20 15:16:24 +01:00
Nikita Galaiko
fe1c2fc577
create signature when making test commit 2023-02-20 15:12:58 +01:00
Nikita Galaiko
390bb40ced
add github run only when pushing version to s3 and server 2023-02-20 15:08:52 +01:00
Nikita Galaiko
cb05cbf2de
set updater url 2023-02-20 15:08:23 +01:00
Nikita Galaiko
1706653085
fix input variable syntax [2] 2023-02-20 14:57:58 +01:00
Nikita Galaiko
2dae707096
fix input variable syntax 2023-02-20 14:54:33 +01:00
Kiril Videlov
5b98e24ea7 🔨 Refactor: Sort sessions by startTimestampMs
- Sort project sessions by startTimestampMs
- Update layout for project routes

[src/routes/projects/[projectId]/+layout.ts]
- Sort sessions by startTimestampMs
2023-02-20 14:52:08 +01:00
Kiril Videlov
4f78da2464 🤦 2023-02-20 14:43:57 +01:00
Nikita Galaiko
38a5705066
build before test 2023-02-20 14:42:06 +01:00
Kiril Videlov
6d7e9df1c5 Improve timeline day session visuals
- Update ping animation colors in TimelineDaySession component
- Change `bg-orange-400` to `bg-orange-200` for ping animation
- Change `bg-orange-600` to `bg-zinc-200` and add `border-orange-200` for ping animation

[src/lib/components/timeline/TimelineDaySession.svelte]
- Change `bg-orange-400` to `bg-orange-200` for the ping animation
- Change `bg-orange-600` to `bg-zinc-200` and add a `border-orange-200` for the ping animation
2023-02-20 14:40:03 +01:00
Kiril Videlov
4a33245e60 Signal which session is current
- Add an indicator for the current session
- Change styling and title of the branch name link
- Add duration display in minutes

[src/lib/components/timeline/TimelineDaySession.svelte]
- Add an indicator for the current session
- Change the styling and title of the branch name link
- Add a duration display in minutes
- Fix a calculation bug in the duration display
2023-02-20 14:34:16 +01:00
Nikita Galaiko
e311f44886
install _all_ dependencies 2023-02-20 14:29:10 +01:00
Nikita Galaiko
facb584858
install libjavascriptcoregtk-4.0-dev for tests 2023-02-20 14:21:49 +01:00
Nikita Galaiko
139686859f
install libsoup2.4-dev for tests 2023-02-20 14:14:45 +01:00
Nikita Galaiko
ca6ce1ea97
cache deps 2023-02-20 14:14:28 +01:00
Nikita Galaiko
4c20988c03
fix pipeline 2023-02-20 14:06:04 +01:00
Nikita Galaiko
1904e83086
install missing tests dep 2023-02-20 14:04:26 +01:00
Nikita Galaiko
929562d80f
fix list_files 2023-02-20 14:02:55 +01:00