Tom Ross
Tom Ross
- Adds support for `baseBranch` flag in the CLI - Changes default `baseBranch` to `main` What do you think @siddharthkp? Could still support `master`, but we might need to update...
## Problem to solve This tracking issue reflects the **Fixing** stage of the accessibility work that began in Q1. Today, the Sourcegraph web application does not comply with current WCAG...
### Motivation We want to move forward with a global state management solution to address some of the problems in [RFC 391](https://docs.google.com/document/d/1-CBkQMO8Db3onfBF4onEn4I_3YljsfxIeJ6h64ZynGM/edit#heading=h.twdj57egor10). The two proposed approaches here are either [useContextSelector](https://github.com/dai-shi/use-context-selector)...
## Problem to solve This tracking issue reflects the **Auditing** stage of the accessibility work that began in Q1. Today, the Sourcegraph web application does not comply with current WCAG...
### Plan This tracking issue should encompass the "Documentation and planning" step of [RFC 557](https://docs.google.com/document/d/1r9W3ZvSaT_CPzzLpp0cZgcFR47Qk8pbT76ATQPiIDRk/edit) ### Tracked issues @unassigned: __10.00d__ Completed: __10.00d__ - [x] (🏁 351 days ago) https://github.com/sourcegraph/sourcegraph/issues/31242 __10.00d__...
### Plan We’re looking to increase adoption of Apollo Client across code browsing components. The aim of this issue is to identify and eventually improve areas that: - Would benefit...
### Plan We’re looking to increase adoption of Apollo Client across insights components. The aim of this issue is to identify and eventually improve areas that: - Would benefit from...
### Plan We want to refactor more code to use [Apollo](https://docs.sourcegraph.com/dev/background-information/web/graphql#graphql-client). Key actions: - Migrating from `requestGraphQL | queryGraphQL | mutateGraphQL` usage to [useMutation and useQuery](https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/client/shared/src/graphql/graphql.ts?L127-157) hooks. - Utilising the...
### Plan Placeholder for new work required in Wildcard V3 ### Tracked issues @unassigned - [ ] https://github.com/sourcegraph/sourcegraph/issues/29035 - [ ] https://github.com/sourcegraph/sourcegraph/issues/32127 - [ ] https://github.com/sourcegraph/sourcegraph/issues/32128 - [ ] https://github.com/sourcegraph/sourcegraph/issues/35689...
### Description We want to improve our GraphQL client by using Apollo Client, this will bring numerous improvements but notably: - Request caching - Network mocking for better tests -...