Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-16 Thread via GitHub
epugh commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1814505105 A little late to the party, but I wanted to say how nice the V2 js code integrated! I expected something much more intrusive... -- This is an automated message from the Apache Git Service.

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-15 Thread via GitHub
MarcusSorealheis commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1813836128 I just got a look at the most recent question as I had some challenges to work through. NodeJS/npm-read -- This is an automated message from the Apache Git Service. To resp

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-13 Thread via GitHub
gerlowskija merged PR #2050: URL: https://github.com/apache/solr/pull/2050 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apach

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-13 Thread via GitHub
gerlowskija commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1808779572 I was initially planning on using the delete-collection button as the inaugural use of our v2 client, but ended up opting for the "Reload Collection" button instead. Currently, th

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-13 Thread via GitHub
gerlowskija commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1808761567 Alright, great news: with a good deal of help from @HoustonPutman I've been able to resolve the packaging/import issues mentioned in my last comment. Despite its name, it looks lik

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-09 Thread via GitHub
gerlowskija commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1804329062 Alright, made some good progress here: 1. The generated JS client is is produced via the `solr:api:buildJSClient` task, and `assemblePackaging` now copies the generated JS files into a

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-07 Thread via GitHub
epugh commented on code in PR #2050: URL: https://github.com/apache/solr/pull/2050#discussion_r1384773584 ## solr/api/build.gradle: ## @@ -17,6 +17,7 @@ plugins { id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.2' + id "org.openapi.generator" version "6.0.1" R

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-07 Thread via GitHub
epugh commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1798318944 I think your idea about not publishing it as an artifact till we've tried it out makes sense! -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-11-06 Thread via GitHub
gerlowskija commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1796466737 Alright, I've updated the PR to use the 'javascript' generator. The generated code looks simple enough, but I'm no JS expert. I think my next steps here would be to look into what

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-31 Thread via GitHub
epugh commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1787223108 I liked that the http client that https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/Javascript/libraries/javascript/package.mustache us

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-31 Thread via GitHub
gerlowskija commented on code in PR #2050: URL: https://github.com/apache/solr/pull/2050#discussion_r1377537973 ## solr/api/build.gradle: ## @@ -55,8 +56,24 @@ dependencies { testImplementation 'org.apache.lucene:lucene-test-framework' } +// Ensure the OAS is available t

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-31 Thread via GitHub
gerlowskija commented on code in PR #2050: URL: https://github.com/apache/solr/pull/2050#discussion_r1377537973 ## solr/api/build.gradle: ## @@ -55,8 +56,24 @@ dependencies { testImplementation 'org.apache.lucene:lucene-test-framework' } +// Ensure the OAS is available t

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-31 Thread via GitHub
janhoy commented on code in PR #2050: URL: https://github.com/apache/solr/pull/2050#discussion_r1377354232 ## solr/api/build.gradle: ## @@ -55,8 +56,24 @@ dependencies { testImplementation 'org.apache.lucene:lucene-test-framework' } +// Ensure the OAS is available to oth

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
MarcusSorealheis commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1786140203 One final point: Overall, this is a very positive and important effort. There's a wave of Typescript and Python developers at companies using Solr that would love to extend

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
MarcusSorealheis commented on code in PR #2050: URL: https://github.com/apache/solr/pull/2050#discussion_r1376845299 ## solr/api/build.gradle: ## @@ -55,8 +56,24 @@ dependencies { testImplementation 'org.apache.lucene:lucene-test-framework' } +// Ensure the OAS is availa

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
MarcusSorealheis commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1786103637 I'll take a look now. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

Re: [PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
madrob commented on PR #2050: URL: https://github.com/apache/solr/pull/2050#issuecomment-1786053227 @MarcusSorealheis care to take a look? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[PR] SOLR-17062: Create JS client for Admin UI use [solr]

2023-10-30 Thread via GitHub
gerlowskija opened a new pull request, #2050: URL: https://github.com/apache/solr/pull/2050 https://issues.apache.org/jira/browse/SOLR-17062 # Description Currently, Solr only offers one "first-party" client, SolrJ, which can only be used within JVM environments. This is ob