generated from linz/template-javascript-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 4
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
test: Add basemapsCreatePullRequest.handler
smoke test TDE-1030
#891
Merged
Conversation
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
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
February 27, 2024 22:18
77529ac
to
cacfb9d
Compare
amfage
reviewed
Mar 10, 2024
amfage
previously approved these changes
Mar 11, 2024
blacha
reviewed
Mar 13, 2024
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
March 18, 2024 20:21
1e9f098
to
399356a
Compare
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
October 14, 2024 02:23
f4e4a2e
to
dcd3275
Compare
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
November 11, 2024 00:51
819d02e
to
dc2fa0b
Compare
l0b0
added a commit
that referenced
this pull request
Nov 11, 2024
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
November 11, 2024 22:26
ad2b7a1
to
e81d235
Compare
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
November 24, 2024 23:05
136a537
to
3f7f326
Compare
l0b0
force-pushed
the
refactor/avoid-fsa-joinall
branch
from
November 24, 2024 23:06
3f7f326
to
6e5c175
Compare
blacha
approved these changes
Nov 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
Enable refactoring the handler arguments by verifying a common, simple use case.
Modification
GithubApi
methods to avoid any online calls.Checklist