exercism-config 0.70.0 → 0.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 849bc7bc955919902204af97fb9c7e127e7a1c68ca47822a80fdc190a51c2224
4
- data.tar.gz: f841ea70524325dc7eda4467fe2425a98a76e29fee69f2e0e1aea8a323af77e6
3
+ metadata.gz: 4df2267fb65ccdd16c09e76c0948d8d7e7b8d8b810b0808193ca7af854f1f3a4
4
+ data.tar.gz: c0ad6d6c6701a68cac6fcf8a3f7c8b9bdaea9a61294ae17084b4a812b68efb26
5
5
  SHA512:
6
- metadata.gz: '09daae24a054efbd677571b5e4b9f244914b6ab5b5cac5e4c4cf93dc8e71141656cc18b0e809fe76b89b976ff0b3b220d472237c73d63b068bdbf2dd9963f3b1'
7
- data.tar.gz: 32b6ca8d54c6a66c4b9d472c183a6240f382f82aeb5c791edbec19e0272e9f92b47eae01cff6ebe587cfe24a831c3ac03eaa88f4f97e3cc175e96e9c77cd7a6b
6
+ metadata.gz: 87ff861ec7f9609231237bcc29661a68e7af8602964862dc45edc27781bd10cbce3287c11c781947181fb81807756eb83ad5bfeaff11b326e17e460ff6feca69
7
+ data.tar.gz: 756ab67ab8353324ca519c30891757962ba9723633ce4d118285649ba135e5ec0a61e3c0b48be3f654963bf4071224a7e2c13712a037d9f36a08acee2bad7658
data/CODE_OF_CONDUCT.md CHANGED
@@ -12,7 +12,7 @@ If you see or experience abuse, harassment, discrimination, or feel unsafe or up
12
12
 
13
13
  We actively monitor for Code of Conduct (CoC) violations and take any reports of violations extremely seriously. We have banned contributors, mentors and users due to violations.
14
14
 
15
- After we receive a report of a CoC violation, we view that person's conversation history on Exercism and related communication channels and attempt to understand whether someone has deliberately broken the CoC, or accidently crossed a line. We generally reach out to the person who has been reported to discuss any concerns we have and warn them that repeated violations will result in a ban. Sometimes we decide that no violation has occurred and that no action is required and sometimes we will also ban people on a first offence. We strive to be fair, but will err on the side of protecting the culture of our community.
15
+ After we receive a report of a CoC violation, we view that person's conversation history on Exercism and related communication channels and attempt to understand whether someone has deliberately broken the CoC, or accidentally crossed a line. We generally reach out to the person who has been reported to discuss any concerns we have and warn them that repeated violations will result in a ban. Sometimes we decide that no violation has occurred and that no action is required and sometimes we will also ban people on a first offense. We strive to be fair, but will err on the side of protecting the culture of our community.
16
16
 
17
17
  Exercism's leadership reserve the right to take whatever action they feel appropriate with regards to CoC violations.
18
18
 
@@ -44,7 +44,7 @@ As someone who is part of this community, you agree that:
44
44
  - We have zero tolerance for abuse, harassment, or discrimination.
45
45
  - We respect people’s boundaries and identities.
46
46
  - We refrain from using language that can be considered offensive or oppressive (systemically or otherwise), eg. sexist, racist, homophobic, transphobic, ableist, classist, etc. - this includes (but is not limited to) various slurs.
47
- - We avoid using offensive topics as a form of humour.
47
+ - We avoid using offensive topics as a form of humor.
48
48
 
49
49
  We actively work towards:
50
50
 
@@ -72,11 +72,11 @@ If you say something that is found offensive, and you are called out on it, try
72
72
 
73
73
  - Listen without interruption.
74
74
  - Believe what the person is saying & do not attempt to disqualify what they have to say.
75
- - Ask for tips / help with avoiding making the offence in the future.
76
- - Apologise and ask forgiveness.
75
+ - Ask for tips / help with avoiding making the offense in the future.
76
+ - Apologize and ask forgiveness.
77
77
 
78
78
  ## History
79
79
 
80
80
  This policy was initially adopted from the Front-end London Slack community and has been modified since. A version history can be seen on [GitHub](https://github.com/exercism/website-copy/edit/main/pages/code_of_conduct.md).
81
81
 
82
- _This policy is a "living" document, and subject to refinement and expansion in the future. This policy applies to the Exercism website, the Exercism GitHub organisation, any other Exercism-related communication channels (e.g. Slack, Twitter, email) and any other Exercism entity or event._
82
+ _This policy is a "living" document, and subject to refinement and expansion in the future. This policy applies to the Exercism website, the Exercism GitHub organization, any other Exercism-related communication channels (e.g. Slack, Twitter, email) and any other Exercism entity or event._
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.70.0'.freeze
2
+ VERSION = '0.71.0'.freeze
3
3
  end
data/settings/ci.yml CHANGED
@@ -20,11 +20,11 @@ mysql_socket: /tmp/mysql.
20
20
  mysql_port: <%= ENV["MYSQL_PORT"] %>
21
21
 
22
22
  # S3 Config
23
- aws_submissions_bucket: exercism-staging-submissions
24
- aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
23
+ aws_submissions_bucket: exercism-v3-submissions
24
+ aws_tooling_jobs_bucket: exercism-v3-tooling-jobs
25
25
 
26
26
  # Hosts
27
- website_icons_host: https://exercism-icons-staging.s3.eu-west-2.amazonaws.com
27
+ website_icons_host: https://exercism-v3-icons.s3.eu-west-2.amazonaws.com
28
28
 
29
29
  # Sidekiq Config
30
30
  sidekiq_redis_url: redis://127.0.0.1:6379/2
data/settings/docker.yml CHANGED
@@ -12,7 +12,7 @@ dynamodb_tooling_language_groups_table: tooling_language_groups
12
12
  # Internal Routes
13
13
  spi_url: http://website:3020
14
14
  tooling_orchestrator_url: http://tooling-orchestrator:3021
15
- language_server_url: ws://local.exercism.io:3023
15
+ language_server_url: ws://local.exercism.org:3023
16
16
 
17
17
  # MySQL
18
18
  mysql_master_endpoint: mysql
@@ -20,11 +20,11 @@ mysql_socket: null
20
20
  mysql_port: 3306
21
21
 
22
22
  # S3 Config
23
- aws_submissions_bucket: exercism-staging-submissions
24
- aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
23
+ aws_submissions_bucket: exercism-v3-submissions
24
+ aws_tooling_jobs_bucket: exercism-v3-tooling-jobs
25
25
 
26
26
  # Hosts
27
- website_icons_host: https://exercism-icons-staging.s3.eu-west-2.amazonaws.com
27
+ website_icons_host: https://exercism-v3-icons.s3.eu-west-2.amazonaws.com
28
28
 
29
29
  # Sidekiq Config
30
30
  sidekiq_redis_url: redis://redis:6379/2
data/settings/local.yml CHANGED
@@ -10,9 +10,9 @@ dynamodb_tooling_jobs_table: tooling_jobs
10
10
  dynamodb_tooling_language_groups_table: tooling_language_groups
11
11
 
12
12
  # Internal Routes
13
- language_server_url: ws://local.exercism.io:3023
14
- spi_url: http://local.exercism.io:3020
15
- tooling_orchestrator_url: http://local.exercism.io:3021
13
+ language_server_url: ws://local.exercism.org:3023
14
+ spi_url: http://local.exercism.org:3020
15
+ tooling_orchestrator_url: http://local.exercism.org:3021
16
16
 
17
17
  # MySQL
18
18
  mysql_master_endpoint: localhost
@@ -20,11 +20,11 @@ mysql_socket: /tmp/mysql.sock
20
20
  mysql_port: null
21
21
 
22
22
  # S3 Config
23
- aws_submissions_bucket: exercism-staging-submissions
24
- aws_tooling_jobs_bucket: exercism-staging-tooling-jobs
23
+ aws_submissions_bucket: exercism-v3-submissions
24
+ aws_tooling_jobs_bucket: exercism-v3-tooling-jobs
25
25
 
26
26
  # Hosts
27
- website_icons_host: https://exercism-icons-staging.s3.eu-west-2.amazonaws.com
27
+ website_icons_host: https://exercism-v3-icons.s3.eu-west-2.amazonaws.com
28
28
 
29
29
  # Sidekiq Config
30
30
  sidekiq_redis_url: redis://127.0.0.1:6379/2
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.70.0
4
+ version: 0.71.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: 2021-07-14 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-dynamodb