Search Content

Displaying 1 - 20 of 101

… for git branch management called Git Flow. If you haven't run across git flow before, go check out this article to get … on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … on with New Work Request, below... ... and we're off and running! Taking over an existing site Most of our work comes …

… files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout … is different, git checkout does not update it--you need to run git submodule update. (And unfortunately, git submodule …

… have to test against copies of that. Some of the tests we run use Selenium, PhantomJS, and direct access to resources … needs, we've decided to have two copies of every site running in our environment, mainly for testing purposes: dev … and the final version number is applied and a matching git tag is created. Then the CI system looks up the deployment …

… John Locke on Tue, 06/16/2015 - 21:10 More and more I keep running into assertions that Git is a version control tool, … Docker is what's in vogue these days for managing that -- run a bunch of build scripts in a Docker container, and then … to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update …

… Another reason to love git Submitted by John Locke on Wed, 07/08/2009 - 14:59 So … you want to clone our dojo git repository, use "git clone git://git.freelock.com/git/dojo.git" to get your own copy. …

… What's git, and why do you use it? Submitted by John Locke on Mon, … repository, doing this gets a lot more complicated. Git to the rescue. Git solves all of these issues. Read on …

… required to maintain normal site functionality. We run updates on a development test site before pushing out to … required to maintain normal site functionality. We run updates on a development test site before pushing out to …

… updated and tested on your site with the utmost care. We run updates on a development test site before pushing out to … updated and tested on your site with the utmost care. We run updates on a development test site before pushing out to …

Drupal Protection Plan Perfect for simple Drupal sites and … plan includes module and security updates and any site modifications required to maintain normal site … resources. Terms & Conditions: a. Covers one dedicated Drupal site. Does not include multi-site or multi-domain …

… git commit -a ... so we should now have an empty branch to work in. Next, we're going to do the following process for … git commit -a ... so we should now have an empty branch to work in. Next, we're going to do the following process for …

… contact our "salt master" at 24.104.126.180, DNS, Drupal git sources, outgoing email delivery, and operating system … contact our "salt master" at 24.104.126.180, DNS, Drupal git sources, outgoing email delivery, and operating system …

… Joomla Git Management Submitted by Anonymous (not verified) on Mon, 01/11/2010 - 10:18 We're starting to use Git to manage our Joomla installations. There's quite a bit …

… risk management, balancing the need to keep the code running the site up-to-date and secure, with the need to not … Once the dev site is updated, we create a new release tag and push it into our central git repository, where … us in our chat room that the deployment is complete, we run a screen shot testing tool that takes a site-specific …

… pages are linked correctly, pictures and pages have been “tagged” with information about them, and the site can be … world of SEO, they cannot just put terms on their page and tag pictures and be done with it—they have to walk a mile in … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… major as these, I like to have places I can roll back to. git tags can be useful, along with database snapshots at each … under sites/default/files -- we exclude that path from git, and so we recommend moving it somewhere inside your git tree. You can set this in the settings.php file, to …

… (Salt) ended up getting extremely high loads whenever a git commit got pushed. Meltdown is an attack on how the CPU … use them, they're already there running. One of those is a git post-update hook -- whenever anyone pushes any git … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> …

… people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you … We attach an expected value of that opportunity, and tag them with a sales stage. This becomes our sales pipeline, … people. So a person is a contact in my system. You can tag that person as a customer, lead, prospect, whatever you …

… of "resources" -- things like a particular branch of our git repository, a version number, a location to store test … actually do stuff with them. Most of the resources are a git repository of some kind. And by default, Concourse would … every single minute. Our early pipeline had 5 - 6 of these git resources -- so when I turned on 6 pipelines I suddenly …

… to add the command to an existing module): john@katmai >git/test (develop)> drupal generate:module   Enter the new …  > Generated or updated files  Site path: /home/john/git/test  1 - modules/custom/fix_menus/fix_menus.info.yml john@katmai >git/test (develop)> Next, generate your custom command: …

… a user's card in the gateway. Others have an "offsite" flow, sending you to their site to collect card info and then … the site to the gateway. In Drupal Commerce 2, the payment flow for onsite gateways is completely different than in … a user's card in the gateway. Others have an "offsite" flow, sending you to their site to collect card info and then …