Commit Graph

2354 Commits

Author SHA1 Message Date
Ruben Fiszel
8bee2d32d4 chore(main): release 1.67.1 (#1219) 2023-02-22 23:47:37 +01:00
Ruben Fiszel
25529b0690 fix(cli): coloring nits 2023-02-22 23:46:08 +01:00
Ruben Fiszel
fd08c40893 update rustpython parser 2023-02-22 23:43:06 +01:00
Ruben Fiszel
67c13e2b0d nits on cli output 2023-02-22 23:28:50 +01:00
Ruben Fiszel
005a6dd877 nits on webhook sync 2023-02-22 22:44:19 +01:00
Ruben Fiszel
bcfb2db293 chore(main): release 1.67.0 (#1216)
* chore(main): release 1.67.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-22 22:39:14 +01:00
Ruben Fiszel
48f3dfd24c update README 2023-02-22 21:49:13 +01:00
Ruben Fiszel
5281a1848d fix flow rendering 2023-02-22 21:27:58 +01:00
Ruben Fiszel
937546c54c fix(cli): add --fail-conflicts to ci push 2023-02-22 21:00:48 +01:00
Kai Jellinghaus
d396fd57e7 Remove Stripe (#1217) 2023-02-22 19:15:10 +01:00
Faton Ramadani
0ec271d9ba feat(frontend): Add app sub grids (#1208)
* feat(frontend): Add app sub grids

* feat(frontend): remove temp file

* feat(frontend): update package.json

* feat(frontend): fix build

* fixes

* feat(frontend): wip

* feat(frontend): wip

* feat(frontend): update dependencies

* feat(frontend): update dependencies

* feat(frontend): fix scrolling issues

* feat(frontend): fix preview + delete

* feat(frontend): done

* feat(frontend): remove dead code

* feat(frontend): fix selection

* feat(frontend): add container

* feat(frontend): fix package.json

* feat(frontend): fix package.json

* feat(frontend): fix package.json

* feat(frontend): fix package.json

* feat(frontend): fix package.json

* feat(frontend): restore npm package

* feat(frontend): add missing dependencies

* feat(frontend): remove missing dependencies

* feat(frontend): fix package.json

* feat(frontend): fix package.json

* feat(frontend): fix package.json

* feat(frontend): revert

* feat(frontend): fix package-lock

* feat(frontend): fix package-lock

* fix package-lock.json

* update

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-22 17:52:10 +01:00
Ruben Fiszel
6ede24635b chore(main): release 1.66.1 (#1215)
* chore(main): release 1.66.1

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-22 15:55:37 +01:00
Ruben Fiszel
1538f229c7 fix(cli): delete workspace instead of archiving them 2023-02-22 15:50:42 +01:00
Ruben Fiszel
94c8aee4c7 chore(main): release 1.66.0 (#1214)
* chore(main): release 1.66.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-22 15:38:01 +01:00
Ruben Fiszel
38b21fb830 update README 2023-02-22 15:30:42 +01:00
Ruben Fiszel
4c89490a04 ux nits 2023-02-22 15:11:27 +01:00
Ruben Fiszel
cba47d7113 UX nits 2023-02-22 15:06:52 +01:00
Ruben Fiszel
b8cb1b6db4 cli skip pull 2023-02-22 14:29:37 +01:00
Ruben Fiszel
20435e16a5 cli nits 2023-02-22 14:26:36 +01:00
Ruben Fiszel
e2085c0359 feat: CLI refactor v1 2023-02-22 14:21:53 +01:00
Ruben Fiszel
d1be3192ea remove references to starter workspace' 2023-02-22 13:56:24 +01:00
Ruben Fiszel
dcc670afde remove extra_perms from being encoded in non-folder zip export 2023-02-22 12:55:40 +01:00
Ruben Fiszel
a131fca977 removed edited_by from zip metadata 2023-02-22 09:53:45 +01:00
Ruben Fiszel
0e27bd3c8b remove archived from zip 2023-02-22 09:23:23 +01:00
Ruben Fiszel
8338301899 remove metadata from zip 2023-02-22 09:18:01 +01:00
Ruben Fiszel
0fd26cf4fe remove metadata from zip 2023-02-22 09:12:22 +01:00
Ruben Fiszel
29d0cc620f feat: add delete flows 2023-02-22 08:40:11 +01:00
Ruben Fiszel
81bb580222 remove versions from serialized apps 2023-02-22 01:13:42 +01:00
Ruben Fiszel
e553b3e2fd update cli 2023-02-22 01:07:48 +01:00
Ruben Fiszel
9fc186764f v0 of cli refactor 2023-02-22 00:15:32 +01:00
Ruben Fiszel
cd69c185d7 extend zip permissions 2023-02-22 00:06:22 +01:00
Ruben Fiszel
53777f54d1 superadmin can see all 2023-02-22 00:00:43 +01:00
Ádám Kovács
c07356f72a feat(frontend): Add image app component (#1213)
* fix(frontend): hard type app component config

* feat(frontend): Add image app component

* feat(frontend): Add upload app input type
2023-02-21 19:14:55 +01:00
Ruben Fiszel
10c86c2a26 fix go-client with new openapi 2023-02-21 12:25:54 +01:00
Ruben Fiszel
8612d55ca8 chore(main): release 1.65.0 (#1210)
* chore(main): release 1.65.0

* Apply automatic changes

---------

Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
2023-02-21 10:17:35 +01:00
Kai Jellinghaus
908e7e5ba2 CLI fixes (#1204)
* Add default workspace URL

* R1 WIP

* Improve help docs slightly

* Rework tracking state

* WIP Rework
Remaining bug: Not returning state-only files (no local file) from *getFiles()

* Create newly found files

* Finish ZIP & new tracking code

* Fix two minor bugs

* do not consider conflict if same content

* add more logs to cli writing

* progress

* progress

* iteration

* Add most basic App support

* fix folder frontend bug

* fix folder frontend bug

* init done by default

* sqlx merge

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-21 10:13:21 +01:00
Ruben Fiszel
7cee6e498d edit main video 2023-02-21 01:28:07 +01:00
Ádám Kovács
57de47150d feat(frontend): Add file input app component (#1211)
* feat(frontend): Add file input app component

* fix(frontend): Handle multiple file selects

* fix(frontend): File input styling
2023-02-20 18:05:15 +01:00
Ruben Fiszel
478dadf16b rename panel headers 2023-02-19 22:47:30 +01:00
Ruben Fiszel
1dccf99b03 feat(apps): add asJson for customcss 2023-02-19 13:10:57 +01:00
Ruben Fiszel
d6f002f2e7 feat(apps): add custom css for apps 2023-02-19 12:51:59 +01:00
Ruben Fiszel
aa289f644a added loadOnAppLoading & iconBefore and after for app buttons 2023-02-17 22:22:41 +01:00
Ruben Fiszel
3e6ef6d5fb fix app select 2023-02-17 21:52:04 +01:00
Ruben Fiszel
84875ee856 fix app select 2023-02-17 21:28:04 +01:00
Ruben Fiszel
4bc1737d7c fixes 2023-02-17 21:16:51 +01:00
Ádám Kovács
8e51a27c91 feat(frontend): Add icon app component (#1207)
* feat(frontend): Add icon app component

* fix(frontend): Import only one icon at a time

* fix(frontend): Handle file names correctly

* feat(frontend): Use all arrow keys in popup navigation

* fix(frontend): Close popup after icon select

* fix(frontend): Position picker correctly

* fix(frontend): Handle empty search

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-02-17 20:20:28 +01:00
Ádám Kovács
03bb798927 feat(frontend): Add divider app component (#1209)
* feat(frontend): Add divider app component

* fix(frontend): Separate horizontal and vertical

* fix(frontend): Update aligments

* fix(frontend): Remove unused static value
2023-02-17 19:27:14 +01:00
Kai Jellinghaus
75bb170b71 feat(backend): Zip Workspace Export (#1201)
* Allow different formats

* Allow Zip format in workspace export

* Fix axum error

* Use ZIP in frontend

* File ending fix

* Fix empty query
2023-02-17 19:21:06 +01:00
Ruben Fiszel
161f99d20c fix currency issues 2023-02-17 16:40:18 +01:00
Ruben Fiszel
34c34fa998 new app component: currency + improved select 2023-02-16 23:40:58 +01:00