Zach Pomerantz
|
6f147c1ff3
|
build: skip Monday releases (#5834)
|
2023-01-13 14:41:32 -08:00 |
|
Charles Bachmeier
|
20dbb2a9f7
|
build: restart daily releases (#5777)
Co-authored-by: Charles Bachmeier <charlie@genie.xyz>
|
2023-01-03 13:26:37 -08:00 |
|
Zach Pomerantz
|
ae1fb4367f
|
build: pause scheduled releases (#5765)
|
2022-12-22 10:32:38 -08:00 |
|
Mike Grabowski
|
1410edda32
|
fix: Sentry source maps URL (#5764)
fix
|
2022-12-22 22:14:03 +04:00 |
|
Mike Grabowski
|
92c21c2811
|
feat: better UX when Sentry disabled (#5695)
* feat: disable sentry
* chore: update error page
* chore: use continue on error instead
* chore: wrap in trans
* flip check
|
2022-12-22 00:39:29 +04:00 |
|
Vignesh Mohankumar
|
6efd7ca779
|
build: re-start scheduled builds (#5674)
Revert "build: pause scheduled releases (#5615)"
This reverts commit 185c1f677212b86c68c3730ad03aeb166ab31287.
|
2022-12-13 12:32:43 -05:00 |
|
Zach Pomerantz
|
185c1f6772
|
build: pause scheduled releases (#5615)
|
2022-12-09 14:18:21 -05:00 |
|
Mike Grabowski
|
0cb098b9d4
|
build: send source maps to Sentry on every release (#5540)
* feat: add source maps
* chore: use commit sha instead of semver for gh actions
* add test sentry action
* Delete sentry.yaml
* chore: add url prefix
|
2022-12-06 21:34:09 +04:00 |
|
Zach Pomerantz
|
d6199e0f61
|
build: release to cloudflare pages (#5441)
* build: release to cloudflare pages
* build: add params as secrets
* build: use node@16 for pages
* build: clarify step
|
2022-11-30 13:42:26 -08:00 |
|
Connor McEwen
|
e1d489a6bc
|
chore: update deploy action (#5254)
|
2022-11-16 14:50:14 -08:00 |
|
vignesh mohankumar
|
e0767b1cb7
|
build: Revert "build: deploy on friday AMs" (#5113)
Revert "build: deploy on friday AMs (#5085)"
This reverts commit a5cb1f05dc4fa58dd73433504dd6dfc2b7a755cc.
|
2022-11-07 18:34:03 -05:00 |
|
vignesh mohankumar
|
a5cb1f05dc
|
build: deploy on friday AMs (#5085)
|
2022-11-04 08:45:24 -04:00 |
|
Vignesh Mohankumar
|
6a1506ade6
|
build: Revert "build: pause deploy" (#4107)
* Revert "build: pause deploy (#4102)"
This reverts commit 3a1ea3df85a60fd32f47b67ce933a6edd239384f.
* prettier
|
2022-07-14 12:19:23 -04:00 |
|
Vignesh Mohankumar
|
3a1ea3df85
|
build: pause deploy (#4102)
|
2022-07-13 21:24:58 -04:00 |
|
Zach Pomerantz
|
2447afc43e
|
build: wait on passing cypress (#4076)
* build: wait on passing cypress
* build: video upload
|
2022-07-11 18:55:03 +02:00 |
|
Zach Pomerantz
|
b211c9f150
|
build: wait on tests (#4074)
|
2022-07-11 16:42:52 +02:00 |
|
Zach Pomerantz
|
48a962a750
|
build: enable auto-release (#4058)
|
2022-07-07 11:56:03 -07:00 |
|
Zach Pomerantz
|
9a55402bdf
|
build: add sleep in release (#4057)
|
2022-07-07 11:09:47 -07:00 |
|
Zach Pomerantz
|
cd8b048829
|
fix: deploy after pinning
|
2022-07-05 09:04:13 -07:00 |
|
Zach Pomerantz
|
d62596ecfc
|
fix: release file
|
2022-07-05 08:52:54 -07:00 |
|
Zach Pomerantz
|
2b496c62f1
|
build: deploy without needing check suite
|
2022-07-05 08:50:28 -07:00 |
|
Zach Pomerantz
|
a3c77708e2
|
build: deploy without waiting on check suite
|
2022-07-05 08:49:11 -07:00 |
|
Zach Pomerantz
|
c82dcabd19
|
build: disable scheduled release (#4022)
|
2022-07-01 15:26:42 -07:00 |
|
Zach Pomerantz
|
26b37d5274
|
build: fix await-check-suite with (#4021)
* build: fix await-check-suites
* build: fix await-check-suite with
|
2022-07-01 15:12:51 -07:00 |
|
Zach Pomerantz
|
d5c464b26b
|
build: fix await-check-suites (#4020)
|
2022-07-01 15:10:08 -07:00 |
|
Zach Pomerantz
|
c48d4c5425
|
build: simplify actions (#4014)
* build: simplify actions
* build: add checkout
* build: fix path
* build: fix all paths
* build: missing steps
* build: update build name
* build: rename action
* build: add shell
* build: formalize lint
* build: cleanup
* build: update release
* build: comment workflows
|
2022-07-01 15:05:37 -07:00 |
|
Zach Pomerantz
|
dc38dc1c10
|
build: disable release (#3994)
|
2022-06-28 18:03:40 -07:00 |
|
Zach Pomerantz
|
0d03b09ae9
|
build: sleep for 10m after pinning (#3991)
|
2022-06-28 15:40:33 -07:00 |
|
Zach Pomerantz
|
cc919ab3df
|
build: optimize github actions (#3922)
* build: parallelize cypress
- Parallelizes cypress CI runs
- Cleans up CI workflow files
* build: fix typo
* build: cache node_modules
* build: cache node_modules everywhere
* fix: action/cache usage
* fix: do not cache dynamically built files
* build: use standard container for cypress
* fix: cache cypress
* fix: cache cypress
|
2022-06-16 17:42:18 -04:00 |
|
Zach Pomerantz
|
50a2dc9560
|
build: update cypress projectId (#3918)
* build: update cypress projectId
* build: rm unused cypress key
* test: save cypress videos
* build: rm start-server-and-test
* build: update github action cache usage
* build: use cypress action
|
2022-06-16 09:17:48 -04:00 |
|
kun
|
3ea6f6e0c8
|
chore(ci): upgrade crust pinner adapt to crust mainnet (#2281)
* Add Pin to Crust workflow
* Upgrade crust pinner adapt Crust Mainnet
|
2021-09-07 09:37:07 -05:00 |
|
Moody Salem
|
a3aa6647e7
|
chore: set default_bump to false per https://github.com/mathieudutour/github-tag-action/issues/85
|
2021-08-11 10:19:37 -05:00 |
|
Moody Salem
|
40b939df58
|
chore(ci): skip install step if node modules is cached and remove cache from release
|
2021-05-29 20:19:49 -05:00 |
|
Moody Salem
|
9df5b536c9
|
chore(ci): set up the shared cache for all jobs and extract before doing the sync
|
2021-05-29 20:06:49 -05:00 |
|
Moody Salem
|
897f354202
|
chore: bump mathieudutour/github-tag-action to latest release version to fix generated changelogs
https://github.com/Uniswap/uniswap-interface/issues/1572
|
2021-05-14 10:56:57 -05:00 |
|
Moody Salem
|
809902efec
|
fixes https://github.com/Uniswap/uniswap-interface/issues/1386
|
2021-05-13 12:17:34 -05:00 |
|
Moody Salem
|
d4562a2373
|
uncomment release workflow lines (will be disabled manually)
|
2021-04-21 12:48:43 -05:00 |
|
Moody Salem
|
e13369154d
|
Merge branch 'main' into v3-main
# Conflicts:
# .github/workflows/tests.yaml
|
2021-04-21 12:37:20 -05:00 |
|
Moody Salem
|
77b640c41b
|
chore(tests): improve the CI (#1370)
* improve the CI
* change triggers
* add pull request target back
|
2021-04-21 12:35:49 -05:00 |
|
Moody Salem
|
2d4b60b9dd
|
Merge branch 'main' into v3-main
# Conflicts:
# .env
# README.md
# package.json
# src/components/TokenWarningModal/index.tsx
# src/connectors/index.ts
# src/constants/index.ts
# src/hooks/Trades.ts
# src/index.tsx
# src/state/claim/hooks.ts
# src/state/user/hooks.tsx
# yarn.lock
|
2021-04-19 11:37:33 -05:00 |
|
Kun
|
d70b456855
|
Add Pin to Crust workflow (#1342)
|
2021-03-26 10:03:25 -05:00 |
|
Jordan Frankfurt
|
4e17107ac5
|
upgrade prettier
|
2021-02-16 03:34:45 -05:00 |
|
Jordan Frankfurt
|
6965707d45
|
Revert "upgrade prettier"
This reverts commit 5fabe438e52d4844307f86577d1d13a2e571e5f5.
|
2021-02-16 03:26:53 -05:00 |
|
Jordan Frankfurt
|
5fabe438e5
|
upgrade prettier
|
2021-02-14 03:07:58 -05:00 |
|
Moody Salem
|
db886930a0
|
Update release.yaml
|
2021-02-12 10:51:31 -06:00 |
|
Moody Salem
|
9e140d1214
|
chore(release): reenable automatic releases
|
2020-10-01 11:21:48 -05:00 |
|
Moody Salem
|
1ac16586ff
|
remove npm token
|
2020-09-24 14:43:08 -05:00 |
|
Moody Salem
|
7d526c5855
|
enable manual trigger
|
2020-09-24 11:31:18 -05:00 |
|
Moody Salem
|
03913d9c0b
|
UNI
|
2020-09-24 11:29:31 -05:00 |
|
Moody Salem
|
23c7f4ce38
|
temporarily disable releases for bugfix
|
2020-09-09 17:24:35 -05:00 |
|