-
Notifications
You must be signed in to change notification settings - Fork 14
[github-bot] rerun check-ent-db on multiple alembic heads ## Reason Request ch #486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
## Reason Request changes might be spammy. Context here: https://lightsparkgroup.slack.com/archives/C03HYQQ2HT6/p1758132593755079 ## Overview - Remove request changes - Rerun `check-ent-db` job if it was previously successful AND there is a multiple alembic head issue GitOrigin-RevId: 5ec32cb83e6a12de65f907a18b3377f092ded98a
The following public packages have changed files:
There are no existing changesets for this branch. If the changes in this PR should result in new published versions for the packages above please add a changeset. Any packages that depend on the planned releases will be updated and released automatically in a separate PR. Each changeset corresponds to an update in the CHANGELOG for the packages listed in the changeset. Therefore, you should add a changeset for each noteable package change that this PR contains. For example, if a PR adds two features - one feature for packages A and B and one feature for package C - you should add two changesets. One changeset for packages A and B and one changeset for package C, with a description of each feature. The feature description will end up being the CHANGELOG entry for the packages in the changeset. No releases planned. Last updated by commit 4905f97 |
 GitOrigin-RevId: 804faa0ee1e2b113bc964cb126e535fcb7a4c8af
…20659) - adds support for filtering from the CommandCenter - adds filters to nage app state so that the CommandCenter can use it - updates url saving and loading to allow empty states for filters - fixes first down key in CommandCenter going to the 2nd entry - refactors CommandCenter to use a SectionConfig interface so it's more hierarchical rather than repeating section name props - adds filter icon - fixes date picker sometimes showing unstyled ("closed" according to the date picker component) state - removes unused CommandCenter actions    GitOrigin-RevId: 4dfae1d573feeddbe95536ed8ff6bdb94becb00a
Update public `js` sources with the latest code from the [public repository](https://github.com/lightsparkdev/js-sdk) main branch. This typically happens when new versions of the SDK are released and version updates need to be synced. The PR should be merged as soon as possible to avoid updates to webdev overwriting the changes in the js-sdk develop branch. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Lightspark Eng <[email protected]> Co-authored-by: Corey Martin <[email protected]> GitOrigin-RevId: cb91a9eb1d432f6bbd117d417b3b4a1557b23285
- removes redundant predicate/error definitions in favor of useFields validation system - adds validators for url, domain, domainName - adds validation for all sandbox creation steps  GitOrigin-RevId: 365d96cc4c2f2900a1c236e91a57d40af243db36
… styling, fix loading style (#20696) - fixes infinite re-render on webhook event log table - fixes various dropdowns (allows passing through custom typography as well to the dropdown items) - fixes loading style for some tables by adding min height and adding display flex   GitOrigin-RevId: 0d218dcc56cc8adc79cbe2f66c38a5a1f5bab1b4
- sometimes the details page wasn't actually displaying 50 50 ratio for the left and right panels - uses display grid instead - when clicking ghost buttons a slight border was appearing; fixes theme for active border color  GitOrigin-RevId: 286e1ce2a89e6be0fb2684cf5774c78e13e76d81
- makes header sticky - makes side nav sticky - allows scrolling halves of details pages separately - makes code header sticky - updates sidenav and command center icons - fixes close button icon in header - fixes num digits depending on totp version - fixes id and string filter empty state color - fixes docs button color   GitOrigin-RevId: bff8d9e0d94bcc3e3ad6e7805117d00da6954d87
## Reason Claude.md! you can get these by running /init in the main repo however, this pr splits it into **three** separate claude files. the reason for this is that claude md files are recursive, so you can store javascript specific context in the js/claude.md, and it'll be added to context if you do any searches or tool calls in the /js directory GitOrigin-RevId: 388a42b64bb640dcc522ba27b725683cae451b6d
…ing states (#20809) - updates paddings in various places - fixes button loading states GitOrigin-RevId: 98d53ca854796b5023c9c99044504923673e6322
…ge numbers (#20855) - invitations were not being returned in the correct order due to the 2nd query not returning in the same order - also fixes data manager table page numbers not appearing when exactly 4 pages were present GitOrigin-RevId: 48088c26f0933c6b10fa41041efe24f1b191d1fe
…erTable (#20858) - when a filter was applied to a table, there was a bug where page number would get reset upon loading the next page - fix avoids this by removing filterOptions from the dependencies of the useEffect responsible for loading filters from the URL GitOrigin-RevId: aadb0e5a86e6797973b9216a9a452d5db4b4c35e
## Reason claude sonnet 4.5 was released, this feature updates the claude.md files to better take advantage of its improvements GitOrigin-RevId: 807e44bc70b59ac8c4b16c9dfa370eef907f8886
…0535)" (#20908) ## Reason Explain *why* this change is being made. ## Overview For large or complex changes, describe what is being changed. ## Test Plan Explain how you tested the change. GitOrigin-RevId: 48778d9c4c1a08d74145b2071c5bbd13e05950d7
If this change should result in new package versions please add a changeset before merging. You can do so by clicking the link provided by changeset bot below.