Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / simonsobs/nextline-rdb issues and pull requests
#52 - Fix a test
Pull Request -
State: closed - Opened by TaiSakuma 6 months ago
- 1 comment
#51 - Require `nextline-graphql 0.7.8` or later
Pull Request -
State: closed - Opened by TaiSakuma 6 months ago
#50 - Import TestClient from nextline_graphql
Pull Request -
State: closed - Opened by TaiSakuma 7 months ago
#49 - Bump simonsobs/nextline-graphql from v0.7.5 to v0.7.7
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 2 comments
Labels: dependencies, docker
#48 - Bump simonsobs/nextline-graphql from v0.7.5 to v0.7.6
Pull Request -
State: closed - Opened by dependabot[bot] 7 months ago
- 1 comment
Labels: dependencies, docker
#47 - Make a correction in README.md
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
#46 - Check Dockerfile daily with Dependabot
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
#45 - Add the section Examples to README.md
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
#44 - Update GraphQL queries to support pagination
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
- 1 comment
#43 - Load all related objects in `query_run()`
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
#42 - Fix comparison bug in WriteRunTable class
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
- 1 comment
#41 - Refactor pagination logic in compose_statement()
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
- 1 comment
#40 - Sort runs in the reverse order in the query runs
Pull Request -
State: closed - Opened by TaiSakuma 9 months ago
- 1 comment
#39 - Add `totalCount` to the GraphQL pagination query
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#38 - Update `pyproject.toml` and GitHub Actions workflows
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#37 - Change the development status to Beta
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#36 - Update README and Mako template in Alembic folder
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#35 - Insert new run table row at run start instead of initialize
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#34 - Add the table `current_script`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#33 - Add the option `register_session_events` to the class `DB`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#32 - Add GraphQL queries `version` and `migrationVersion`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#31 - Enable foreign key constraints
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#30 - Create the table `script`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#29 - Rename files to avoid duplicate names
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#28 - Add a section of "Configuration" in README.md
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#27 - Replace subscriptions with plugins to write DB
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#26 - Copy the GraphQL query `history` to `rdb`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
#25 - Add a GraphQL mutation `deleteRuns`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#24 - Add a GraphQL query `run`
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#23 - Update pagination tests with Hypothesis
Pull Request -
State: closed - Opened by TaiSakuma 10 months ago
- 1 comment
#22 - Clean code
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
#21 - Duplicate the ORM models as the ORM models for the latest migration revision
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
- 1 comment
#20 - Require `nextline-graphql>=0.6.5` for the test
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
- 1 comment
#19 - Fix a bug, update tests, and clean code
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
#18 - Make the test less dependent on the timing
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
- 1 comment
#17 - Reduce the test time
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
- 1 comment
#16 - Disable the Hypothesis deadline on GitHub Actions
Pull Request -
State: closed - Opened by TaiSakuma 11 months ago
- 1 comment
#15 - Move `alembic.ini` to the alembic folder
Pull Request -
State: closed - Opened by TaiSakuma 12 months ago
- 1 comment
#14 - Switch to asynchronous DB access
Pull Request -
State: closed - Opened by TaiSakuma 12 months ago
#13 - Add `async_write_db()`, the async version of `write_db()`
Pull Request -
State: closed - Opened by TaiSakuma 12 months ago
#12 - Turn the class `AsyncDB` into the async version of `DB`
Pull Request -
State: closed - Opened by TaiSakuma 12 months ago
#11 - Merge two `DB` classes
Pull Request -
State: closed - Opened by TaiSakuma 12 months ago
#10 - Turn the dataclass `DB` into a context manager
Pull Request -
State: closed - Opened by TaiSakuma 12 months ago
- 1 comment
#9 - Narrow the range of generated integers in tests to that of GraphQL `Int`.
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
- 1 comment
#8 - Rename `Base` to `Model` and update tests and type hints
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
- 1 comment
#7 - Turn on `trace_threads` and `trace_modules` in a test
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
#6 - Add Hypothesis strategies for ORM models
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
#5 - Stop accessing the dynaconf from alembic/env.py
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
- 1 comment
#4 - Update ORM models' `repr` so they can be `eval`-ed to reproduce the objects
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
- 1 comment
#3 - Add type annotations to funcion definitions
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
- 1 comment
#2 - Generate a release note on release
Pull Request -
State: closed - Opened by TaiSakuma about 1 year ago
#1 - Create the "Script" table
Issue -
State: closed - Opened by TaiSakuma over 1 year ago