-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix opening links in desktop IDE #6507
Conversation
adding @wdanilo as a reviewer as he is familiar with |
this may not be a particularly clean solution, however i can't think of a better one - suggestions are more than welcome though |
I believe this is the correct solution here :) |
@PabloBuchu @indiv0 could one of you possibly QA this? things to check:
|
@somebody1234 QA 🟡
| clicking the help button on dashboard. both of these should work (and should still be failing on develop) | trying to break this, if possible. is it possible to navigate the electron windows away to another origin(/domain)? (not desired since this is a security feature, after all) I can type |
might want to check that this PR is the cause - if not then maybe create an issue for it, but i'll try to repro real quick anyway (update: can repro but not sure this PR is the cause. i think i should do other stuff first, maybe revisit this if i have time)
whoops, forgot to whitelist discord
this works because github is whitelisted, and is (apparently) required for authentication to work |
Sorry I wasn't clear the non working debug scenes are not related to this PR.. I just mentioned that they are not working. Looks like everything works so QA 🟢 |
some gui cis are broken, merging with develop has been working for some other PRs so i figured i'd try here |
It fixes the issue I had with opening demo scenes. I didn't check anything besides that |
* develop: (28 commits) Add tests for Date.until, Date.next and Date.previous. (#6606) Improve `Non_Unique_Primary_Key` error, split file format detection into read/write, improve SQLite format detection (#6604) tokenize_to_columns or parse_to_columns results in a single column we shouldn't add the 1 (#6607) Fix node editing race condition (#6594) Add format to the in-memory Column (#6538) Fix dashboard issues (part 2) (#6511) Fix visualisation type selector artifacts rendered after node preview visualisation was closed. (#6575) Revert typescript CI Lint changes (#6602) Fix the Engine version check in GUI (#6570) Show error pop-up when failing to rename a project (#6366) Small changes from Book Club issues (#6533) "at_least_one" flag for tokenize_to_rows (#6539) Benchmark Engine job runs only engine, not Enso benchmarks (#6534) Catch 5813 and avoid crash (#6585) Fix opening links in desktop IDE (#6507) Identify SyntaxError exception and avoid printing a stack trace (#6574) Fix dashboard issues (#6502) Let ChangesetBuilder.invalidated search even container elements (#6548) Fix #5075: stop panning on full-screen visualisation (#6530) Only `Join_Kind.Inner` removes the common-named columns (#6564) ...
Pull Request Description
Fixes #6438
Fixes cloud-v2/#413
Screencasts
(an error dialog no longer appears)
screen-recorder-tue-may-02-2023-23-25-22.mp4
Important Notes
None
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.