Граф коммитов

14 Коммитов

Автор SHA1 Сообщение Дата
Jared Lockhart 2d054b2fc3
fix #9313 chore(project): ignore vega in dependabot (#9314)
Because

* There are bugs in the latest version of vega that are not caught by
tests but can cause errors in Experimenter
* Locking the version in package.json does not prevent dependabot from
attempting to create PRs to update it

This commit

* Ignores vega in dependabot.yml
2023-08-25 15:35:05 +00:00
Mike Williams 60d6c69389
fix #9156 feat(schemas): typescript schema generation and npm publish (#9157)
Because

- we want to use the population sizing schemas for graphql and UI

This commit

- sets up generation of typescript schemas from the pydantic schemas
- sets up publishing the typescript schemas to npm
2023-08-11 20:56:49 +00:00
Jared Lockhart ab461e3fb4
fix #9172 chore(project): add cirrus and schemas to dependabot (#9173)
Because

* We now have cirrus and schemas projects living in this repo
* Everyone benefits from automated package updates

This commit

* Adds cirrus and schemas to the dependabot config
2023-07-25 19:56:29 +00:00
Yashika Khurana 7855bbf1eb
fix #8360 feat(nimbus): Change root folder app to experimenter (#8375)
Because

- We will be adding cirrus in experimenter

This commit

- Rename `app` to `experimenter` and make necessary changes
2023-03-08 13:36:51 -08:00
Jared Lockhart 44050876e9
fix #5797 chore(nimbus): switch dependabot to minor only (#5895)
Because

* We want to reduce the number of dependabot prs while staying as up to date as possible
* We want to reduce the number of dependabot prs that break and require manual intervention

This commit

* Ignores patch/major updates, allowing only minor updates
2021-07-07 15:51:33 -03:00
Jared Lockhart 420b670d2a
fix #3661 chore(project): Dependabot PR against main (#3662)
Because

* We're experimenting with disabling main branch protections
* And can use a few more circle credits

This commit

* Configures dependabot to PR against main
2020-10-05 13:29:19 -04:00
Jared Lockhart b5f95e533c
fixes #3399 chore: Change dependabot to update yarn.lock (#3557)
Becuase

* Dependabot was configured to look at each npm dir individually it was missing the global yarn.lock

This commit

* Changes dependabot to look at root and it should pick up each workspace and update yarn.lock
2020-09-28 13:53:36 -04:00
Lauren Zugai 091b356df5
feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README (#3519)
* feat(nimbus-ui): Init nimbus-ui with CRA Typescript, remove cruft, add tests, linting, workspace, README"

* Add optional label parameter to babel plugins for core

* Copy nimbus-ui into container before yarn build commands

* Only eslint ts source files

* Use container paths for nimbus-ui node_modules and built assets

* Upgrade TS version to latest

* Install eslint dev dependencies so we can lint outside react-scripts

* Rebuild yarn.lock file

* Use jsdom-sixteen jest test env for 'core'

* Use jsdom-sixteen jest test env for 'rapid'

* fix yarn deps issue, silence babel warning

* CI=yes not CI=true

* Add MPL license to missed file and add newline to package.json

* Fix dependabot spacing

* Move testing lib to dev dep instead of dep

* Fix double quotes in docker compose

Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
Co-authored-by: Jody Heavener <j.heavener@gmail.com>
2020-09-24 12:30:15 -05:00
Jody Heavener f6dd9c9e76
Move legacy UI to its new home in preparation for Nimbus UI work (#3534) 2020-09-24 11:00:48 -04:00
Tif Tran ed8447922e
fix #3410 added dependabot config for integration test dependencies (#3430) 2020-09-13 16:12:30 -07:00
Tif Tran f345149a10
poetry for dependencies fixes #3393 (#3422)
* poetry for dependencies fixes #3393

* feedback changes
2020-09-11 16:57:39 -04:00
Jared Lockhart 677b60f340
Update dependabot.yml with target branch (#3018) 2020-07-10 17:04:23 -04:00
Jared Lockhart d654aba1d6
Change dependabot to PR against dependencies branch fixes #2944 (#2945) 2020-06-29 20:38:20 -04:00
dependabot-preview[bot] ab671e05b5
Create Dependabot config file (#2724)
* Create Dependabot config file

* Update dependabot.yml

* Change daily to weekly

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Jared Lockhart <119884+jaredlockhart@users.noreply.github.com>
2020-06-04 11:28:22 -04:00