Amit Kumar

Results 188 comments of Amit Kumar

I think jhub-apps is ready for a release, we can cut one today. @jbouder do you have any blockers from frontend point of view or objections in general? >I could...

I believe this is disabled for now, as in stopped servers can be started by people having access to the shared server but not other way around, but yes the...

Thanks for reporting this @kenafoster The issue will need to be moved to Nebari. Fetching from conda-store API happens on Nebari. Currently pagination is not used at all: [https://github.com/nebari-dev/nebari/blob/f2f5a5b67a7e8eccacf1a8b2d77f03a9441ea26b[…]s/kubernetes/services/jupyterhub/files/jupyterhub/02-spawner.py](https://github.com/nebari-dev/nebari/blob/f2f5a5b67a7e8eccacf1a8b2d77f03a9441ea26b/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/files/jupyterhub/02-spawner.py#L34)

For anyone picking this one, we just need to add: `/conda-store/api/v1/environment/?page=1&size=100` here: https://github.com/nebari-dev/nebari/blob/f2f5a5b67a7e8eccacf1a8b2d77f03a9441ea26b/src/_nebari/stages/kubernetes_services/template/modules/kubernetes/services/jupyterhub/files/jupyterhub/02-spawner.py#L29 and then iterate over all the pages until it runs out of all the pages.

>Is this endpoint documented somewhere? conda-store API reference does not seem to mention it: [conda.store/conda-store/references/api](https://conda.store/conda-store/references/api) I didn't saw it in the docs. Docs are mostly incomplete. I saw pagination API...

>Does it make sense? Thanks for the explanation, yes it does makes sense, but in this case it's not a problem as we're not planning to do pagination in the...

>I did not mean pagination on the frontend. Ah I see > I mean that while backend is fetching the pages to concatenate them, the state may change. Yes, totally...

Good catch, I would suggest using the same interface for UX consistency. Something like this basically: Just disabling everything else except spawner profiles and (maybe conda environment)).

This was due to lack of permissions for the user. The required permissions to share with a group is: ```python # can omit "read:users:name" if not sharing with user shares,read:users:name,read:groups:name...