Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
appwrite-functions
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Car App
appwrite-functions
Graph
master
Select Git revision
Branches
2
master
default
protected
payments
2 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
May
1
30
Apr
29
27
19
18
14
13
2
24
Mar
fixup! fix
payments
payments
fixup! fix
fix
add membership api endpoint
specify converters where they are actually used instead of in the main.dart
do not leak email to other users
introduce api_helper for shared code of api endpoints
rename ClientFunction to AppwriteClient
introduce request & response models for db models
add payment api endpoints
eliminate multiple definitions of user & introduce checked_db_api_endpoint
restructure project structure
add payment handling
set schedule in appwrite.json
set namespace to api
restructure api
add start & end time to Route
add SimpleHttpResponse
master
master
Merge branch 'calendar'
make userId final in MembershipService
fix teamId for route database
add possibility for get_by_query and get_all
add generalization for list response
add calendar endpoint
make itemFromDbMap a Future
add ResponseModel
Merge branch 'setup'
add endpoint for schedule
move paths to respective ApiEndpoints
make team id optional
change api key env variable
add membership endpoint
add DbActionForbiddenException
add api endpoints
add gitlab ci
add api function
add lib