Highlights
- 1 discussion answered
Pinned
1,342 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 44 commits in 7 repositories
Created a pull request in edgedb/edgedb-cli that received 7 comments
Opened 24 other pull requests in 4 repositories
edgedb/edgedb-cli
1
open
13
merged
1
closed
- Output stdout/stderr of spawned subprocesses in grey
- migration create: Rename "split" command back to "stop"
- Fix a few nits in tests/func/main.rs
-
Fix
cargo testfrom hanging - Move markdown formatting from derive to runtime
- Restyle markdown help formatting to not use background colors
- Stop using markdown to render clap help.
-
Better format
--help -
Add an about section to
--help - Do not show all CONNECTION OPTIONS by default.
- Undeprecate 'edgedb query'; add '--file' option to it.
- Rename --no-version-check to --no-cli-update-check (per the RFC)
- std::VirtualObject -> std::FreeObject
- Reorder edgedb subcommands: 'project', then 'instance', then 'server'
- Add 'edgedb info' command
edgedb/edgedb-js
1
open
2
merged
edgedb/edgedb
2
merged
Reviewed 94 pull requests in 13 repositories
edgedb/edgedb
31 pull requests
- Change query type argument type from tuple to object
-
Stop enforcing
iduniqueness across tables via triggers - Make properties non-distinct by default
-
Move a bunch of test setup logic up to
ClusterTestCase - raise AuthenticationError when Auth for role is not configured
- Fix cardinality inference in "optionality-preserving" functions
-
Report the values of
_Py_HashSecretandrandom.seed()in test failures - Reformat the data model documentation.
- Remove more uses of distutils in setup.py
- Bump dependencies
- Enforce pointer cardinality statically in mutations
- Fix test instance destruction regression
- Use asyncio subprocess API in PostgreSQL cluster management
- Consolidate tool configuration into pyproject.toml
- Update the dirver's versions mentioned in changelog.
-
Get rid of
new_event_loopmess in cluster/pgcluster - Give the TempClusters created in tests a name prefix
-
Use
--log-levelinstead ofEDGEDB_LOG_LEVELto drive Postgres logs - Turn off Postgres logging when EDGEDB_LOG_LEVEL=silent
- Add new quickstart
- Stop redirecting all Postgres output to /dev/null
- Change how JSON scalars are reflected into GraphQL.
- Make find_children search into nested containers
- Bump edgedb-python
- Stop pinning to an exact version of Cython
- Some pull request reviews not shown.
edgedb/edgedb-cli
20 pull requests
- Initial implementation of the configuration
- Fix compile-time detection of aarch64
- New error types of edgedb-rust
-
Fix
cargo testfrom hanging - Highlight command results
-
Actually create the env file when doing
edgedb cli migrate -
Indicate
instance upgradesuccess in a message - Enhancements to migrations
- Move markdown formatting from derive to runtime
-
Add an about section to
--help - Rename --no-version-check to --no-cli-update-check (per the RFC)
-
instance link: Unbreak
--password-from-stdin - expand command suggestion when project needs init
- Undeprecate 'edgedb query'; add '--file' option to it.
-
Add
edgedb instance listfrom status - Fix typo, update instance messages
-
cli installcheck if project already initialized -
Remove
allow-non-emptyoption - Add 'edgedb info' command
- Refactor color highlighting of REPL output
edgedb/edgedb-js
10 pull requests
- Functional tests
-
Querybuilder: Implement
withParams - add cal::realtive_duration support
- Retry retryableTransaction on netowork errors
- Don't print unrelated deprecation warnings
- Fix browser import
- Deprecate access to single connections
- Make query and querySingle generic
- Update readme
- Rename queryOne() to querySingle()
edgedb/edgedb-python
9 pull requests
- Retry if start() raises a retryable error
- Sync error types: AvailabilityError group
- Remove more irronius deprecation warnings
- Deprecate Pool.acquire() and Pool.release()
- Do not attempt to del transport in connection_lost if it has been already
- rename query_one to query_single
- Stop pinning to an exact version of Cython
- Fix asyncio SSL unclosed warning
- Test on Python 3.10
edgedb/edgedb-go
6 pull requests
MagicStack/immutables
5 pull requests
MagicStack/uvloop
4 pull requests
edgedb/edgedb-rust
2 pull requests
python/cpython
2 pull requests
MagicStack/asyncpg
2 pull requests
edgedb/easy-edgedb
1 pull request
MagicStack/httptools
1 pull request
MagicStack/py-pgproto
1 pull request
Created an issue in edgedb/edgedb-cli that received 7 comments
Disable markdown styling in --help
It looks like markdown styling causes some artifacts in terminals. Most likely because text wrap happens after the escape codes for formatting are …
7
comments
Opened 3 other issues in 2 repositories
edgedb/edgedb-cli
2
closed
edgedb/edgedb
1
closed
Started 2 discussions in 1 repository
edgedb/edgedb
edgedb/edgedb
Answered 1 discussion in 1 repository
edgedb/edgedb
edgedb/edgedb
38
contributions
in private repositories
Aug 2 – Aug 25