Dr Fragen in the operating room

Git Updater

  • The Hiatus is Over

    Since the beginning of the year I have taken a hiatus from working on WordPress Core. That is over. I’m back working for the benefit of WordPress, though not necessarily on WordPress. I was one of the 20 signatories of the letter. I was actively involved in the development of the AspireUpdate plugin for AspirePress…

    Read More

  • Update API Server

    In the post on Git Updater Lite I referred to Git Updater as the update server. I believe this to be somewhat inaccurate as what Git Updater is serving corresponds to an update API response. Perhaps a better description of what Git Updater’s role here is as an Update API Server. Git Updater does not…

    Read More

  • Git Updater Lite

    Given the recent concerns regarding publishing plugins or themes on wordpress.org, there has been much interest in other methods of distribution and updating within the ecosystem. Git Updater is a method of providing this type of service but it does have a drawback. The user must create an Updates API Server by installing and activating…

    Read More

  • Git Remote Updater, the Personal Remote Management System

    The need or desire to use a personal remote management service makes a few assumptions. Any references to GitHub Updater are now to Git Updater. Git Updater allows for updating of plugins and themes that are developed outside of the official WordPress repository. Often these projects reside in GitHub, Bitbucket, or GitLab. Updating these repositories…

    Read More

  • Install a Zipfile with GitHub Updater

    If you maintain your codebase on GitHub, or another git host, the standard download of your repository from within GitHub is an automatically generated zipfile created from your repository. GitHub Updater uses this generated zipfile when it updates or installs a repository from GitHub. Build Processes Sometimes your project may require build tools such as…

    Read More

  • GitHub Updater and Gitea

    Gitea is the new kid on the block for creating a self-hosted git server. Gitea is written in Go and is highly performant with very low overhead. In fact, Gitea is so efficient you can run it on a Raspberry Pi. There鈥檚 another post coming about that. 馃槈 As with most integrations of new git…

    Read More