Skip to content

Commit 30b9b1b

Browse files
committed
update alpha beta URLs
1 parent 50b39dd commit 30b9b1b

File tree

11 files changed

+34
-34
lines changed

11 files changed

+34
-34
lines changed

apps/remix-ide/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This document describes:
22
- how to update remix.ethereum.org.
3-
- how to update remix-alpha.ethereum.org.
3+
- how to update alpha.remix.live
44
- how to release remix IDE.
55

66
# Remix IDE Release
@@ -47,7 +47,7 @@ This is not strictly speaking a release. Updating the remix site is done through
4747

4848
CircleCI will build automatically and remix.ethereum.org will be updated
4949

50-
# remix-alpha.ethereum.org update
50+
# alpha.remix.live update
5151

52-
remix-alpha.ethereum.org is automatically updated every time commits are pushed to master
52+
alpha.remix.live is automatically updated every time commits are pushed to master
5353

apps/remix-ide/src/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ class AppComponent {
224224
this.engine.register(appManager)
225225

226226
const matomoDomains = {
227-
'remix-alpha.ethereum.org': 27,
228-
'remix-beta.ethereum.org': 25,
227+
'alpha.remix.live': 27,
228+
'beta.remix.live': 25,
229229
'remix.ethereum.org': 23,
230230
'6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod': 35 // remix desktop
231231
}

apps/remix-ide/src/app/tabs/locales/en/remixd.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"remixd.text1": "Access your local file system from Remix IDE using <a>Remixd NPM package</a>.",
88
"remixd.text2": "Remixd <a>documentation</a>.",
99
"remixd.text3": "The remixd command is:",
10-
"remixd.text4": "The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://remix-alpha.ethereum.org, or https://remix-beta.ethereum.org",
10+
"remixd.text4": "The remixd command without options uses the terminal's current directory as the shared directory and the shared Remix domain can only be https://remix.ethereum.org, https://alpha.remix.live, or https://beta.remix.live",
1111
"remixd.text5": "Example command with flags:",
1212
"remixd.text6": "For info about ports, see <a>Remixd ports usage</a>",
1313
"remixd.text7": "This feature is still in Alpha. We recommend to keep a backup of the shared folder.",

apps/remix-ide/src/assets/js/loader.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
const domains = {
2-
'remix-alpha.ethereum.org': 27,
3-
'remix-beta.ethereum.org': 25,
2+
'alpha.remix.live': 27,
3+
'beta.remix.live': 25,
44
'remix.ethereum.org': 23,
55
'localhost': 35 // remix desktop
66
}
77
const domainsOnPrem = {
8-
'remix-alpha.ethereum.org': 1,
9-
'remix-beta.ethereum.org': 2,
8+
'alpha.remix.live': 1,
9+
'beta.remix.live': 2,
1010
'remix.ethereum.org': 3,
1111
'localhost': 4 // remix desktop
1212
}

apps/remix-ide/team-best-practices.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Related links:
1212
- Public WebSite: https://remix-project.org
1313
- Remix basic FAQ: https://hackmd.io/KVooMJhWRImCGq6zkDgW9A
1414
- Remix live: https://remix.ethereum.org
15-
- Remix alpha live: https://remix-alpha.ethereum.org
16-
- Remix beta live: https://remix-beta.ethereum.org
15+
- Remix alpha live: https://alpha.remix.live
16+
- Remix beta live: https://beta.remix.live
1717
- Remix-lib NPM module: https://www.npmjs.com/package/@remix-project/remix-lib
1818
- Remix-tests NPM module: https://www.npmjs.com/package/@remix-project/remix-tests
1919
- Remix-solidity NPM module: https://www.npmjs.com/package/@remix-project/remix-solidity
@@ -114,7 +114,7 @@ Before starting to coding, we should ensure all devs / contributors are aware of
114114
### 3) Merge:
115115

116116
- Merging is possible after Review and Tests are ok and when the PR is approved.
117-
- After a merge, it is highly recommended to check the new code in `remix-alpha.ethereum.org`
117+
- After a merge, it is highly recommended to check the new code in `alpha.remix.live`
118118

119119
---
120120

@@ -195,8 +195,8 @@ Before starting to coding, we should ensure all devs / contributors are aware of
195195
### release process:
196196

197197
- We release an `x.0.0` if there's a fundamental change in our UX design, which means users will need to readapt the way they use the app
198-
- after a week finishes, we publish/release a new version as **remix-beta.ethereum.org** and inform users so early adopters can test. after another week, when the next finished work is released as **remix-beta.ethereum.org**, the previous one becomes **remix.ethereum.org** and all users can start using it
199-
- a bot to automatically notify users about upcoming features on all channels whenever **remix-beta.ethereum.org** is updated
198+
- after a week finishes, we publish/release a new version as **beta.remix.live** and inform users so early adopters can test. after another week, when the next finished work is released as **beta.remix.live**, the previous one becomes **remix.ethereum.org** and all users can start using it
199+
- a bot to automatically notify users about upcoming features on all channels whenever **beta.remix.live** is updated
200200
- in case it's a major version increase - this announcement should be specially marked so people can check early instead of being confronted with drastic changes when **remix.ethereum.org** updates
201201
### maintenance:
202202
- Setting up a "bug" time where we each take a bug for which:

libs/remix-ui/app/src/lib/remix-app/components/modals/origin-warning.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const OriginWarning = () => {
1111
if (window.location.hostname === 'yann300.github.io') {
1212
setContent('This UNSTABLE ALPHA branch of Remix has been moved to http://ethereum.github.io/remix-live-alpha.')
1313
} else if (
14-
window.location.hostname === 'remix-alpha.ethereum.org' ||
14+
window.location.hostname === 'alpha.remix.live' ||
1515
(window.location.hostname === 'ethereum.github.io' && window.location.pathname.indexOf('/remix-live-alpha') === 0)
1616
) {
1717
setContent('Welcome to the Remix alpha instance. Please use it to try out latest features. But use preferably https://remix.ethereum.org for any production work.')

libs/remix-ui/home-tab/src/lib/components/constant.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const branches = {
2-
'remix-beta.ethereum.org': 'beta',
3-
'remix-alpha.ethereum.org': 'alpha',
2+
'beta.remix.live': 'beta',
3+
'alpha.remix.live': 'alpha',
44
'remix.ethereum.org': 'live'
55
}
66

libs/remixd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you were using the old one you need to:
3333

3434
## remixd command
3535

36-
The remixd command without options shares present working directory and the shared Remix domain will be https://remix.ethereum.org, https://remix-alpha.ethereum.org, or https://remix-beta.ethereum.org
36+
The remixd command without options shares present working directory and the shared Remix domain will be https://remix.ethereum.org, https://alpha.remix.live, or https://beta.remix.live
3737

3838
The remixd command is:
3939
```

libs/remixd/origins.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"data":[
3-
"http://remix-alpha.ethereum.org",
4-
"http://remix-beta.ethereum.org",
3+
"http://alpha.remix.live",
4+
"http://beta.remix.live",
55
"http://remix.ethereum.org",
6-
"https://remix-alpha.ethereum.org",
7-
"https://remix-beta.ethereum.org",
6+
"https://alpha.remix.live",
7+
"https://beta.remix.live",
88
"https://remix.ethereum.org",
99
"package://a7df6d3c223593f3550b35e90d7b0b1f.mod",
1010
"package://6fd22d6fe5549ad4c4d8fd3ca0b7816b.mod",

release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This document includes the release instructions for:
55
- Publishing `remixd` to NPM
66
- Publishing remix libraries to NPM
77
- Updating Remix's live version on remix.ethereum.org
8-
- Updating Remix's alpha version on remix-alpha.ethereum.org
9-
- Updating Remix's beta version on remix-beta.ethereum.org
8+
- Updating Remix's alpha version on `alpha.remix.live`
9+
- Updating Remix's beta version on `beta.remix.live`
1010

1111
## Feature Freeze
12-
Once feature freeze is done, `remix_beta` should be updated to the latest master which will automatically update `remix-beta.ethereum.org` through a CI job.
12+
Once feature freeze is done, `remix_beta` should be updated to the latest master which will automatically update `beta.remix.live` through a CI job.
1313

1414
Use this unified command:
1515

@@ -23,7 +23,7 @@ or individually:
2323
- `git push -f origin remix_beta`
2424

2525
## Testing
26-
Testing is performed after the Feature Freeze on `remix-beta.ethereum.org`. `build-qa-doc.js` script can be used to generate the list of QA tasks. Instructions to use the file are given in the file itself: https://github.com/ethereum/remix-project/blob/master/build-qa-doc.js#L18
26+
Testing is performed after the Feature Freeze on `beta.remix.live`. `build-qa-doc.js` script can be used to generate the list of QA tasks. Instructions to use the file are given in the file itself: https://github.com/ethereum/remix-project/blob/master/build-qa-doc.js#L18
2727

2828
Once ready to run, it can be run using the Node.js: `node build-qa-doc.js`
2929

@@ -141,4 +141,4 @@ or individually:
141141

142142
## Remix IDE Alpha Release
143143

144-
remix-alpha.ethereum.org is automatically updated every time a commit is pushed to `master` branch
144+
`alpha.remix.live` is automatically updated every time a commit is pushed to `master` branch

0 commit comments

Comments
 (0)