Menu

Tree [451215] master 1.4 /
 History

HTTPS access


File Date Author Commit
 beanstalk 2016-10-09 Ri Xu Ri Xu [ada5d9] go vet format.
 public 2016-10-30 Ri Xu Ri Xu [9134f4] Get sample job list render optimized;
 statik 2016-10-30 Ri Xu Ri Xu [9134f4] Get sample job list render optimized;
 .travis.yml 2016-10-09 Ri Xu Ri Xu [12bea9] Update test case and travis config file.
 LICENSE 2016-10-09 Ri Xu Ri Xu [221622] init commit.
 README.md 2016-10-10 Ri Xu Ri Xu [e71afe] Update test case.
 aurora.png 2016-10-09 Ri Xu Ri Xu [221622] init commit.
 aurora.toml 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 cookies.go 2016-10-26 Ri Xu Ri Xu [c466d0] Server address validate update.
 currentTube.go 2016-10-09 Ri Xu Ri Xu [221622] init commit.
 currentTubeJobs.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 currentTubeJobsActionsRow.go 2016-10-30 Ri Xu Ri Xu [f52303] Code optimization, use `bytes.Buffer` instead o...
 currentTubeJobsShowcase.go 2016-10-30 Ri Xu Ri Xu [f52303] Code optimization, use `bytes.Buffer` instead o...
 currentTubeJobsSummaryTable.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 currentTubeSearchResults.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 handlers.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 lib.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 main.go 2016-10-30 Ri Xu Ri Xu [f52303] Code optimization, use `bytes.Buffer` instead o...
 main_test.go 2016-10-31 Ri Xu Ri Xu [77a253] go test updated.
 modalAddJob.go 2016-10-30 Ri Xu Ri Xu [9134f4] Get sample job list render optimized;
 modalAddSample.go 2016-10-30 Ri Xu Ri Xu [9134f4] Get sample job list render optimized;
 modalClearTubes.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 sampleJobUtils.go 2016-10-30 Ri Xu Ri Xu [9134f4] Get sample job list render optimized;
 structs.go 2016-10-31 Ri Xu Ri Xu [db497d] Update go test and upgrade version info to v1.4
 tplFilter.go 2016-10-30 Ri Xu Ri Xu [f52303] Code optimization, use `bytes.Buffer` instead o...
 tplMain.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 tplNav.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 tplSampleJobEdit.go 2016-10-31 Ri Xu Ri Xu [db497d] Update go test and upgrade version info to v1.4
 tplSampleJobsManage.go 2016-10-31 Ri Xu Ri Xu [db497d] Update go test and upgrade version info to v1.4
 tplSearchTube.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 tplServer.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 tplTube.go 2016-10-26 Ri Xu Ri Xu [b20eb1] Performance optimization, use `bytes.Buffer` in...
 utils.go 2016-11-09 Ri Xu Ri Xu [451215] Change the exit code 1 to 0 after print version...

Read Me

aurora

aurora

Build Status
Code Coverage
Go Report Card
GoDoc
license
Release

Overview

aurora is a web-based Beanstalk queue server console written in Go and works on macOS, Linux and Windows machines. Main idea behind using Go for backend development is to utilize ability of the compiler to produce zero-dependency binaries for multiple platforms. aurora was created as an attempt to build very simple and portable application to work with local or remote Beanstalk server.

Features

  • Cross-platform support macOS/Linux/Windows 32/64-bit
  • Simple installation (distributed as a single binary)
  • Zero dependencies
  • Common list of servers in config for all users + optional Basic Auth
  • Each user can add its own personal Beanstalk server
  • Full list of available tubes
  • Complete statistics about jobs in tubes
  • Realtime auto-update with highlighting of changed values
  • You can view jobs in ready/delayed/buried states in every tube
  • You can add/kick/delete jobs in every tube
  • You can select multiple tubes by regExp and clear them
  • You can move jobs between tubes
  • Ability to Pause tubes
  • Search jobs data field
  • Customizable UI (code highlighter, choose columns, edit auto refresh seconds, pause tube seconds)

Installation

Precompiled binaries for supported
operating systems are available.

Contributing

Contributions are welcome! Open a pull request to fix a bug, or open an issue to discuss a new feature or change.

Credits

Client for beanstalk use kr/beanstalk

TOML parser use BurntSushi/toml

Web UI originally by ptrofimov/beanstalk_console

The logo is originally by Ali Irawan. This artwork is an adaptation.

Licenses

This program is under the terms of the MIT License. See LICENSE for the full license text.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.