https://github.com/Inist-CNRS/lodex

sort by:
Revision Author Date Message Commit Date
ce6a97b 8.24.2 16 October 2018, 09:04:28 UTC
f34093c Enable maxSize, minValue, maxValue, orderBy for all charts (#736) * avoid warning: Encountered two children with the same key ... * enable new routines for corpus graphs * Enable maxSize, minValue, maxValue, orderBy for all charts * refactor graph admin component to use RoutineParamsAdmin and share the admin for the params 16 October 2018, 08:57:21 UTC
f99b04a add error message when field has no value (#738) * add error message when field has no value * use InvalidFormat 16 October 2018, 08:55:50 UTC
2fca678 Resource count (#741) * count value for last version instead of first * trigger loadField only when data are not published * update test * loadField on PublicationPreview and display a loader on withInitialData until all data are loaded 16 October 2018, 07:42:50 UTC
e3846a4 maybe it should be better (#740) 15 October 2018, 14:56:35 UTC
3529462 only update facet on field update when data are published (#739) 15 October 2018, 14:13:31 UTC
12836c8 v8.24.1 15 October 2018, 08:29:27 UTC
cfefa8e Fix for demo2 (#734) * better/missing translation * properly catch all possible stream error and wait for stream to end before returning it * add safePipe to properly keep the error in upload pipe, follow progress during insertMany * add test on safePipe * code review 15 October 2018, 08:25:59 UTC
6d41bb1 [RFR] impove transformers (#735) * ARRAY to ensure to have an array * more consistent detection for "no value" 12 October 2018, 12:11:07 UTC
fef4e51 v8.24.0 11 October 2018, 08:28:31 UTC
b7924a1 Merge pull request #730 from Inist-CNRS/basic-search-page [RFR] Introduce a basic Search page 11 October 2018, 08:26:01 UTC
5b9f200 Code Review 11 October 2018, 07:56:16 UTC
b5766ef Merge pull request #733 from Inist-CNRS/preparations-for-new-graphics4 [RFR] upgrade ezs module 11 October 2018, 07:21:28 UTC
609a307 Merge branch 'master' into preparations-for-new-graphics4 10 October 2018, 15:53:30 UTC
2985fb5 update the package-lock.json by running make install 10 October 2018, 15:50:50 UTC
a57fe68 Handle new overview tags: details 1 & 2 10 October 2018, 15:45:37 UTC
e6bbcb1 Translations and code review 10 October 2018, 15:27:49 UTC
cdcbbf0 fix sort bug 10 October 2018, 14:32:44 UTC
d0bad09 Search pagination implementation 10 October 2018, 14:13:09 UTC
a0c9f1a Update ontology if we change the overview of a field 10 October 2018, 13:13:08 UTC
3349690 Display fields with their own Format 10 October 2018, 09:23:20 UTC
05f3faa Make basic search working 10 October 2018, 07:37:48 UTC
dabfeb4 Bootstrap redux for the search page 10 October 2018, 07:37:48 UTC
32fcb08 Remove <Overview /> that seems unused 10 October 2018, 07:37:48 UTC
04fac5e Introduce a basic Search page 10 October 2018, 07:37:48 UTC
e4d4766 v8.23.2 10 October 2018, 07:34:57 UTC
aea43e3 in saveStreamInFile wait for write Stream to have finished writing. (#732) 10 October 2018, 07:32:27 UTC
c908f1d v8.23.1 09 October 2018, 14:38:27 UTC
a1c2208 8.23.0 09 October 2018, 14:02:31 UTC
bc5b1f5 [RFR] Preparations for new graphics3 (#727) * routine should take a max of documents * set environment object used by new advanced routines * code review * new name for better routine * avoid to send null if value is equal to 0 09 October 2018, 13:58:56 UTC
e3258f8 [RFR] Fix field uri order (#731) * fix false positive uri error and allow to reorder first characteristic * have a single command launch all unit test * update test 09 October 2018, 13:58:16 UTC
c7dcc41 [RFR] Book hierarchy (#721) * refactor IstexSummaryView to list publication years for the given issn * add component to fetch volume * add IstextVolume component to fetch issue list * display document in issue * refactor IstexYear volume and issue in a single component * better style * extract FOld logic in a separate component * add test on FetchFold * add e2e test * add e2e test * fix global ISTEX_API_URL for ssr * update e2e test after rebase * code review * add AdminOlyAlert component to display alert only if logged as admin * refactor FetchFold to use children as renderProps * use teardonw 09 October 2018, 13:29:24 UTC
1dea80f Merge pull request #726 from Inist-CNRS/improve-format-errors [RFR] Improve format errors with incorrect values 08 October 2018, 15:22:19 UTC
8dfba7d remove make test-unit-watch (#729) 08 October 2018, 13:31:28 UTC
6150a3b Code Review 08 October 2018, 13:15:38 UTC
ceb2702 Improve format errors 08 October 2018, 13:15:38 UTC
81aff22 Merge pull request #725 from Inist-CNRS/test-multiple-imports [RFR] Test multiple additional imports 08 October 2018, 09:16:54 UTC
6f834d6 [RFR]Add jest (#728) * replace mocha by jest * restore api e2e test * fix e2e test 08 October 2018, 08:39:31 UTC
9e53b08 Merge pull request #724 from Inist-CNRS/test-single-facet [RFR] Test single facet 05 October 2018, 12:49:46 UTC
a07fbfe Test multiple additional imports 05 October 2018, 09:10:55 UTC
9037d4d Add a test for a single facet 05 October 2018, 07:29:50 UTC
d4fb2de 8.22.5 04 October 2018, 16:20:40 UTC
e4b58fc Merge pull request #722 from Inist-CNRS/fix-multi-value-facets [RFR] Fix multiple value in facets 04 October 2018, 16:11:17 UTC
dec1acc Merge pull request #723 from Inist-CNRS/recursive-field-quick-edition [RFR] Fix *recursively* quick field edition 04 October 2018, 16:10:55 UTC
e49ba24 [RFR] Test e2e field reorder (#710) * add e2e test * sanitize field position when importing model * refactor e2e test to use more support helper * force language to english when in test * set NODE_ENV to test for e2e build * fix e2e test after rebase * code review 04 October 2018, 16:09:19 UTC
ebc5f3c Fix the admin characteristic issue 04 October 2018, 15:08:09 UTC
5fbebf7 Fix *recursively* quick field edition 04 October 2018, 13:49:48 UTC
2f80b7a Unwind facets when publishing documents 04 October 2018, 12:27:54 UTC
8197699 Write an E2E test to reproduce the issue 04 October 2018, 12:27:54 UTC
bdede68 Merge pull request #716 from Inist-CNRS/dataset-upload-progress-bar [RFR] Display a progress bar for the dataset upload 04 October 2018, 09:44:50 UTC
cd77388 [RFR] Book summary (#714) * add istexSummary format * add istexSummary format * better code reuse 04 October 2018, 09:14:56 UTC
ce538fb Display a progress bar for the dataset upload 04 October 2018, 08:52:46 UTC
832eff9 [RFR] set NODE_ENV to development for make run-dev enabling dev server for … (#719) * set NODE_ENV to development for make run-dev enabling dev server for index.js * code review 04 October 2018, 07:44:06 UTC
ca92c95 upgrade ezs-analytics (fix multi graph display) 03 October 2018, 09:16:56 UTC
466fa94 do not set progress when publishing facet outside of publication (#717) 02 October 2018, 16:18:23 UTC
4ec2208 Merge pull request #715 from Inist-CNRS/clean-developers-config [RFR] Clean webpack & docker config 02 October 2018, 16:17:12 UTC
016003b [RFR] Preparations for new graphics (#712) * use inist server instead github * tell browser that the content is cached * adding new routines for future graphics * adding new transformer for future graphs * disable .only * useless * upgrade ezs 02 October 2018, 14:46:01 UTC
b68f3b3 Remove the node service in docker-compose 02 October 2018, 12:45:15 UTC
6c4e8d0 Remove the test-api service in docker-compose 02 October 2018, 12:45:15 UTC
aef2e5e Simplify the webpack config 02 October 2018, 12:45:15 UTC
8564677 Release 8.22.3 02 October 2018, 12:36:16 UTC
57c191c Merge pull request #709 from Inist-CNRS/fix-field-quick-edition [RFR] Fix composed field quick edition from frontend 02 October 2018, 12:06:01 UTC
3a7093c Code Review 02 October 2018, 09:01:55 UTC
b32b64c Add E2E tests on the wizard (transformer + format) 01 October 2018, 14:49:03 UTC
4c92d91 fix link to resource (#711) 01 October 2018, 12:19:38 UTC
8611ab1 Fix composed field quick edition from frontend 01 October 2018, 12:17:31 UTC
3cb3689 Release 8.22.2 28 September 2018, 12:19:49 UTC
8557ae0 allow null value in IdentifierBadgeView (#708) 27 September 2018, 18:18:39 UTC
cbf5784 Release 8.22.1 27 September 2018, 17:51:13 UTC
8e2e029 Release 8.22.0 27 September 2018, 15:53:11 UTC
46bf1e1 [RFR]Faster facet (#705) * faster facet computation * fix test on travis 27 September 2018, 15:52:31 UTC
78f2dd9 fix field reorder (#707) 27 September 2018, 15:43:17 UTC
3535d44 fix network format and double list in graph (#706) 27 September 2018, 14:57:45 UTC
e5c96f7 [RFR] Publication progress (#698) * add progress service * update progress during publication * add progress reducer * add Progress component * allow to resume progress when reloading page * check progress to see if data is published * fix e2e * add test * better ui * have publish route return before end of publish * update test * code review 27 September 2018, 14:07:44 UTC
76c7a32 Merge pull request #702 from Inist-CNRS/optimize-publication [RFR] Optimize publication by removing uriDataset table 27 September 2018, 07:29:57 UTC
27e7bf9 Merge pull request #703 from Inist-CNRS/fix-docker-image-build [RFR] Fix Docker image build (.test.yml -> .spec.yml) 27 September 2018, 07:26:34 UTC
19cd27c Fix Docker image build (.test.yml -> .spec.yml) 26 September 2018, 16:14:28 UTC
7881863 ptimize publication by removing uriDataset table 26 September 2018, 14:19:32 UTC
7571900 Merge pull request #701 from Inist-CNRS/fix-dockerfile [RFR] Fix Dockerfile: Include webpack plugin in dependencies 26 September 2018, 14:10:59 UTC
f208a73 Include webpack plugin in dependencies 26 September 2018, 13:41:23 UTC
2a5d5ca [RFR] Fix slow mongo (#699) * refactor putField to only recompute modified facet * reorder field in a single query * use mongo pool connection * code review * check that field being reordered follow the rule (same cover, uri first for collection) * close db connection pool at the end of all test * code review * fetch reordered fields in a single request * fix e2e test 26 September 2018, 09:53:10 UTC
1ecba9a Merge pull request #700 from Inist-CNRS/remove-link-transformer-for-real [RFR] Remove LINK transformer 26 September 2018, 09:23:31 UTC
4d62415 Cache Cypress install in a folder 26 September 2018, 08:34:20 UTC
9002969 Remove LINK transformer and format 26 September 2018, 08:34:12 UTC
037d9a5 Merge pull request #696 from Inist-CNRS/remove-link-transformer [RFR] Introduce E2E tests with cypress 26 September 2018, 08:32:36 UTC
e77d9d4 Code Review 26 September 2018, 07:41:23 UTC
a1054a3 Add some E2E tests for the dataset / model import 25 September 2018, 10:23:45 UTC
5cc308c Add documentation about E2E tests 24 September 2018, 15:34:41 UTC
b8790cb Improve E2E dockers starting 24 September 2018, 14:49:27 UTC
58b225d Add basic dataset import test 24 September 2018, 14:36:00 UTC
20c184e Fix package-lock.json 24 September 2018, 13:31:48 UTC
aae79d8 [RFR] Catch format error (#697) * check values in ListView * ensure NetworkView can always render even when bad value 24 September 2018, 09:11:52 UTC
116df58 Bootstrap E2E tests 24 September 2018, 08:52:58 UTC
7a6d44c [RFR]Fix tooltip chart (#695) * replace redux-tooltip by react-tooltip in BubbleView * replace redux-tooltip by react-tooltip for heatmap format * add test on BubbleVIew format * add test on HeatMapView * replace redux-tooltip by react tooltip for cartographyView * remove redux-tooltip * code review 24 September 2018, 08:50:47 UTC
2fa902f Update README.md 21 September 2018, 09:33:22 UTC
bd4c585 [RFR] update react (#690) * update material-ui * update react-router * update react * fix hot reload * replace onTouchTape event handler by onClick : tap event plugin was deprecated and removed * fix front test * fix login redirect * fix ssr * please forgive me * update package-lock 21 September 2018, 08:48:46 UTC
239282e Merge pull request #694 from Inist-CNRS/update-ezs-analytics [RFR] upgrade ezs* packages 21 September 2018, 08:15:55 UTC
978bef9 make install 20 September 2018, 17:29:08 UTC
d853ffd release with no bug 20 September 2018, 13:10:00 UTC
3a8ba66 Merge pull request #693 from Inist-CNRS/fix-resource-field-sort-drag-and-drop [RFR] Fix resource fields sorting admin (drag & drop bug) 20 September 2018, 11:48:45 UTC
back to top