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
samarpan1738
changed the title
remove all dev=true feature flag from the website-backend main branch that are on prod for more than 14 days
Remove dev feature flag from the website-backend
Sep 16, 2024
samarpan1738
changed the title
Remove dev feature flag from the website-backend
Remove dev feature flag from website-backend
Sep 16, 2024
Issue Description
We need to remove the
dev
feature flag for the backend APIs that have been live on prod for more than 14 days.After going through the APIs where
dev
feature flag is being, the APIs can be divided in 3 categoriesdev
FFdev
FFdev
FF introduces breaking changesdev
FF does not introduce breaking changesdev
FF is being tested in staging/prodBreaking changes
GET /users
APIquery
has been renamed toq
Get /users/search
APISubtasks
dev
FF has been removed fromwebsite-backend
which is an ongoing taskdev=true
feature flag from the main branch that are on prod for more than 14 days website-backend#2075dev
FF from all the repos where it's being used (Refer the attached issue for the usages of these APIs)POST /extension-requests
POST /discord-actions/nicknames/sync
GET /logs API
GET /requests
GET /extension-requests/self
POST /requests
PUT /requests/:id
GET /tasks
GET /users
API (category-2)GET /users
indiscord-slash-commands
repoGET /users
inmembers-site
repoGET /users
inmobile-app
repoGET /users
inwebsite-dashboard
repoGET /users
inwebsite-status
repowebsite-backend
GET /users/search
API (category-2)GET /users/search
inwebsite-dashboard
repoGET /users/search
indiscord-slash-commands
repowebsite-backend
GET /users/username
(category-3)website-backend
website-my
The text was updated successfully, but these errors were encountered: