<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to handle version control in Qlik? in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2440428#M20353</link>
    <description>&lt;P&gt;Hello Richard3&lt;BR /&gt;&lt;BR /&gt;I provide you with detailed technical information about the operation of the Gitoqlok. You can find out more on&amp;nbsp;&lt;A href="https://docs.gitoqlok.com/" target="_blank"&gt;https://docs.gitoqlok.com/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;How Gitoqlok works under the hood (Qlik Sense integration, Chrome extension, authentication, access method)?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;BR /&gt;Gitoqlok is running as Chrome extensions so all requests to the Qlik are made using a context of the opened tab with Qlik application. So the additional authentication is not needed to connect to Qlik. We are using the next APIs:&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;1) JSON Engine QIX API (&lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/json-rpc/qix" target="_blank"&gt;https://qlik.dev/apis/json-rpc/qix&lt;/A&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;2) QRS API for the Qlik Enterprise (&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2023/APIs/RepositoryServiceAPI/index.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2023/APIs/RepositoryServiceAPI/index.html&lt;/A&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;3) REST API for the Qlik Enterprise and Qlik Cloud (&lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/apps" target="_blank"&gt;https://qlik.dev/apis/rest/apps&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/spaces" target="_blank"&gt;https://qlik.dev/apis/rest/spaces&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/items" target="_blank"&gt;https://qlik.dev/apis/rest/items&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/reload-tasks" target="_blank"&gt;https://qlik.dev/apis/rest/reload-tasks&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/users" target="_blank"&gt;https://qlik.dev/apis/rest/users&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/themes" target="_blank"&gt;https://qlik.dev/apis/rest/themes&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections&lt;/A&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;- What type of Qlik Sense repository and app data does the software have access to?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Because of using existing Qlik session, Gitoqlok has access to all API endpoints and has the same access rights as an authenticated Qlik user.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;- How is the data transfer between Qlik Server, Gitoqlok, and the git repository secured?&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Gitoqlok is using internal chrome messaging API to communicate between context script (that is running on the context of opened Qlik tab), opened extensions popup and background service worker - &lt;SPAN class="s1"&gt;&lt;A href="https://developer.chrome.com/docs/extensions/reference/tabs/#method-sendMessage" target="_blank"&gt;https://developer.chrome.com/docs/extensions/reference/tabs/#method-sendMessage&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;To pass data to the GIT server, we are using REST api of the given GIT server, using the protocol that user has provided (http or https), with the authorization method that recommended by the GIT provider. User have to set-up authorization to GIT server manually using Personal Access Token or application password&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.github.com/en/rest?apiVersion=2022-11-28" target="_blank"&gt;https://docs.github.com/en/rest?apiVersion=2022-11-28&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.gitlab.com/ee/api/rest/" target="_blank"&gt;https://docs.gitlab.com/ee/api/rest/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://developer.atlassian.com/cloud/bitbucket/rest/intro/" target="_blank"&gt;https://developer.atlassian.com/cloud/bitbucket/rest/intro/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://developer.atlassian.com/server/bitbucket/rest/v811/" target="_blank"&gt;https://developer.atlassian.com/server/bitbucket/rest/v811/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/azure/devops/git/" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/azure/devops/git/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.gitea.com/next/development/api-usage" target="_blank"&gt;https://docs.gitea.com/next/development/api-usage&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/" target="_blank"&gt;https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;- Which my private data will be stored by Motio or any third parties involved? Is the data encrypted? Please share your policy on handling such data.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;We do not store any user and Qlik data on our servers (instead of License).&lt;/P&gt;
&lt;P class="p1"&gt;We use Google Analytics to collect statistics on the number of clicks on some Gitoqlok buttons, and this can be disabled in the Gitoqlok settings.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;- Does the software provide any access control logs?&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Gitoqlok collects a history of all REST requests that are made in context of the opened Qlik tab and Gitoqlok popup. History is stored in the browser local storage and is deleted when the tab is closed. So in case of some error user is able to use "Download logs" context menu item, and attach a log-file to the issue ticket to our support team. In that log file, all passwords are masked.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 00:10:39 GMT</pubDate>
    <dc:creator>Lunik</dc:creator>
    <dc:date>2024-04-12T00:10:39Z</dc:date>
    <item>
      <title>How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092498#M18820</link>
      <description>&lt;P&gt;I want to implement version control in Qlik Sense, but I don't know what tools I can use, could you please guide me?&lt;/P&gt;
&lt;P&gt;I am using Qlik Sense September 2020 Pach 2&lt;BR /&gt;Qlik Sense server 13.95.5.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 10:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092498#M18820</guid>
      <dc:creator>Richard3</dc:creator>
      <dc:date>2023-07-11T10:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092508#M18821</link>
      <description>&lt;P&gt;One way to implement version control in Qlik Sense is to use the built-in ''Export'' and ''Import'' features to save and restore versions of your apps. You can export an app as a ''.qvf'' file, which can be saved to a version control system such as Git or Subversion. When you need to restore a previous version of the app, you can import the ''.qvf'' file back into Qlik Sense.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 10:49:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092508#M18821</guid>
      <dc:creator>Chirantha</dc:creator>
      <dc:date>2023-07-11T10:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092550#M18823</link>
      <description>&lt;P&gt;I understand that there are ways to do this in an automated way, but I am not clear on which tools to use for this.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 11:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092550#M18823</guid>
      <dc:creator>Richard3</dc:creator>
      <dc:date>2023-07-11T11:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092739#M18830</link>
      <description>&lt;P&gt;We use GitoQlik, a browser extension as the source control tool. It works with BitBucket, GitHub or Azure DevOps.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://motio.com/services/gitoqlok/" target="_blank"&gt;https://motio.com/services/gitoqlok/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 17:51:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2092739#M18830</guid>
      <dc:creator>vupen</dc:creator>
      <dc:date>2023-07-11T17:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2093022#M18836</link>
      <description>&lt;P&gt;I tried the GitoQlok extension, but I wanted to know how reliable it is? If here the community can confirm that it is safe and reliable, if it is used by many within Qlik, because when configuring it, in the migration area it has permission to access all the data on my server, users, applications, template, policies server security, and I don't know how secure it is.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 10:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2093022#M18836</guid>
      <dc:creator>Richard3</dc:creator>
      <dc:date>2023-07-12T10:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2440428#M20353</link>
      <description>&lt;P&gt;Hello Richard3&lt;BR /&gt;&lt;BR /&gt;I provide you with detailed technical information about the operation of the Gitoqlok. You can find out more on&amp;nbsp;&lt;A href="https://docs.gitoqlok.com/" target="_blank"&gt;https://docs.gitoqlok.com/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;How Gitoqlok works under the hood (Qlik Sense integration, Chrome extension, authentication, access method)?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;BR /&gt;Gitoqlok is running as Chrome extensions so all requests to the Qlik are made using a context of the opened tab with Qlik application. So the additional authentication is not needed to connect to Qlik. We are using the next APIs:&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;1) JSON Engine QIX API (&lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/json-rpc/qix" target="_blank"&gt;https://qlik.dev/apis/json-rpc/qix&lt;/A&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;2) QRS API for the Qlik Enterprise (&lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2023/APIs/RepositoryServiceAPI/index.html" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2023/APIs/RepositoryServiceAPI/index.html&lt;/A&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;3) REST API for the Qlik Enterprise and Qlik Cloud (&lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/apps" target="_blank"&gt;https://qlik.dev/apis/rest/apps&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/spaces" target="_blank"&gt;https://qlik.dev/apis/rest/spaces&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/items" target="_blank"&gt;https://qlik.dev/apis/rest/items&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/reload-tasks" target="_blank"&gt;https://qlik.dev/apis/rest/reload-tasks&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/users" target="_blank"&gt;https://qlik.dev/apis/rest/users&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/themes" target="_blank"&gt;https://qlik.dev/apis/rest/themes&lt;/A&gt;&lt;SPAN class="s1"&gt;, &lt;/SPAN&gt;&lt;A href="https://qlik.dev/apis/rest/data-connections" target="_blank"&gt;https://qlik.dev/apis/rest/data-connections&lt;/A&gt;&lt;SPAN class="s1"&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;- What type of Qlik Sense repository and app data does the software have access to?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Because of using existing Qlik session, Gitoqlok has access to all API endpoints and has the same access rights as an authenticated Qlik user.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;- How is the data transfer between Qlik Server, Gitoqlok, and the git repository secured?&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Gitoqlok is using internal chrome messaging API to communicate between context script (that is running on the context of opened Qlik tab), opened extensions popup and background service worker - &lt;SPAN class="s1"&gt;&lt;A href="https://developer.chrome.com/docs/extensions/reference/tabs/#method-sendMessage" target="_blank"&gt;https://developer.chrome.com/docs/extensions/reference/tabs/#method-sendMessage&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;To pass data to the GIT server, we are using REST api of the given GIT server, using the protocol that user has provided (http or https), with the authorization method that recommended by the GIT provider. User have to set-up authorization to GIT server manually using Personal Access Token or application password&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.github.com/en/rest?apiVersion=2022-11-28" target="_blank"&gt;https://docs.github.com/en/rest?apiVersion=2022-11-28&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.gitlab.com/ee/api/rest/" target="_blank"&gt;https://docs.gitlab.com/ee/api/rest/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://developer.atlassian.com/cloud/bitbucket/rest/intro/" target="_blank"&gt;https://developer.atlassian.com/cloud/bitbucket/rest/intro/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://developer.atlassian.com/server/bitbucket/rest/v811/" target="_blank"&gt;https://developer.atlassian.com/server/bitbucket/rest/v811/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/azure/devops/git/" target="_blank"&gt;https://learn.microsoft.com/en-us/rest/api/azure/devops/git/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.gitea.com/next/development/api-usage" target="_blank"&gt;https://docs.gitea.com/next/development/api-usage&lt;/A&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;A href="https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/" target="_blank"&gt;https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/&lt;/A&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;- Which my private data will be stored by Motio or any third parties involved? Is the data encrypted? Please share your policy on handling such data.&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;We do not store any user and Qlik data on our servers (instead of License).&lt;/P&gt;
&lt;P class="p1"&gt;We use Google Analytics to collect statistics on the number of clicks on some Gitoqlok buttons, and this can be disabled in the Gitoqlok settings.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;- Does the software provide any access control logs?&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;Gitoqlok collects a history of all REST requests that are made in context of the opened Qlik tab and Gitoqlok popup. History is stored in the browser local storage and is deleted when the tab is closed. So in case of some error user is able to use "Download logs" context menu item, and attach a log-file to the issue ticket to our support team. In that log file, all passwords are masked.&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 00:10:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2440428#M20353</guid>
      <dc:creator>Lunik</dc:creator>
      <dc:date>2024-04-12T00:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2452697#M20574</link>
      <description>&lt;P&gt;A version control and application governance system like PlatformManager is a great tool to optimize your Qlik DevOps operations. DevOps is all about streamlining the&lt;BR /&gt;software development lifecycle (Dev, TST, QA, Prod), ensuring faster, more reliable releases, and improving collaboration between development and operations teams. &lt;BR /&gt;PlatformManager is an indispensable part of optimizing DevOps operations. It&lt;BR /&gt;ensures code integrity, promotes collaboration, and supports automation and scalability. By&lt;BR /&gt;implementing PlatformManager, your organization can achieve faster, more reliable&lt;BR /&gt;releases and maintain a competitive edge - more information: &lt;A href="http://www.platformmanager.com" target="_blank"&gt;www.platformmanager.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 12:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2452697#M20574</guid>
      <dc:creator>uvdweerd</dc:creator>
      <dc:date>2024-05-15T12:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle version control in Qlik?</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2510952#M21927</link>
      <description>&lt;P&gt;&lt;FONT face="helvetica" size="2" color="#000000"&gt;Encourage you to explore version control and deployment experience with &lt;STRONG&gt;SenseOps Code Management.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="helvetica" size="2" color="#000000"&gt;SenseOps simplifies the devOps processes for developers and reviewers with&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Automated versioning,&amp;nbsp;&lt;/EM&gt;&lt;EM&gt;Comparison of code changes&lt;/EM&gt; &lt;/STRONG&gt;(at levels of Scripts, Dimensions, Measures, Sheets...), Workflow to approve and &lt;EM&gt;&lt;STRONG&gt;resolve code conflicts&lt;/STRONG&gt; and &lt;/EM&gt;manage &lt;EM&gt;&lt;STRONG&gt;deployment&lt;/STRONG&gt; and &lt;STRONG&gt;rollback&lt;/STRONG&gt;&lt;/EM&gt; across environments and hybrid setups (on-premise and cloud).&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT size="2"&gt;Integrates with Git/ BitBucket, Azure devOps or any popular cloud platforms for backup and restoration of files and existing CI/CD pipelines&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NS_Qlikupdates_4-1742543604796.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/178844iD5753E2E551301F2/image-size/large?v=v2&amp;amp;px=999" role="button" title="NS_Qlikupdates_4-1742543604796.png" alt="NS_Qlikupdates_4-1742543604796.png" /&gt;&lt;/span&gt;&lt;FONT size="2" color="#999999"&gt;&lt;EM&gt;Illustrative image - Master and child branch commits&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;Links to explore more and take a trial.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A title="SenseOps Code Management" href="https://www.senseops.com/code-management/?utm_source=Qlik+Community&amp;amp;utm_medium=Referral&amp;amp;utm_campaign=Qlik+post_8&amp;amp;utm_term=Qlik+Sense+Code+Management" target="_self"&gt;&lt;FONT color="#000000"&gt;SenseOps Code Management Overview&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A title="SenseOps Code Management - How it works" href="https://www.senseops.com/code-management/how-it-works/?utm_source=Qlik+Community&amp;amp;utm_medium=Referral&amp;amp;utm_campaign=Qlik+post_1&amp;amp;utm_term=Qlik+sense+version+control%20" target="_self"&gt;&lt;FONT color="#000000"&gt;How it works&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 08:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/How-to-handle-version-control-in-Qlik/m-p/2510952#M21927</guid>
      <dc:creator>NS_Qlikupdates</dc:creator>
      <dc:date>2025-03-21T08:23:08Z</dc:date>
    </item>
  </channel>
</rss>

