-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 906 Fix freezing UI (#1066) * Manually assign results for each simulator * Revert "Manually assign results for each simulator" This reverts commit d5c3175. * Log and limit output for debugging * Limit output for big files * Increase large file limits Co-authored-by: Leszek Grzanka <grzanka@agh.edu.pl> * Decrease number of lines * Restore onChange handler for small files * Do not use specific language syntax highlight * Update converter version * Truncate single long line * Refactoring * Update src/WrapperApp/components/InputEditor/InputFilesEditor.tsx Co-authored-by: Leszek Grzanka <grzanka@agh.edu.pl> --------- Co-authored-by: Leszek Grzanka <grzanka@agh.edu.pl> * Set setPixelRatio to 1 (#1112) * build(deps): bump @uiw/react-textarea-code-editor from 2.1.6 to 2.1.7 (#1118) Bumps [@uiw/react-textarea-code-editor](https://github.com/uiwjs/react-textarea-code-editor) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/uiwjs/react-textarea-code-editor/releases) - [Commits](uiwjs/react-textarea-code-editor@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: "@uiw/react-textarea-code-editor" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump semver from 5.7.1 to 5.7.2 (#1123) Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump word-wrap from 1.2.3 to 1.2.4 (#1125) Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * keycloak integration (#1086) * keycloak attempts # Conflicts: # src/WrapperApp/components/Panels/LoginPanel.tsx * test * Print token for debug purposes * hardcoding * update * test * Update src/keycloak.js Co-authored-by: Jakub Niechaj <quban123@gmail.com> * test suggested by Mieszko * Add token refresh to keycloak * Add comunication with yaptide backend * Add interval async * Document ambiguous literal number values. --------- Co-authored-by: Dominik Hendzel <128628266+hendzeld@users.noreply.github.com> Co-authored-by: Jakub Niechaj <quban123@gmail.com> * build(deps): bump tough-cookie from 4.1.2 to 4.1.3 (#1120) Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/salesforce/tough-cookie/releases) - [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md) - [Commits](salesforce/tough-cookie@v4.1.2...v4.1.3) --- updated-dependencies: - dependency-name: tough-cookie dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump @mui/lab from 5.0.0-alpha.133 to 5.0.0-alpha.137 (#1126) Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 5.0.0-alpha.133 to 5.0.0-alpha.137. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab) --- updated-dependencies: - dependency-name: "@mui/lab" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Dominik Hendzel <128628266+hendzeld@users.noreply.github.com> Co-authored-by: Szymon Kania <26521377+ostatni5@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Niechaj <quban123@gmail.com>
- Loading branch information
1 parent
e3acc0c
commit 27310c6
Showing
9 changed files
with
366 additions
and
218 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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 @@ | ||
export const keycloakConfig = { | ||
url: 'https://sso.pre.plgrid.pl/auth/', | ||
realm: 'PLGrid', | ||
clientId: 'yaptide-staging', | ||
enableLogging: true | ||
}; |
Oops, something went wrong.