Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Bool datatype save error - string conversion #10

Closed
wants to merge 5,955 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
5955 commits
Select commit Hold shift + click to select a range
65220a7
remove language value of "nonlocalized" from indexed docs, re #9191
apeters Mar 1, 2024
604032f
fix bug with creating json-ld with url datatypes, re #9190
apeters Mar 2, 2024
dbb8f0d
Update setup.py template for 7.6
jacobtylerwalls Feb 1, 2024
6b1a0d9
typescript -> ts in 7.6.0 release notes
jacobtylerwalls Feb 1, 2024
0644544
Mention django-compressor removal
jacobtylerwalls Mar 1, 2024
4863675
Merge pull request #10570 from archesproject/setup-template-redux
chrabyrd Mar 4, 2024
f3e2307
Add regression test for #9198
jacobtylerwalls Mar 5, 2024
80ad6a6
nit re #9198 -- update now that both nodes in descriptor
jacobtylerwalls Mar 5, 2024
7375d08
Merge pull request #10654 from archesproject/9198-add-regression-test
apeters Mar 5, 2024
c0943c5
removing reverse migration logic, re #9191
apeters Mar 6, 2024
3e4a9c2
Add raise_exception arg to @group_required #10658
jacobtylerwalls Jan 18, 2024
4c7a463
Use `@group_required` in workflow history view re #10658
jacobtylerwalls Mar 6, 2024
7e9e707
test nit re #10658
jacobtylerwalls Mar 6, 2024
8713edf
Bump Django to 4.2.11
jacobtylerwalls Mar 4, 2024
02ed53c
Merge pull request #10613 from archesproject/detect-extensions-in-arc…
robgaston Mar 6, 2024
b5a5cb6
Merge pull request #10657 from archesproject/9190_url_json_ld_fix
jacobtylerwalls Mar 6, 2024
a70f149
Merge pull request #10636 from archesproject/attrgetter-failure
whatisgalen Mar 8, 2024
abd8de9
fix node sortoder on graph import, re #10668
apeters Mar 8, 2024
3dba99b
Merge pull request #10673 from archesproject/dev/7.5.x
njkim Mar 12, 2024
c13fde1
Emend Photo Card max-photo-size-warning. (#10660)
khodgkinson-he Mar 12, 2024
86e4bca
Bump vue to 3.4.21
jacobtylerwalls Mar 12, 2024
17aac35
Merge pull request #10674 from archesproject/vue-34
robgaston Mar 12, 2024
35c33dc
Downgrade openpyxl for excel importer/exporter compatiblity, #10614
njkim Mar 12, 2024
2c8c600
updates webpack CSS #10679
chrabyrd Mar 13, 2024
2312329
Bump django-silk to 5.1.0
jacobtylerwalls Mar 13, 2024
8a179a1
fixes index page regression #10627 (#10686)
chrabyrd Mar 14, 2024
e840d53
Add test command re #10658
jacobtylerwalls Mar 14, 2024
0610904
nit, re #9191
apeters Mar 15, 2024
45a8cc2
Bump primevue to 3.50.0 (#10689)
jacobtylerwalls Mar 15, 2024
0482630
Merge pull request #10632 from archesproject/include-ts-in-gettext
chrabyrd Mar 15, 2024
456032e
rough out plugin-standalone logic #10672 (#10678)
chrabyrd Mar 15, 2024
7632e59
update non-localized-string accessibility, re #9191
apeters Mar 15, 2024
ccb223d
add datatype tests for non-localized-string, re #9191
apeters Mar 16, 2024
d4a98c3
Remove default `--pattern` arg
jacobtylerwalls Mar 18, 2024
edc754c
Fix test invocation hint to use module names re #9260
jacobtylerwalls Mar 18, 2024
9c8dc3e
Relax upper bound on Django #10650
jacobtylerwalls Mar 15, 2024
440648e
updates dependencies
aarongundel Mar 18, 2024
19f0b29
updates release notes
aarongundel Mar 18, 2024
5456be6
unnecessary quotes
aarongundel Mar 18, 2024
b5d64c0
Merge pull request #10659 from archesproject/raise-exception-arg
apeters Mar 19, 2024
056e97c
Remove test settings cruft #7186
jacobtylerwalls Mar 15, 2024
59c5898
Remove dependency between test classes #7186
jacobtylerwalls Jan 29, 2024
a5883e2
Improve test isolation #7186
jacobtylerwalls Mar 19, 2024
10c9b96
Reduce logging during tests #7186
jacobtylerwalls Mar 19, 2024
30fae26
Publish graphs before importing business data #7186
jacobtylerwalls Mar 19, 2024
a2560f1
Improve workflow history tests and error status codes
jacobtylerwalls Mar 19, 2024
c1ac117
Reduce verbosity when loading ontologies #7186
jacobtylerwalls Mar 19, 2024
83768a5
Reduce test verbosity [dirs p-z] #7186
jacobtylerwalls Mar 19, 2024
f83a1e4
Reduce test verbosity [dirs a-o] #7186
jacobtylerwalls Mar 22, 2024
d8e6218
Reduce test package loading #7186
jacobtylerwalls Mar 22, 2024
7714e62
Silence rate-limiting warning #7186
jacobtylerwalls Mar 25, 2024
ea52821
Factor out `ensure_resource_test_model_loaded()` #7186
jacobtylerwalls Mar 25, 2024
a11d901
Reduce verbosity of package loads #7186
jacobtylerwalls Mar 25, 2024
4068f85
Factor out custom datatype registration #7186
jacobtylerwalls Mar 25, 2024
5c7cbed
Various cleanups #7186
jacobtylerwalls Mar 25, 2024
b369749
Pass `level` by kwarg #7186
jacobtylerwalls Mar 25, 2024
2ea6f8c
Improve test isolation #7186
jacobtylerwalls Mar 25, 2024
350e4a7
Add release note re #10710
jacobtylerwalls Mar 25, 2024
3b8a41f
Update arches/app/templates/views/components/widgets/non-localized-te…
apeters Mar 25, 2024
a362af8
Update arches/app/templates/views/components/widgets/non-localized-te…
apeters Mar 25, 2024
82d77b5
Correct module names in test invocation hints re #9260
jacobtylerwalls Mar 25, 2024
91f86b6
Merge pull request #10620 from archesproject/i18n-json-bulk-update
apeters Mar 25, 2024
ccd6624
Change the order of creating edit logs, #9769
njkim Mar 6, 2024
e17e974
Add the note to tile edit log when the resource is created, #9768
njkim Mar 6, 2024
5ecf24b
Filter out the tile edit log from actrive stream if resource created,…
njkim Mar 6, 2024
9e2e532
Add changelog re #9768 #9769
jacobtylerwalls Mar 26, 2024
c4ff471
Add ARCHES_APPLICATIONS to core settings #10714
jacobtylerwalls Mar 26, 2024
a90f6d4
Add `yarn eslint:fix` command
jacobtylerwalls Mar 26, 2024
e623272
Merge pull request #10716 from archesproject/jtw/add-fix-command
chrabyrd Mar 26, 2024
d4d9608
Merge pull request #10715 from archesproject/jtw/add-missing-setting
chrabyrd Mar 26, 2024
0783371
Update geoms by transactionid rather than by tileid, #10709
chiatt Mar 26, 2024
a8b2c08
Update TODO statements with issue number
jacobtylerwalls Mar 27, 2024
49fd19f
merges latest from dev/7.6.x #10558
chrabyrd Mar 27, 2024
4df8f3f
nit #10558
chrabyrd Mar 27, 2024
1bff384
Add test for single csv write and save, #10709
chiatt Mar 28, 2024
a3a01c5
Update arches roadmap
chiatt Mar 29, 2024
5366238
Merge branch 'dev/7.6.x' of https://github.com/archesproject/arches i…
chrabyrd Apr 1, 2024
cb16760
Fix 500 error emanating from get_user_details() (#10708)
mradamcox Apr 1, 2024
4c1c73c
adds coverage.json and updates gitignore #10735
chrabyrd Apr 3, 2024
0dbc6aa
fix migration issues, re #9191
apeters Apr 4, 2024
2e1504b
Merge pull request #10695 from archesproject/fix-test-invocation
apeters Apr 4, 2024
46bf9a5
Merge branch 'dev/7.6.x' into 9191_non_localized_string_datatype
apeters Apr 4, 2024
30f3bd9
update release notes, re #9191
apeters Apr 4, 2024
ed2a79d
Merge pull request #10641 from archesproject/9191_non_localized_strin…
chiatt Apr 4, 2024
a135db9
Selectively resolve @vue/compiler-sfc
jacobtylerwalls Apr 5, 2024
c4dfe7c
Merge branch 'dev/7.6.x' of https://github.com/archesproject/arches i…
chrabyrd Apr 5, 2024
c02434f
fix failed installations when providing --directory arch #10558
chrabyrd Apr 5, 2024
2fbe194
nit #10558
chrabyrd Apr 5, 2024
74b5121
10529 adv search list operators (#10610)
whatisgalen Apr 8, 2024
afbad47
Merge branch 'dev/7.6.x' of https://github.com/archesproject/arches i…
chrabyrd Apr 8, 2024
323cd9d
u
chrabyrd Apr 8, 2024
e875e6a
updates dependencies
aarongundel Mar 18, 2024
829eaae
updates 7.5.2 release notes
aarongundel Apr 4, 2024
edb8980
Fix typo in release notes
chiatt Apr 8, 2024
e6a1885
Fix page break when domain values contain apostrophes
jacobtylerwalls Apr 9, 2024
41fcfd2
Merge pull request #10559 from archesproject/10558-cbyrd-projects-as-…
robgaston Apr 10, 2024
bc9fd3f
persist function_x_graph id, re #10750
apeters Apr 11, 2024
3a64e79
Merge branch 'dev/7.6.x' into jtw/test-cleanups
jacobtylerwalls Apr 11, 2024
4d2f4f5
Replace setup.py with pyproject.toml in project template #9941
jacobtylerwalls Apr 11, 2024
2aab595
Merge pull request #10753 from archesproject/jtw/remove-setup-py
chrabyrd Apr 11, 2024
09a0b61
Merge pull request #10742 from archesproject/jtw/resolve-vue-sfc
chrabyrd Apr 11, 2024
8ee5d03
adds MANIFEST.in and LICENSE to projects #10752
chrabyrd Apr 11, 2024
458f782
nit #10752
chrabyrd Apr 11, 2024
292b546
Merge pull request #10756 from archesproject/10752-cbyrd-add-MANIFEST…
chrabyrd Apr 11, 2024
467ba8a
Merge pull request #10751 from archesproject/10750_persist_function_x…
johnatawnclementawn Apr 12, 2024
f74250a
Add .git-blame-ignore-revs
jacobtylerwalls Apr 12, 2024
8719804
Fixing bulk manager (#10726)
rayondemiel Apr 13, 2024
839f103
10609 - Add required asterisk section (#10749)
bferguso Apr 13, 2024
a4d11bd
Allow overriding search_results view #10699 (#10769)
whatisgalen Apr 15, 2024
0068118
no need to validate name as the super class does that, re #10759
apeters Apr 12, 2024
2566715
Merge branch 'dev/7.6.x' into 10709_bulk_load_geoms
njkim Apr 16, 2024
d851f21
Fix migration order, #10709
njkim Apr 16, 2024
e24aeaa
Merge pull request #10711 from archesproject/jtw/test-cleanups
apeters Apr 16, 2024
8118cc9
filter root ontology class by selected ontology, re #10624
apeters Feb 22, 2024
587071f
Switch ArchesTestCase to TransactionTestCase, #10709
chiatt Apr 16, 2024
f78b7b2
pre-queries for geojson geoms in bounding box before cluster query re…
whatisgalen Mar 7, 2024
1703aa9
fixes type issue re #10452
whatisgalen Mar 7, 2024
9a811c5
creates cache_key create method, including db snapshot of user_x_edit…
whatisgalen Mar 8, 2024
97f55f4
calls create_mvt_cache_key to make cache_key for mvt request re #10452
whatisgalen Mar 8, 2024
b4eb080
caches an empty mvt so as to not re-query for non-existent mvt re #10452
whatisgalen Mar 8, 2024
93b6f3c
alters pre-query to only return count of matching geoms re #10452
whatisgalen Mar 8, 2024
99f727d
store only search_geom count instead of geoms themselves re #10452
whatisgalen Mar 8, 2024
6044c61
narrows query of matching geoms in cluster query to those within Tile…
whatisgalen Mar 8, 2024
77ac35c
adds control flow for when search_geom_count < min_points to avoid cl…
whatisgalen Mar 8, 2024
25d9fc9
rm redundant 404 exception re #10452
whatisgalen Mar 8, 2024
6ebbfc2
creates receiver method on post_save for EditLog to cache instance co…
whatisgalen Mar 29, 2024
ffc8dbc
gets cached editlog_nodegroupid_count if available to make mvt_cache_…
whatisgalen Mar 29, 2024
b1c5ec3
restyles to conform to line char limit, sets new editlog snapshot in …
whatisgalen Mar 29, 2024
6bdd7ac
removes refs to editlog or mvt_snapshot in mvt cache key create metho…
whatisgalen Apr 5, 2024
2aab56c
rm editlog receiver due to perform implicns re #10452
whatisgalen Apr 5, 2024
bc6ec62
rm CACHE_BY_USER entry for editlog re #10452
whatisgalen Apr 5, 2024
ece190e
nit in settings.py re #10452
whatisgalen Apr 5, 2024
866bb69
rm redundant cache.set statement, also retain tile from earlier query…
whatisgalen Apr 8, 2024
ee0c6fa
Update PR template with target branch, accessibility, testing advice
jacobtylerwalls Apr 8, 2024
bf944f1
nit: unchanged -> changed
jacobtylerwalls Apr 17, 2024
f2861f2
Prefetch graphs and tiles when indexing resources #10453 (#10743)
jacobtylerwalls Apr 17, 2024
064359e
Merge pull request #10722 from archesproject/10709_bulk_load_geoms
aarongundel Apr 17, 2024
edac2c1
10778 - Fixed Slick image slider path, added shim for jQuery
bferguso Apr 17, 2024
83bf37c
Make 5613_notification_types reversible #10772
jacobtylerwalls Apr 15, 2024
f102945
Use count() for indexing progress bar re #10453
jacobtylerwalls Apr 18, 2024
7df62fb
Merge branch 'dev/7.6.x' of https://github.com/archesproject/arches i…
chrabyrd Apr 18, 2024
20858b0
Add back unsaved edit css
SDScandrettKint Feb 5, 2024
87f8de4
Read i18n default value
SDScandrettKint Feb 5, 2024
2a66b12
URL datatype fixes for 10027, 10592, 10593
SDScandrettKint Feb 7, 2024
2cf084d
Assign id to self value to retain nodevalue data
SDScandrettKint Feb 27, 2024
be09c61
reword comments
SDScandrettKint Feb 27, 2024
fb65010
add comment for node value fix
SDScandrettKint Mar 1, 2024
19befac
Add optional chaining for activeLanguage value
SDScandrettKint Mar 5, 2024
367e41f
Improved fix for text widget defaultValue issue
SDScandrettKint Mar 6, 2024
e5cfcb0
Add pre_tile_save to urldatatype and move fix
SDScandrettKint Mar 7, 2024
494a027
remove AttributeError exception from url pre_tile_save
SDScandrettKint Mar 8, 2024
e50e1ab
Simplify url js
SDScandrettKint Mar 11, 2024
50e983f
Guard against None url tile data
SDScandrettKint Apr 3, 2024
ed3cdd7
Adding trailing semicolons
SDScandrettKint Apr 3, 2024
d88c20f
Add URLdatatype tests and simplify pre_tile_save
SDScandrettKint Apr 10, 2024
bbf8eef
Test additions
SDScandrettKint Apr 11, 2024
e0945d2
Added clean & pre_structure_tile_data functions, and tests
SDScandrettKint Apr 16, 2024
015afde
Merge pull request #10736 from archesproject/10735-cbyrd-expose-cover…
chrabyrd Apr 18, 2024
5c9b48e
updates coverage.json
chrabyrd Apr 18, 2024
ea9b3d0
Merge pull request #10799 from archesproject/cbyrd-update-coverage.json
chrabyrd Apr 18, 2024
cd72dec
Update version number
chiatt Apr 18, 2024
64f0504
Update roadmap
chiatt Apr 18, 2024
2e1b1dc
Update release notes
chiatt Apr 18, 2024
4696abc
Merge branch 'dev/7.5.x' into update_76_with_75
chiatt Apr 19, 2024
ca5a464
Merge pull request #10802 from archesproject/update_76_with_75
jacobtylerwalls Apr 19, 2024
8d49ccf
Merge pull request #10790 from archesproject/jtw/index-progress-bar
whatisgalen Apr 22, 2024
4591fa9
Change behavior of Authroitative QA Type filter, re Change behavior o…
Apr 22, 2024
6c56c65
Merge pull request #10762 from archesproject/jtw/remove-formatting-co…
apeters Apr 24, 2024
3233d86
Use resource id rather than url in ActivityStreams #10665 (#10830)
johnatawnclementawn Apr 24, 2024
5140e46
centralize permissions imports
philtweir Jun 24, 2023
37ccb1d
resolve circular imports
philtweir Jun 24, 2023
4a6060d
initial attempt to centralize permissions
philtweir Jun 24, 2023
ae51369
make permissions framework settable
philtweir Jun 24, 2023
54a8a35
tidy missing methods
philtweir Jun 27, 2023
d9ddf6e
minor permission framework bugfixes
philtweir Sep 23, 2023
8634777
correct signature for process_new_user
philtweir Oct 2, 2023
94a75e6
add signals for user/group
philtweir Apr 24, 2024
2ff2b9e
implement dummy hooks for standard model for user/group/permission up…
philtweir Dec 7, 2023
312b738
move additional permission checks into PermissionFramework
philtweir Apr 24, 2024
dfd534a
enable users to see the usual nodes
philtweir Dec 19, 2023
aba6072
restore user_can_read_graph
philtweir Jan 23, 2024
a9e2680
use ExtensionType for permissions frameworks
philtweir May 1, 2024
956e908
fix: tidy up default-deny
philtweir May 6, 2024
6861cfa
fix: mostly adding types to ArchesStandardPermissionFramework
philtweir May 6, 2024
dde344c
feat: add set-required (TBC) - this would allow both future-core and …
philtweir May 6, 2024
3bccd13
fix: move logic from arches.app.utils.permission_backend to where it …
philtweir May 6, 2024
6424ca7
fix: move group_required logic to PermissionFramework, as otherwise u…
philtweir May 6, 2024
504970d
tests: add tests for permissions frameworks
philtweir May 6, 2024
8231bc5
fix: == to is in False comparison
philtweir May 6, 2024
fc4d4bd
use nodegroup pks rather than full object when permission-checking, i…
philtweir Apr 25, 2024
7e0b04b
time_wheel to use string nodegroups
philtweir May 6, 2024
a9b00bd
show user roles in JS
philtweir Apr 24, 2024
f70fed5
update default gunicorn logs
philtweir Apr 24, 2024
2ffaf23
add user accounts
philtweir Apr 24, 2024
95722ad
remove migration merge
philtweir Nov 19, 2023
c8006f0
accept sequences of CSVs in business data
philtweir Nov 19, 2023
84c2aff
remove debug
philtweir Nov 21, 2023
340b2bd
allow not to include business data in package load (useful for webpac…
philtweir Nov 28, 2023
1830e78
remove request from internal search routines and allow updating by query
philtweir Dec 10, 2023
9d3bcf5
add support for filtering by sets in ES
philtweir Dec 17, 2023
e486a0d
enable async ES tasks
philtweir Dec 17, 2023
2dba69c
fix issues with request passing to datatypes
philtweir Dec 21, 2023
78c3f2d
attempt arches_allow_with_credentials
philtweir Apr 24, 2024
e4be4f2
update search to use pks
philtweir May 6, 2024
4de08de
add import_graph strict mode
philtweir Apr 24, 2024
f6b9f7a
remove duplicate celery call
philtweir Apr 24, 2024
6d81528
correction to subj checking for a group in a user
philtweir Apr 24, 2024
9fd796b
add list_mapbox_layer to command
philtweir Apr 24, 2024
2d40d00
do not load user groups for has_group unless needed
philtweir Apr 24, 2024
f1d08c1
user_is_resource_reviewer no longer throws attributeerror is user is …
philtweir Dec 27, 2023
4d7271d
ensure recreating database recreates common connection
philtweir Dec 28, 2023
3dfadef
corrections to get_permitted_graphids
philtweir Dec 28, 2023
4f17ff6
include concept of a principal user
philtweir Jan 22, 2024
c156b46
fix permissions return type bugs
philtweir Jan 22, 2024
e81ef73
Upstream package changes prevent default Dockerfile from building
philtweir Apr 4, 2022
6d01b62
Trying out if I'm able to create users
KamenDimitrov97 Jun 21, 2022
429c2e6
made the search button look more explicit
KamenDimitrov97 Jul 8, 2022
f9175c6
fixed report generation
KamenDimitrov97 Jul 13, 2022
64faa4b
reversed the changes due to a new project workflow bugg
KamenDimitrov97 Jul 19, 2022
fab1dc8
Fixed the manage->print dataset func
KamenDimitrov97 Jul 26, 2022
498bfa4
prevent circular recreation of card due to ko subscription trigger
philtweir Oct 7, 2022
3818d72
further pinned python dependencies
philtweir Nov 1, 2022
58f69b9
update to node 14
philtweir Nov 28, 2022
2623aa2
fixed currentValue giving a null in text.js when creating a new resou…
Jan 19, 2023
585a787
fixed issue that occur if term is a string
Jan 20, 2023
bfb70be
tidy irrelevant changes
philtweir Jun 24, 2023
3291c58
build a docker image
philtweir Jun 24, 2023
400fae9
add docker workflow
philtweir Jun 24, 2023
6c76d51
correct CI definitions
philtweir Jun 24, 2023
569dfc5
add postgres build
philtweir Jun 24, 2023
7aaa47c
fix dockerfile for postgis
philtweir Jun 24, 2023
923f2fc
bump python and node versions to allow ubuntu upgrade, and restore po…
philtweir Nov 18, 2023
a0caf8e
FIXME: need to work out why this is not normally required, but consis…
philtweir Nov 19, 2023
66176c9
fix Dockerfile
philtweir Apr 24, 2024
151f7ee
remove extra slash from urls.py
philtweir Nov 20, 2023
adfbbd6
fix: correct line order
philtweir May 6, 2024
1e1debe
fix: put user migration at end again
philtweir May 6, 2024
b90895b
fix: add support for 7.6
philtweir May 15, 2024
62bd9f1
fix: remove version from registry
philtweir May 15, 2024
09c8c27
fix: user object is passed as a parameter
taylorn01 May 29, 2024
2bb81ee
Merge pull request #9 from flaxandteal/fix/editing-tiles
taylorn01 May 29, 2024
e2fa83f
fix: m2m user-group should allow triggering by either user or group
philtweir Jun 5, 2024
ce5aabf
fix: move resource loading in permissions tests to individual tests, …
philtweir Jun 5, 2024
e07fae0
feat: add get_createable_resource_models to allow get_createable_reso…
philtweir May 30, 2024
3164bf4
fix: get_nodegroups_by_perm now returns IDs, so filter tiles by nodeg…
philtweir Jun 8, 2024
143a74f
chore: remove debug
philtweir Jun 9, 2024
6cb1a3b
fix: cover the case that no user is required, and is marked 'True'
philtweir Jun 9, 2024
359f095
fix: return JSON error if search errors
philtweir Jun 10, 2024
7bf7869
fix: if term.lang was none, was setting _id to empty
philtweir Jun 13, 2024
7295868
fix: ensure nodeid is known before looking up datatype
philtweir Jun 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
[
"@babel/preset-env"
]
],
"plugins": [
// "@babel/plugin-syntax-dynamic-import",
// "@babel/plugin-proposal-class-properties",
// "@babel/plugin-transform-runtime",
// {
// "regenerator": true,
// "corejs": 3 // or 2; if polyfills needed
// }
]
}
10 changes: 10 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[production staging]
>5%
last 2 versions
Firefox ESR
not ie < 11

[development]
last 1 chrome version
last 1 firefox version
last 1 edge version
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
*/models/migrations/*

show_missing = true
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ arches/settings_local.pyc
elasticsearch-5.2.1
virtualenv
arches/app/media/packages
arches/app/media/node_modules
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!.eslintrc.js
64 changes: 47 additions & 17 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
module.exports = {
"extends": "eslint:recommended",
// add your custom rules here
rules: {
"semi": ["error", "always"],
"indent": ["error", 4],
"space-before-function-paren": ["error", "never"],
"no-extra-boolean-cast": 0, // 0=silence, 1=warning, 2=error
// allow async-await
'generator-star-spacing': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
"camelcase": [2, {"properties": "always"}]
"extends": [
"eslint:recommended",
'plugin:@typescript-eslint/recommended',
'plugin:vue/vue3-recommended',
],
"root": true,
"env": {
"browser": true,
"es6": true,
"node": true
},
"parser": "vue-eslint-parser",
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module",
"requireConfigFile": false,
"parser": {
"ts": "@typescript-eslint/parser"
}
},
"globals": {
"define": false,
Expand All @@ -25,10 +32,33 @@ module.exports = {
"URLSearchParams": false,
"fetch": false
},
"parserOptions": {
"ecmaVersion": 2017
"ignorePatterns": [".eslintrc.js", "**/media/plugins/*"],
"rules": {
"semi": ["error", "always"],
},
"env": {
"es6": true
}
"overrides": [
{
"files": [ "*.vue" ],
"rules": {
"vue/html-indent": [2, 4],
}
},
{
"files": [ "*.js" ],
"rules": {
"indent": ["error", 4],
"space-before-function-paren": ["error", "never"],
"no-extra-boolean-cast": 0, // 0=silence, 1=warning, 2=error
// allow async-await
'generator-star-spacing': 'off',
// allow debugger during development
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-unused-vars': [1, {
argsIgnorePattern: '^_'
}],
"camelcase": [1, {"properties": "always"}],
}
}
]
};

Loading
Loading