-
Notifications
You must be signed in to change notification settings - Fork 74
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
feat: Deploy the Explorer in production mode #499
Merged
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
alainncls
requested review from
satyajeetkolhapure,
orbmis,
0xEillo,
ars9 and
Solniechniy
as code owners
January 3, 2024 20:53
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #499 +/- ##
=======================================
Coverage 93.63% 93.63%
=======================================
Files 20 20
Lines 330 330
Branches 76 76
=======================================
Hits 309 309
Misses 10 10
Partials 11 11 ☔ View full report in Codecov by Sentry. |
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
5 times, most recently
from
January 3, 2024 21:54
de1ae99
to
de3825e
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
6 times, most recently
from
January 3, 2024 22:33
a23a37d
to
222c7e2
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
from
January 4, 2024 09:33
222c7e2
to
b6b7adf
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
2 times, most recently
from
January 4, 2024 09:42
f354d65
to
06b6988
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
from
January 4, 2024 10:07
06b6988
to
8f0a8c1
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
3 times, most recently
from
January 4, 2024 10:16
2907e3b
to
f45e01c
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
from
January 4, 2024 10:20
f45e01c
to
dfb49ad
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
from
January 4, 2024 10:24
dfb49ad
to
b6c45ad
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
from
January 4, 2024 11:14
b6c45ad
to
80f8ca7
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
4 times, most recently
from
January 4, 2024 16:14
09ab172
to
c7bb52e
Compare
ars9
approved these changes
Jan 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
3 times, most recently
from
January 4, 2024 22:28
d5d4827
to
d0773a5
Compare
alainncls
force-pushed
the
feat/deploy-production-explorer
branch
from
January 4, 2024 22:41
d0773a5
to
5294015
Compare
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.
What does this PR do?
Adds the ability to deploy the Explorer in production mode
Skips the deployment of a preview explorer when the changes are not on the Explorer package
Type of change
Check list