Commit Graph

18 Commits

Author SHA1 Message Date
Kristaps Fabians Geikins b02a07e2b6 feat: Frontend 2.0 MVP 2023-05-08 10:47:01 +03:00
Kristaps Fabians Geikins 05f11a26da feat: batch commit delete/move (#1016)
* feat: batch delete/move commits

* fix: ts linter issue
2022-09-22 16:49:18 +03:00
Dimitrie Stefanescu b733bf5114 fix(frontend): closes #686
recursively fetches branches until "done" in stream side bar
2022-06-07 00:36:51 +01:00
Dimitrie Stefanescu 27d32bc9c2 fix(backend): closes #705 (adds be validation & tests) 2022-06-06 20:35:51 +01:00
Gergő Jedlicska 0ac118e05c (refactor) server for less app-root-path 2022-05-03 13:10:00 +02:00
Fabians 4699e6794c reformatting again for 88 width 2022-04-04 19:21:28 +03:00
Fabians 1c7436e7ff extra prefer-const & object-shorthand 2022-04-04 19:00:24 +03:00
Gergő Jedlicska d53df11f77 style(server): fix all eslint errors and break the tests 2022-03-31 14:18:44 +02:00
Fabians aa5e94d640 chore: reformatting everything with prettier 2022-03-29 17:12:31 +03:00
Dimitrie Stefanescu 3b9b23ad7a feat: more scaffolding work + some front tightening 2022-02-23 07:34:22 +00:00
Cristian Balas 9329265708 Upgrade dependencies (#577) 2022-02-07 14:04:26 +02:00
Gergő Jedlicska 77363aeb98 feat(server branch query): always order by createdAt 2021-10-28 17:56:53 +02:00
Gergő Jedlicska c79f9523f8 feat((server) branche ordering): query branches without cursor orders by createdAt
fixes #119
2021-10-28 11:28:34 +02:00
Dimitrie Stefanescu 563303f520 fix(server): fixes get branch by name service (was not case insensitive) 2021-10-10 12:43:49 +01:00
Dimitrie Stefanescu 28e528731c feat(server): branch name validation on the server end + tests 2021-10-10 12:07:34 +01:00
Dimitrie Stefanescu a65de09c2f fix(server): fix coming from tests 2021-09-02 10:02:54 +01:00
Dimitrie Stefanescu 3e73f06035 fix(server): enforces lowercase when updating a branch name &
searches by LOWER(name) on stream branches to ensure backwards compatibility. This should be
efficient, as we're not searching on 1000s of branches; they're limited on a streamid where clause
first.
2021-09-02 09:48:14 +01:00
Dimitrie Stefanescu cd95c28939 refactor(global): restructures repo with lerna 2021-01-03 13:35:53 +02:00