Skip to content

WIP: MR 1175 on beta-staging

Eric Eastwood requested to merge feature/mr-1175-on-beta into develop

Created to put MR https://gitlab.com/gitlab-org/gitter/webapp/merge_requests/1175 on beta-staging

beta-staging https://beta.gitter.im/ that has working Elasticsearch


https://beta.gitter.im/api_staging/v1/rooms?q=asdf&skip=0&limit=3
https://beta.gitter.im/api_staging/v1/rooms?q=asdf&skip=15&limit=3

beta-staging bookmarklet toggle

Beta vs beta-staging bookmarklet (save as a bookmark in your browser and then run when you are on https://beta.gitter.im/)

javascript:void((function(d){document.cookie='gitter_staging_beta=' + (document.cookie.indexOf('gitter_staging_beta=staged') >= 0 ? 'none' : 'staged') + ';domain=.gitter.im;path=/;expires=' + new Date(Date.now() + 31536000000).toUTCString(); location.reload();})(document));
Edited by Eric Eastwood

Merge request reports