let SessionLoad = 1 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 let v:this_session=expand(":p") silent only cd ~/development/stitch-client/stitch-js-sdk if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == '' let s:wipebuf = bufnr('%') endif set shortmess=aoO badd +97 src/auth/index.js badd +32 src/client.js badd +323 src/auth/providers.js badd +6 ~/development/stitch-client/package.json badd +13 ~/development/stitch-client/src/stitch_client/client.cljs badd +39 ~/development/stitch-client/src/stitch_client/core.cljs badd +9 ~/development/stitch-client/resources/public/index.html badd +1 (bind-click\ (.getElementById\ js/document\ \"loginButton\")\ log-in\ testKey) badd +30 test/conf/test_config.json badd +1 test/conf/test_app_config.json badd +35 test/fixtures/stitch_service.js badd +400 dist/web/stitch.js badd +36 test/admin/app.test.js badd +54 test/admin/pipelines.test.js badd +3 test/admin/values.test.js badd +1 test/admin/service.test.js badd +76 test/fixtures/stitch_mongo_fixture.js badd +274 test/test.js badd +2 src/index.js badd +2 test/admin/api_keys.test.js badd +1 test/stitch_client.test.js badd +4 test/testutil.js badd +20 test/admin/logs.test.js badd +4 package.json badd +5 test/fixtures/constants.js badd +63 test/admin/dev.test.js badd +124 src/builtins.js badd +9 webpack.config.js badd +63 test/admin/authProviders.test.js badd +1 test/auth.test.js badd +87 .evg.yml badd +1 .eslintrc.json badd +188 dist/node/auth/index.js badd +28 src/errors.js badd +7 .babelrc badd +50 README.md badd +91 node_modules/babel-preset-env/package.json badd +49 src/admin.js badd +4 src/services/index.js badd +1 src/services/mongodb/mongodb_service.js badd +35 src/services/slack/slack_service.js badd +18 src/services/http/http_service.js badd +2 src/services/twilio/twilio_service.js badd +101 src/util.js badd +34 test/services/aws_s3.test.js badd +9 test/services/aws_ses.test.js badd +11 test/services/aws_sqs.test.js badd +11 test/services/http.test.js badd +39 test/services/mongodb.test.js badd +11 test/services/pubnub.test.js badd +11 test/services/slack.test.js badd +12 test/services/twilio.test.js badd +37 dist/node/errors.js badd +91 node_modules/babel-core/package.json badd +3 dist/web/stitch.min.js badd +1 package-lock.json badd +8 test/errors.test.js badd +59 test/admin/push.test.js badd +1 src/services/mongodb/db.js badd +1 src/services/mongodb/collection.js badd +2 dist/node/index.js badd +1 .gitignore badd +23 node_modules/jwt-decode/lib/index.js badd +1 src/auth/common.js badd +1 src/common.js badd +69 test/admin/event_subscriptions.test.js badd +78 test/admin/functions.test.js badd +31 contrib/bump_version.bash badd +2 contrib/README.md badd +547 dist/node/admin.js badd +1 ~/development/stitch-client/build.clj argglobal silent! argdel * edit ~/development/stitch-client/package.json set splitbelow splitright set nosplitbelow set nosplitright wincmd t set winminheight=1 winminwidth=1 winheight=1 winwidth=1 argglobal setlocal fdm=manual setlocal fde=0 setlocal fmr={{{,}}} setlocal fdi=# setlocal fdl=0 setlocal fml=1 setlocal fdn=20 setlocal fen silent! normal! zE let s:l = 5 - ((4 * winheight(0) + 31) / 62) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt 5 normal! 0 lcd ~/development/stitch-client/stitch-js-sdk tabnext 1 if exists('s:wipebuf') && getbufvar(s:wipebuf, '&buftype') isnot# 'terminal' silent exe 'bwipe ' . s:wipebuf endif unlet! s:wipebuf set winheight=1 winwidth=20 winminheight=1 winminwidth=1 shortmess=filnxtToO let s:sx = expand(":p:r")."x.vim" if file_readable(s:sx) exe "source " . fnameescape(s:sx) endif let &so = s:so_save | let &siso = s:siso_save let g:this_session = v:this_session let g:this_obsession = v:this_session let g:this_obsession_status = 2 doautoall SessionLoadPost unlet SessionLoad " vim: set ft=vim :