Commit 0d84a2b
release/0.3.0 (#95)
* feat: invitation creation, listing, deletion and acceptance
* refactor: breadcrumbs
* implement orgs wrapper
* fetch projects by organization ID
* cleanup
* org member + invitations management
* implement org settings + rename
* reset settings after save
* permissions by org rather than project
* remove project memberships
* add kafka and org invitation sent event
* make kafka module more robust
* fix formatting
* feat: hide org settings page from member users
* feat: move api keys to organization level
* feat: use role dropdown to change invited member role
* org invitations
* gitmodules
* set font-weight of headings to 400
* fix imports
* fix formatting
* fix kafka offline schema generation
* add scripts folder to tsconfig
* remove redundant function
* fix kafka producer connect
* chore: code tweaks & folder restructure (#87)
* chore: code tweaks & folder restructure
* delete docker
* chore: add more logs
* chore: add more logs
* chore: remove redandunt if
* chore: change orgs
* change logs
* fix: build
* fix: fix issue with wrong org fetched from local storage (#88)
* fix: handle errors
* feat: add cascade delete for prompt (#84)
* feat: add cascade delete for prompt
* fix: linting
* test dispatch
* test dispatch
* test dispatch
* feat: type safety through kafka lib (#89)
* feat: ci dispatch event (#91)
* test dispatch with payload
* test with submodule
* sync submodule
* rename CI event
* update submodule
* update submodule version
* update pezzo-private submodule
* update submodule
* update submodule
* add docker metadata
* update submodule
* delete entrypoint, update submodule
* remove entrypoint
* update submodule
* update submodules
* update submodule
* add short sha
* remove short sha
* update ci and submodules
* update submodule
* emit shortSha in event
* fix short sha emission
* fix short sha
* make short sha
* update varaibles
* fix formatting
* enable source maps
* clearner way to build with sourcemaps
* test build libs from source
* add ^build dependency to console
* add reflect-metadata
* feat: logout page
* cleanup localstorage org id when signing out
* use Pezzo ID rather than supertokens ID
* use plural private member for service
* update submodule
* fix: formatting
* fix: dependencies
* update submodule
* feat: add supertokensUserId to RequestUser interface
* fix: formatting
* temporarily allow circular dependency for @pezzo/kafka
* fix formatting
* feat: new UI look (#94)
* feat: new Pezzo brand look
* sync submodules
* feat(readme): new look
* update image
* reduce logo size on readme
* reimplement org selector
* fix: hide create project for non admins (#93)
* fix: hide create project buttons for non admin users
* fix: import
* fix: admin org
* remove org admin import
* fix: remove pascal case from prompt name
* fix: remove role & prevent from invite yourself
* fix: wrong if statement
* chore: add gpt-3.5-turbo-16k
* feat: add new openai model settings
* fix: update openai's cost
* fix: ai21 labs schema & change initial editor value to be text
* chore: update format
* chore: bump versions
---------
Co-authored-by: Ariel Weinberger <[email protected]>
Co-authored-by: 120axuz <[email protected]>1 parent 2b6e250 commit 0d84a2b
File tree
171 files changed
+4805
-596
lines changed- .github
- assets
- workflows
- .vscode
- apps
- console
- src
- app
- components
- api-keys
- common
- environments
- layout
- organizations
- projects
- prompts
- metrics
- views
- graphql
- definitions
- mutations
- queries
- hooks
- lib
- auth
- hooks
- providers
- theme
- utils
- pages
- environments
- invitations
- onboarding
- organizations
- projects
- prompts
- [promptId]
- assets
- favicon
- server
- prisma
- migrations
- 20230610210435_add_org_invitations
- 20230612230210_remove_project_memberships
- scripts
- src/app
- analytics
- auth
- identity
- inputs
- metrics
- projects
- prompt-environments
- prompts
- libs
- integrations
- src/lib/integrations
- ai21
- openai
- kafka
- src
- lib
- schemas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
171 files changed
+4805
-596
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
Binary file not shown.
Loading
This file was deleted.
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
77 | 88 | | |
78 | 89 | | |
79 | 90 | | |
| |||
82 | 93 | | |
83 | 94 | | |
84 | 95 | | |
85 | | - | |
| 96 | + | |
86 | 97 | | |
87 | 98 | | |
88 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 2 | + | |
13 | 3 | | |
14 | 4 | | |
15 | 5 | | |
16 | | - | |
| 6 | + | |
17 | 7 | | |
18 | 8 | | |
19 | 9 | | |
| 10 | + | |
20 | 11 | | |
21 | 12 | | |
22 | 13 | | |
23 | | - | |
| 14 | + | |
24 | 15 | | |
25 | 16 | | |
26 | 17 | | |
| |||
33 | 24 | | |
34 | 25 | | |
35 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments