Skip to main content

Home/ Arquitectura?/ Group items tagged scm

Rss Feed Group items tagged

Pablo Lalloni

Redmine - 0 views

  •  
    "Redmine is a flexible project management web application. It is cross-platform and cross-database. Redmine is open source and released under the terms of the GNU General Public License v2 (GPL). Features Some of the main features of Redmine are: Multiple projects support Flexible role based access control Flexible issue tracking system Gantt chart and calendar News, documents & files management Feeds & email notifications Per project wiki Per project forums Time tracking Custom fields for issues, time-entries, projects and users SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs) Issue creation via email Multiple LDAP authentication support User self-registration support Multilanguage support Multiple databases support"
Pablo Lalloni

nvie/gitflow - 0 views

  •  
    A collection of Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
Pablo Lalloni

Phabricator - 0 views

  •  
    "Phabricator is a collection of open source web applications that help software companies build better software."
Pablo Lalloni

HubFlow: GitFlow For GitHub - 1 views

    • Pablo Lalloni
       
      Si bien es para github cabe esperar que encontremos cosas útiles a aplicar cuando usamos gitlab.
  •  
    "At DataSift, we've standardised on using Git for our source control, using GitHub to host our public and private Git repositories, and using GitFlow as our common workflow This website explains how we've adapted GitFlow and the GitFlow tools git extension for working with GitHub. This is how we work internally, and we're sharing this in the hope that others find it useful too."
Pablo Lalloni

Why aren't you using git-flow? - Jeff Kreeftmeijer - 1 views

  •  
    In January of this year, @nvie published "A successful Git branching model", in which he explained how he keeps his Git repositories nice and tidy. In addition to that, he released git-flow; a bunch of Git extensions to make following this model extremely easy. I'm astounded that some people never heard of it before, so in this article I'll try to tell you why it can make you happy and cheerful all day.
Pablo Lalloni

$ cheat git - 2 views

  •  
    El machetón de git que no entra en la palma de la mano.
Pablo Lalloni

visionmedia/git-extras - 0 views

  •  
    "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more"
Pablo Lalloni

Effectively Using Git With Subversion | Viget - 0 views

  •  
    "The integration between git and Subversion (git-svn) is so well done that several of us have been using git as our interface to all our Subversion repositories. Doing this is fairly simple, but there are some interesting tricks, and so I thought I would share a day in the Viget life with git-svn."
Pablo Lalloni

Microservices and PaaS - Part II | ActiveState - 0 views

  • All aspects of deployment, monitoring, testing, and recovery must be fully automated.
  • Refactor database schemas, and de-normalize everything, to allow complete separation and partitioning of data.
  • There should be no sharing of underlying tables that span multiple microservices, and no sharing of data. Instead, if several services need access to the same data, it should be shared via a service API (such as a published REST or a message service interface).
    • Pablo Lalloni
       
      Aleluya!
  • ...5 more annotations...
  • Instead each microservice should have its own scm repository so it can truly be updated and enhanced independent of other services.
  • Gone are the days of a single monolithic database instance that's shared across all parts of an application.
  • Each microservice must have its own manifest and dependencies, instead of maintaining a global dependency list for all services.
  • Containerization brings countless advantages, particularly a consistent, isolated runtime environment that can easily migrate around the datacenter or around the globe. With Docker and other modern containerization approaches, there is very little overhead in running in a container, and considerable upside.
  • Do not build stateful services. Instead, maintain state in a dedicated persistence service, or elsewhere.
Pablo Lalloni

Troy Hunt: The 10 commandments of good source control management - 2 views

    • Pablo Lalloni
       
      Vuelvo a mencionar este artículo que tiene muchas claves importantísimas a cumplir a fondo.
Pablo Lalloni

Gitblit - 1 views

  • Redmine authentication
    • Pablo Lalloni
       
      Quizás así evadimos una integración con SUA (la de gitlab) y solo tenemos que implementar la de redmine.
  •  
    "Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories."
  •  
    Es una alternativa a analizar, pero como te comenté hoy, creo que sacando la -a priori- facilidad de agregado de módulos de autenticación (e integración con redmine), el resto de los features no son superiores a Git Lab 7. Hoy por hoy tenemos un ambiente Git Lab 7 que ni bien nos asignen fierros en sala cofre reemplaza al actual (versión 3.0). Luego de eso viene integración de redmine con sua. Salvo que veas razones de peso no me parece destinarle recursos hasta luego de integrar Redmine con SUA. No se que opinás.
Pablo Lalloni

Git+SVN - 0 views

  •  
    Slides introductorias al uso de Git distribuido como frontend de SVN centralizado.
Pablo Lalloni

Gogs: A painless self-hosted Git service - 0 views

  •  
    "A painless self-hosted Git service."
1 - 15 of 15
Showing 20 items per page