Free, open source, Wakatime-compatible coding time tracker
Find a file
2025-03-03 14:51:01 -05:00
.github Turn off broken tests in CI 2025-02-23 13:22:25 -05:00
.kamal Initial commit 2025-02-16 03:21:30 -05:00
app Also allow lookup by email 2025-03-03 14:51:01 -05:00
bin Initial commit 2025-02-16 03:21:30 -05:00
config Add simple stats endpoint 2025-03-03 14:26:15 -05:00
db Track sailors log leaderboards in the db 2025-02-23 04:08:22 -05:00
lib More self messages 2025-02-24 12:28:31 -05:00
log Initial commit 2025-02-16 03:21:30 -05:00
public Initial commit 2025-02-16 03:21:30 -05:00
script Initial commit 2025-02-16 03:21:30 -05:00
storage Initial commit 2025-02-16 03:21:30 -05:00
test Fix dispatch_timeout in leaderboard job 2025-02-23 03:07:35 -05:00
tmp Initial commit 2025-02-16 03:21:30 -05:00
vendor Initial commit 2025-02-16 03:21:30 -05:00
.dockerignore Initial commit 2025-02-16 03:21:30 -05:00
.env.example Also allow lookup by email 2025-03-03 14:51:01 -05:00
.gitattributes Initial commit 2025-02-16 03:21:30 -05:00
.gitignore Add example .env 2025-02-17 14:23:34 -05:00
.rubocop.yml Initial commit 2025-02-16 03:21:30 -05:00
.ruby-version Initial commit 2025-02-16 03:21:30 -05:00
config.ru Initial commit 2025-02-16 03:21:30 -05:00
docker-compose.yml Fix notification job missing class name 2025-02-22 01:58:46 -05:00
Dockerfile Switch to spinning up server directly in the docker file 2025-02-21 17:38:05 -05:00
Dockerfile.dev Fix notification job missing class name 2025-02-22 01:58:46 -05:00
entrypoint.dev.sh Fix notification job missing class name 2025-02-22 01:58:46 -05:00
Gemfile Add leaderboard for sailors log 2025-02-23 01:57:22 -05:00
Gemfile.lock Add leaderboard for sailors log 2025-02-23 01:57:22 -05:00
Rakefile Initial commit 2025-02-16 03:21:30 -05:00
README.md Initial commit 2025-02-16 03:21:30 -05:00
slack_manifest_harbor.yml Handle either signing secrets 2025-03-01 10:07:18 -06:00
slack_manifest_sailors_log.yml Add timedump command for debugging 2025-03-01 09:44:22 -06:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...