stephenLYZ opened a new pull request, #21781:
URL: https://github.com/apache/superset/pull/21781
### SUMMARY
We use `why-did-you-render` tool to measure the re-rendering of the native
filter modal. This PR improves native filter modal in two scenarios (which has
more than 20
artemonsh opened a new pull request, #21780:
URL: https://github.com/apache/superset/pull/21780
### SUMMARY
This PR updates the Russian translation files. Some of the translations were
changed, added or deleted. All changes were made to .po and .json files.
### BEFORE/AFTE
codecov[bot] commented on PR #21779:
URL: https://github.com/apache/superset/pull/21779#issuecomment-1275575293
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21779?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
john-bodley commented on code in PR #21778:
URL: https://github.com/apache/superset/pull/21778#discussion_r992926312
##
superset/migrations/shared/utils.py:
##
@@ -100,22 +100,31 @@ def paginated_update(
"""
Update models in small batches so we don't have to load every
john-bodley commented on code in PR #21778:
URL: https://github.com/apache/superset/pull/21778#discussion_r992926312
##
superset/migrations/shared/utils.py:
##
@@ -100,22 +100,31 @@ def paginated_update(
"""
Update models in small batches so we don't have to load every
john-bodley commented on PR #21778:
URL: https://github.com/apache/superset/pull/21778#issuecomment-1275542412
@ktmud
> Your comment reminded me, what if an object was updated in the loop in a
way that makes it no longer matches the query's filtering condition
Now that the que
codyml opened a new pull request, #21779:
URL: https://github.com/apache/superset/pull/21779
### SUMMARY
This PR is an attempt to fix the Handlebars viz plugin, which currently
raises both build and runtime errors, by updating Webpack and Babel config.
Build wa
long-tranvan commented on issue #16030:
URL: https://github.com/apache/superset/issues/16030#issuecomment-1275519441
Hi @pedrohdemedeiros
You can try this workaround (at least it works for me)
```sh
export SUPERSET_BASE_URL=#your superset endpoint
export URL_AUTH=$SUPERSET_BAS
codecov[bot] commented on PR #21778:
URL: https://github.com/apache/superset/pull/21778#issuecomment-1275515892
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21778?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
Cmagno13 commented on issue #21548:
URL: https://github.com/apache/superset/issues/21548#issuecomment-1275512364
Environment
browser type and version: Firefox 105.0.3 (64-bits)
superset version: 2.0.0
python version: 3.9.2
node.js version: 16.16.0
--
This is an automated messag
Cmagno13 commented on issue #21548:
URL: https://github.com/apache/superset/issues/21548#issuecomment-1275511771
Goodnight!
I also have this error when generating the forecast

john-bodley commented on code in PR #21778:
URL: https://github.com/apache/superset/pull/21778#discussion_r992926475
##
superset/migrations/shared/utils.py:
##
@@ -100,22 +100,31 @@ def paginated_update(
"""
Update models in small batches so we don't have to load every
john-bodley opened a new pull request, #21778:
URL: https://github.com/apache/superset/pull/21778
### SUMMARY
This PR fixes an issue with the `paginated_update` method which is used in a
number of migrations. The problem is the pagination was not deterministic,
i.e., per iter
gcoder5 opened a new issue, #21777:
URL: https://github.com/apache/superset/issues/21777
A clear and concise description of what the bug is.
How to reproduce the bug
1. Go to Main Page
2. Click on Connect database
3. select Clickhouse
4. if my clickhouse password i
zhaoyongjie merged PR #21766:
URL: https://github.com/apache/superset/pull/21766
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr.
codecov[bot] commented on PR #21776:
URL: https://github.com/apache/superset/pull/21776#issuecomment-1275421038
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21776?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
kamalkeshavani-aiinside commented on issue #21718:
URL: https://github.com/apache/superset/issues/21718#issuecomment-1275419519
New feature are also requested in the 'Discussions'.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
eschutho commented on PR #21765:
URL: https://github.com/apache/superset/pull/21765#issuecomment-1275416263
@villebro I asked for some product/design feedback on what an alpha can see
on the list page, too.
--
This is an automated message from the Apache Git Service.
To respond to the me
eschutho commented on code in PR #21765:
URL: https://github.com/apache/superset/pull/21765#discussion_r992867099
##
UPDATING.md:
##
@@ -32,6 +32,8 @@ assists people when migrating to a new version.
### Breaking Changes
+- [21765](https://github.com/apache/superset/pull/217
eschutho commented on code in PR #21776:
URL: https://github.com/apache/superset/pull/21776#discussion_r992856452
##
superset-frontend/src/explore/components/controls/DateFilterControl/components/CustomFrame.test.tsx:
##
@@ -39,6 +39,14 @@ const store = mockStore({
common: {
zhaorui2022 commented on PR #21724:
URL: https://github.com/apache/superset/pull/21724#issuecomment-1275396629
> good stuff, have 2 questions.
>
> 1. in case of error modal, should we send the alert to owner and not
to the receivers?
> I think two approach could both wo
eric-briscoe opened a new pull request, #21776:
URL: https://github.com/apache/superset/pull/21776
### SUMMARY
Resolves issue #21731 where date range in explore throws runtime error when
explore.common is undefined in Redux state.
See associated issue: https://git
martinkonopka opened a new issue, #21775:
URL: https://github.com/apache/superset/issues/21775
Dockerfile defines installation of the packages for development from
`requirements/development.txt` also to `lean` version of Docker image. This
results in inclusion of packages for development in
rumbin commented on issue #20740:
URL: https://github.com/apache/superset/issues/20740#issuecomment-1275297824
Confirming this observation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the spe
github-actions[bot] commented on PR #21770:
URL: https://github.com/apache/superset/pull/21770#issuecomment-1275287272
@pkdotson Ephemeral environment spinning up at http://54.70.240.166:8080.
Credentials are `admin`/`admin`. Please allow several minutes for bootstrapping
and startup.
--
pkdotson commented on PR #21770:
URL: https://github.com/apache/superset/pull/21770#issuecomment-1275283515
/testenv up
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To u
codecov[bot] commented on PR #21773:
URL: https://github.com/apache/superset/pull/21773#issuecomment-1275252436
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21773?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
misumme-pg opened a new issue, #21774:
URL: https://github.com/apache/superset/issues/21774
I'm trying to install superset in my eks cluster but keep running into
following error
Normal WaitForPodScheduled 4m6s (x23 over 19m)
persistentvolume-controller waiting for pod supers
codecov[bot] commented on PR #21772:
URL: https://github.com/apache/superset/pull/21772#issuecomment-1275249217
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21772?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
eschutho opened a new pull request, #21773:
URL: https://github.com/apache/superset/pull/21773
### SUMMARY
The Werkzeug 2.1 release removed some deprecated code and merged the
ETagResponseMixin into the Response class. Instead of pinning superset to any
flask or werkzeug version, I'm ret
eschutho opened a new pull request, #21772:
URL: https://github.com/apache/superset/pull/21772
I updated the type for this config but forgot to update the comment.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
### TESTING INSTRUCTIONS
### ADDITIONAL INFORMATION
codecov[bot] commented on PR #21771:
URL: https://github.com/apache/superset/pull/21771#issuecomment-1275195734
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21771?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
hug merged PR #21738:
URL: https://github.com/apache/superset/pull/21738
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@s
ktmud commented on PR #21771:
URL: https://github.com/apache/superset/pull/21771#issuecomment-1275153001
Can you add more details on how to reproduce this max-depth-call-stack error?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to Gi
justinpark opened a new pull request, #21771:
URL: https://github.com/apache/superset/pull/21771
### SUMMARY
Since the legacy TabbedSqlEditor component uses
`UNSAFE_componentWillReceiveProps` lifecycle method to update the state for
`editorQueries` and `dataPreviewQueries`, which **only*
github-actions[bot] commented on PR #21557:
URL: https://github.com/apache/superset/pull/21557#issuecomment-1275099578
@jinghua-qa Ephemeral environment spinning up at http://54.202.251.181:8080.
Credentials are `admin`/`admin`. Please allow several minutes for bootstrapping
and startup.
github-actions[bot] commented on PR #21064:
URL: https://github.com/apache/superset/pull/21064#issuecomment-1275097292
@rusackas Ephemeral environment creation failed. Please check the Actions
logs for details.
--
This is an automated message from the Apache Git Service.
To respond to the
github-actions[bot] commented on PR #21064:
URL: https://github.com/apache/superset/pull/21064#issuecomment-1275097278
@rusackas Container image not yet published for this PR. Please try again
when build is complete.
--
This is an automated message from the Apache Git Service.
To respond
rusackas commented on PR #21064:
URL: https://github.com/apache/superset/pull/21064#issuecomment-1275093424
/testenv up
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To u
github-actions[bot] commented on PR #21442:
URL: https://github.com/apache/superset/pull/21442#issuecomment-1275079950
Ephemeral environment shutdown and build artifacts deleted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
github-actions[bot] commented on PR #21698:
URL: https://github.com/apache/superset/pull/21698#issuecomment-1275056349
Ephemeral environment shutdown and build artifacts deleted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
EugeneTorap commented on PR #21650:
URL: https://github.com/apache/superset/pull/21650#issuecomment-1275041332
@lyndsiWilliams Can you review and merge it?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above
eschutho merged PR #21442:
URL: https://github.com/apache/superset/pull/21442
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@
lyndsiWilliams merged PR #21698:
URL: https://github.com/apache/superset/pull/21698
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubs
jinghua-qa commented on PR #21557:
URL: https://github.com/apache/superset/pull/21557#issuecomment-1274996314
/testenv up
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
codecov[bot] commented on PR #21770:
URL: https://github.com/apache/superset/pull/21770#issuecomment-1274986696
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21770?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
github-actions[bot] commented on PR #21760:
URL: https://github.com/apache/superset/pull/21760#issuecomment-1274969862
@geido Ephemeral environment spinning up at http://34.214.27.57:8080.
Credentials are `admin`/`admin`. Please allow several minutes for bootstrapping
and startup.
--
Thi
fMagVen commented on issue #21718:
URL: https://github.com/apache/superset/issues/21718#issuecomment-1274967649
a better idea would be to turn it into a feature request, but how do i do
that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
lyndsiWilliams opened a new pull request, #21770:
URL: https://github.com/apache/superset/pull/21770
### SUMMARY
This PR changed the left panel's search functionality from server side
searching to client side searching.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
pengwk opened a new pull request, #21769:
URL: https://github.com/apache/superset/pull/21769
### SUMMARY
Show the list of all saved queries despite of creators. If the fix is
acceptable, then add the test.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
###
pengwk commented on issue #20604:
URL: https://github.com/apache/superset/issues/20604#issuecomment-1274891317
This can temporarily solve the problem @emilija-omnisend @winglight
```
diff --git a/superset/queries/saved_queries/filters.py
b/superset/queries/saved_queries/filters.py
github-actions[bot] commented on PR #21438:
URL: https://github.com/apache/superset/pull/21438#issuecomment-1274800057
Ephemeral environment shutdown and build artifacts deleted.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
zhaoyongjie commented on code in PR #21760:
URL: https://github.com/apache/superset/pull/21760#discussion_r992341075
##
superset-frontend/src/views/CRUD/chart/ChartList.tsx:
##
@@ -135,6 +137,47 @@ const createFetchDatasets = async (
};
};
+const createFetchDashboards = as
zhaoyongjie commented on PR #20359:
URL: https://github.com/apache/superset/pull/20359#issuecomment-1274760732
@john-bodley Sorry, I'm stuck in another
[PR](https://github.com/apache/superset/pull/20639) with a cypress problem. I
think the migration process should be re-run after resolve th
MM-Lehmann commented on issue #20694:
URL: https://github.com/apache/superset/issues/20694#issuecomment-1274724182
Can you try with 2.0 please? Also, make sure the feature flag
`AUTH_ROLES_SYNC_AT_LOGIN` is set to true and the user logs out and in again.
--
This is an automated message fr
zhaoyongjie commented on code in PR #21760:
URL: https://github.com/apache/superset/pull/21760#discussion_r992341075
##
superset-frontend/src/views/CRUD/chart/ChartList.tsx:
##
@@ -135,6 +137,47 @@ const createFetchDatasets = async (
};
};
+const createFetchDashboards = as
michael-s-molina commented on code in PR #21760:
URL: https://github.com/apache/superset/pull/21760#discussion_r992294388
##
superset-frontend/src/components/ListView/CrossLinks.test.tsx:
##
@@ -0,0 +1,97 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ *
geido commented on PR #21760:
URL: https://github.com/apache/superset/pull/21760#issuecomment-1274663976
/testenv up FEATURE_CROSS_REFERENCES=true
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go
kgabryje merged PR #21438:
URL: https://github.com/apache/superset/pull/21438
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@
zhaoyongjie commented on issue #21755:
URL: https://github.com/apache/superset/issues/21755#issuecomment-1274658969
@HeathLee Thanks for the report, I will follow this issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and
geido commented on PR #21507:
URL: https://github.com/apache/superset/pull/21507#issuecomment-1274618563
Adding @jinghua-qa for an upmost confirmation from QA. Let's hold for her
feedback before merging
--
This is an automated message from the Apache Git Service.
To respond to the message
dreseldo opened a new issue, #21768:
URL: https://github.com/apache/superset/issues/21768
When creating a dataset the schema field must be filled out. If the database
does not support schemas (like SolR) the dataset cannot be created because the
list of tables gets not filled. When using th
codecov[bot] commented on PR #21767:
URL: https://github.com/apache/superset/pull/21767#issuecomment-1274554626
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21767?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
michael-s-molina merged PR #21744:
URL: https://github.com/apache/superset/pull/21744
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsu
pthirumalai commented on issue #20968:
URL: https://github.com/apache/superset/issues/20968#issuecomment-1274496062
Hi @saghatelian
The issue got resolved after we made changes to the
docker/requirements-local.txt as per your suggestion. Thanks.
--
This is an automated message fro
codecov[bot] commented on PR #21764:
URL: https://github.com/apache/superset/pull/21764#issuecomment-1274449398
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21764?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
codecov[bot] commented on PR #21765:
URL: https://github.com/apache/superset/pull/21765#issuecomment-1274439250
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21765?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
villebro commented on code in PR #21766:
URL: https://github.com/apache/superset/pull/21766#discussion_r992080780
##
superset-frontend/packages/superset-ui-chart-controls/src/shared-controls/index.tsx:
##
@@ -227,7 +226,7 @@ const time_range: SharedControlConfig<'DateFilterContr
pthirumalai commented on issue #21619:
URL: https://github.com/apache/superset/issues/21619#issuecomment-1274386148
Hi @saghatelian , Thanks for your reply. I have already tried uninstalling
pybigquery and installed sqlalchemy-bigquery, but still the issue persists.
--
This is an automate
pthirumalai commented on issue #21619:
URL: https://github.com/apache/superset/issues/21619#issuecomment-1274386402
Hi @saghatelian , Thanks for your reply. I have already tried uninstalling
pybigquery and installed sqlalchemy-bigquery, but still the issue persists.
--
This is an automate
villebro commented on code in PR #21641:
URL: https://github.com/apache/superset/pull/21641#discussion_r992058612
##
superset-embedded-sdk/package.json:
##
@@ -1,6 +1,6 @@
{
"name": "@superset-ui/embedded-sdk",
- "version": "0.1.0-alpha.7",
+ "version": "0.1.0-alpha.8",
R
zhaoyongjie opened a new pull request, #21767:
URL: https://github.com/apache/superset/pull/21767
### SUMMARY
TBD, should wait for [PR](https://github.com/apache/superset/pull/21766) to
merged.
### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
### TESTING INSTRUCTIONS
zhaoyongjie opened a new pull request, #21766:
URL: https://github.com/apache/superset/pull/21766
### SUMMARY
In order to easily review the Time Section Migration, all refactoring work
is done in this PR. This PR shouldn't change any current behaviors.
### BEFORE/AFTER SCREENSHOTS
saghatelian commented on issue #21619:
URL: https://github.com/apache/superset/issues/21619#issuecomment-1274353223
Ok, I've found the solution in another thread:
https://github.com/apache/superset/issues/20968
Changing `pybigquery` to `sqlalchemy-bigquery` in
`docker/requirements-
codecov[bot] commented on PR #21763:
URL: https://github.com/apache/superset/pull/21763#issuecomment-1274352381
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21763?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
saghatelian commented on issue #20968:
URL: https://github.com/apache/superset/issues/20968#issuecomment-1274351978
Hi @pthirumalai
We also have a Docker installation.
Changing `pybigquery` to `sqlalchemy-bigquery` in
`docker/requirements-local.txt` solved the issue for me.
--
Thi
qq273681448 commented on issue #2580:
URL: https://github.com/apache/superset/issues/2580#issuecomment-1274320430
HI!我是邵磊,您的邮件我已经收到啦,我会在第一时间给您回复哦。
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to
villebro opened a new pull request, #21765:
URL: https://github.com/apache/superset/pull/21765
### SUMMARY
Currently Gamma users have read and write permissions for Alerts & Reports
and access the "Alerts & Reports" menu. However, since they don't have access
to the "Manage" menu, they c
codecov[bot] commented on PR #21754:
URL: https://github.com/apache/superset/pull/21754#issuecomment-1274266426
#
[Codecov](https://codecov.io/gh/apache/superset/pull/21754?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Sof
doornot commented on PR #21641:
URL: https://github.com/apache/superset/pull/21641#issuecomment-1274265426
hello @villebro, please help review.
BTW, if this pr be approved and merged, will CI publish
[@superset-ui/embedded-sdk](https://www.npmjs.com/package/@superset-ui/embedded-sdk)
dpgaspar merged PR #21761:
URL: https://github.com/apache/superset/pull/21761
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: notifications-unsubscr...@
dependabot[bot] opened a new pull request, #21764:
URL: https://github.com/apache/superset/pull/21764
Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 4.19.0 to 5.40.0.
Release notes
Sourced from https://githu
dependabot[bot] closed pull request #21692: chore(deps-dev): bump
@typescript-eslint/parser from 4.19.0 to 5.39.0 in /superset-websocket
URL: https://github.com/apache/superset/pull/21692
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to
dependabot[bot] commented on PR #21692:
URL: https://github.com/apache/superset/pull/21692#issuecomment-1274230774
Superseded by #21764.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specif
dependabot[bot] closed pull request #21730: chore(deps-dev): bump @types/node
from 16.11.6 to 18.8.3 in /superset-websocket
URL: https://github.com/apache/superset/pull/21730
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
dependabot[bot] opened a new pull request, #21763:
URL: https://github.com/apache/superset/pull/21763
Bumps
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
from 16.11.6 to 18.8.4.
Commits
See full diff in https://github.com/DefinitelyType
dependabot[bot] commented on PR #21730:
URL: https://github.com/apache/superset/pull/21730#issuecomment-1274228234
Superseded by #21763.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specif
github-actions[bot] commented on PR #21438:
URL: https://github.com/apache/superset/pull/21438#issuecomment-1274219928
@kgabryje Ephemeral environment spinning up at http://52.42.75.81:8080.
Credentials are `admin`/`admin`. Please allow several minutes for bootstrapping
and startup.
--
T
88 matches
Mail list logo