You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_setup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ ManageIQ requires a memcached instance for session caching and a PostgreSQL data
114
114
115
115
Skip ahead to "Start the service"
116
116
117
-
2. Start the service
117
+
3. Start the service
118
118
119
119
|||
120
120
| ---------- | --- |
@@ -248,9 +248,9 @@ bundle exec rails console
248
248
simulate_queue_worker
249
249
```
250
250
251
-
## macOS AirDrop & Handoff listens on port 5000
251
+
## macOS AirDrop & Handoff Listens on Port 5000
252
252
253
-
If you run workers like we do on appliances using `ruby lib/workers/bin/evm_server.rb` remote console workers will try to bind to port 5000. This can fail on macOS with:
253
+
If you run workers like we do on appliances using `ruby lib/workers/bin/evm_server.rb`, remote console workers will try to bind to port 5000. This can fail on macOS with:
254
254
255
255
```
256
256
Address already in use - bind(2) for "0.0.0.0" port 5000
*`n_(msgid, msgid_plural, n)` – returns either translated `msgid` or its translated plural form (`msgid_plural`) depending on `n`, a number determining the count (i.e. number above 1 means plural form)
*`s_(msgid, seperator = "|")` – translates `msgid`, but if there are no localized text, it returns a last part of `msgid` separated by `separator` (`|` by default)
46
+
*`s_(msgid, separator = "|")` – translates `msgid`, but if there is no localized text, it returns a last part of `msgid` separated by `separator` (`|` by default)
*`ns_(msgid, msgid_plural, n, seperator = "|")` – similar to the `n_()`, but if there is no localized text, it returns a last part of `msgid` separated by `separator`.
48
+
*`ns_(msgid, msgid_plural, n, separator = "|")` – similar to the `n_()`, but if there is no localized text, it returns a last part of `msgid` separated by `separator`.
 | `#cc317c` | Questions and discussions: "question"
14
-
 | `#5319e7` | Component: Repo specific labels that categorize what parts of the application are being changed. See the repos for specifics.
15
-
 | `#d4c5f9` | Alternate component: A secondary, repo specific categorization (e.g. in manageiq-ui-classic, dark purple represents a specific UI tab being changed, whereas light purple is used for general components like toolbars or buttons)
16
-
 | `#b4a8d1` | Special component: A component that requires more careful handling and possibly a specific reviewer or merger. Right now this is only "dependencies" and "sql migration".
17
-
 | `#000000``#555555``#dddddd` | Backporting and release: "blocker", "fine/yes", "fine/no", "darga/yes", "darga/no", etc. The darkest color is for the most recent release, the middle color is the release before that, and the lightest color is for any release older than that.
 | `#cc317c` | Questions and discussions: "question"
14
+
 | `#5319e7` | Component: Repo specific labels that categorize what parts of the application are being changed. See the repos for specifics.
15
+
 | `#d4c5f9` | Alternate component: A secondary, repo specific categorization (e.g. in manageiq-ui-classic, dark purple represents a specific UI tab being changed, whereas light purple is used for general components like toolbars or buttons)
16
+
 | `#b4a8d1` | Special component: A component that requires more careful handling and possibly a specific reviewer or merger. Right now this is only "dependencies" and "sql migration".
17
+
 | `#000000``#555555``#dddddd` | Backporting and release: "blocker", "fine/yes", "fine/no", "darga/yes", "darga/no", etc. The darkest color is for the most recent release, the middle color is the release before that, and the lightest color is for any release older than that.
18
18
19
19
### Common labels
20
20
21
21
Label | Color | Hex | Description
22
22
--- | --- | --- | ---
23
-
blocker |  | `#000000` | Blocker for the next release.
24
-
bug |  | `#ee0701` | A bug.
25
-
bug/sporadic test failure |  | `#ee0701` | A bug that manifests as test failures in an unpredictable way.
26
-
cleanup |  | `#fef2c0` | Changes only making the code cleaner and that do not change how the code works nor the outputs produced (e.g. rubocop or eslint changes).
27
-
dependencies |  | `#b4a8d1` | Changes that affect dependencies, such as gem changes.
28
-
developer |  | `#bcf5db` | Changes that affect developers only, including non-customer-facing tools (e.g. changes to bin/setup)
29
-
documentation |  | `#d4c5f9` | Changes to documentation only (e.g. README.md).
30
-
duplicate |  | `#eeeeee` | The issue is a duplicate. When applied, the duplicate issue should be referenced in a comment.
31
-
enhancement |  | `#84b6eb` | An enhancement.
32
-
help wanted |  | `#0e8a16` | An issue that could be handled by anyone, even new members of the community.
33
-
internationalization |  | `#d4c5f9` | Changes that are for internationalization only (e.g. updating the *.po gettext files).
34
-
notabug |  | `#eeeeee` | The issue is not a bug as reported or not reproducible. When applied the issue should be closed.
35
-
performance |  | `#e99695` | Changes that are for performance improvements only.
36
-
pinned |  | `#eeeeee` | The issue will not be marked by [**@miq-bot**](https://github.com/miq-bot) with the stale label.
37
-
question |  | `#cc317c` | Issues that are just questions. When the question is resolved, the label should be changed and/or the issue should be closed.
38
-
refactoring |  | `#fbca04` | Changes in the way the code works internally without changing the output produced. Contrast to "cleanup".
39
-
stale |  | `#eeeeee` | The issue is old and hasn't had activity in 6 months. This label will be automatically applied by [**@miq-bot**](https://github.com/miq-bot).
40
-
technical debt |  | `#ff7619` | Changes that remove or significantly update old unused code and/or dependencies.
41
-
test |  | `#bfe5bf` | Changes to test code only.
42
-
tools |  | `#bcf5db` | Changes to customer-facing tools (e.g. tools/prune_metrics.rb). Contrast to "developer".
43
-
unmergeable |  | `#eeeeee` | The PR is unmergeable. This label is automatically applied and removed by [**@miq-bot**](https://github.com/miq-bot).
44
-
verified |  | `#0e8a16` | The bug issue was reviewed and is verified to have the problem stated and a PR should be created. This label is not necessary on a bug PR.
45
-
wip |  | `#eeeeee` | The PR is a WIP. This label is automatically applied and removed by [**@miq-bot**](https://github.com/miq-bot) based on PR title having "[WIP]" or not.
46
-
wontfix |  | `#eeeeee` | The issue will not be fixed or otherwise handled. When applied, the issue should be closed.
23
+
blocker |  | `#000000` | Blocker for the next release.
24
+
bug |  | `#ee0701` | A bug.
25
+
bug/sporadic test failure |  | `#ee0701` | A bug that manifests as test failures in an unpredictable way.
26
+
cleanup |  | `#fef2c0` | Changes only making the code cleaner and that do not change how the code works nor the outputs produced (e.g. rubocop or eslint changes).
27
+
dependencies |  | `#b4a8d1` | Changes that affect dependencies, such as gem changes.
28
+
developer |  | `#bcf5db` | Changes that affect developers only, including non-customer-facing tools (e.g. changes to bin/setup)
29
+
documentation |  | `#d4c5f9` | Changes to documentation only (e.g. README.md).
30
+
duplicate |  | `#eeeeee` | The issue is a duplicate. When applied, the duplicate issue should be referenced in a comment.
31
+
enhancement |  | `#84b6eb` | An enhancement.
32
+
help wanted |  | `#0e8a16` | An issue that could be handled by anyone, even new members of the community.
33
+
internationalization |  | `#d4c5f9` | Changes that are for internationalization only (e.g. updating the *.po gettext files).
34
+
notabug |  | `#eeeeee` | The issue is not a bug as reported or not reproducible. When applied the issue should be closed.
35
+
performance |  | `#e99695` | Changes that are for performance improvements only.
36
+
pinned |  | `#eeeeee` | The issue will not be marked by [**@miq-bot**](https://github.com/miq-bot) with the stale label.
37
+
question |  | `#cc317c` | Issues that are just questions. When the question is resolved, the label should be changed and/or the issue should be closed.
38
+
refactoring |  | `#fbca04` | Changes in the way the code works internally without changing the output produced. Contrast to "cleanup".
39
+
stale |  | `#eeeeee` | The issue is old and hasn't had activity in 6 months. This label will be automatically applied by [**@miq-bot**](https://github.com/miq-bot).
40
+
technical debt |  | `#ff7619` | Changes that remove or significantly update old unused code and/or dependencies.
41
+
test |  | `#bfe5bf` | Changes to test code only.
42
+
tools |  | `#bcf5db` | Changes to customer-facing tools (e.g. tools/prune_metrics.rb). Contrast to "developer".
43
+
unmergeable |  | `#eeeeee` | The PR is unmergeable. This label is automatically applied and removed by [**@miq-bot**](https://github.com/miq-bot).
44
+
verified |  | `#0e8a16` | The bug issue was reviewed and is verified to have the problem stated and a PR should be created. This label is not necessary on a bug PR.
45
+
wip |  | `#eeeeee` | The PR is a WIP. This label is automatically applied and removed by [**@miq-bot**](https://github.com/miq-bot) based on PR title having "[WIP]" or not.
46
+
wontfix |  | `#eeeeee` | The issue will not be fixed or otherwise handled. When applied, the issue should be closed.
0 commit comments