Lu Liu
14ef45efb2
mock reconciliation service ( #2410 )
2020-03-14 09:40:15 +00:00
Thad Guidry
83d175be1b
Remove duplicate metadata command registration ( #2405 )
...
This removes a duplicate set-project-metadata command during Butterfly initialization.
Hmm, wondering if this might also fix any issues that we already have regarding startup?
2020-03-13 14:03:45 +00:00
Thad Guidry
089a14d0c2
remove unused import Owasp Encoder ( #2370 )
2020-03-13 11:12:25 +00:00
Lu Liu
9a5cb644ec
Use parentheses for JAVA_OPTIONS on Unix/Linux ( #2401 )
...
* use parentheses for JAVA_OPTIONS on Unix/Linux
* change regex in refine
* add comment for JAVA_OPTIONS
* Update refine.ini
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
* Update refine.ini
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
* Update refine.ini
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
Co-authored-by: Thad Guidry <thadguidry@gmail.com>
2020-03-13 08:38:56 +00:00
Ekta Mishra
6ec40bc478
Removed exportTrippleloader functions #2345 ( #2399 )
...
closes #2345
2020-03-12 13:03:26 +00:00
Agha Saad Fraz
2757326cd7
fixed minor typos ( #2400 )
2020-03-12 11:59:01 +00:00
Ekta Mishra
fd12ea8c5d
Removed freebaseapps.com from scripts ( #2395 )
...
closes #1973
2020-03-12 10:57:42 +00:00
Lisa
b5282fcce7
corrected label for trim in xml parser ui ( #2394 )
2020-03-12 10:54:53 +00:00
Ekta Mishra
bbf4f479da
Removed references to freebase in messages #2029 ( #2341 )
...
Removed all freebase references from all translation files
Closes #2029
2020-03-12 10:41:31 +00:00
Lu Liu
f476f01b37
support configurable credentials for gdata ( #2392 )
2020-03-12 10:41:04 +00:00
Kush Trivedi
3fd3faca11
enh: URL checking for import web addresses ( #2377 )
...
* enh: URL checking for import web addresses
* Add the source for Regex
* Removing the console.log for production
2020-03-11 22:22:49 +00:00
zengchu2
8b94b142cb
Enable auto complete in chrome ( #2387 )
...
Co-authored-by: zengchu2 <1450834797z@gmail.com>
2020-03-11 09:49:04 +00:00
Lisa
649ce93b3a
corrects wrong trim label for json importer config ( #2385 )
2020-03-11 09:41:16 +00:00
Hammad Aamer
e8f2a98cf0
Added feature to create column containing Q values ( #2378 )
...
* Added feature to create column containing Q values
* Defined better language for adding IDs column
* Fixed notations
* Add id column final fix
* Add id column final fix
Co-authored-by: Hammad Aamer <hammad.aamer97@gmail.com>
2020-03-11 09:34:49 +00:00
Lu Liu
4477fc15a5
fix Google Sheets importer when URL is missing a trailing slash ( #2380 ) ( #2382 )
...
* fix #2380
* update test
* rename test method
2020-03-10 13:48:00 +00:00
Kush Trivedi
fec414cb14
fix: List facets dialogue should be non editable ( #2375 )
2020-03-10 10:17:23 +00:00
zengchu2
c90fd31daf
Add cell.error field for error messages ( #2363 )
...
* Add case for querying cell.error for error messages
* Add testing file
* Refactor test case for cell with error
* Reformat spaces
2020-03-10 10:14:15 +00:00
Antonin Delpeuch
27f7cdc897
Merge pull request #2367 from OpenRefine/issue-2365-maven-deps
...
Migrate local dependencies to Maven Central.
2020-03-08 15:21:58 +00:00
Antonin Delpeuch
0678e6cf1e
Migrate local dependencies to Maven Central. Closes #2365 .
2020-03-07 21:35:31 +00:00
Antonin Delpeuch
3d5a93d506
Merge pull request #2324 from kushthedude/timeout
...
enh: Text Filter waits until user finishes updating
2020-03-07 21:10:21 +00:00
kushthedude
3b2aa2ccd0
applying timeout variance only for regex
2020-03-07 01:56:36 +05:30
Antonin Delpeuch
59e2ba2f97
Merge pull request #2358 from OpenRefine/thadguidry-patch-11
...
Create new pull request template
2020-03-06 14:45:22 +00:00
Thad Guidry
bebb222199
use only supported keyword to auto close properly
2020-03-06 08:30:56 -06:00
Antonin Delpeuch
d99efab547
Merge pull request #2360 from kushthedude/temp
...
enh: Some enhancements in issue template
2020-03-06 14:28:31 +00:00
Thad Guidry
ce94788607
remove borked commit
2020-03-06 08:24:17 -06:00
Thad Guidry
48fe619349
Create bug_report.md
2020-03-06 08:05:12 -06:00
kushthedude
fef51bea8c
enh: Some enhancements in issue template
...
Signed-off-by: kushthedude <kushthedude@gmail.com>
2020-03-06 17:47:11 +05:30
kushthedude
620d7672c9
Addresing requested changes
2020-03-06 15:35:44 +05:30
Antonin Delpeuch
8dfb462367
Merge pull request #2357 from OpenRefine/thadguidry-patch-10
...
Remove blank_issues creation and add Contacts to "New Issue"
2020-03-05 21:18:46 +00:00
Martin Magdinier
8be687caeb
Merge pull request #2356 from OpenRefine/thadguidry-patch-9
...
Fix grammer and links
2020-03-05 11:03:20 -05:00
Thad Guidry
72064d68eb
Create new pull request template
...
We will eventually want to support different types of Pull requests (issues, docs, etc.) and GitHub supports a Template directory where many templates can be used for different kinds of PR's and can have different automation flows with query parameters. This will be a useful starting point as we build out more automation (Owen's docs effort) and expand our contributors.
Details here:
- https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates
- https://help.github.com/en/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters
2020-03-05 08:49:32 -06:00
Antonin Delpeuch
1a26ff760a
Recapitalize
2020-03-05 14:43:52 +00:00
Thad Guidry
0b9ffc800f
rephrase Ask a Question
2020-03-05 08:40:31 -06:00
Thad Guidry
2f30fc504a
Remove blank_issues creation and add Contacts to "New Issue"
2020-03-05 08:37:00 -06:00
Thad Guidry
a2b347c7d7
Fix grammer and links
2020-03-05 08:26:26 -06:00
Antonin Delpeuch
537e27b7dc
Merge pull request #2352 from obarabanov/issue/898-long-column-names
...
Handle long column names in key/value columnize dialog
2020-03-04 16:45:42 +00:00
Antonin Delpeuch
7a3b3a9a7a
Enforce uniform column widths in key-value columnize dialog
2020-03-04 09:43:42 +00:00
Antonin Delpeuch
61ab6401df
Merge pull request #2349 from afkbrb/issue-2103-description-validator
...
Issue 2103 description validator
2020-03-02 14:22:19 +00:00
afkbrb
be5f6e6402
move check functions in DescriptionScrutinizer to CommonDescriptionScrutinizer
2020-03-02 21:59:55 +08:00
Alex
8816cd511a
changes for #898 :
...
* made "Columnize by Key/Value columns" dialog resizable
* set overflow styling, which solves the issue in Chromium-based browsers (Chrome, Edge, Opera) but doesn't work in FireFox and WebKit-based browsers (like Epiphany @ Linux, not tested in Safari but most likely won't work either)
2020-03-02 14:57:02 +02:00
Lu Liu
43b32a07e0
Update extensions/wikidata/module/langs/translation-en.json
...
Co-Authored-By: Thad Guidry <thadguidry@gmail.com>
2020-03-02 20:10:02 +08:00
afkbrb
2fef34795d
change severity
2020-03-02 17:40:03 +08:00
afkbrb
b0bf9203ba
add "."
2020-03-02 14:52:01 +08:00
afkbrb
82f95f2bbf
update DescriptionScrutinizer & create EnglishDescriptionScrutinizer
2020-03-02 14:35:42 +08:00
Lu Liu
9659157a0b
Update DescriptionScrutinizer.java
2020-03-01 23:13:38 +08:00
afkbrb
7e5a7acd58
fix spelling mistake
2020-03-01 22:22:52 +08:00
afkbrb
d1a177e37d
add corresponding translation
2020-03-01 22:05:16 +08:00
afkbrb
077b4c7afa
add DescriptionScrutinizerTest
2020-03-01 22:04:37 +08:00
afkbrb
3006a59a08
register DescriptionScrutinizer
2020-03-01 22:03:59 +08:00
afkbrb
4252de06eb
add DescriptionScrutinizer
2020-03-01 22:03:15 +08:00