-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into sharelatex
* upstream/master: (94 commits) Add missing localization for Any file Refactor dublin core utility (#3756) Add Localization Update Architecture Tests to catch static imports (#3766) Added <any file type> to the Import File Filter Dialog. Don't trim when migrating review field (#3761) Reorder again Rename confirmation into "Merge fields" Fix logic Reorder checklist in PR template and add "good commit message" Replace x11 by unity7 Include desktop, desktop-legacy, wayland in snapcraft.yaml Improve Dublin Core (#3710) Incorporate suggestions by @Siedlerchr Update JUnit from 5.1.0-M2 -> 5.1.0 Update Mockito from 2.13.0 -> 2.15.0 Update wiremock from 2.14.0 -> 2.15.0 Fix exceptions for jacoco update gradle Add link to contribute.jabref.org (#3748) ... # Conflicts: # src/main/java/org/jabref/gui/JabRefFrame.java
- Loading branch information
Showing
395 changed files
with
6,269 additions
and
6,596 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
<!-- describe the changes you have made here: what, why, ... --> | ||
<!-- describe the changes you have made here: what, why, ... | ||
Link issues by using the following pattern: [#333](https://github.com/JabRef/jabref/issues/333) or [koppor#49](https://github.com/koppor/jabref/issues/47). | ||
The title of the PR must not reference an issue, because GitHub does not support autolinking there. --> | ||
|
||
|
||
---- | ||
|
||
- [ ] Change in CHANGELOG.md described | ||
- [ ] Tests created for changes | ||
- [ ] Screenshots added (for bigger UI changes) | ||
- [ ] Manually tested changed features in running JabRef | ||
- [ ] Screenshots added in PR description (for bigger UI changes) | ||
- [ ] Ensured that [the git commit message is a good one](https://github.com/joelparkerhenderson/git_commit_message) | ||
- [ ] Check documentation status (Issue created for outdated help page at [help.jabref.org](https://github.com/JabRef/help.jabref.org/issues)?) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,48 @@ | ||
# *[short title of solved problem and solution]* | ||
# [short title of solved problem and solution] | ||
|
||
**User Story:** *[ticket/issue-number]* <!-- optional --> | ||
User Story: [ticket/issue-number] <!-- optional --> | ||
|
||
*[context and problem statement]* | ||
*[decision drivers | forces]* <!-- optional --> | ||
[context and problem statement] | ||
[decision drivers | forces | facing] <!-- optional --> | ||
|
||
## Considered Alternatives | ||
## Considered Options | ||
|
||
* *[alternative 1]* | ||
* *[alternative 2]* | ||
* *[alternative 3]* | ||
* *[...]* <!-- numbers of alternatives can vary --> | ||
* [option 1] | ||
* [option 2] | ||
* [option 3] | ||
* ... <!-- numbers of options can vary --> | ||
|
||
## Decision Outcome | ||
|
||
* Chosen Alternative: *[alternative 1]* | ||
* *[justification. e.g., only alternative, which meets k.o. criterion decision driver | which resolves force force | ... | comes out best (see below)]* | ||
* *[consequences. e.g., negative impact on quality attribute, follow-up decisions required, ...]* <!-- optional --> | ||
Chosen option: [option 1], because [justification. e.g., only option, which meets k.o. criterion decision driver | which resolves force force | ... | comes out best (see below)]. | ||
|
||
## Pros and Cons of the Alternatives <!-- optional --> | ||
Positive Consequences: <!-- optional --> | ||
- [e.g., improvement of quality attribute satisfaction, follow-up decisions required, ...] | ||
- ... | ||
|
||
### *[alternative 1]* | ||
Negative consequences: <!-- optional --> | ||
- [e.g., compromising quality attribute, follow-up decisions required, ...] | ||
- ... | ||
|
||
* `+` *[argument 1 pro]* | ||
* `+` *[argument 2 pro]* | ||
* `-` *[argument 1 con]* | ||
* *[...]* <!-- numbers of pros and cons can vary --> | ||
## Pros and Cons of the Options <!-- optional --> | ||
|
||
### *[alternative 2]* | ||
### [option 1] | ||
|
||
* `+` *[argument 1 pro]* | ||
* `+` *[argument 2 pro]* | ||
* `-` *[argument 1 con]* | ||
* *[...]* <!-- numbers of pros and cons can vary --> | ||
* Good, because [argument a] | ||
* Good, because [argument b] | ||
* Bad, because [argument c] | ||
* ... <!-- numbers of pros and cons can vary --> | ||
|
||
### *[alternative 3]* | ||
### [option 2] | ||
|
||
* `+` *[argument 1 pro]* | ||
* `+` *[argument 2 pro]* | ||
* `-` *[argument 1 con]* | ||
* *[...]* <!-- numbers of pros and cons can vary --> | ||
* Good, because [argument a] | ||
* Good, because [argument b] | ||
* Bad, because [argument c] | ||
* ... <!-- numbers of pros and cons can vary --> | ||
|
||
### [option 3] | ||
|
||
* Good, because [argument a] | ||
* Good, because [argument b] | ||
* Bad, because [argument c] | ||
* ... <!-- numbers of pros and cons can vary --> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
number_of_entries = 100000 | ||
file = open("generatedDatabase.bib", 'w') | ||
|
||
for i in range(number_of_entries): | ||
entry = """@article{%i, | ||
author = {%i}, | ||
title = {%i}, | ||
journal = {%i}, | ||
volume = {%i}, | ||
year = {%i}, | ||
pages = {%i}, | ||
}""" % (i, i, i, i, i, i, i) | ||
file.write(entry) | ||
file.flush() | ||
file.close() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.