Skip to content

Commit b5be0a0

Browse files
authored
Merge pull request tegonal#266 from tegonal/bc/rename-minimalist-to-variist
rename minimalist to variist
2 parents bba9fa6 + 4908084 commit b5be0a0

405 files changed

Lines changed: 2170 additions & 2170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/CONTRIBUTING.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to Minimalist
1+
# Contributing to Variist
22

3-
Thank you very much for taking your time to contribute to Minimalist :smiley:
3+
Thank you very much for taking your time to contribute to Variist :smiley:
44

55
Following a few guidelines so that others can quickly benefit from your contribution.
66

@@ -11,38 +11,38 @@ Following a few guidelines so that others can quickly benefit from your contribu
1111

1212

1313
## Code of Conduct
14-
This project and everyone participating in it is governed by Minimalist's
15-
[Code of Conduct](https://github.com/tegonal/minimalist/tree/main/.github/CODE_OF_CONDUCT.md).
14+
This project and everyone participating in it is governed by Variist's
15+
[Code of Conduct](https://github.com/tegonal/variist/tree/main/.github/CODE_OF_CONDUCT.md).
1616
By participating, you are expected to uphold this code. Please report unacceptable behaviour to info@tutteli.ch
1717

1818
## How to Contribute
19-
- Star Minimalist if you like it.
19+
- Star Variist if you like it.
2020

21-
- Need help in using Minimalist?
22-
Ask in the [Q&A Discussion category](https://github.com/tegonal/minimalist/discussions/new?category=q-a)
21+
- Need help in using Variist?
22+
Ask in the [Q&A Discussion category](https://github.com/tegonal/variist/discussions/new?category=q-a)
2323
and we will get back to you.
2424

2525
- Found a bug?
26-
[Open an issue](https://github.com/tegonal/minimalist/issues/new?template=bug_report.md).
26+
[Open an issue](https://github.com/tegonal/variist/issues/new?template=bug_report.md).
2727

2828
- Missing a feature?
29-
[Create a feature request](https://github.com/tegonal/minimalist/issues/new?template=feature_request.md&title=[Feature])
30-
or in case it is more like a vague idea, post it in the [ideas discussion category](https://github.com/tegonal/minimalist/discussions/new?category=ideas)
29+
[Create a feature request](https://github.com/tegonal/variist/issues/new?template=feature_request.md&title=[Feature])
30+
or in case it is more like a vague idea, post it in the [ideas discussion category](https://github.com/tegonal/variist/discussions/new?category=ideas)
3131

3232
- You wrote an expectation function and would like to contribute it back to the community?
3333
Awesome :+1:, please read the section [Your First Code Contribution](#your-first-code-contribution).
3434
If you still have trouble starting, then ask your question in the
35-
[Contributor Q&A discussion category](https://github.com/tegonal/minimalist/discussions/new?category=contributor-q-a).
35+
[Contributor Q&A discussion category](https://github.com/tegonal/variist/discussions/new?category=contributor-q-a).
3636

3737
- You do not have a particular expectation function in mind but would like to contribute with code?
38-
Please have a look at the [help wanted issues](https://github.com/tegonal/minimalist/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
38+
Please have a look at the [help wanted issues](https://github.com/tegonal/variist/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
3939
-- ping us on
4040
[Slack](https://kotlinlang.slack.com/messages/C887ZKGCQ)
4141
([Invite yourself](https://slack.kotlinlang.org/) in case you do not have an account yet)
4242
if there are not any.
4343

44-
- You would like to add a new feature to Minimalist?
45-
Please post your idea in the [ideas discussion category](https://github.com/tegonal/minimalist/discussions/new?category=ideas)
44+
- You would like to add a new feature to Variist?
45+
Please post your idea in the [ideas discussion category](https://github.com/tegonal/variist/discussions/new?category=ideas)
4646
so that we can discuss it before you start.
4747

4848
- Found spelling mistakes?
@@ -51,12 +51,12 @@ By participating, you are expected to uphold this code. Please report unacceptab
5151
- You would like to support the project financially?
5252
Cool :sunglasses: this can be done via [GitHub Sponsors](https://github.com/sponsors/robstoll)
5353

54-
- You have other ideas how Minimalist could be improved?
55-
Please post your idea in the [ideas discussion category](https://github.com/tegonal/minimalist/discussions/new?category=ideas),
54+
- You have other ideas how Variist could be improved?
55+
Please post your idea in the [ideas discussion category](https://github.com/tegonal/variist/discussions/new?category=ideas),
5656
we are looking forward to your ideas.
5757

5858
In any case, if you are uncertain how you can contribute, then write us via
59-
the [Contributor Q&A discussion category](https://github.com/tegonal/minimalist/discussions/new?category=contributor-q-a).
59+
the [Contributor Q&A discussion category](https://github.com/tegonal/variist/discussions/new?category=contributor-q-a).
6060
and we will figure it out together :smile:
6161

6262
## Your First Code Contribution
@@ -74,11 +74,11 @@ The following are a few guidelines on how we suggest you start.
7474
3. Import the project (import the build.gradle -> import as project, works more reliably)
7575
4. Open up a terminal (e.g. Intellij's built in -> usually ALT+F12) and run `./gradlew build`
7676
This builds the project (compile, run tests etc.) via gradle
77-
5. Read up the [Coding Conventions of Minimalist](#coding-conventions) (there are only 4 points).
77+
5. Read up the [Coding Conventions of Variist](#coding-conventions) (there are only 4 points).
7878

7979
Perfect, you are set up and ready to go.
80-
Have a look at [help wanted issues](https://github.com/tegonal/minimalist/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
81-
where [good first issues](https://github.com/tegonal/minimalist/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
80+
Have a look at [help wanted issues](https://github.com/tegonal/variist/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
81+
where [good first issues](https://github.com/tegonal/variist/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
8282
are easier to start with.
8383
Please write a comment such as `I am working on this` in the issue,
8484
this way we can assign the task to you (so that others know there is already someone working on the issue)
@@ -92,7 +92,7 @@ Dealing with Git for the first time? Here are some recommendations for how to se
9292
should be descriptive of the issue or the change being made, e.g `#108-path-exists`.) Working
9393
on a new branch makes it easier to make more than one pull request.
9494
- add this repository as a remote repository using
95-
`git remote add upstream https://github.com/tegonal/minimalist.git`. You will use this to
95+
`git remote add upstream https://github.com/tegonal/variist.git`. You will use this to
9696
fetch changes made in this repository.
9797
- to ensure your branch is up-to-date, rebase your work on
9898
upstream/main using `git rebase upstream/main` or `git pull -r upstream main`.
@@ -101,7 +101,7 @@ Dealing with Git for the first time? Here are some recommendations for how to se
101101

102102
You can read more on Git [here](https://git-scm.com/book/).
103103

104-
Post a question in the [Contributor Q&A discussion category](https://github.com/tegonal/minimalist/discussions/new?category=contributor-q-a)
104+
Post a question in the [Contributor Q&A discussion category](https://github.com/tegonal/variist/discussions/new?category=contributor-q-a)
105105
whenever you need help to get up and running or have questions. It's also fine if you write down your question in the issue.
106106

107107
We recommend you create a pull request (see [About pull requests](https://help.github.com/en/articles/about-pull-requests) for help)
@@ -113,7 +113,7 @@ Finally, when you think your PR (short for pull request) is ready, then please:
113113

114114
1. read the [Pull Request Checklist](#pull-request-checklist)
115115
2. Create your first pull-request
116-
3. 👏👏👏 you have submitted your first code contribution to Minimalist :blush:
116+
3. 👏👏👏 you have submitted your first code contribution to Variist :blush:
117117

118118
## Coding Conventions
119119
So far we do not try to enforce too much. We will review your patches and comment if necessary.
@@ -126,7 +126,7 @@ However, here a few hints in order that your pull request is merged quickly.
126126

127127
## Pull Request Checklist
128128
Please make sure you can check every item on the following list before you create a pull request:
129-
- [ ] your pull request is rebased on the [latest commit on main](https://github.com/tegonal/minimalist/commits/main)
129+
- [ ] your pull request is rebased on the [latest commit on main](https://github.com/tegonal/variist/commits/main)
130130
- [ ] Your pull request addresses only “one thing”. It cannot be meaningfully split up into multiple pull requests.
131131

132132
Once you have created and submitted your pull request, make sure:

.github/Contributor Agreement.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ This agreement is based on the ISA contributor agreement
44
https://joinup.ec.europa.eu/collection/eupl/solution/isa-contributor-agreement/release/v11
55
which was based in turn on the Harmony contributor agreements harmonyagreements.org.
66
Thank you for your interest in contributing to
7-
Minimalist
7+
Variist
88
currently developed on the platform
9-
https://github.com/tegonal/minimalist
9+
https://github.com/tegonal/variist
1010
and owned by
1111
Tegonal Genossenschaft, Switzerland (the “Project Owner”, hereafter "We" or "Us").
1212

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
id: version
1111
attributes:
1212
label: Affected Version
13-
description: What version of Minimalist are you using?
13+
description: What version of Variist are you using?
1414
placeholder: "v1.1.0"
1515
validations:
1616
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ about: Suggest an idea for this project
66

77
Please head over to
88

9-
https://github.com/tegonal/minimalist/discussions/new?category=ideas
9+
https://github.com/tegonal/variist/discussions/new?category=ideas
1010

1111
and write down your idea there

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
______________________________________
4-
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/minimalist/blob/main/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4+
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/variist/blob/main/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.

.github/workflows/matrix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// __ __
3-
// / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/tegonal/minimalist
3+
// / /____ ___ ____ ___ ___ _/ / This file is provided to you by https://github.com/tegonal/variist
44
// / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2023 Tegonal Genossenschaft <info@tegonal.com>
55
// \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
66
// /___/ Please report bugs and contribute back your improvements

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ build
1010
!/.idea/icon.png
1111
*.iml
1212

13-
minimalist.local.properties
13+
variist.local.properties
1414

1515
src/test/resources/UnicodeData.txt

.gt/remotes/junit/pull-hook.sh

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function gt_pullHook_junit_after() {
2828
2929
\$2
3030
*
31-
* Modified for Minimalist, see pull-hook.sh
31+
* Modified for Variist, see pull-hook.sh
3232
* We removed all function we don't use, which we can use via ReflectionSupport respectively
3333
*/
3434
\$3
@@ -47,10 +47,10 @@ function gt_pullHook_junit_after() {
4747
local importUntilClassReplacement=$(
4848
cat <<-EOM
4949
\$1
50-
import com.tegonal.minimalist.export.org.junit.platform.commons.util.ClassLoaderUtils;
51-
import com.tegonal.minimalist.export.org.junit.platform.commons.util.Preconditions;
52-
import com.tegonal.minimalist.export.org.junit.platform.commons.util.ReflectionUtils;
53-
import com.tegonal.minimalist.export.org.junit.platform.commons.util.StringUtils;
50+
import com.tegonal.variist.export.org.junit.platform.commons.util.ClassLoaderUtils;
51+
import com.tegonal.variist.export.org.junit.platform.commons.util.Preconditions;
52+
import com.tegonal.variist.export.org.junit.platform.commons.util.ReflectionUtils;
53+
import com.tegonal.variist.export.org.junit.platform.commons.util.StringUtils;
5454
import org.junit.jupiter.api.Test;
5555
import org.junit.jupiter.api.TestFactory;
5656
import org.junit.jupiter.api.TestTemplate;
@@ -63,16 +63,16 @@ function gt_pullHook_junit_after() {
6363
import java.util.Optional;
6464
import java.util.function.Predicate;
6565
66-
import static com.tegonal.minimalist.export.org.junit.platform.commons.util.CollectionUtils.isConvertibleToStream;
66+
import static com.tegonal.variist.export.org.junit.platform.commons.util.CollectionUtils.isConvertibleToStream;
6767
import static java.lang.String.format;
6868
import static java.util.stream.Collectors.toList;
6969
import static org.junit.platform.commons.support.AnnotationSupport.isAnnotated;
7070
7171
\$2
7272
*
73-
* Modified for Minimalist, see pull-hook.sh
73+
* Modified for Variist, see pull-hook.sh
7474
* MethodArgumentsProvider usually extends AnnotationBasedArgumentsProvider
75-
* (in org.junit.jupiter.params.provider). Minimalist is only interested in its static functions.
75+
* (in org.junit.jupiter.params.provider). Variist is only interested in its static functions.
7676
* and has removed provideArguments
7777
*/
7878
public class MethodArgumentsProvider {
@@ -95,7 +95,7 @@ function gt_pullHook_junit_after() {
9595
local warning=$(cat <<-EOM
9696
// -----------------------------------------------------------------------------------------------------
9797
// WARNING !!!!!!!!!!!!!!
98-
// Copied from JUnit and exported for internal use in Minimalist only
98+
// Copied from JUnit and exported for internal use in Variist only
9999
// No backward compatibility guarantees. As soon as JUnit breaks compatibility (which can happen
100100
// even in a patch version and that is totally fine) and we \`gt update\` this file to this new version
101101
// (maybe also in a patch version), we will break compatibility as well.
@@ -104,8 +104,8 @@ function gt_pullHook_junit_after() {
104104
)
105105

106106
perl -0777 -i \
107-
-pe "s@package org.junit@${warning}\npackage com.tegonal.minimalist.export.org.junit@g;" \
108-
-pe 's/(import (?:static )?)(org.junit.platform.commons.(util|logging))/$1com.tegonal.minimalist.export.$2/g;' \
107+
-pe "s@package org.junit@${warning}\npackage com.tegonal.variist.export.org.junit@g;" \
108+
-pe 's/(import (?:static )?)(org.junit.platform.commons.(util|logging))/$1com.tegonal.variist.export.$2/g;' \
109109
-pe 's/\npublic ((?:final)? class (?:ClassNamePatternFilterUtils|ExceptionUtils|UnrecoverableExceptions))/\n$1/g;' \
110110
"$target" || return $?
111111
}

.gt/remotes/junit/pull.args

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
--directory "src/main/lib/java/com/tegonal/minimalist/export/org/junit/platform/commons"
1+
--directory "src/main/lib/java/com/tegonal/variist/export/org/junit/platform/commons"
22
--unsecure true
33
--chop-path true
44
--tag-filter "^r[0-9]+\.[0-9]+\.[0-9]+$"

0 commit comments

Comments
 (0)