24 Matching Annotations
  1. Dec 2023
  2. Oct 2023
  3. Aug 2023
  4. Nov 2022
  5. Oct 2022
    1. Odoo is a multi-tenant system: a single Odoo system may run and serve a number of database instances. It is also highly customizable, with customizations (starting from the modules being loaded) depending on the "current database"
  6. Aug 2022
  7. Mar 2022
    1. Deployment: Significance of Branching for Continuous Delivery

      The deployment of software in DevOps is based on Continuous Delivery. Continuous Delivery enables all kinds of changes, including new features, configuration changes, bug fixes and experiments, to be put into production safely and quickly in a sustainable manner. A Branching strategy and Base Truncs play an important role in this.

  8. Feb 2022
  9. Aug 2021
    1. On the technical front, the number of components affected is much smaller; on the business front, it's usually a much easier conversation to persuade the team to roll back one small feature than twenty big features

  10. May 2021
  11. Mar 2021
  12. Jan 2021
  13. Jun 2020
  14. Apr 2020
  15. Sep 2019
  16. May 2019
    1. config_file: Path to the config file name

      Since Hypothesis uses a server side config I'm not sure what to do here as there is no config file to provide. 🤔

      If it turns out this isn't feasible (although I'm sure there's a solution for this config_file issue) the alternative approach would be to use the post method.

    2. newrelic-admin record-deploy config_file description [revision changelog user]

      To enable recording of deploys on the python agent via New Relic, you can simply call the newrelic-admin record-deploy command and pass it the necessary revision information. This will place a deployment marker on any graph you view in newrelic as a vertical line-indicating that a new revision of the code was released at that point in time.

  17. Mar 2019
    1. Repositorio NPM privado grátis com Verdaccio e AWS

      Excelente para você entender, na prática, sobre Cloud Deployment (um de nossos importantes subtópicos!). Além disso, vai sair da palestra com mais ferramentas para seu cinto de utilidades!

  18. May 2015
    1. You can push an alternative branch to Heroku using Git. git push heroku-dev test:master This pushes your local test branch to the remote's master branch (on Heroku).

      Push a local non-master branch to heroku master