Skip to content

Commit f299d12

Browse files
Update for repository rename to judge0/judge0. Update Discord invite link in README.
1 parent 355e454 commit f299d12

17 files changed

+50
-50
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM judge0/api-base:1.3.0 AS production
33
ENV JUDGE0_HOMEPAGE "https://judge0.com"
44
LABEL homepage=$JUDGE0_HOMEPAGE
55

6-
ENV JUDGE0_SOURCE_CODE "https://github.com/judge0/api"
6+
ENV JUDGE0_SOURCE_CODE "https://github.com/judge0/judge0"
77
LABEL source_code=$JUDGE0_SOURCE_CODE
88

99
ENV JUDGE0_MAINTAINER "Herman Zvonimir Došilović <[email protected]>"

Diff for: README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Judge0
2-
[![Judge0 Wallpaper](https://github.com/judge0/api/blob/master/.github/wallpaper.png?raw=true)](https://api.judge0.com)
2+
[![Judge0 Wallpaper](https://github.com/judge0/judge0/blob/master/.github/wallpaper.png?raw=true)](https://api.judge0.com)
33

4-
[![License](https://img.shields.io/github/license/judge0/api?color=2185d0&style=flat-square)](https://github.com/judge0/api/blob/master/LICENSE)
5-
[![Release](https://img.shields.io/github/v/release/judge0/api?color=2185d0&style=flat-square)](https://github.com/judge0/api/releases)
6-
[![Stars](https://img.shields.io/github/stars/judge0/api?color=2185d0&style=flat-square)](https://github.com/judge0/api/stargazers)
4+
[![License](https://img.shields.io/github/license/judge0/judge0?color=2185d0&style=flat-square)](https://github.com/judge0/judge0/blob/master/LICENSE)
5+
[![Release](https://img.shields.io/github/v/release/judge0/judge0?color=2185d0&style=flat-square)](https://github.com/judge0/judge0/releases)
6+
[![Stars](https://img.shields.io/github/stars/judge0/judge0?color=2185d0&style=flat-square)](https://github.com/judge0/judge0/stargazers)
77

88
<a href="https://www.producthunt.com/posts/judge0-ide" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=179885&theme=light" alt="" height="43px" /></a>
99
<a href="https://patreon.com/hermanzdosilovic" target="_blank"><img src="https://c5.patreon.com/external/logo/[email protected]" alt="" height="43px" /></a>
@@ -17,7 +17,7 @@ Judge0 can help you build wide range of applications varying from competitive pr
1717
To see Judge0 in action, try [Judge0 IDE](https://ide.judge0.com) - free and open-source code editor that uses Judge0 for executing the user’s source code.
1818

1919
## Features
20-
- Quick and easy [installation](https://github.com/judge0/api#get-started).
20+
- Quick and easy [installation](https://github.com/judge0/judge0#get-started).
2121
- Supports more than [60 languages](https://github.com/judge0/api-base#supported-languages).
2222
- Runs programs in a secure and reliable [sandbox](https://github.com/ioi/isolate).
2323
- Send additional files alongside your single-file program. [Demo](https://asciinema.org/a/318548).
@@ -37,7 +37,7 @@ You can read a research paper about Judge0 [here](https://minio.judge0.com/publi
3737
<a href="https://rapidapi.com/hermanzdosilovic/api/judge0" target="_blank"><img src="https://storage.googleapis.com/code-snippets/connect-on-rapidapi-light.png" width="215px" alt="Connect on RapidAPI"></a>
3838
<span style="margin-left: 20px"></span>
3939

40-
or [deploy](https://github.com/judge0/api/blob/master/CHANGELOG.md#deployment-procedure) on your server.
40+
or [deploy](https://github.com/judge0/judge0/blob/master/CHANGELOG.md#deployment-procedure) on your server.
4141

4242
## Demo
4343
[![asciicast](https://asciinema.org/a/318465.svg)](https://asciinema.org/a/318465)
@@ -107,28 +107,28 @@ These companies, organizations and projects successfully use Judge0 in productio
107107
- [wkspace](http://wkspace.herokuapp.com)
108108
- [yoCode](https://www.yocode.in)
109109

110-
Feel free to add yours to the list by sending me an [email](mailto:[email protected]) or creating an [issue](https://github.com/judge0/api/issues/new).
110+
Feel free to add yours to the list by sending me an [email](mailto:[email protected]) or creating an [issue](https://github.com/judge0/judge0/issues/new).
111111

112112
## Community
113113
Do you have a question, feature request or something else on your mind?
114114
Or you just want to follow Judge0 news?
115115
Check out these links:
116116

117117
* [Subscribe to Judge0 newsletter](https://subscribe.judge0.com)
118-
* [Join a Discord server](https://discord.gg/6dvxeA8)
118+
* [Join a Discord server](https://discord.gg/GRc3v6n)
119119
* [Watch asciicasts](https://asciinema.org/~hermanzdosilovic)
120-
* [Report an issue](https://github.com/judge0/api/issues/new)
120+
* [Report an issue](https://github.com/judge0/judge0/issues/new)
121121
* [Contact the author](https://github.com/hermanzdosilovic)
122122
* [Get free online support](https://judge0.appointlet.com)
123123
* [Schedule an online meeting with the author](https://judge0.appointlet.com)
124124

125125
## Author and Contributors
126126
Judge0 was created by [Herman Zvonimir Došilović](https://github.com/hermanzdosilovic).
127127

128-
Thanks a lot to all [contributors](https://github.com/judge0/api/graphs/contributors) for their contributions in this project.
128+
Thanks a lot to all [contributors](https://github.com/judge0/judge0/graphs/contributors) for their contributions in this project.
129129

130130
## Changelog
131-
Detailed specification of changes between versions can be found in [CHANGELOG.md](https://github.com/judge0/api/blob/master/CHANGELOG.md).
131+
Detailed specification of changes between versions can be found in [CHANGELOG.md](https://github.com/judge0/judge0/blob/master/CHANGELOG.md).
132132

133133
## Special Thanks
134134
Special thanks to these open-source projects without whom Judge0 probably wouldn't exist: [isolate](https://github.com/ioi/isolate), [Docker](https://github.com/docker), [Ruby on Rails](https://github.com/rails/rails) and others.
@@ -140,4 +140,4 @@ Thanks a lot to all my [Patrons](https://www.patreon.com/hermanzdosilovic) and [
140140
Your are more than welcome to support Judge0 development on [Patreon](https://www.patreon.com/hermanzdosilovic), via [PayPal](https://paypal.me/hermanzdosilovic) or [Revolut](https://pay.revolut.com/profile/hermancy5).
141141

142142
## License
143-
Judge0 is licensed under the [GNU General Public License v3.0](https://github.com/judge0/api/blob/master/LICENSE).
143+
Judge0 is licensed under the [GNU General Public License v3.0](https://github.com/judge0/judge0/blob/master/LICENSE).

Diff for: SPONSORSHIP.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Thank you!
1313
## Development Sponsorship
1414
You can directly sponsor the development of the features, bug fixes or anything that is important to you, your organization or company. For the sake of simplicity in the following text I will just reffer to "features", but remember that it can be anything that you want to see in the project.
1515

16-
Sponsored features are put on the top of the [priority list](https://github.com/judge0/api/projects) for one of the next releases and push the development forward by reducing the release cycles.
16+
Sponsored features are put on the top of the [priority list](https://github.com/judge0/judge0/projects) for one of the next releases and push the development forward by reducing the release cycles.
1717

1818
### Sponsorship Protocol
1919
The protocol for development sponsorship is described below. Described protocol is based on two assumptions:
@@ -23,7 +23,7 @@ The protocol for development sponsorship is described below. Described protocol
2323
Moreover, with the following protocol I want to keep everything transparent as possible and in the spirit of the open-source values.
2424

2525
#### 1. Issue Creation
26-
Create a new or choose an existing issue on the [Issues](https://github.com/judge0/api/issues) page. It can be anything from feature request, bug fix or documentation update. It can be anything that you would like to see in one of the next releases as soon as possible.
26+
Create a new or choose an existing issue on the [Issues](https://github.com/judge0/judge0/issues) page. It can be anything from feature request, bug fix or documentation update. It can be anything that you would like to see in one of the next releases as soon as possible.
2727

2828
#### 2. Declare Sponsorship
2929
Add a comment that you, your organization or company is willing to sponsor the development of this feature:
@@ -64,7 +64,7 @@ I [accept|reject] your donation request and deadline.
6464

6565
Note that if you reject my donation request it doesn't mean that the issue won't be resolved. It just means that it won't be put on the priority list for the next release. It will be treated as any other issue (non sponsored).
6666

67-
If you accept my donation request I will add a label `sponsored` on the issue and forward it for the next stage on [Projects](https://github.com/judge0/api/projects) page.
67+
If you accept my donation request I will add a label `sponsored` on the issue and forward it for the next stage on [Projects](https://github.com/judge0/judge0/projects) page.
6868

6969
#### 7. Development and Testing
7070
In the development and testing phase I will sometimes send you links to where you can try the new feature.

Diff for: agricius

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [[ "$_cache" != "" ]]; then
4949
_cache="--cache-from $_cache"
5050
fi
5151

52-
JUDGE0_DOCKER_REPOSITORY=judge0/api
52+
JUDGE0_DOCKER_REPOSITORY=judge0/judge0
5353

5454
JUDGE0_PROJECT_ROOT="$(git rev-parse --show-toplevel)"
5555
JUDGE0_COMMIT="$(git log -1 --format=%h --abbrev=8)"

Diff for: app/helpers/config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Config
22
# For more info read:
3-
# https://github.com/judge0/api/blob/master/judge0.conf
3+
# https://github.com/judge0/judge0/blob/master/judge0.conf
44

55
MAINTENANCE_MODE = ENV['MAINTENANCE_MODE'] == "true"
66
ENABLE_WAIT_RESULT = ENV['ENABLE_WAIT_RESULT'] != "false"

Diff for: docker-compose.dev.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ services:
33
nginx:
44
image: judge0/jwilder-nginx-proxy:latest-2020-02-11
55
environment:
6-
- DEFAULT_HOST=api.judge0.local
6+
- DEFAULT_HOST=judge0.local
77
volumes:
88
- /var/run/docker.sock:/tmp/docker.sock:ro
99
ports:
1010
- "8080:80"
1111
restart: always
1212

1313
server:
14-
image: judge0/api:latest-dev
14+
image: judge0/judge0:latest-dev
1515
environment:
16-
- VIRTUAL_HOST=api.judge0.local
16+
- VIRTUAL_HOST=judge0.local
1717
volumes:
1818
- .:/api
1919
ports:

Diff for: docker-compose.https.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
restart: always
3333

3434
server:
35-
image: judge0/api:latest
35+
image: judge0/judge0:latest
3636
environment:
3737
- VIRTUAL_HOST=example.com
3838
- LETSENCRYPT_HOST=example.com
@@ -44,7 +44,7 @@ services:
4444
restart: always
4545

4646
workers:
47-
image: judge0/api:latest
47+
image: judge0/judge0:latest
4848
command: ["./scripts/workers"]
4949
volumes:
5050
- ./judge0.conf:/judge0.conf:ro

Diff for: docker-compose.server.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-logging:
99

1010
services:
1111
server:
12-
image: judge0/api:latest
12+
image: judge0/judge0:latest
1313
volumes:
1414
- ./judge0.conf:/judge0.conf:ro
1515
ports:

Diff for: docker-compose.workers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-logging:
99

1010
services:
1111
workers:
12-
image: judge0/api:latest
12+
image: judge0/judge0:latest
1313
command: ["./scripts/workers"]
1414
volumes:
1515
- ./judge0.conf:/judge0.conf:ro

Diff for: docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ x-logging:
99

1010
services:
1111
server:
12-
image: judge0/api:latest
12+
image: judge0/judge0:latest
1313
volumes:
1414
- ./judge0.conf:/judge0.conf:ro
1515
ports:
@@ -19,7 +19,7 @@ services:
1919
restart: always
2020

2121
workers:
22-
image: judge0/api:latest
22+
image: judge0/judge0:latest
2323
command: ["./scripts/workers"]
2424
volumes:
2525
- ./judge0.conf:/judge0.conf:ro

Diff for: docs/api/docs.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ HOST: https://api.judge0.com
66
<!-- include(style.html) -->
77

88
## About
9-
[Judge0](https://api.judge0.com) is a robust and scalable [open-source](https://github.com/judge0/api) online code execution system. It can be used to build a wide range of applications varying from competitive programming platforms, educational and recruitment platforms, to online code editors, and more.
9+
[Judge0](https://api.judge0.com) is a robust and scalable [open-source](https://github.com/judge0/judge0) online code execution system. It can be used to build a wide range of applications varying from competitive programming platforms, educational and recruitment platforms, to online code editors, and more.
1010

1111
To see Judge0 in action, try [Judge0 IDE](https://ide.judge0.com) - a free and [open-source](https://github.com/judge0/ide) online code editor that uses Judge0 for executing the user’s source code. You can also try using a [dummy client](/dummy-client.html) which can help you explore and test most of the features of Judge0.
1212

1313
## Features
14-
- Quick and easy [installation](https://github.com/judge0/api#get-started).
14+
- Quick and easy [installation](https://github.com/judge0/judge0#get-started).
1515
- Supports more than [60 languages](https://github.com/judge0/api-base#supported-languages).
1616
- Runs programs in a secure and reliable [sandbox](https://github.com/ioi/isolate).
1717
- Send additional files alongside your single-file program. [Demo](https://asciinema.org/a/318548).
@@ -26,21 +26,21 @@ To see Judge0 in action, try [Judge0 IDE](https://ide.judge0.com) - a free and [
2626
<a href="https://rapidapi.com/hermanzdosilovic/api/judge0" target="_blank"><img src="https://storage.googleapis.com/code-snippets/connect-on-rapidapi-light.png" width="215px" alt="Connect on RapidAPI"></a>
2727
<span style="margin-left: 20px"></span>
2828

29-
or [deploy](https://github.com/judge0/api/blob/master/CHANGELOG.md#deployment-procedure) on your server.
29+
or [deploy](https://github.com/judge0/judge0/blob/master/CHANGELOG.md#deployment-procedure) on your server.
3030

3131
## Research Paper
3232
You can read a research paper about Judge0 [here](https://minio.judge0.com/public/paper.jpg).
3333

3434
## Version
35-
This document describes Judge0 [v1.11.0](https://github.com/judge0/api/tree/v1.11.0).
35+
This document describes Judge0 [v1.11.0](https://github.com/judge0/judge0/tree/v1.11.0).
3636

3737
## Date and time formats
3838
[ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) standard is used.
3939

4040
Example: `2016-09-11T10:19:35Z`
4141

4242
## License
43-
Judge0 is licensed under the [GNU General Public License v3.0](https://github.com/judge0/api/blob/master/LICENSE).
43+
Judge0 is licensed under the [GNU General Public License v3.0](https://github.com/judge0/judge0/blob/master/LICENSE).
4444

4545
## Donate
4646
Your are more than welcome to support Judge0 development on [Patreon](https://www.patreon.com/hermanzdosilovic), via [PayPal](https://paypal.me/hermanzdosilovic) or [Revolut](https://pay.revolut.com/profile/hermancy5).

Diff for: docs/api/information/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ Returns general information.
77
{
88
"version": "1.5.0",
99
"homepage": "https://judge0.com",
10-
"source_code": "https://github.com/judge0/api",
10+
"source_code": "https://github.com/judge0/judge0",
1111
"maintainer": "Herman Zvonimir Došilović <[email protected]>"
1212
}

Diff for: docs/api/submissions/submissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ With `additional_files` you can send, for example, Python modules which are impo
5656
Even though you can send and use multiple Python modules or C and C++ header files, we call this *single-file programs* because for compiled languages only **one** source file is compiled with predefined compilation scripts.
5757

5858
#### Multi-file programs
59-
Multi-file programs are available since [v1.10.0](https://github.com/judge0/api/tree/v1.10.0) and they allow you specify your own compilation and execution scripts that Judge0 will use.
59+
Multi-file programs are available since [v1.10.0](https://github.com/judge0/judge0/tree/v1.10.0) and they allow you specify your own compilation and execution scripts that Judge0 will use.
6060

6161
To use multi-file program feature you need to choose a language called *Multi-file program* whoose ID is **89**. Moreover, you need to send all program files with `additional_files` attribute. With multi-file programs attribute `source_code` cannot be used, i.e. all files should be sent with `additional_files` attribute.
6262

Diff for: docs/api/system_and_configuration/configuration_info.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Configuration Info [/config_info]
22
## Configuration Info [GET]
33
Configuration information gives you detailed information about configuration of Judge0.
4-
This configuration can be changed through [judge0.conf](https://github.com/judge0/api/blob/master/judge0.conf)
4+
This configuration can be changed through [judge0.conf](https://github.com/judge0/judge0/blob/master/judge0.conf)
55
file by admin who hosts Judge0 instance.
66

77
This configuration gives every admin a flexibility to configure Judge0 according to server abilities and needs. It also gives users

Diff for: docs/maintainers/RELEASE_NOTES_TEMPLATE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
## Other Changes
1515

1616
## Deployment Procedure
17-
Judge0 is collecting telemetry data to help understand how to improve the product and to better understand how Judge0 is used in various production environments. Read more about telemetry [here](https://github.com/judge0/api/blob/vX.Y.Z/TELEMETRY.md).
17+
Judge0 is collecting telemetry data to help understand how to improve the product and to better understand how Judge0 is used in various production environments. Read more about telemetry [here](https://github.com/judge0/judge0/blob/vX.Y.Z/TELEMETRY.md).
1818

1919
### With HTTPS (SSL/TLS)
2020
1. Install [Docker](https://docs.docker.com) and [Docker Compose](https://docs.docker.com/compose).
2121
2. Download and extract release archive:
2222
```
23-
wget https://github.com/judge0/api/releases/download/vX.Y.Z/judge0-vX.Y.Z-https.zip
23+
wget https://github.com/judge0/judge0/releases/download/vX.Y.Z/judge0-vX.Y.Z-https.zip
2424
unzip judge0-vX.Y.Z-https.zip
2525
```
2626

@@ -43,7 +43,7 @@ sleep 5s
4343
1. Install [Docker](https://docs.docker.com) and [Docker Compose](https://docs.docker.com/compose).
4444
2. Download and extract release archive:
4545
```
46-
wget https://github.com/judge0/api/releases/download/vX.Y.Z/judge0-vX.Y.Z.zip
46+
wget https://github.com/judge0/judge0/releases/download/vX.Y.Z/judge0-vX.Y.Z.zip
4747
unzip judge0-vX.Y.Z.zip
4848
```
4949

Diff for: judge0.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Judge0 Server Configuration
1818
################################################################################
1919
# Enable or disable Judge0 Telemetry.
20-
# Read more about it here: https://github.com/judge0/api/blob/master/TELEMETRY.md
20+
# Read more about it here: https://github.com/judge0/judge0/blob/master/TELEMETRY.md
2121
# Default: true
2222
JUDGE0_TELEMETRY_ENABLE=
2323

0 commit comments

Comments
 (0)