Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / mergestat/sqlq issues and pull requests
#54 - feat: adding index to job_logs
Pull Request -
State: closed - Opened by amenowanna over 1 year ago
- 1 comment
#53 - feat: set completed_at and emit log when reaping
Pull Request -
State: closed - Opened by riyaz-ali almost 2 years ago
- 1 comment
#52 - feat: add support for setting job priority
Pull Request -
State: closed - Opened by riyaz-ali almost 2 years ago
- 1 comment
Labels: enhancement
#51 - Update reaper functionality
Issue -
State: closed - Opened by amenowanna almost 2 years ago
#50 - Add support for setting job priority when enqueueing
Issue -
State: closed - Opened by amenowanna almost 2 years ago
#49 - Allow for setting job priority when enqueuing a job
Issue -
State: closed - Opened by patrickdevivo almost 2 years ago
- 1 comment
#48 - fix: dequeue priority order
Pull Request -
State: closed - Opened by amenowanna almost 2 years ago
#47 - feat: add position column in sqlq.job_logs to order entries
Pull Request -
State: closed - Opened by riyaz-ali almost 2 years ago
- 1 comment
#46 - fix: fix regression in sqlq.reap() introduced by dynamic queues
Pull Request -
State: closed - Opened by riyaz-ali almost 2 years ago
- 1 comment
Labels: bug
#45 - feat: drop requirement for queue-filter in sqlq.dequeue_job()
Pull Request -
State: closed - Opened by riyaz-ali almost 2 years ago
- 1 comment
Labels: enhancement
#44 - Refactor to support dynamic dequeueing
Issue -
State: closed - Opened by patrickdevivo almost 2 years ago
#43 - fix(db): Closing connections after usage
Pull Request -
State: closed - Opened by ramiroJCB almost 2 years ago
- 1 comment
#42 - feat(migrations):Alter json to jsonb in jobs columns
Pull Request -
State: closed - Opened by ramiroJCB almost 2 years ago
- 1 comment
#41 - Change colums result and parameters to jsonb in sqlq
Issue -
State: closed - Opened by ramiroJCB almost 2 years ago
#40 - Switch from `JSON` columns to `JSONB` columns
Issue -
State: closed - Opened by patrickdevivo almost 2 years ago
#39 - fix(migrations): fn returning always true
Pull Request -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment
#38 - fix(migrations): Refactoring migrations to be idempotent and our handling of trasactions
Pull Request -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment
#37 - fix(migrations): Solving migration bug
Pull Request -
State: closed - Opened by ramiroJCB about 2 years ago
- 4 comments
#36 - sqlq migrations Bug
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment
Labels: bug
#35 - Implement simple CLI for running migrations (or just instructions in the README)
Issue -
State: open - Opened by patrickdevivo about 2 years ago
#34 - feat(process): Adding cancel functionality
Pull Request -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment
#33 - fix: multiply by 1e9 to set resolution to nanoseconds
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
- 1 comment
Labels: bug
#32 - chore: add `MIT` license for now
Pull Request -
State: closed - Opened by patrickdevivo about 2 years ago
- 1 comment
#31 - docs: update readme and add examples
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
- 1 comment
Labels: documentation
#30 - Update README.md and prepare for publishing the code
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
Labels: documentation
#29 - Implement sqlq in mergestat worker for Repo Auto Imports
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment
#28 - Create Cancel function in sqlq
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 6 comments
#27 - Dealing with race condition SQLQ
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 3 comments
#26 - feat: add introspection support to query metadata from sqlq
Pull Request -
State: open - Opened by riyaz-ali about 2 years ago
- 5 comments
Labels: enhancement
#25 - feat: functionality from library to SQL
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#24 - feat: cleanup and tweak underlying schema
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
- 1 comment
Labels: enhancement
#23 - Move functionality from library to SQL User-defined functions
Issue -
State: closed - Opened by riyaz-ali about 2 years ago
- 1 comment
Labels: enhancement
#22 - Add introspection support to query metadata from sqlq
Issue -
State: open - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#21 - Research Schema Migration solutions
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 5 comments
Labels: enhancement
#20 - feat: add codecov upload step to CI
Pull Request -
State: closed - Opened by patrickdevivo about 2 years ago
- 1 comment
#19 - test: add more unit test cases
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#18 - feat: add support for job keep-alive
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#17 - feat: add support for logging in jobs
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#16 - feat: add support for job retries
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#15 - feat: implement basic background processing framework
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
Labels: enhancement
#14 - chore: add an initial `CODEOWNERS` file
Pull Request -
State: closed - Opened by patrickdevivo about 2 years ago
#13 - chore: add a GitHub Action for basic CI (vet, lint, test)
Pull Request -
State: closed - Opened by patrickdevivo about 2 years ago
#12 - Extend worker runtime to support job liveness checks
Issue -
State: closed - Opened by riyaz-ali about 2 years ago
#11 - Include support for integrated logging in worker runtime
Issue -
State: closed - Opened by riyaz-ali about 2 years ago
#10 - Extend worker runtime to support for retrying failed jobs
Issue -
State: closed - Opened by riyaz-ali about 2 years ago
#9 - Minimal viable worker implementation
Issue -
State: closed - Opened by riyaz-ali about 2 years ago
#8 - EXP: add schema and tests covering the schema
Pull Request -
State: closed - Opened by riyaz-ali about 2 years ago
#7 - Dealing with race condition when de-queuing
Issue -
State: open - Opened by riyaz-ali about 2 years ago
- 8 comments
Labels: bug
#6 - Create background worker db views
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
#5 - Create background worker tests for db functions
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
#4 - Create background worker db functions
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 2 comments
#3 - Provide documentation on schema for background worker
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 2 comments
Labels: documentation
#2 - Create background worker database tables
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment
#1 - Create repo for background worker database schema
Issue -
State: closed - Opened by ramiroJCB about 2 years ago
- 1 comment