Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Add ?src=docker-app query parameter to identify download source #475

Merged
merged 1 commit into from
May 15, 2020

Commits on May 14, 2020

  1. Add ?src=docker-app query parameter to identify download source

    #### Context:
    
    Right now, multiple sources point to the server binaries on releases.mattermost.com, including the download page, upgrade instructions, Helm charts, version archive, and others.
    
    We can identify the download source by adding a querystring to the url, i.e. https://releases.mattermost.com/5.22.1/mattermost-5.22.1-linux-amd64.tar.gz?src=docker-app
    
    The intent is that we can then identify sources of downloads, identify those that typically lead to an unsuccessful server activation, and improve the experience for the developer/administrator.
    
    This PR adds the "?src=docker-app" querysting tag to download source for the Docker app, so we know when someone downloaded it from this source
    
    See mattermost/docs#3596 for a similar change made to download sources on the version archive page.
    jasonblais committed May 14, 2020
    Configuration menu
    Copy the full SHA
    4845414 View commit details
    Browse the repository at this point in the history