gitoqlok / helpdesk

This repository is designed to collect user feedback, success stories, and transparency in the extension development process. If you have any questions, ideas, or have found a bug, welcome.
0 stars 0 forks source link

Azure DevOps - Deploy Existing App Issue - Sheets are not created / Gitoqlik options not visible / Autogenerated section Missing #7

Closed camara-raf closed 3 years ago

camara-raf commented 3 years ago

Environment: Qlik Sense Enterprise November 2019 Gitoqlik version: 1.5.4 Actions: 1) Repository created from a development environment successfully (committed with load script and app objects) image

2) Deploy the app in a QA environment; App created successfully image

3) Opening the App, sheets are not created; Auto-Generated load script section not created image image

4) Accessed Gitoqlik to try to import sheets, but options are not available image

5) Auto Generated script not created in the repository, but listed in the tab_order.txt image

RomanYamp commented 3 years ago

Have you tried to refresh the application? I believe sheets will appear once you do the refresh

camara-raf commented 3 years ago

You're right, I see the sheets after the data refresh. Apologies for that. But issues from step 4) and 5) are still there, even after a data refresh.

RomanYamp commented 3 years ago

About 4, gitoqlik has different functions in script editor mode and sheet viewer mode. Just check the import sheet function while viewing one of your sheets, not the script

RomanYamp commented 3 years ago

And 5: Maybe developers will correct me, but the auto-generated tab is not the one that ment to be serialized. This tab is used to view current version of app inside of the current environment. Even your screen with taborder.txt shows that autogenerated.qvs file is not serialized.

camara-raf commented 3 years ago

Same result of both modes: image

I noticed this behavior in another app in the same environment (QA), but that is not consistent, I see the options while in the App Overview mode.

5) So the autogenerated.qvs (script created when data is imported using the Data Manager) isn't serialized? Does it mean that we can't serialize and version control scripts that were created using the Data Manager? you can see below that there is a Load statement defined in the auto-generated section image

RomanYamp commented 3 years ago

About 5 my bad. I considered this one like created by gitoqlik. @shatzibitten think it's better to leave answers about 4 and 5 for You

shatzibitten commented 3 years ago

The current version doesn't support autogenerated script.

But the 4th is a very strange behavior. Please attach log file

shatzibitten commented 3 years ago

@camara-raf please attach log file with issue (the 4th point)

shatzibitten commented 3 years ago

@camara-raf we have fixed, please check it. Now we are serializing a generated load script

camara-raf commented 3 years ago

Thank you @shatzibitten , I confirm that I can see the Autogenerated script in the repository, and I can update the script successfully when I'm in the load script section. But when I'm at the app overview and chose to update the app (objects and script), the auto-generated section doesn't show up. This section does not gets created when I deploy the app for the first time.

Regarding 4), I can't replicate it. If I stumble on it again I'll capture the logs and post it again.

Thank you.

camara-raf commented 3 years ago

I'm closing this issue as I reported many things together and most of it was addressed. I still see that the Auto-Generated script doesn't appear all the time in an app that is deployed, but If needed I'll open a separate 'ticket'. Thanks.