Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

  • Proget Windows Service Issue

    3
    0 Votes
    3 Posts
    33 Views
    H
    Perfect solution! Thanks!
  • Can't upgrade from Proget 5.1.21 for over a year now

    5
    1
    0 Votes
    5 Posts
    53 Views
    JabenJ
    k, we're good. Upgraded successfully!
  • Can't download a PyPi package from remote connector

    2
    2
    0 Votes
    2 Posts
    34 Views
    atrippA
    I'm afraid I can't reproduce this :( Using the latest ProGet version, I created a PyPi feed, added a connector to Pypi.org, then browsed, downloaded, and pulled the package.
  • Docker Container Error

    docker connectors
    2
    0 Votes
    2 Posts
    64 Views
    atrippA
    This is to be expected; unfortunately the Docker Hub does not support searching via API, thus ProGet can't possibly search containers. But you can still get to the container by entering in the name directly in the URL.
  • Proget ClearTextPassword Authentication error

    2
    0 Votes
    2 Posts
    27 Views
    atrippA
    The 504 error indicates that the dotnet client on your linux server isn't able to connect to ProGet, or that there's some intermediate proxy's preventing the request. So, I would investigate the networking side of things. Note that the password setting (CleartextPassword vs EncryptedPassword) doesn't matter, since they both arrive to ProGet as the same Basic authentication header.
  • Proget is not responding frequently

    3
    0 Votes
    3 Posts
    43 Views
    C
    @atripp said in Proget is not responding frequently: e to set your Service to Auto-recover. For bad database connectivity, that's the best solution. Thanks! The service is still running when it happens.. And I dont see any errors about DB connectivity on event logs.
  • 0 Votes
    4 Posts
    44 Views
    P
    Good news ...
  • Maven Feed can't find maven-metadata.xml

    maven effective-pom
    5
    0 Votes
    5 Posts
    59 Views
    C
    @atripp Thanks for the update. We do need this fixed but for now we have a work around.
  • ivy feed

    3
    0 Votes
    3 Posts
    22 Views
    P
    I realized I could use maven feed in ProGet for ivy as well. As far as using ivy instead of maven, we use Ivy as purely dependency management tool with ant.
  • Support for DELETE BLOB docker HTTP API

    blob docker delete api proget
    5
    0 Votes
    5 Posts
    80 Views
    A
    Great news, Alana! Thanks.
  • Debian feed not working

    10
    0 Votes
    10 Posts
    177 Views
    G
    @atripp @ben I can confirm that it works! No more warning when doing apt update and I can successfully search for packages now. Thanks again!
  • Source role not display from dependant roles

    3
    0 Votes
    3 Posts
    47 Views
    P
    Thank you Pb is gone with 2.2.10 Best regards
  • 0 Votes
    4 Posts
    57 Views
    atrippA
    Thanks for the detailed information, that's very interesting and a great assessment. We wouldn't have found this using all of these variables, especially the different Windows desktop version I suspect this might be a bug in the underlying libraries? We just use an HttpListener and a HttpWorkerRequest, both which should handle all of this, in the simplest way possible. I'll ask around and see if anyone knows. But I guess, at least you found a work-around which I'm glad to hear!
  • Native API support for HelmChart feed

    2
    0 Votes
    2 Posts
    24 Views
    atrippA
    Your best bet would be to use the helm api endpoint; we don't document how third party apis work (it's hard enough to document our own!), but you could use a tool like fiddler to see what the helm client uses.
  • Domain Account Permissions for BuildMaster Service

    buildmaster installation
    5
    0 Votes
    5 Posts
    39 Views
    R
    I know it's a little late. I had the same problem today and solved it by installing Microsoft Sysinternals SubInCal (https://www.microsoft.com/en-us/download/details.aspx?id=23510). Set the permissions with: cd "C:\Program Files (x86)\Windows Resource Kits\Tools\)" subinacl.exe /service INEDOBMSVC /grant=domain\user=PTOS
  • API key for package promotion

    promotions proget
    5
    0 Votes
    5 Posts
    66 Views
    D
    Thanks for this post id did help me a lot. I did also get the message "Specified from feed '' does not exist." while trying package promotion. This message is missleading as the real issue was the http Client not passing all the content types as the server wanted. I did try with postman and powershell Invoke-WebRequest. Think the server is unecessary strict with handling the requests, but maybe there is a reason for that. Please consider adding a few "HttpClient" example to the documentation in different languages like powershell, java,c#. It would save the customer a lot of time. https://docs.inedo.com/docs/proget/reference/api/package-promotion
  • No xml:base attribute in service node of nuget endpoint response

    3
    0 Votes
    3 Posts
    25 Views
    P
    @atripp Thanks for the reply. I submitted a Pull Request myself to the dependabot-core repo.
  • Unzip not working

    6
    0 Votes
    6 Posts
    49 Views
    atrippA
    Hello; What are you trying to do? This definitely won't work for several reasons. Ensure-File is an "Ensure" operation and will detect configuration drift and can optionally create the file if it doesn't exist; but in this case, it would be a 0-byte file named test.zip, which isn't a valid zip Extract-ZipFile is a "Execute-only" operation, which means it will run only within a block (e.g. { ... } ) if drift was detected (i.e. the file didn't exist in the operation before); but if that was the case, it would fail because it's not a valid zip file You probably want to use an Orchestration plan for this. Please read through this eBook to get feeling for how configuration and Orchestration Plans: https://inedo.com/support/resources/ebooks/windows-first-iac-cca
  • Service Health API call returning 404

    404 api
    3
    0 Votes
    3 Posts
    53 Views
    C
    Thank you. We have upgraded and now it works. For clarity any REST API call would not work before the upgrade.
  • deleting docker images via REST API

    4
    0 Votes
    4 Posts
    102 Views
    benB
    @James-McAllister_0459 said in deleting docker images via REST API: Is there any way to get the published date or created date of the image from a REST api? The Docker API in ProGet doesn't (currently) return a Last-Modified header, but depending on which date you want, it can still be accessed: Published date can be accessed via the native API using the tables you identified. However, this API is generated directly from internal ProGet database procedures, so this may break in the (unlikely) event that ProGet's Docker database structure changes. Created date is a property of the image, which is embedded in the manifest's config field. Inside the JSON blob referenced by the manifest, the creation date of the image is in a field named created. This is optional in the Docker specification, but if you're building your own images, it should always be present.
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation