You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snippet for adding PEP8 and JSHint validation to your Fabric fabfile.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CSS Rules to simulate Gmail Ninja Theme in Google Inbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenarios that need to be handled in GitLab in order to fully migrate away from Trello for dev-dev communication.
Estimation and Effort for each User Story (card in Trello)
Differentiate between "Finished coding, deployed to Dev" and "Approved by client and deployed to production"
Mark a card as being blocked by a required client action.
Define weekly workload, full backlog for the current sprint and "wish list" for additional tasks.
Be able to, at a weekly meeting, assign tasks to each team member and have them report when they're working on a task via Trello during the week. This means separating "assigned", from "working on actively".
Todas estos datos haría falta verlos por Equipo, por miembro del equipo.
Total de Story Points completados semana a semana. (Tanto en este como en los puntos 2-4, no es importante que sea semana por semana pero como por día pudiese ser una agrupación muy poco útil, pusimos semanas. También pudiese ser una agrupación dinámica que dependa de que tanto tiempo se esté mostrando. Por ejemplo, si se mostrarán 5 días, se agrupa por días, si se mostrará un mes, se agrupa por semanas y si se mostrará un año, se agrupa por meses)
Total de Story Points asignados semana a semana.
Total de tarjetas finalizadas semana a semana cuyo esfuerzo fue menor a la estimación.
Total de tarjetas finalizadas semana a semana cuyo esfuerzo fue mayor a la estimación.
Promedios de los valores 1-4.
Calcular porcentaje de éxito de tarjetas que son movidas de To Be Tested a Approved a la primera. Explicación: Las tarjetas a ser probadas por QA (en To Be Tested) pueden ser rechazadas o aprobadas por el cliente o
When a project is initially linked to a Trello board, certain events need to be created to reflect the current status of the project. The following is a list of certain actions that need to be done to reflect the current status on varys.
For each card on Trello create the following Events:
Event card_created with an event_object_type of card.
Event card_added_to_list with an event_object_type of card and its ID.
For each list on Trello create the following Events:
Consumer-grade GPU passthrough in an OpenStack system (NVIDIA GPUs)
Consumer-grade GPUs in an OpenStack system (NVIDIA GPUs)
Assumptions
This assumes you have GTX980 cards in your system (PCI id 10de:13c0 & 10de:0fbb per card). Just add more IDs for other cards in order to make this more generic. This also assumes nova uses qemu-kvm as the virtualization hypervisor (qemu-system-x86_64). This seems to be the default on OpenStack Newton when installed using openstack-ansible.