-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): Test and deploy to Production v8.14.0 (#10620)
Signed-off-by: Matt Krick <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Matt Krick <[email protected]> Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com> Co-authored-by: Terry Acker <[email protected]> Co-authored-by: Bruce Tian <[email protected]> Co-authored-by: Nick O'Ferrall <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Georg Bremer <[email protected]> Co-authored-by: snyk-bot <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Rafa <[email protected]> Co-authored-by: Dale Bumblis <[email protected]> Co-authored-by: Sven Seeberg <[email protected]> Co-authored-by: github-actions <[email protected]>
- Loading branch information
1 parent
f6ea5e4
commit d61842a
Showing
17 changed files
with
75 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "8.13.1" | ||
".": "8.14.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "An open-source app for building smarter, more agile teams.", | ||
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParabolInc/parabol" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "chronos", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"description": "A cron job scheduler", | ||
"author": "Matt Krick <[email protected]>", | ||
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/chronos#readme", | ||
|
@@ -25,6 +25,6 @@ | |
}, | ||
"dependencies": { | ||
"cron": "^2.3.1", | ||
"parabol-server": "8.13.1" | ||
"parabol-server": "8.14.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ graphql` | |
reflectionGroups { | ||
id | ||
title | ||
smartTitle | ||
reflections { | ||
id | ||
plaintextContent | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "An open-source app for building smarter, more agile teams.", | ||
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParabolInc/parabol" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "parabol-embedder", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"description": "A service that computes embedding vectors from Parabol objects", | ||
"author": "Jordan Husney <[email protected]>", | ||
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/embedder#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gql-executor", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"description": "A Stateless GraphQL Executor", | ||
"author": "Matt Krick <[email protected]>", | ||
"homepage": "https://github.com/ParabolInc/parabol/tree/master/packages/gqlExecutor#readme", | ||
|
@@ -25,8 +25,8 @@ | |
}, | ||
"dependencies": { | ||
"dd-trace": "^5.0.0", | ||
"parabol-client": "8.13.1", | ||
"parabol-server": "8.13.1", | ||
"parabol-client": "8.14.0", | ||
"parabol-server": "8.14.0", | ||
"undici": "^5.26.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "integration-tests", | ||
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
packages/server/graphql/private/queries/getSAMLForDomain.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import getKysely from '../../../postgres/getKysely' | ||
import standardError from '../../../utils/standardError' | ||
import {QueryResolvers} from '../resolverTypes' | ||
|
||
const getSAMLForDomain: QueryResolvers['getSAMLForDomain'] = async (_parent, {domain}) => { | ||
const pg = getKysely() | ||
|
||
const samlResult = await pg | ||
.selectFrom('SAML') | ||
.innerJoin('SAMLDomain', 'SAML.id', 'SAMLDomain.samlId') | ||
.selectAll('SAML') | ||
.where('SAMLDomain.domain', '=', domain.toLowerCase()) | ||
.executeTakeFirst() | ||
|
||
if (!samlResult) { | ||
return standardError(new Error('No SAML configuration found for domain')) | ||
} | ||
return { | ||
saml: samlResult | ||
} | ||
} | ||
|
||
export default getSAMLForDomain |
4 changes: 4 additions & 0 deletions
4
packages/server/graphql/private/typeDefs/GetSAMLForDomainPayload.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
""" | ||
Return value for getSAMLForDomain, which could be an error | ||
""" | ||
union GetSAMLForDomainPayload = ErrorPayload | GetSAMLForDomainSuccess |
6 changes: 6 additions & 0 deletions
6
packages/server/graphql/private/typeDefs/GetSAMLForDomainSuccess.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
type GetSAMLForDomainSuccess { | ||
""" | ||
The SAML configuration | ||
""" | ||
saml: SAML! | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "An open-source app for building smarter, more agile teams.", | ||
"author": "Parabol Inc. <[email protected]> (http://github.com/ParabolInc)", | ||
"license": "AGPL-3.0", | ||
"version": "8.13.1", | ||
"version": "8.14.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ParabolInc/parabol" | ||
|
@@ -128,7 +128,7 @@ | |
"oauth-1.0a": "^2.2.6", | ||
"openai": "^4.53.0", | ||
"oy-vey": "^0.12.1", | ||
"parabol-client": "8.13.1", | ||
"parabol-client": "8.14.0", | ||
"pg": "^8.5.1", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters