exercism-config 0.83.0 → 0.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b525854e1e2997c48ff2274ad158875b66a276fb662444a821e304c3dde81caf
4
- data.tar.gz: 69403c1e9daac53dbf43e5a40f623775497ed2317befbee95675d7dc09494bac
3
+ metadata.gz: dbf5b292efaf6559946021016ddae71a0d82ebe93e4349fef961b5a3964f31c6
4
+ data.tar.gz: f637ade07eb8664ed7fe5158229f4d80aa2b8472773cef86b2bcc1a8b5629f8f
5
5
  SHA512:
6
- metadata.gz: 991b98893f571f42d5f8c3129ddb4b18962389fd43aa0ffccaf6b85f24194422312d70b5d769425aee69fa877d60aebc3b28605b4e177ec04cecd8017167bec3
7
- data.tar.gz: af72b17d05db32ef55911b98ebd0cc97c09ad19d40535c8a358c2293f7e13e5b929bf14f53ebac712bfb019223c164db50e94a97bb9e1d69fdc2767052dca3e5
6
+ metadata.gz: 2c57c4d6fac25fbcc91e908606d0a61f038a8460207b95fe2cef8b807cc81aafb47597035757ceabfc1e7cd193afbb7d2c35634ca801c3f758d7037c8420f921
7
+ data.tar.gz: 5e9b65a21ed9c77c52d57b8bd667705ae336f798d3560ed44994460b8b1b8eef3de46a28e89d812fcbab1282689b9f1329e1c8ba066d1f402be98f6f672cb6ed
data/.github/labels.yml CHANGED
@@ -22,116 +22,145 @@
22
22
  # The `x:action/<value>` labels describe what sort of work the contributor will be engaged in when working on the issue
23
23
  - name: "x:action/create"
24
24
  description: "Work on something from scratch"
25
- color: "6f60d2"
25
+ color: "ffffff"
26
26
 
27
27
  - name: "x:action/fix"
28
28
  description: "Fix an issue"
29
- color: "6f60d2"
29
+ color: "ffffff"
30
30
 
31
31
  - name: "x:action/improve"
32
32
  description: "Improve existing functionality/content"
33
- color: "6f60d2"
33
+ color: "ffffff"
34
34
 
35
35
  - name: "x:action/proofread"
36
36
  description: "Proofread text"
37
- color: "6f60d2"
37
+ color: "ffffff"
38
38
 
39
39
  - name: "x:action/sync"
40
40
  description: "Sync content with its latest version"
41
- color: "6f60d2"
41
+ color: "ffffff"
42
42
 
43
43
  # The `x:knowledge/<value>` labels describe how much Exercism knowledge is required by the contributor
44
44
  - name: "x:knowledge/none"
45
45
  description: "No existing Exercism knowledge required"
46
- color: "604fcd"
46
+ color: "ffffff"
47
47
 
48
48
  - name: "x:knowledge/elementary"
49
49
  description: "Little Exercism knowledge required"
50
- color: "604fcd"
50
+ color: "ffffff"
51
51
 
52
52
  - name: "x:knowledge/intermediate"
53
53
  description: "Quite a bit of Exercism knowledge required"
54
- color: "604fcd"
54
+ color: "ffffff"
55
55
 
56
56
  - name: "x:knowledge/advanced"
57
57
  description: "Comprehensive Exercism knowledge required"
58
- color: "604fcd"
58
+ color: "ffffff"
59
59
 
60
60
  # The `x:module/<value>` labels indicate what part of Exercism the contributor will be working on
61
61
  - name: "x:module/analyzer"
62
62
  description: "Work on Analyzers"
63
- color: "5240c9"
63
+ color: "ffffff"
64
64
 
65
65
  - name: "x:module/concept"
66
66
  description: "Work on Concepts"
67
- color: "5240c9"
67
+ color: "ffffff"
68
68
 
69
69
  - name: "x:module/concept-exercise"
70
70
  description: "Work on Concept Exercises"
71
- color: "5240c9"
71
+ color: "ffffff"
72
72
 
73
73
  - name: "x:module/generator"
74
74
  description: "Work on Exercise generators"
75
- color: "5240c9"
75
+ color: "ffffff"
76
76
 
77
77
  - name: "x:module/practice-exercise"
78
78
  description: "Work on Practice Exercises"
79
- color: "5240c9"
79
+ color: "ffffff"
80
80
 
81
81
  - name: "x:module/representer"
82
82
  description: "Work on Representers"
83
- color: "5240c9"
83
+ color: "ffffff"
84
84
 
85
85
  - name: "x:module/test-runner"
86
86
  description: "Work on Test Runners"
87
- color: "5240c9"
87
+ color: "ffffff"
88
+
89
+ # The `x:rep/<value>` labels describe the amount of reputation to award
90
+ #
91
+ # For more information on reputation and how these labels should be used,
92
+ # check out https://exercism.org/docs/using/product/reputation
93
+ - name: "x:rep/tiny"
94
+ description: "Tiny amount of reputation"
95
+ color: "ffffff"
96
+
97
+ - name: "x:rep/small"
98
+ description: "Small amount of reputation"
99
+ color: "ffffff"
100
+
101
+ - name: "x:rep/medium"
102
+ description: "Medium amount of reputation"
103
+ color: "ffffff"
104
+
105
+ - name: "x:rep/large"
106
+ description: "Large amount of reputation"
107
+ color: "ffffff"
108
+
109
+ - name: "x:rep/massive"
110
+ description: "Massive amount of reputation"
111
+ color: "ffffff"
88
112
 
89
113
  # The `x:size/<value>` labels describe the expected amount of work for a contributor
90
114
  - name: "x:size/tiny"
91
115
  description: "Tiny amount of work"
92
- color: "4836bf"
116
+ color: "ffffff"
93
117
 
94
118
  - name: "x:size/small"
95
119
  description: "Small amount of work"
96
- color: "4836bf"
120
+ color: "ffffff"
97
121
 
98
122
  - name: "x:size/medium"
99
123
  description: "Medium amount of work"
100
- color: "4836bf"
124
+ color: "ffffff"
101
125
 
102
126
  - name: "x:size/large"
103
127
  description: "Large amount of work"
104
- color: "4836bf"
128
+ color: "ffffff"
105
129
 
106
130
  - name: "x:size/massive"
107
131
  description: "Massive amount of work"
108
- color: "4836bf"
132
+ color: "ffffff"
109
133
 
110
134
  # The `x:status/<value>` label indicates if there is already someone working on the issue
111
135
  - name: "x:status/claimed"
112
136
  description: "Someone is working on this issue"
113
- color: "4231af"
137
+ color: "ffffff"
114
138
 
115
139
  # The `x:type/<value>` labels describe what type of work the contributor will be engaged in
116
140
  - name: "x:type/ci"
117
141
  description: "Work on Continuous Integration (e.g. GitHub Actions workflows)"
118
- color: "3c2d9f"
142
+ color: "ffffff"
119
143
 
120
144
  - name: "x:type/coding"
121
145
  description: "Write code that is not student-facing content (e.g. test-runners, generators, but not exercises)"
122
- color: "3c2d9f"
146
+ color: "ffffff"
123
147
 
124
148
  - name: "x:type/content"
125
149
  description: "Work on content (e.g. exercises, concepts)"
126
- color: "3c2d9f"
150
+ color: "ffffff"
127
151
 
128
152
  - name: "x:type/docker"
129
153
  description: "Work on Dockerfiles"
130
- color: "3c2d9f"
154
+ color: "ffffff"
131
155
 
132
156
  - name: "x:type/docs"
133
157
  description: "Work on Documentation"
134
- color: "3c2d9f"
158
+ color: "ffffff"
159
+
160
+ # This label can be added to accept PRs as part of Hacktoberfest
161
+ - name: "hacktoberfest-accepted"
162
+ description: "Make this PR count for hacktoberfest"
163
+ color: "ff7518"
135
164
 
136
165
  # This Exercism-wide label is added to all automatically created pull requests that help migrate/prepare a track for Exercism v3
137
166
  - name: "v3-migration 🤖"
@@ -2,20 +2,18 @@ name: Tools
2
2
 
3
3
  on:
4
4
  push:
5
- branches: [main]
5
+ branches:
6
+ - main
6
7
  paths:
7
8
  - .github/labels.yml
8
9
  - .github/workflows/sync-labels.yml
9
- schedule:
10
- - cron: 0 0 1 * *
11
10
  workflow_dispatch:
11
+ schedule:
12
+ - cron: 0 0 1 * * # First day of each month
13
+
14
+ permissions:
15
+ issues: write
12
16
 
13
17
  jobs:
14
18
  sync-labels:
15
- name: Sync labels
16
- runs-on: ubuntu-latest
17
- steps:
18
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
19
- - uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
20
- env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
+ uses: exercism/github-actions/.github/workflows/labels.yml@main
data/CODE_OF_CONDUCT.md CHANGED
@@ -6,7 +6,7 @@ Exercism is a platform centered around empathetic conversation. We have a low to
6
6
 
7
7
  ## Seen or experienced something uncomfortable?
8
8
 
9
- If you see or experience abuse, harassment, discrimination, or feel unsafe or upset, please email abuse@exercism.io. We will take your report seriously.
9
+ If you see or experience abuse, harassment, discrimination, or feel unsafe or upset, please email [abuse@exercism.org](mailto:abuse@exercism.org?subject=%5BCoC%5D) and include \[CoC\] in the subject line. We will follow up with you as a priority.
10
10
 
11
11
  ## Enforcement
12
12
 
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.83.0'.freeze
2
+ VERSION = '0.84.0'.freeze
3
3
  end
data/settings/ci.yml CHANGED
@@ -4,6 +4,8 @@ anycable_rpc_host: 127.0.0.1:50051
4
4
 
5
5
  # Tooling
6
6
  tooling_redis_url: redis://127.0.0.1:6379/3
7
+ snippet_generator_url: http://127.0.0.1:3024/extract_snippet
8
+ lines_of_code_counter_url: http://127.0.0.1:3025/count_lines_of_code
7
9
 
8
10
  # DynamoDB config
9
11
  dynamodb_tooling_jobs_table: tooling_jobs
@@ -16,7 +18,6 @@ tooling_orchestrator_url: http://127.0.0.1:3021
16
18
 
17
19
  # MySQL
18
20
  mysql_master_endpoint: 127.0.0.1
19
- mysql_socket: /tmp/mysql.
20
21
  mysql_port: <%= ENV["MYSQL_PORT"] %>
21
22
 
22
23
  # S3 Config
@@ -25,7 +26,7 @@ aws_tooling_jobs_bucket: exercism-v3-tooling-jobs
25
26
 
26
27
  # Hosts
27
28
  website_icons_host: https://exercism-v3-icons.s3.eu-west-2.amazonaws.com
28
- website_assets_host:
29
+ website_assets_host: ""
29
30
 
30
31
  # Sidekiq Config
31
32
  sidekiq_redis_url: redis://127.0.0.1:6379/2
data/settings/docker.yml CHANGED
@@ -4,6 +4,8 @@ anycable_rpc_host: 0.0.0.0:50051
4
4
 
5
5
  # Tooling
6
6
  tooling_redis_url: redis://redis:6379/3
7
+ snippet_generator_url: http://snippet-generator:3024/extract_snippet
8
+ lines_of_code_counter_url: http://lines-of-code-counter:3025/count_lines_of_code
7
9
 
8
10
  # DynamoDB config
9
11
  dynamodb_tooling_jobs_table: tooling_jobs
@@ -16,7 +18,6 @@ language_server_url: ws://local.exercism.io:3023
16
18
 
17
19
  # MySQL
18
20
  mysql_master_endpoint: mysql
19
- mysql_socket: null
20
21
  mysql_port: 3306
21
22
 
22
23
  # S3 Config
data/settings/local.yml CHANGED
@@ -4,6 +4,8 @@ anycable_rpc_host: 127.0.0.1:50051
4
4
 
5
5
  # Tooling
6
6
  tooling_redis_url: redis://127.0.0.1:6379/3
7
+ snippet_generator_url: http://local.exercism.io:3024/extract_snippet
8
+ lines_of_code_counter_url: http://local.exercism.io:3025/count_lines_of_code
7
9
 
8
10
  # DynamoDB config
9
11
  dynamodb_tooling_jobs_table: tooling_jobs
@@ -16,7 +18,6 @@ tooling_orchestrator_url: http://local.exercism.io:3021
16
18
 
17
19
  # MySQL
18
20
  mysql_master_endpoint: localhost
19
- mysql_socket: /tmp/mysql.sock
20
21
  mysql_port: null
21
22
 
22
23
  # S3 Config
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exercism-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.83.0
4
+ version: 0.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-01 00:00:00.000000000 Z
11
+ date: 2022-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb