Skip to content

Commit

Permalink
generateCatalogIndex now working with basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
nf-s committed Dec 1, 2021
1 parent d4f7469 commit da29c2d
Show file tree
Hide file tree
Showing 4 changed files with 241 additions and 62 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -17,3 +17,6 @@ package-lock.json
*.swp
dist
.history/

# Catalog index generation files
catalog-index*.json
1 change: 1 addition & 0 deletions CHANGES.md
Expand Up @@ -6,6 +6,7 @@ Change Log
* Add an external link icon to external hyperlink when using method `parseCustomHtmlToReact`. This feature can be switched off by passing `{ disableExternalLinkIcon: true }` in `context` argument.
* Tsify `sendFeedback.ts` and improve error messages/notifications
* Moved `CatalogIndex` loading from constructor (called in `Terria.start`) to `CatalogSearchProvider.doSearch` - this means the index will only be loaded when the user does their first search
* Add basic auth support to `generateCatalogIndex`, fix some bugs and improve performance
* [The next improvement]

#### 8.1.12
Expand Down

0 comments on commit da29c2d

Please sign in to comment.