Top Banner
Thomson Reuters, TMS: Workflow in GitLab November 2016 REUTERS / Firstname Lastname REUTERS / Lucy Nicholson Matan Keidar
19

Thomson Reuters, TMS: Workflow in GitLab

Apr 14, 2017

Download

Software

Matan Keidar
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Thomson Reuters, TMS: Workflow in GitLab

Thomson Reuters, TMS: Workflow in GitLab

November 2016

REUTERS / Firstname LastnameREUTERS / Lucy Nicholson

Matan Keidar

Page 2: Thomson Reuters, TMS: Workflow in GitLab

2

Who are we? What do we do?

, acquired by Thomson Reuters in 2007

Forms the Text Metadata Services (TMS) Group

Employs state-of-the-art NLP and Knowledge-Graph technologies: • Events detection, entities extraction, topics classification • Identifying meaningful connections between entities • Linked Data, data interoperability, big/smart data

Source of intelligent information for businesses and professionals around the world

Providing customers with a competitive advantage

Page 3: Thomson Reuters, TMS: Workflow in GitLab

GitLab: Features We Use

• Git Source Control Management (of course…) • Merge Requests • Jenkins Integration • Issue Tracking • Slack Integration

Page 4: Thomson Reuters, TMS: Workflow in GitLab

• A new issue is created

Life Cycle of a Feature

Page 5: Thomson Reuters, TMS: Workflow in GitLab

• A new issue is created • Developer pulls the issue

Life Cycle of a Feature

Page 6: Thomson Reuters, TMS: Workflow in GitLab

• A new issue is created • Developer pulls the issue • Merge Request

Life Cycle of a Feature

Page 7: Thomson Reuters, TMS: Workflow in GitLab

Life Cycle of a Feature

• A new issue is created • Developer pulls the issue • Merge Request • Code Review and tests

Page 8: Thomson Reuters, TMS: Workflow in GitLab

Life Cycle of a Feature

• A new issue is created • Developer pulls the issue • Merge Request • Code Review and tests • When new code is approved, it is merged to master branch

Page 9: Thomson Reuters, TMS: Workflow in GitLab

Issue Tracking: Creating Issues

Working on an ordered backlog (mapped to issues): • New features • Bugs

Page 10: Thomson Reuters, TMS: Workflow in GitLab

Issue Tracking: Creating Issues

Working on an ordered backlog (mapped to issues): • New features • Bugs

Page 11: Thomson Reuters, TMS: Workflow in GitLab

Issue Tracking: Issue Board

Page 12: Thomson Reuters, TMS: Workflow in GitLab

Issue Tracking: Assignment

• A developer is being assigned to the issue

• New feature branch is created from issue

Page 13: Thomson Reuters, TMS: Workflow in GitLab

Merge Request

• Prevents bad code to be merged to our code base • New code is being reviewed by team members

• Jenkins builds and tests new code • Jenkins votes on new feature according to test results

• Encourages knowledge sharing between team members

Page 14: Thomson Reuters, TMS: Workflow in GitLab

Jenkins Pipelined Build

• Jenkins executes build for every Merge Request • Fully tests the project

• Reviews every Merge Request • Votes according to test results

• Provides reports on every build • When Merge Request is approved, Jenkins deploys new code to server

Page 15: Thomson Reuters, TMS: Workflow in GitLab

Jenkins Pipelined Build

Page 16: Thomson Reuters, TMS: Workflow in GitLab

Slack Integration

• GitLab bot is a team member in Slack Group • New issue being created • Merge Request creation/approval

• Tried on comments, but was too noisy • Team members are always aware of project status

Page 17: Thomson Reuters, TMS: Workflow in GitLab

Summary

• Merge Requests • Encourage knowledge sharing between team members • New code is continuously tested

• Linking between issues and merge requests (by commits) • Development process is well-ordered • GitLab enables the team to be better aware of the project state

Page 18: Thomson Reuters, TMS: Workflow in GitLab
Page 19: Thomson Reuters, TMS: Workflow in GitLab