Commit Graph

36740 Commits

Author SHA1 Message Date
Paul Copplestone
1788b6e527 Merge branch 'master' of github.com:supabase/monorepo 2020-01-21 19:12:15 +08:00
Paul Copplestone
b8033bf3c6 Fixing button responsiveness on homepage 2020-01-21 19:12:10 +08:00
Angelico
b40862fd36 Fix Realtime bugs && version dump 2020-01-21 18:55:21 +08:00
Angelico
6e6e050785 Improve supabase-chat example 2020-01-21 13:56:07 +08:00
Angelico
3677d741f2 Boyscout: fix formatting for return values of realtime events 2020-01-21 13:52:47 +08:00
Angelico
005117a761 version bump 2020-01-21 13:49:33 +08:00
Angelico
fe18ba5c00 Rename Base.js into Supabase.js
Dependencies have been accounted for as well.
2020-01-21 13:44:10 +08:00
Angelico
85b23e46a3 Make ChangeMapper fully internal
The following changes were made:
- Remove ChangeMapper as an export of the package.
- Realtime payload is instead processed internally with the ChangeMapper before being exposed.
2020-01-21 13:25:25 +08:00
Angelico
5aca73da0d Modify Base.js
Modify codebase to allow all forms of permutations of filters and CRUD function chains.
2020-01-21 13:18:05 +08:00
Angelico
4600c20d5e Update Supabase Chatroom Example
The following changes were done:
- Import proper dependencies from @supabase/supabase-js.
- Add additional npm scripts for @supabase/supabase-js.
- Add console test for ChangeMapper in the example.
- Minor refactoring.
2020-01-20 14:53:22 +08:00
Angelico
a5f18f3379 Merge branch 'master' of github.com:supabase/monorepo 2020-01-20 13:14:35 +08:00
Angelico
1abf643d01 Update Client Library
The following changes were done:
- Import dependencies from @supabase/realtime-js instead of phoenix-channels.
- Append api key onto socketUrl.
- Change realtimeUrl from <supabaseUrl>/socket to <supabaseUrl>/realtime/v1.
- Minor standardisations.
- Migrate ChangeMapper.js from @supabase/realtime-js.
2020-01-20 13:06:15 +08:00
Paul Copplestone
0dc6e24089 Kaizen: get example missing select() 2020-01-20 10:08:53 +08:00
Paul Copplestone
706b2881c3 Updating the watch gif to include stars 2020-01-20 10:07:41 +08:00
Paul Copplestone
479049dfda Adding a bit of a release roadmap 2020-01-19 17:40:50 +08:00
Paul Copplestone
d5f7f413ab Adding a gif to watch the repo 2020-01-19 17:14:51 +08:00
Paul Copplestone
5f4f5e4ded Making the CTA a bit more obvious. We are will aim to collect github followers rather than signups 2020-01-19 16:32:55 +08:00
Paul Copplestone
73469a66e3 Merge branch 'master' of github.com:supabase/monorepo 2020-01-17 19:10:38 +08:00
Paul Copplestone
822675dfb8 Making realtime work on supabase-js 2020-01-17 19:10:32 +08:00
awalias
2b6692ff6a react-live magic on world example 2020-01-17 19:10:12 +08:00
awalias
44d86ef789 made base for world demo 2020-01-17 17:48:55 +08:00
Angelico
d013a46aba Merge branch 'master' of github.com:supabase/monorepo 2020-01-15 18:51:38 +08:00
Angelico
1e2668036c First Iteration of Chat Room Example
The following changes were done:
- Complete simple, working version of an old school chat room.
- Hard code values into the client library for now.
2020-01-15 18:48:39 +08:00
Copple
c4fd25e9d2 Merge branch 'master' of github.com:supabase/monorepo 2020-01-15 17:35:29 +08:00
Copple
5402e45853 Kaizen: hero code - shortening the apikey 2020-01-15 17:35:25 +08:00
Paul Copplestone
739079e804 Merge branch 'master' of github.com:supabase/monorepo 2020-01-15 16:58:34 +08:00
Paul Copplestone
b97a375d68 Adds a nicer scrollbar to code blocks (needs testing on windows) 2020-01-15 16:58:26 +08:00
Angelico
be64fcab47 Clean up libraries
The following were done
- Remove unused imports and console.logs.
- Fix parameters after testing.
2020-01-15 16:29:52 +08:00
Angelico
70f06dcd42 Rewrite Client Library
The following changes were made:
- Modify index.js to mainly be the entry point for the client.
- Write Base.js that has both RESTful and Realtime functionalities.
- Delete Subscription.js as its functionality has already been merged into Base.js
- Rewrite BaseRequest.js to accomodate new changes.
- Write Filters.js to put filters into pure functions.
2020-01-15 12:43:59 +08:00
Paul Copplestone
7d4c5397cb Defers loading of head scripts 2020-01-15 09:44:39 +08:00
Paul Copplestone
daa8213606 Fixes hero buttons on small screens 2020-01-15 09:41:28 +08:00
Paul Copplestone
839f1ede95 Temporarily adding fullstory. PLEASE REMOVE AFTER TESTING
This is to verify:

- the styles are working properly on different devices: it seems that the dark/light theme is causing troubles with initial loading of some styles on some devices. I think I have fixed, need to be sure
- find out what people are actually reading and interested in
2020-01-15 09:10:02 +08:00
Paul Copplestone
545c34269c Suggestions from Meraj 2020-01-14 20:46:32 +08:00
Copple
1a6a714d15 Cleaning up the manifesto 2020-01-14 14:52:39 +08:00
Copple
462c7a7577 Adding some of the params 2020-01-14 14:42:28 +08:00
Copple
696857c678 Updating stored procedures 2020-01-14 14:27:33 +08:00
Angelico
2df761a28c Clean up Documentation
The following changes were made:
- Edit all reference to api endpoints from supabase.io to supabase.co.
- Clean up function calls for .update(), insert() and .delete().
2020-01-14 11:50:30 +08:00
Angelico
8a483b7412 Write Documentation for Stored Procedures
The following changes were made:
- Write documentation for stored procedures under the file stored-procedures.mdx.
- Add stored-procedures.mdx into the sidebar.
2020-01-14 11:16:35 +08:00
Angelico
40cea1c5dd Changes to RESTful Documentation
The following changes were made:
- Edited and cleaned up get.mdx, post.mdx, patch.mdx and delete.mdx based on latest changes.
2020-01-14 10:13:20 +08:00
Angelico
a95f262e9d Further Changes to Documentation
The following changes were made:
- Clean up getting-started.mdx for better formatting.
- Edited and cleaned up subscribe.mdx based on latest changes.
- Introduced from() to all.
2020-01-14 08:59:36 +08:00
Copple
e59c6fe28b Fixing code backgroud on light mode 2020-01-13 17:59:10 +08:00
Copple
5894a17f0d Fixing the logo on initial load 2020-01-13 16:39:19 +08:00
Copple
f90840dca9 Updating with some suggestions from Ant 2020-01-13 16:33:31 +08:00
Paul Copplestone
1e47881dbd Merge branch 'master' of github.com:supabase/monorepo 2020-01-13 15:37:54 +08:00
Paul Copplestone
83481b39e1 Kaizen 2020-01-13 15:37:49 +08:00
Paul Copplestone
bb9be0b112 Moving to new layRemoving the build until it is ready 2020-01-13 15:36:57 +08:00
Angelico
a03890da3e Rewrite Component for CommonFilters
The following were done:
- Refactor CommonFilters to allow filters to appear on Contents.
- Change documentation of how filter functions are invoked based on new changes.
2020-01-13 13:22:51 +08:00
Paul Copplestone
f1ca81f18c supabase-dev attempt 1: we have the docker container extending our realtime server, but we need to get all commands working together. At the moment only one is running at a time 2020-01-13 09:44:05 +08:00
Paul Copplestone
1838c352e1 Laying out a new way of doing filters so that they appear on the sidebar 2020-01-13 09:42:53 +08:00
Paul Copplestone
27613d3d8e Adding back the hero as aparently it was important 2020-01-12 20:36:44 +08:00