Skip to content

Commit

Permalink
Merge branch 'release/v3.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Jan 2, 2024
2 parents 03e72c9 + 248f7a0 commit e520332
Show file tree
Hide file tree
Showing 104 changed files with 8,576 additions and 7,030 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/dotnet-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,34 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x

- name: Setup .NET Core 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: Install Downloader Dependencies
run: dotnet restore ./src/Downloader/Downloader.csproj

- name: Build Downloader Project
run: dotnet build ./src/Downloader/Downloader.csproj

- name: Install Downloader.DummyHttpServer Dependencies
run: dotnet restore ./src/Downloader.DummyHttpServer/Downloader.DummyHttpServer.csproj

- name: Build Downloader.DummyHttpServer Project
run: dotnet build ./src/Downloader.DummyHttpServer/Downloader.DummyHttpServer.csproj

- name: Install Downloader.Test Dependencies
run: dotnet restore ./src/Downloader.Test/Downloader.Test.csproj

- name: Build Downloader.Test Project
run: dotnet build ./src/Downloader.Test/Downloader.Test.csproj

- name: Test
run: dotnet test ./src/Downloader.Test/Downloader.Test.csproj --no-build --verbosity normal
run: dotnet test ./src/Downloader.Test/Downloader.Test.csproj --no-build --verbosity detailed
15 changes: 12 additions & 3 deletions .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,34 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3

- name: Setup .NET Core 3.1
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x

- name: Setup .NET Core 6.0
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: Install Downloader Dependencies
run: dotnet restore ./src/Downloader/Downloader.csproj

- name: Build Downloader Project
run: dotnet build ./src/Downloader/Downloader.csproj

- name: Install Downloader.DummyHttpServer Dependencies
run: dotnet restore ./src/Downloader.DummyHttpServer/Downloader.DummyHttpServer.csproj

- name: Build Downloader.DummyHttpServer Project
run: dotnet build ./src/Downloader.DummyHttpServer/Downloader.DummyHttpServer.csproj

- name: Install Downloader.Test Dependencies
run: dotnet restore ./src/Downloader.Test/Downloader.Test.csproj

- name: Build Downloader.Test Project
run: dotnet build ./src/Downloader.Test/Downloader.Test.csproj

- name: Test
run: dotnet test ./src/Downloader.Test/Downloader.Test.csproj --no-build --verbosity normal
run: dotnet test ./src/Downloader.Test/Downloader.Test.csproj --no-build --verbosity detailed
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ Applications should stop using [BinaryFormatter](https://docs.microsoft.com/en-u
[BinaryFormatter](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter) is insecure and can't be made secure.
So, [BinaryFormatter](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.serialization.formatters.binary.binaryformatter) is deprecated and we can no longer support it.
[Reference](https://learn.microsoft.com/en-us/dotnet/standard/serialization/binaryformatter-security-guide)

# Instructions for Contributing

Welcome to contribute, feel free to change and open a [**PullRequest**](http://help.github.com/pull-requests/) to develop branch.
Expand All @@ -370,8 +371,17 @@ The general process for working with Downloader is:

We accept pull requests from the community. But, you should **never** work on a clone of master, and you should **never** send a pull request from master - always from a branch. Please be sure to branch from the head of the latest vX.Y.Z `develop` branch (rather than `master`) when developing contributions.

# License
## You can run tests with Docker Compose file with the following command:
> `docker-compose -p downloader up`
## Or with docker file:
> `docker build -f ./dockerfile -t downloader-linux .`
> `docker run --name downloader-linux-container -d downloader-linux --env=ASPNETCORE_ENVIRONMENT=Development .`
## Or run the following command to call docker directly:
> `docker run --rm -v ${pwd}:/app --env=ASPNETCORE_ENVIRONMENT=Development -w /app/tests mcr.microsoft.com/dotnet/sdk:6.0 dotnet test ../ --logger:trx`
# License
Licensed under the terms of the [MIT License](https://raw.githubusercontent.com/bezzad/Downloader/master/LICENSE)

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fbezzad%2FDownloader.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fbezzad%2FDownloader?ref=badge_large)
Expand Down
3 changes: 1 addition & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ codecov:
wait_for_ci: yes

ignore:
- "src/Downloader.Sample/**/*"
- "src/Downloader.Sample.NetFramework/**/*"
- "src/Samples/**/*"
- "src/Downloader.DummyHttpServer/**/*"
- "src/Downloader.Test/Properties/Resources.Designer.cs"
1 change: 1 addition & 0 deletions git-of-theseus/authors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"y": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [977, 943, 933, 947, 905, 910, 1640, 1705, 1714, 1706, 1704, 1704, 1700, 1676, 1691, 1691, 1943, 2505, 3017, 3576, 3317, 3626, 3716, 3925, 4134, 4346, 4511, 5193, 5193, 5191, 5191, 4660, 5796, 5811, 6011, 6040, 6040, 6121, 6105, 6127, 5990, 5652, 4272, 4231, 4230, 4229, 4228, 4215, 4212, 4087, 4087, 4087, 4084, 4069, 4069, 3470, 2424, 2169, 2169, 2163, 2151, 1153], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 6, 75, 74, 74, 70, 70, 68, 66, 66, 43, 37, 34, 34, 17, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 10, 10, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 3, 3, 3, 3, 3, 3, 2], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 82, 82, 82, 82, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 43, 43, 43, 43, 43, 11], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 32, 29, 27, 27, 27, 27, 27, 27, 27, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 3], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23, 23, 22, 22, 22, 22, 22, 13, 13, 13, 13, 13, 13, 13, 11, 11, 10, 8, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 213, 213, 213, 213, 213, 213, 213, 213, 204, 169, 169, 169, 169, 169, 169, 168, 155, 155, 155, 155, 155, 154, 154, 154, 154, 154, 154, 154, 154, 51], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 6], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 36, 44, 58, 78, 109, 151, 157, 157, 93, 64, 108, 45, 496, 535, 533, 512, 498, 496, 496, 487, 487, 487, 487, 487, 466, 466, 466, 466, 466, 466, 466, 466, 466, 428, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 365, 20, 20, 20, 20, 20, 6], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 302, 1100, 2123, 3563, 3603, 3603, 3643, 3746, 3800, 3907, 4672, 4784, 5042, 5047, 5051, 5053, 5736, 7089, 7472, 7473, 7733, 7795, 8947], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], "ts": ["2020-03-28T15:48:16", "2020-04-22T13:22:52", "2020-05-03T08:23:38", "2020-05-16T18:28:48", "2020-05-29T16:42:10", "2020-06-15T05:49:39", "2020-06-22T07:52:18", "2020-07-06T08:07:46", "2020-07-17T20:24:28", "2020-07-31T12:42:56", "2020-09-21T07:53:19", "2020-09-28T09:38:04", "2020-10-12T18:26:43", "2020-10-25T11:38:52", "2020-11-13T08:44:54", "2020-11-21T05:41:47", "2020-12-06T12:18:19", "2020-12-21T19:18:04", "2020-12-29T06:56:22", "2021-01-05T07:56:33", "2021-01-13T17:29:17", "2021-01-24T17:19:40", "2021-02-04T20:40:36", "2021-02-14T17:30:56", "2021-02-22T10:35:07", "2021-03-01T10:37:26", "2021-03-24T09:59:10", "2021-04-01T05:32:00", "2021-04-19T09:40:06", "2021-08-18T16:44:37", "2021-09-07T04:37:21", "2021-09-14T08:32:12", "2021-11-16T06:18:03", "2022-01-02T21:50:45", "2022-01-24T13:54:21", "2022-02-23T10:34:42", "2022-04-09T06:21:08", "2022-05-06T19:48:52", "2022-05-15T08:29:39", "2022-08-23T08:46:55", "2022-09-05T11:01:00", "2022-09-21T10:09:14", "2022-10-12T18:36:56", "2022-11-02T17:48:50", "2022-12-08T19:44:27", "2023-01-07T12:24:14", "2023-01-29T10:26:47", "2023-05-28T07:17:06", "2023-06-06T15:46:34", "2023-06-13T19:36:47", "2023-06-25T20:48:23", "2023-07-02T21:01:26", "2023-07-14T10:08:35", "2023-07-22T19:36:02", "2023-10-26T10:47:56", "2023-11-03T21:27:56", "2023-11-11T19:04:38", "2023-11-18T19:46:53", "2023-11-26T10:37:30", "2023-12-03T14:26:19", "2023-12-10T15:43:45", "2023-12-20T08:39:29"], "labels": ["Augusto C\u00e9sar Bisognin", "Behzad", "Behzad Khosravifar", "Ben", "Jonathan Bolbach", "Kevin Gravier", "Mahdi", "Mahdi Hosseini", "Michal Paukert", "Mohammad Babayi", "Muhammad Babayi", "Sara Gross", "The Codacy Badger", "Zae", "behzad khosravifar", "bezzad", "dependabot[bot]", "fossabot", "kasperk81"]}
1 change: 1 addition & 0 deletions git-of-theseus/cohorts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"y": [[977, 943, 933, 947, 905, 910, 1640, 1711, 1825, 1824, 1836, 1852, 1879, 1895, 1914, 1914, 2079, 2606, 3159, 2349, 2187, 1695, 1685, 1546, 1541, 1498, 1497, 1488, 1488, 1486, 1486, 1486, 1460, 1423, 1421, 1415, 1415, 1411, 1376, 1363, 1344, 1257, 1153, 1147, 1146, 1145, 1144, 1142, 1142, 1099, 1099, 1099, 1099, 1096, 1096, 1036, 880, 825, 825, 821, 812, 410], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1306, 1643, 2482, 2580, 2907, 3107, 3383, 3549, 4230, 4230, 4230, 4230, 3699, 5044, 5030, 4987, 4903, 4903, 4892, 4702, 4661, 4571, 4298, 3047, 3026, 3026, 3018, 3018, 3007, 2993, 2916, 2916, 2916, 2916, 2911, 2911, 2522, 1397, 1261, 1261, 1259, 1257, 696], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 311, 432, 432, 610, 819, 1230, 1982, 2974, 4295, 4321, 4321, 4310, 4309, 4281, 4247, 4071, 4069, 3972, 3969, 3933, 3933, 2891, 1687, 1345, 1345, 1281, 1275, 581], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 51, 159, 239, 378, 319, 318, 301, 298, 297, 297, 103, 91, 88, 88, 87, 80, 31]], "ts": ["2020-03-28T15:48:16", "2020-04-22T13:22:52", "2020-05-03T08:23:38", "2020-05-16T18:28:48", "2020-05-29T16:42:10", "2020-06-15T05:49:39", "2020-06-22T07:52:18", "2020-07-06T08:07:46", "2020-07-17T20:24:28", "2020-07-31T12:42:56", "2020-09-21T07:53:19", "2020-09-28T09:38:04", "2020-10-12T18:26:43", "2020-10-25T11:38:52", "2020-11-13T08:44:54", "2020-11-21T05:41:47", "2020-12-06T12:18:19", "2020-12-21T19:18:04", "2020-12-29T06:56:22", "2021-01-05T07:56:33", "2021-01-13T17:29:17", "2021-01-24T17:19:40", "2021-02-04T20:40:36", "2021-02-14T17:30:56", "2021-02-22T10:35:07", "2021-03-01T10:37:26", "2021-03-24T09:59:10", "2021-04-01T05:32:00", "2021-04-19T09:40:06", "2021-08-18T16:44:37", "2021-09-07T04:37:21", "2021-09-14T08:32:12", "2021-11-16T06:18:03", "2022-01-02T21:50:45", "2022-01-24T13:54:21", "2022-02-23T10:34:42", "2022-04-09T06:21:08", "2022-05-06T19:48:52", "2022-05-15T08:29:39", "2022-08-23T08:46:55", "2022-09-05T11:01:00", "2022-09-21T10:09:14", "2022-10-12T18:36:56", "2022-11-02T17:48:50", "2022-12-08T19:44:27", "2023-01-07T12:24:14", "2023-01-29T10:26:47", "2023-05-28T07:17:06", "2023-06-06T15:46:34", "2023-06-13T19:36:47", "2023-06-25T20:48:23", "2023-07-02T21:01:26", "2023-07-14T10:08:35", "2023-07-22T19:36:02", "2023-10-26T10:47:56", "2023-11-03T21:27:56", "2023-11-11T19:04:38", "2023-11-18T19:46:53", "2023-11-26T10:37:30", "2023-12-03T14:26:19", "2023-12-10T15:43:45", "2023-12-20T08:39:29"], "labels": ["Code added in 2020", "Code added in 2021", "Code added in 2022", "Code added in 2023"]}
1 change: 1 addition & 0 deletions git-of-theseus/dirs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"y": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265, 265], [977, 943, 933, 947, 905, 910, 1640, 1711, 1825, 1824, 1836, 1852, 1879, 1895, 1914, 1914, 2079, 2606, 3159, 3655, 3830, 4177, 4265, 4453, 4648, 4881, 5046, 5718, 5718, 5716, 5716, 5185, 6239, 6254, 6454, 6485, 6485, 6648, 6632, 6989, 7632, 8264, 8230, 8229, 8228, 8259, 8365, 8404, 8495, 9131, 9243, 9501, 9503, 9491, 9493, 9571, 9514, 9642, 9643, 9897, 9947, 9915]], "ts": ["2020-03-28T15:48:16", "2020-04-22T13:22:52", "2020-05-03T08:23:38", "2020-05-16T18:28:48", "2020-05-29T16:42:10", "2020-06-15T05:49:39", "2020-06-22T07:52:18", "2020-07-06T08:07:46", "2020-07-17T20:24:28", "2020-07-31T12:42:56", "2020-09-21T07:53:19", "2020-09-28T09:38:04", "2020-10-12T18:26:43", "2020-10-25T11:38:52", "2020-11-13T08:44:54", "2020-11-21T05:41:47", "2020-12-06T12:18:19", "2020-12-21T19:18:04", "2020-12-29T06:56:22", "2021-01-05T07:56:33", "2021-01-13T17:29:17", "2021-01-24T17:19:40", "2021-02-04T20:40:36", "2021-02-14T17:30:56", "2021-02-22T10:35:07", "2021-03-01T10:37:26", "2021-03-24T09:59:10", "2021-04-01T05:32:00", "2021-04-19T09:40:06", "2021-08-18T16:44:37", "2021-09-07T04:37:21", "2021-09-14T08:32:12", "2021-11-16T06:18:03", "2022-01-02T21:50:45", "2022-01-24T13:54:21", "2022-02-23T10:34:42", "2022-04-09T06:21:08", "2022-05-06T19:48:52", "2022-05-15T08:29:39", "2022-08-23T08:46:55", "2022-09-05T11:01:00", "2022-09-21T10:09:14", "2022-10-12T18:36:56", "2022-11-02T17:48:50", "2022-12-08T19:44:27", "2023-01-07T12:24:14", "2023-01-29T10:26:47", "2023-05-28T07:17:06", "2023-06-06T15:46:34", "2023-06-13T19:36:47", "2023-06-25T20:48:23", "2023-07-02T21:01:26", "2023-07-14T10:08:35", "2023-07-22T19:36:02", "2023-10-26T10:47:56", "2023-11-03T21:27:56", "2023-11-11T19:04:38", "2023-11-18T19:46:53", "2023-11-26T10:37:30", "2023-12-03T14:26:19", "2023-12-10T15:43:45", "2023-12-20T08:39:29"], "labels": ["docs/", "src/"]}
1 change: 1 addition & 0 deletions git-of-theseus/domains.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"y": [[0, 0, 0, 0, 0, 0, 0, 6, 75, 74, 74, 70, 70, 68, 66, 66, 43, 37, 34, 34, 17, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 10, 10, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 3, 3, 3, 3, 3, 3, 2], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 82, 82, 82, 82, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 62, 43, 43, 43, 43, 43, 11], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 6], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [977, 943, 933, 947, 905, 910, 1640, 1705, 1714, 1706, 1704, 1704, 1700, 1676, 1691, 1691, 1943, 2505, 3017, 3576, 3317, 3626, 3716, 3925, 4134, 4369, 4534, 5215, 5215, 5213, 5213, 4682, 6022, 6037, 6237, 6268, 6268, 6349, 6333, 6655, 7307, 7956, 8012, 8011, 8010, 8041, 8143, 8183, 8274, 8914, 9026, 9284, 9286, 9274, 9276, 9360, 9667, 9795, 9796, 10050, 10100, 10151], [0, 0, 0, 0, 0, 0, 0, 0, 36, 44, 58, 78, 109, 151, 157, 157, 93, 64, 108, 45, 496, 535, 533, 512, 498, 496, 496, 487, 487, 487, 487, 487, 466, 466, 466, 466, 466, 466, 466, 466, 466, 428, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 366, 365, 20, 20, 20, 20, 20, 6], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35, 32, 29, 27, 27, 27, 27, 27, 27, 27, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 3], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]], "ts": ["2020-03-28T15:48:16", "2020-04-22T13:22:52", "2020-05-03T08:23:38", "2020-05-16T18:28:48", "2020-05-29T16:42:10", "2020-06-15T05:49:39", "2020-06-22T07:52:18", "2020-07-06T08:07:46", "2020-07-17T20:24:28", "2020-07-31T12:42:56", "2020-09-21T07:53:19", "2020-09-28T09:38:04", "2020-10-12T18:26:43", "2020-10-25T11:38:52", "2020-11-13T08:44:54", "2020-11-21T05:41:47", "2020-12-06T12:18:19", "2020-12-21T19:18:04", "2020-12-29T06:56:22", "2021-01-05T07:56:33", "2021-01-13T17:29:17", "2021-01-24T17:19:40", "2021-02-04T20:40:36", "2021-02-14T17:30:56", "2021-02-22T10:35:07", "2021-03-01T10:37:26", "2021-03-24T09:59:10", "2021-04-01T05:32:00", "2021-04-19T09:40:06", "2021-08-18T16:44:37", "2021-09-07T04:37:21", "2021-09-14T08:32:12", "2021-11-16T06:18:03", "2022-01-02T21:50:45", "2022-01-24T13:54:21", "2022-02-23T10:34:42", "2022-04-09T06:21:08", "2022-05-06T19:48:52", "2022-05-15T08:29:39", "2022-08-23T08:46:55", "2022-09-05T11:01:00", "2022-09-21T10:09:14", "2022-10-12T18:36:56", "2022-11-02T17:48:50", "2022-12-08T19:44:27", "2023-01-07T12:24:14", "2023-01-29T10:26:47", "2023-05-28T07:17:06", "2023-06-06T15:46:34", "2023-06-13T19:36:47", "2023-06-25T20:48:23", "2023-07-02T21:01:26", "2023-07-14T10:08:35", "2023-07-22T19:36:02", "2023-10-26T10:47:56", "2023-11-03T21:27:56", "2023-11-11T19:04:38", "2023-11-18T19:46:53", "2023-11-26T10:37:30", "2023-12-03T14:26:19", "2023-12-10T15:43:45", "2023-12-20T08:39:29"], "labels": ["Morningstar", "ShellPuppy.com", "cellebrite.com", "codacy.com", "fossa.io", "gmail.com", "hotmail.com", "live.com", "mrkmg.com", "users.noreply.github.com"]}
Loading

0 comments on commit e520332

Please sign in to comment.