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
* Rename function/export to export
* Add function/driver base
* Migrate from namedtuples to dataclasses
* Add Driver
* Add aiohttp to dependencies
* Clean up function names of CLI handlers
* Add execute function and Config model to function
* Add "function" CLI handler
* Mark function.execute as not implemented yet
* Use Pydantic's BaseModel directly
* Rename TableBase to BaseTable
* Clean up function CLI
* Rename api's Settings to Config
* Rename database's Settings to Config
* Rename database/provision's Settings to Config
* Rename export's Settings to Config
* Rename file/driver's Settings to Config
* Rename file's Settings to Config
* Rename user's Settings to Config
* Factor out user/auth config
* Simplify routes by exporting only the router
* Rename config.py files to _config.py
* Clean up "api"
* Clean up database/provision
* Clean up database utility function names
* Clean up database/provision usage
* Clean up database
* Clean up api
* Clean up file/driver
* Clean up file
* Fix auth.Config
* Add an example export.config.toml
* Clean up user/auth
* Clean up database/provision
* Clean up database
* Clean up export
* Clean up file/driver
* Clean up file
* Clean up function and function/driver
* Clean up user/auth
* Clean up user
* Rehash password on password sign in
* Clean up modules
* Fix circular imports in user/auth
* Fix circular imports in file/driver
* Fix circular imports in file
* Move base Driver classes a separate file
* Clean up file/driver
* Add DockerDriver base
* Add function/driver/helper base
* Add in.json testdata to function/driver/helper
* Remove the function CLI implementation for now
* Fix in.json
* Move helper functions to the helper module
* Fix file.driver.FileSystemDriver to use aiofiles for mkdir
* Implement execute function in helper
* Add model exports to helper
* Move yama_executable to driver's config
* Change helper's behavior towards temp dir and unreadable output files
* Draft a function driver implementation
* Remove function implementation
* Simplify file names
* Simplify file names
* Clean up api
* Clean up database/provision
* Clean up database
* Clean up export, file, file/driver
* Decompose user to solve circular imports
* Rename user/auth to auth
* Merge file/driver into file
* Fix auth module name usages
* Rename settings to config in identifiers
* Rename settings to config in strings
* Update README.md
* Update README.md
0 commit comments