api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/integration.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. Admin privileges required for these API. Integration is a resource that belongs to a Repository and contains information about an external service with which the repository should communicate during pushes and commits. For the list of supported external services, check available integration types. Tokens...
api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/user.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. Unique ID of the User. ID of the Account user belongs to. Username. Unique per Account. Email address. Unique per account. True if User has created the Account initially. True if has admin privileges in the Account. Time when the User was last updated. Time when the User was first added to the system.
api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/node.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. This resource represents files and directories in your repository. With Node you can get directory listings and content of any file at any given revision. We are planning to gradually phase out XML. Support from our API. And this is the first resource that’s provided only in JSON. True if node is a file.
api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/invitation.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. Admin privileges required for these API. Unique ID of the Invitation. ID of the Account invitation belongs to. ID of the User created the Invitation. ID of the User accepted the Invitation. Name of the User created the Invitation. Email address of the User created the Invitation. Click to expand…. Invita...
api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/changeset.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. ID of the associated Account. ID of the Repository to which commit was made. ID of the User who made the commit (may be nil). Subversion only. Revision number. Git only. Unique commit hash. Committer’s name (may be nil). Committer’s email (may be nil). Array of changed files. Serialized YAML. Page number...
api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/public_key.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. Public keys belong to Users and are used for Git authentication and deployments. Unique ID of the PublicKey. ID of the associated Account. ID of the User who owns the key. Human-readable name of the key. Time when the Invitation was last updated. Time when the Invitation was first added to the system.
api.beanstalkapp.com
Beanstalk — Secure, Private Subversion and Git Hosting
http://api.beanstalkapp.com/feed_key.html
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. Every user in Beanstalk has his his secret unique own Feed Key. Feed keys can be used to access repositories’ RSS. Atom feeds. Use the following template to construct feed URL. For a specific repository:. Https:/ {ACCOUNT}.beanstalkapp.com/{REPOSITORY}/activity/atom/{FEED KEY}. And global account feed:.
blog.beanstalkapp.com
Deployment Best Practices #3 – Using Environment... — Beanstalk
http://blog.beanstalkapp.com/post/754555821/deployment-best-practices-3-using-environment
Pricing and Sign Up. Articles and FAQ Search most popular questions. API Documentation Learn about our API and tools. System Status Check our status and uptime. Contact Us Ask anything, we'll reply fast. Deployment Best Practices #3 – Using Environment Deployment Branches. Posted on May 17, 2010 by. I think that most of you (at least those, who are using or considering switching to Git) are aware of the concept of topic branches. Why not just deploy from trunk for production? Any time you wish to deploy ...