Tobias Bieniek

Results 116 issues of Tobias Bieniek

https://www.postgresql.org/docs/current/sql-comment.html specifies many different things that can receive database comments, but `sqlparser` currently only supports column, table, extension, schema, database, user and role. It would be great to add for...

The parser fails to parse the PostgreSQL-specific `PRIMARY KEY USING INDEX index_name` syntax in `ALTER TABLE` statements: ```sql ALTER TABLE version_downloads ADD CONSTRAINT version_downloads_pkey PRIMARY KEY USING INDEX version_downloads_unique; ```...

This PR migrates the majority of the `CrateSidebar` component to the Svelte app: Notable exception that will be implemented in follow-up PRs and are replaced by `// TODO` comments for...

A-frontend 🐹
A-svelte

In a recent crates.io team meeting, we decided to explore Svelte 5 as a replacement for our Ember.js frontend. We evaluated several options including server-side rendering via Rust (e.g., with...

A-frontend 🐹
C-tracking-issue
A-svelte

Up until this point our "auth" code was scattered all over the place and mixed up authentication (who are you?) and authorization (what are you allowed to do?) in multiple...

C-internal 🔧
A-backend âš™ī¸

Similar to GitHub Actions, GitLab CI also supports OIDC authentication (see https://docs.gitlab.com/ci/secrets/id_token_authentication/). This issue tracks the work that is necessary to build Trusted Publishing support for it. ### Steps -...

C-enhancement ✨
A-frontend 🐹
A-backend âš™ī¸