Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/gitlab-oss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Boni <thomasboni13@gmail.com>2019-10-06 16:38:31 +0300
committerThomas Boni <thomasboni13@gmail.com>2019-10-06 16:38:31 +0300
commit93dafef40c3a29ac294a14377f8d4c072f7e0cff (patch)
treec585a9e9c41556329fa1175286a10585363c049a
parent076aac7158cb61e7b962d6b264a165abd2320ce0 (diff)
add TicTacToe project
-rw-r--r--data/oss_projects.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/data/oss_projects.yml b/data/oss_projects.yml
index 18244b5..3f03417 100644
--- a/data/oss_projects.yml
+++ b/data/oss_projects.yml
@@ -1929,4 +1929,9 @@
project_name: 'ts-express-cli'
project_description: 'An interactive cli that creates and edits an express api written in typescript.'
project_url: 'https://gitlab.xerocs.com/xerocs/ts-express-cli'
- gitlab_plan: Ultimate \ No newline at end of file
+ gitlab_plan: Ultimate
+-
+ project_name: 'TicTacToe'
+ project_description: 'A simple TicTacToe game API used to demonstrate a full CI/CD pipeline'
+ project_url: 'https://gitlab.com/tictac-toe/grid-api'
+ gitlab_plan: Gold \ No newline at end of file