-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: GoogleCloudPlatform/snapshot-debugger
base: v0.3.4
head repository: GoogleCloudPlatform/snapshot-debugger
compare: v0.3.5
- 10 commits
- 40 files changed
- 3 contributors
Commits on Apr 5, 2023
-
feat: Add initial version of VSCode extension (#130)
This provides an initial version of a VSCode extension that allows users to debug their applications using the Snapshot Debugger within VSCode. This is a proposed enhancement to address #82 Some additional work is expected before this will be released. See the extension's README for more information on the extension. --------- Co-authored-by: Jason Borg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f85de77 - Browse repository at this point
Copy the full SHA f85de77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72717eb - Browse repository at this point
Copy the full SHA 72717ebView commit details
Commits on Apr 12, 2023
-
chore: VS Code extension breakpoint syncing tweaks (#132)
- Avoid syncing active breakpoints from the backend while the setBreakPointsRequest is active. - Use a copy of the setBreakPointsRequest input breakpoints and provide copies of the breakpoints in the corresponding response.
Configuration menu - View commit details
-
Copy full SHA for 4f5e2b1 - Browse repository at this point
Copy the full SHA 4f5e2b1View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 81af6f4 - Browse repository at this point
Copy the full SHA 81af6f4View commit details
Commits on May 10, 2023
-
Add ability to configure connection timeout (#136)
The connection timeout is currently hardcoded to 2 seconds. It is likely that this is not going to work in all situations, so I'm adding a configuration knob to allow the user to set whatever timeout they'd like. Depending on feedback, the default timeout may be increased as well. The balance is that if the extension is attempting to discover the database, increases in timeouts will result in slower extension startup. This PR is related to #135
Configuration menu - View commit details
-
Copy full SHA for a1056c5 - Browse repository at this point
Copy the full SHA a1056c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for eedfe3c - Browse repository at this point
Copy the full SHA eedfe3cView commit details
Commits on May 18, 2023
-
chore: Update pylintrc to avoid warning (#142)
Use fully qualified exception names in overgeneral-exceptions option. This fixes the following warning: ``` pylint: Command line or configuration file:1: UserWarning: Specifying exception names in the overgeneral-exceptions option without module name is deprecated and support for it will be removed in pylint 3.0. Use fully qualified name (maybe 'builtins.BaseException' ?) instead. ```
Configuration menu - View commit details
-
Copy full SHA for f68b71d - Browse repository at this point
Copy the full SHA f68b71dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70f8def - Browse repository at this point
Copy the full SHA 70f8defView commit details -
feat: Enable general location support in the CLI (#143)
This change allows the user to specify an arbitrary region via the `--location` option to the `init` command. The `--location` option previously existed, however it only allowed the default value of `us-central1`. While the URL of databases in different regions will have different naming conventions, the CLI already made no assumptions in this regard and no extra changes were required to find the DB URL to use. The changes were the following: - The `init` command no longer enforces the default of `us-central1` for the `--location` argument. - Some enhancements to checks and user messages on errors were added for the `init` command when `--location` is used. - The README was updated with documentation regarding regions fixes #134 fixes #141 --------- Co-authored-by: James McTavish <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f47703f - Browse repository at this point
Copy the full SHA f47703fView commit details -
chore: Release CLI 0.3.5 (#145)
The CLI now supports creating the Firebase RTDB in different regions, as listed in https://firebase.google.com/docs/projects/locations#rtdb-locations. This can be specfied via the `--location` parameter in the `init` command.
Configuration menu - View commit details
-
Copy full SHA for 362d960 - Browse repository at this point
Copy the full SHA 362d960View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.4...v0.3.5