Search Content

Displaying 1 - 20 of 101

… on master is if we have to roll back to a previous release tag, if something truly went wrong. Staging is where things … Next it's a matter of doing the production deployment: Tag current production code commit Back up current production …

… Managing development projects with Dojo and Git Submitted by John Locke on Mon, 08/10/2009 - 22:09 At … files for security reasons. Switching between trunk and a tag So far so good. We have the basics of an application set … release? Simple. Just check it out: cd public_html/dojo git tag # shows you a list of available tags git checkout …

… Git Branch Strategy meets Continuous Deployment Submitted by … Fri, 07/08/2016 - 16:14 Our branch strategy based on Git Flow did not survive. It was getting a bit old in the tooth, … and the final version number is applied and a matching git tag is created. Then the CI system looks up the deployment …

… The case for git as a deployment tool Submitted by John Locke on Tue, … to a new point release of Drupal means merging the new tag into our branch. Then we've written a script to update … and the development copy on develop. And it created a git tag for the particular release. On production, we have …

… 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 …

… Plan provides the peace of mind of regular managed site updates and daily backups. Our maintenance plan includes … plugins and modules, as long as there is a documented update path (e.g. if all contributed plugin modules have an …

… provides the peace of mind of regular managed site updates and daily backups. You’re ensured that plugins are updated and tested on your site with the utmost care. We run … plugins and modules, as long as there is a documented update path (e.g. if all contributed plugin modules have an …

… be done, our maintenance plan includes module and security updates and any site modifications required to maintain … and contributed modules, as long as there is a documented update path (e.g. if all contributed modules have an …

… one of two ways: branches/ projectA/ projectB/ projectC/ tags/ projectA/ projectB/ projectC/ trunk/ projectA/ … branches = branches/*:refs/remotes/* tags = tags/*:refs/remotes/tags/* [svn-remote "dojo"] url = … subtree ./ dojox git pull -s subtree ./ util Switch to a tag I'm still working this out... Subversion tags show up as …

… system updates from the operating system vendors. We support multiple variations of the actual server stack -- and … includes management of basic servers necessary to support a Drupal stack - Linux, Apache/Nginx, …

… 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 …

… Once the dev site is updated, we create a new release tag and push it into our central git repository, where Jenkins takes over. Jenkins automates … regular backups of the files. We do a final snapshot/tag of the production code base, then pull down the new …

… shoes Your business has offerings, whether they be products or services—you are providing something that your customers want. However, are you sure it is the product that customers want? How can you be sure? Well, one … that your customers want. However, are you sure it is the product that customers want? How can you be sure? Well, one …

… a couple of them are nearing launch, and were missing some node references, I set out to get the content updated from … auto-migration done in 8.0.x. The main gotcha here is that node content still isn't showing up as migrated -- but for … prep the destination
 
 In particular, we wanted node references migrated to D8 entity references: [Add …

… had nothing subscribed to the event! Worse, our bot uses node.js to trigger these events, and in that environment it … addresses turn into links automatically. Allowed HTML tags: <a href hreflang> <em> <strong> <blockquote cite> … had nothing subscribed to the event! Worse, our bot uses node.js to trigger these events, and in that environment it …

… 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, … and a full-fledged decision tree that uses a drag-and-drop flow chart to configure for complex cases. I hope we end up …

… 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 …

… feature (yes/no) [no]:  >  Do you want to add a composer.json file to your module (yes/no) [yes]:  > no  Would you … feature (yes/no) [no]:  >  Do you want to add a composer.json file to your module (yes/no) [yes]:  > no  Would you …

… settings that allow you to define on a tax type which product variation(s) it applies to. One other gotcha we found … recurring payments -- if you use the "Include tax in product price" option, recurring billing adds the tax again … settings that allow you to define on a tax type which product variation(s) it applies to. One other gotcha we found …