Skip to content

Commit

Permalink
Merge branch 'main' into static-rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxachun authored Dec 2, 2024
2 parents 7dcb93a + 68f4588 commit f8ed764
Show file tree
Hide file tree
Showing 16 changed files with 251 additions and 189 deletions.
13 changes: 0 additions & 13 deletions admin/cspell.config.yaml

This file was deleted.

244 changes: 181 additions & 63 deletions admin/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fontsource/roboto": "^5.1.0",
"@mui/lab": "^5.0.0-alpha.173",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/lab": "^5.0.0-alpha.174",
"@mui/material": "^5.16.8",
"@mui/system": "^5.16.8",
"@mui/x-data-grid": "^5.17.26",
"@mui/x-data-grid-pro": "^5.17.26",
"change-case": "^5.4.4",
Expand Down Expand Up @@ -73,8 +73,8 @@
"@graphql-codegen/introspection": "^4.0.3",
"@graphql-codegen/named-operations-object": "^3.1.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@parcel/watcher": "^2.5.0",
"@swc/plugin-emotion": "^3.0.13",
"@types/lodash.isequal": "^4.5.8",
Expand Down
4 changes: 0 additions & 4 deletions admin/project-words.txt

This file was deleted.

12 changes: 0 additions & 12 deletions api/cspell.config.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions api/project-words.txt

This file was deleted.

24 changes: 12 additions & 12 deletions api/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# THIS FILE WAS AUTOMATICALLY GENERATED (DO NOT MODIFY)
# ------------------------------------------------------

type User {
type UserPermissionsUser {
id: String!
name: String!
email: String!
Expand All @@ -26,7 +26,7 @@ type CurrentUser {
email: String!
permissions: [CurrentUserPermission!]!
impersonated: Boolean
authenticatedUser: User
authenticatedUser: UserPermissionsUser
permissionsForScope(scope: JSONObject!): [String!]!
}

Expand Down Expand Up @@ -123,8 +123,8 @@ type FilenameResponse {
isOccupied: Boolean!
}

type PaginatedUserList {
nodes: [User!]!
type UserPermissionPaginatedUserList {
nodes: [UserPermissionsUser!]!
totalCount: Int!
}

Expand Down Expand Up @@ -344,8 +344,8 @@ input RedirectScopeInput {

type Query {
currentUser: CurrentUser!
userPermissionsUserById(id: String!): User!
userPermissionsUsers(offset: Int! = 0, limit: Int! = 25, search: String, filter: UserFilter, sort: [UserSort!]): PaginatedUserList!
userPermissionsUserById(id: String!): UserPermissionsUser!
userPermissionsUsers(offset: Int! = 0, limit: Int! = 25, search: String, filter: UserPermissionsUserFilter, sort: [UserPermissionsUserSort!]): UserPermissionPaginatedUserList!
userPermissionsPermissionList(userId: String!): [UserPermission!]!
userPermissionsPermission(id: ID!, userId: String): UserPermission!
userPermissionsAvailablePermissions: [String!]!
Expand Down Expand Up @@ -379,12 +379,12 @@ type Query {
footer(scope: FooterScopeInput!): Footer
}

input UserFilter {
input UserPermissionsUserFilter {
name: StringFilter
email: StringFilter
status: StringFilter
and: [UserFilter!]
or: [UserFilter!]
and: [UserPermissionsUserFilter!]
or: [UserPermissionsUserFilter!]
}

input StringFilter {
Expand All @@ -395,12 +395,12 @@ input StringFilter {
notEqual: String
}

input UserSort {
field: UserSortField!
input UserPermissionsUserSort {
field: UserPermissionsUserSortField!
direction: SortDirection! = ASC
}

enum UserSortField {
enum UserPermissionsUserSortField {
name
email
status
Expand Down
12 changes: 0 additions & 12 deletions create-app/cspell.config.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions create-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion create-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@comet/create-app",
"version": "1.53.0",
"version": "1.54.0",
"description": "Command-line interface to create a new Comet application",
"homepage": "https://github.com/vivid-planet/comet-starter/tree/main/create-app#readme",
"bugs": {
Expand Down
2 changes: 0 additions & 2 deletions create-app/project-words.txt

This file was deleted.

23 changes: 17 additions & 6 deletions project-words.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
allkeys
authproxy
Autopurge
bitnami
codegen
darthsim
Flexbox
imgproxy
jaegertracing
loglevel
maxmemory
mikro
nanospinner
nestjs
nowait
oltp
ormconfig
pagetree
pkey
prelint
prelogin
maxmemory
allkeys
loglevel
rdndmb
requirepass
mikro
Mikro
nestjs
schemaname
tablename
13 changes: 0 additions & 13 deletions site/cspell.config.yaml

This file was deleted.

62 changes: 31 additions & 31 deletions site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/named-operations-object": "^3.1.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.1.1",
"@graphql-codegen/typescript-operations": "^4.3.1",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@parcel/watcher": "^2.5.0",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
Expand Down
3 changes: 0 additions & 3 deletions site/project-words.txt

This file was deleted.

0 comments on commit f8ed764

Please sign in to comment.