From ebfd0492fc9b424db9af1b635453ea3701b9f097 Mon Sep 17 00:00:00 2001 From: Kilari Teja Date: Thu, 7 Jun 2018 23:15:52 +0530 Subject: [PATCH] Fix misconfigured endpoints Closes #6, #7, #8, #9 --- docker/etc/nginx/shortlinks.conf | 8 ++++---- shortlinks.yml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/etc/nginx/shortlinks.conf b/docker/etc/nginx/shortlinks.conf index 844125b..bc7111b 100644 --- a/docker/etc/nginx/shortlinks.conf +++ b/docker/etc/nginx/shortlinks.conf @@ -1,13 +1,13 @@ location /newcomer { return 301 https://api.coala.io/en/latest/Developers/Newcomers_Guide.html; } location /newcomers { return 301 https://api.coala.io/en/latest/Developers/Newcomers_Guide.html; } -location /new { return 301 https://github.com/issues?q=is%3Aopen%20is%3Aissue%20user%3Acoala%20label%3Adifficulty/newcomer%20label%3Ainitiatives/gci%20no%3Aassignee%20; } +location /new { return 301 https://github.com/issues?q=is%3Aopen%20is%3Aissue%20user%3Acoala%20label%3Adifficulty/newcomer%20-label%3Ainitiatives/gci%20no%3Aassignee%20; } location /low { return 301 https://github.com/issues?q=is%3Aopen%20is%3Aissue%20user%3Acoala%20label%3Adifficulty/low%20no%3Aassignee%20; } location /medium { return 301 https://github.com/issues?q=is%3Aopen%20is%3Aissue%20user%3Acoala%20label%3Adifficulty/medium%20no%3Aassignee%20; } location /review { return 301 https://github.com/pulls?q=is%3Aopen%20user%3Acoala%20label%3A%22process/pending%20review%22%20sort%3Acreated-asc%20; } location /greview { return 301 https://gitlab.com/groups/coala/merge_requests; } location /approved { return 301 https://github.com/pulls?q=is%3Aopen%20user%3Acoala%20label%3Aprocess/approved%20sort%3Acreated-asc%20; } location /reviewing { return 301 https://api.coala.io/en/latest/Developers/Review.html; } -location /languages { return 301 https://coala.io/#!/languages; } +location /languages { return 301 https://coala.io/#/languages; } location /chat { return 301 https://gitter.im/coala-analyzer/coala; } location /git { return 301 https://api.coala.io/en/latest/Developers/Git_Basics.html; } location /rebase { return 301 https://coala.io/git#rebasing; } @@ -44,10 +44,10 @@ location /pizza { return 301 https://docs.google.com/forms/d/e/1FAIpQLSdt_zc_bgA location /help { return 301 https://api.coala.io/en/latest/Developers/coala_settings.html; } location /devsetup { return 301 https://api.coala.io/en/latest/Developers/Development_Setup.html; } location /community_issues { return 301 https://github.com/pulls?q=is%3Aopen%20user%3Acoala%20label%3Acommunity_team%20sort%3Acreated-asc%20; } -location /fosdem2017 { return 301 https://http://coala.us15.list-manage1.com/subscribe?u=f37f470f0755466918fbde30b&id=71567f2923; } +location /fosdem2017 { return 301 https://coala.us15.list-manage1.com/subscribe?u=f37f470f0755466918fbde30b&id=71567f2923; } location /gitmate { return 301 https://coala.io/#/gitmate; } location /csoc { return 301 https://docs.google.com/forms/d/e/1FAIpQLSeR8WKkZA1R0gBDjJqfeI96jgHe9mt8zmAVm1YtB5FpJFD9gQ/viewform; } -location /recipes { return 301 https://github.com/coala/recipes; } +location /recipes { return 301 https://gitlab.com/coala/junk/recipes; } location /autocontrib { return 301 https://docs.google.com/presentation/d/1fYx1aiSSj_w1vw017tBYfSGbfgl38sMWg3qlhvimYu8/edit; } location /exterminate { return 301 https://github.com/adtac/exterminate; } location /exterminatep { return 301 https://docs.google.com/presentation/d/1qJpXMgA8_WJNO3eUV_ueNiU8w_1fTethNvEuU2XHnWs/edit; } diff --git a/shortlinks.yml b/shortlinks.yml index 163e0a0..8da7b05 100644 --- a/shortlinks.yml +++ b/shortlinks.yml @@ -9,7 +9,7 @@ shortlinks: - is:issue - user:coala - label:difficulty/newcomer - - label:initiatives/gci no:assignee + - "-label:initiatives/gci no:assignee" - name: low github_issues: - is:open @@ -41,7 +41,7 @@ shortlinks: - name: reviewing api_doc: Developers/Review - name: languages - url: coala.io/#!/languages + url: coala.io/#/languages - name: chat url: gitter.im/coala-analyzer/coala - name: git @@ -120,14 +120,14 @@ shortlinks: - label:community_team - sort:created-asc - name: fosdem2017 - url: "http://coala.us15.list-manage1.com/subscribe?u=f37f470f0755466918fbde\ + url: "coala.us15.list-manage1.com/subscribe?u=f37f470f0755466918fbde\ 30b&id=71567f2923" - name: gitmate url: coala.io/#/gitmate - name: csoc gform: 1FAIpQLSeR8WKkZA1R0gBDjJqfeI96jgHe9mt8zmAVm1YtB5FpJFD9gQ - name: recipes - url: github.com/coala/recipes + url: gitlab.com/coala/junk/recipes - name: autocontrib gpresentation: 1fYx1aiSSj_w1vw017tBYfSGbfgl38sMWg3qlhvimYu8 - name: exterminate -- GitLab