Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
13d7b5b
feat: add support for node based cli
Nov 13, 2021
889a8e5
feat: update parser
christyjacob4 Nov 13, 2021
6bbe497
feat: update sdk creation code
christyjacob4 Nov 13, 2021
077b88c
feat: update init function code
christyjacob4 Nov 13, 2021
029ba42
fix: paths with spaces threw errors
christyjacob4 Nov 13, 2021
707198b
feat: update parser class
christyjacob4 Nov 23, 2021
bc76727
feat: appwrite function deploy
christyjacob4 Nov 29, 2021
ddb7c45
feat: add chalk as a dependency
christyjacob4 Nov 29, 2021
fa88dd9
feat: add chalk as a dependency
christyjacob4 Nov 30, 2021
5bcdb39
feat: update error handling code
christyjacob4 Nov 30, 2021
e73524b
feat: moved commands to independent exports
christyjacob4 Dec 12, 2021
cc13476
feat: added user agent header to client
christyjacob4 Dec 12, 2021
889e250
feat: added user agent header to client
christyjacob4 Dec 12, 2021
c3e6622
feat: added parser to template
christyjacob4 Dec 12, 2021
e7dce48
feat: fixed some init bugs
christyjacob4 Dec 12, 2021
2c512b4
feat: update init project
christyjacob4 Dec 13, 2021
2b6fa17
feat: update init function
christyjacob4 Dec 13, 2021
aea25c4
feat: fixed some bugs
christyjacob4 Dec 13, 2021
3a035ed
feat: fixed some bugs
christyjacob4 Dec 13, 2021
1aa2593
feat: use runtimes endpoint to fetch currently active runtimes
christyjacob4 Dec 13, 2021
4c19bf7
feat: remove unused imports
christyjacob4 Dec 13, 2021
e744979
feat: throw error if function name already exists
christyjacob4 Dec 13, 2021
30e8b3c
feat: init for collections
christyjacob4 Dec 14, 2021
c8d7630
feat: move init functions to named callbacks
christyjacob4 Dec 14, 2021
5ae0e83
feat: update function signaturs
christyjacob4 Dec 14, 2021
bdde59a
feat: update auth functions
christyjacob4 Dec 14, 2021
9bef05e
feat: update init
christyjacob4 Dec 14, 2021
3d94161
feat: deploy functions
christyjacob4 Dec 14, 2021
3d14856
feat: deploy collections
christyjacob4 Dec 14, 2021
2b1f54b
feat: added deploy improvements
christyjacob4 Dec 15, 2021
10a3acc
feat: appwrite deploy + binary
christyjacob4 Dec 15, 2021
a4b3a60
feat: fix messaging
christyjacob4 Dec 15, 2021
36f84df
feat: fix formatting
christyjacob4 Dec 15, 2021
c55dbf5
feat: exit codes and log errors to stderr
christyjacob4 Dec 15, 2021
f697c2b
feat: code formatting
christyjacob4 Dec 15, 2021
a8a018e
feat: added logo
christyjacob4 Dec 15, 2021
0761a05
feat: update init.js
christyjacob4 Dec 15, 2021
2affc26
feat: added command descriptions
christyjacob4 Dec 15, 2021
0ce31c3
feat: added executable settigns
christyjacob4 Dec 16, 2021
a7c82b5
feat: use npm install
christyjacob4 Dec 16, 2021
c1f9a7d
feat: use npm install
christyjacob4 Dec 16, 2021
e6e57ef
feat: fix bug in teams create
christyjacob4 Dec 16, 2021
779a0b0
feat: update package.json
christyjacob4 Dec 16, 2021
d46c6f9
feat: update package.json
christyjacob4 Dec 16, 2021
45968f8
feat: update templates
christyjacob4 Dec 23, 2021
4e5fc0c
feat: updates
christyjacob4 Dec 23, 2021
a4d2c11
feat: updates
christyjacob4 Dec 28, 2021
638fa3c
feat: updates
christyjacob4 Dec 28, 2021
a555ebe
feat: updates
christyjacob4 Jan 2, 2022
a55c224
feat: updates
christyjacob4 Jan 2, 2022
766ce63
feat: version bump
christyjacob4 Jan 2, 2022
ad81b76
feat: inital commit
christyjacob4 Jan 3, 2022
790001b
Merge branch 'master' of github.com:appwrite/sdk-generator into feat-…
christyjacob4 Jan 17, 2022
89b7307
feat: update table depedencies
christyjacob4 Jan 17, 2022
73773e3
feat: update parser color
christyjacob4 Jan 17, 2022
273a462
feat: updated templates
christyjacob4 Jan 17, 2022
378cc59
feat: added tests
christyjacob4 Jan 17, 2022
116432a
feat: add reset command
christyjacob4 Jan 18, 2022
7ecf6c3
feat: parser fixes
christyjacob4 Jan 18, 2022
4fae81c
feat: parser fixes
christyjacob4 Jan 18, 2022
21bd0cd
feat: parser fixes
christyjacob4 Jan 18, 2022
1175019
feat: update readme
christyjacob4 Jan 18, 2022
611ad15
feat: add raw json output
christyjacob4 Jan 18, 2022
d1ceed9
feat: use templates in package.json
christyjacob4 Jan 18, 2022
0e473f5
feat: update README.md and tests
christyjacob4 Jan 18, 2022
526747e
feat: remove contributing file
christyjacob4 Jan 18, 2022
701eb99
feat: update sdks.js templates
christyjacob4 Jan 18, 2022
df03437
feat: update questions.js templates
christyjacob4 Jan 18, 2022
82d0f6c
feat: update parser.js templates
christyjacob4 Jan 18, 2022
3c6ec28
feat: fix attribute creation bugs
christyjacob4 Jan 18, 2022
29d50d8
feat: fix exception.js templates
christyjacob4 Jan 18, 2022
6002ced
feat: fix config.js templates
christyjacob4 Jan 18, 2022
55ee79d
fix: update CLI user agent name
christyjacob4 Jan 19, 2022
3454b09
fix: self-signed certificate issue
christyjacob4 Jan 19, 2022
39f80a6
fix: client.js spec
christyjacob4 Jan 19, 2022
38e8e50
fix: update index.js template
christyjacob4 Jan 19, 2022
0b6127e
fix: update generic.js template
christyjacob4 Jan 19, 2022
7916774
fix: update deploy.js template
christyjacob4 Jan 19, 2022
96726e3
fix: install scripts
christyjacob4 Jan 20, 2022
4aaf5ff
fix: version bump
christyjacob4 Jan 21, 2022
5e15d67
fix: update template
christyjacob4 Jan 21, 2022
677ec72
fix: cast multipart form-data body to string
christyjacob4 Jan 21, 2022
d240a53
fix: remove unused import
christyjacob4 Jan 21, 2022
d4c71cd
feat: add docs
christyjacob4 Jan 21, 2022
ed95120
Fix NodeCLI tests
Meldiron Jan 25, 2022
72f0953
Implemented chunk upload
Meldiron Jan 25, 2022
691ca04
Syntax changes
Meldiron Jan 26, 2022
ecaae49
Update swagger-appwrite-0.13.0.json
Meldiron Jan 26, 2022
def82b7
Bug fixes for CLI deploy
Meldiron Jan 27, 2022
f78aaa9
Code cleanup
Meldiron Jan 28, 2022
6c803ca
Update swagger-appwrite-0.13.0.json
Meldiron Jan 28, 2022
a714c98
todo Cleanup
Meldiron Jan 28, 2022
c0f86ea
Fixed auto deploy
Meldiron Jan 28, 2022
564b878
Apply suggestions from code review
Meldiron Jan 28, 2022
ec0c88f
Merge pull request #344 from appwrite/feat-large-file-node-cli
christyjacob4 Jan 28, 2022
3eb12c9
Merge pull request #350 from appwrite/feat-large-file-node-cli-bugfixes
christyjacob4 Jan 28, 2022
121f4d1
Implemenetd output path for file endpoints
Meldiron Jan 28, 2022
f980b14
Global json and verbose options
Meldiron Jan 28, 2022
1a0d1bd
Merge pull request #351 from appwrite/feat-node-file-preview
Meldiron Jan 28, 2022
0782e0b
Merge branch 'feat-node-cli' into feat-node-cli-error-logging
Meldiron Jan 28, 2022
2e8929b
Fixed deprecated command, added automatic entrypoint, fixed auto-acti…
Meldiron Jan 31, 2022
f948997
Improved developer experience
Meldiron Jan 31, 2022
422a979
Fixes related to function refactor
Meldiron Feb 2, 2022
d55e8ac
Automatically name READMe function title
Meldiron Feb 8, 2022
87f7138
Updated dart main file
Meldiron Feb 8, 2022
dac5a62
Fixed rust entrypoint
Meldiron Feb 8, 2022
a5415b6
Apply suggestions from code review
Meldiron Feb 14, 2022
29b7d45
Merge pull request #352 from appwrite/feat-node-cli-error-logging
christyjacob4 Feb 14, 2022
267f582
Merge pull request #356 from appwrite/feat-node-cli-entrypoints
christyjacob4 Feb 14, 2022
f835438
Merge branch 'master' into feat-node-cli
lohanidamodar Feb 15, 2022
c2cac3f
add node cli test
lohanidamodar Feb 15, 2022
5618192
fix test name
lohanidamodar Feb 15, 2022
a228932
fix
lohanidamodar Feb 16, 2022
a608a38
Adds brew formula
wess Feb 22, 2022
fac120b
fix: update node cli
christyjacob4 Feb 22, 2022
2b6170b
Merge branch 'feat-preps-for-0.13' of github.com:appwrite/sdk-generat…
christyjacob4 Feb 22, 2022
21e07eb
fix: node tests
christyjacob4 Feb 22, 2022
ec999f8
feat: remove old CLI
christyjacob4 Feb 23, 2022
8e8460b
feat: rename node cli to cli
christyjacob4 Feb 23, 2022
1a9ed32
feat: rename isTest to test
christyjacob4 Feb 23, 2022
d12df1b
feat: inherit CLI from node
christyjacob4 Feb 23, 2022
75f8426
feat: remove appwrite from install script
christyjacob4 Feb 23, 2022
84715bd
feat: remove appwrite references from appwrite.rb
christyjacob4 Feb 23, 2022
d6d31fc
feat: remove appwrite references from readme
christyjacob4 Feb 23, 2022
f997983
feat: replace appwrite logo in install script
christyjacob4 Feb 23, 2022
0e93147
feat: replace appwrite logo in js file
christyjacob4 Feb 23, 2022
638ee37
Improved CLI flow and features
Meldiron Feb 24, 2022
93fe818
Merge branch 'feat-node-cli' into feat-improve-node-cli
Meldiron Feb 24, 2022
f568d55
feat: replace appwrite in ruby file
christyjacob4 Feb 24, 2022
71010c5
feat: fix failing tests
christyjacob4 Feb 24, 2022
6748ad1
feat: fix failing tests
christyjacob4 Feb 24, 2022
a07d446
Merge pull request #380 from appwrite/feat-improve-node-cli
christyjacob4 Feb 24, 2022
3485b9e
Merge branch 'feat-preps-for-0.13' of github.com:appwrite/sdk-generat…
christyjacob4 Feb 24, 2022
a8122dc
Merge branch 'feat-node-cli' of github.com:appwrite/sdk-generator int…
christyjacob4 Feb 24, 2022
4841b05
Merge branch 'feat-preps-for-0.13' of github.com:appwrite/sdk-generat…
christyjacob4 Feb 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/tests/sdks
/.vscode
.vs
.phpunit.*
.env
.envrc
.hatch
Expand Down
36 changes: 18 additions & 18 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading