Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. michal.roszak_0767
    3. Topics
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by michal.roszak_0767

    • M

      services.gradle.org proxy
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      5
      Views

      stevedennis

      Hi @michal-roszak_0767 , That looks like it's just a "web page" with a bunch of links to files? ProGet does not support connecting to "web pages" and we have no plans to add that feature. There's simply no API to use, which users could never be able to "see" the files in ProGet until after they've been downloaded -- and the lack of metadata also creates all sorts of other complexities. However, you can create an asset directory to store "generic" files. It's basically a web-based file system: https://docs.inedo.com/docs/proget/asset-directories-file-storage/what-is-an-asset-directory Thanks, Steve
    • M

      nodejs.org proxy
      Support • • michal.roszak_0767  

      5
      0
      Votes
      5
      Posts
      18
      Views

      D

      Unfortunately we cannot share our scripts due to intellectual property rights. The hint I can give though is to note the format of the index.json in the public dist and maintain that in your private dist.
    • M

      API Key Refresh
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      7
      Views

      stevedennis

      Hi @michal-roszak_0767 , You can just click "edit" on an API Key in the UI to change the date or secret value. However, if you have "Cryptographic hashing" enabled, then you will need to delete the key and recreate it to change the value. Thanks, Steve
    • M

      Feed Group and Feed
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      13
      Views

      stevedennis

      Hi @michal-roszak_0767 , I'm afraid Feed Groups are not currently supported in the Feed Management API or pgutil feeds commands. We are considering rewriting/refactoring the API later this year, so I've added this to the notes to consider for that. Thanks, Steve
    • M

      HTTP 403 response
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      8
      Views

      atripp

      Hi @michal-roszak_0767 , 401/403 are not logged, so you won't see a server side event. 403 means authentication was successful but the permissions are not OK My guess is that the wrong feed or credentials are being specified. Like maybe using an API key? Thanks, Alana
    • M

      Error using HTTP Request
      Support • • michal.roszak_0767  

      6
      0
      Votes
      6
      Posts
      11
      Views

      rhessinger

      Hi @michal-roszak_0767, Can you please post what the fix was? Thanks, Rich
    • M

      API Key Access Logs view
      Support • • michal.roszak_0767  

      4
      0
      Votes
      4
      Posts
      34
      Views

      apxltd

      @michal-roszak_0767 sorry, this is definitely sub-optimal and needs work Basically, when you have API Key Hashing available, there's no way for the page to filter the incoming requests. So, all of the items are shown. It's not really a trivial to fix and requires us to rethink a bit how we are storing/logging this data. We can explore revisiting as part of ProGet 2026.
    • M

      ProGet - proxy to RAW Repository
      Support • • michal.roszak_0767  

      8
      0
      Votes
      8
      Posts
      9
      Views

      atripp

      @michal-roszak_0767 it wouldn't hurt to start a new topic about it, but it's design decision so you'd have to make a good use case for it :) I can't find the discussion (maybe it was internal), but the idea is that "generic website connectors" for Asset Directories are a poor solution for "offline" environments. A "generic proxy" like ngnix will always be better in every way.
    • M

      Proxy Group Problem
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      6
      Views

      dean-houston

      Hi @michal-roszak_0767, Oh that's a whole lot of connectors and this is most definitely going to cause some performance issues. Remember that ProGet needs to forward every request you make to all 10 of those servers, and some of these repositories will not respond very quickly. Like JCenter was deprecated/retired a few years ago, and I can't imagine is performant at all. Especially for things like metadata requests. Maven is not a very patient client and will time out while waiting for ProGet. There is really no way around this. You'll need to use less connectors. -- Dean
    • M

      Pull Maven artifacts - invalid version
      Support • • michal.roszak_0767  

      19
      0
      Votes
      19
      Posts
      38
      Views

      dean-houston

      @michal-roszak_0767 said in Pull Maven artifacts - invalid version: Next victim: https://repo1.maven.org/maven2/org/springframework/data/spring-data-releasetrain/ jeeze, what a mess! Well, there goes any hope of using v[0-9]+ -- they just straight up use random strings as version numbers. https://repo1.maven.org/maven2/org/springframework/data/spring-data-releasetrain/. https://repo1.maven.org/maven2/org/springframework/data/spring-data-releasetrain/Neumann-SR9/ Open to ideas, but based on the URLs alone... I don't see a good way to identify one of these as an artifact and the other as a version of an artifact.
    • M

      ProGet - Versioning restrictions
      Support • • michal.roszak_0767  

      6
      0
      Votes
      6
      Posts
      16
      Views

      dean-houston

      @michal-roszak_0767 those are also invalid versions and you should never upload them to a feed (repository) directly; see https://docs.inedo.com/docs/proget/feeds/maven#snapshot-versions The code has already been fixed and the maintenance release is scheduled for next week. We could get you a prerelease, but I don't think your developers are manually uploading artifacts using the Web UI? If you want to upload artifacts with bad versions now you can just use the maven client (e.g. maven-deploy) or just do a basic PUT of the file to the desired group/artifact-id.
    • M

      Entra ID SAML configuration error
      Support • • michal.roszak_0767  

      3
      0
      Votes
      3
      Posts
      11
      Views

      M

      Hi, @rhessinger Works like a charm :) Thanks. Regards, Michal
    • M

      Feed creator wizard - proxy creation error
      Support • • michal.roszak_0767  

      3
      0
      Votes
      3
      Posts
      8
      Views

      dean-houston

      Hi @michal-roszak_0767 , Thanks for letting us know! Unfortunately the Feed Wizard seems to have some quirky behavior when configuring certain combinations of options, as you've noticed. We are actually in the process of rewriting the new feed wizard to be a bit more simpler (esapecially behind-the-scenes), hopefully in the next couple weeks it'll be in a new maintenance release. In the meantime, if you encounter these errors... I would just create the connectors on the MAnage Feed page. Which it sounds like you've done :) -- Dean
    • M

      Feature request - PGUtil Assets creation
      Support • • michal.roszak_0767  

      4
      0
      Votes
      4
      Posts
      17
      Views

      atripp

      @michal-roszak_0767 currently maven2 is a workaround, so it will continue to warm. In ProGet 2025, Maven will create the expected feed type.
    • M

      Feature request - PGUtil "Security" editor
      Support • • michal.roszak_0767  

      4
      0
      Votes
      4
      Posts
      21
      Views

      atripp

      Hi @michal-roszak_0767, This is what I meant by the Security API -- a combination of HTTP Endpoints and pgutil commands. We will consider them for our ProGet 2026 roadmap. So until then you'll need to use the Native API; At this time the Native API is the option. You can also check out @steviecoaster 's PowerShell module, which has some modules that can help https://github.com/steviecoaster/InedoOps Thanks, Alana
    • M

      Feature request - Feed "Other Settings" editor
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      19
      Views

      atripp

      Hi @michal-roszak_0767 , Just as an update, we've added this to our roadmap planning for ProGet 2026. We will begin that process later this year, after ProGet 2025 has been released (see road to ProGet 2025). Cheers, Alana
    • M

      PGUtil and "Maven (New)" Feed
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      5
      Views

      atripp

      Hi @michal-roszak_0767, Ah, that must have been an oversight; trivial change but best we don't change it until ProGet 2025. I think you can use maven2 as the type for now, it's the internal identifier. Later on, we will make it maven and mavenlegacy Thanks, Alana
    • M

      Jenkins Plugin
      Support • • michal.roszak_0767  

      2
      0
      Votes
      2
      Posts
      9
      Views

      atripp

      Hi @michal-roszak_0767 , This is a third-party / community plugin and we have no plans to maintain it ourselves. I hear it still works, but is a bit outdated. HOWEVER, the former owner very recently "handed it over" to another community member. So this may mean we'll see some "new life" or changes -- I think they're still figuring out how to actually publish a new version, or something like that: https://github.com/jenkinsci/inedo-proget-plugin Thanks, Alana
    • M

      API request Unauthorized on Windows
      Support • • michal.roszak_0767  

      10
      0
      Votes
      10
      Posts
      23
      Views

      M

      @atripp Done: https://forums.inedo.com/topic/5347/feature-request-feed-other-settings-editor Michal
    • 1 / 1