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!

  • 0 Votes
    4 Posts
    38 Views
    ?
    I think its now implemented: https://inedo.com/proget/versions 5.0.9
  • 0 Votes
    3 Posts
    34 Views
    J
    We've been holding to v5.0.6 because it appears this issue is still open and was introduced (as far as we can tell) in 5.0.7: https://inedo.com/support/questions/8240 Has this been addressed in the latest build for linux on docker?
  • Extensions are not in Docker volume

    proget
    2
    0 Votes
    2 Posts
    5 Views
    benB
    Hello Rickard, The official installation guide creates a volume using docker run -v. You can also extend the ProGet image like this: FROM inedo/proget:5.0.9 RUN mkdir -p /var/proget/extensions RUN curl -sSL -o /var/proget/extensions/InedoCore.upack \ https://inedo.com/den/feed/download/inedox/InedoCore/1.0.3 && \ echo "14f4df63af7b8991390cf77d1f68be55569609f4 *InedoCore.upack" | sha1sum -c (The checksum part is optional, but it will cause the image to fail to build if the file isn't what was expected, which gives you a better guarantee that the same image will be built every time.)
  • Question on Retention Policies

    buildmaster
    3
    0 Votes
    3 Posts
    9 Views
    J
    That's what I was afraid of. Thanks.
  • Permission for 'Assign License' in tasks

    security proget
    7
    0 Votes
    7 Posts
    21 Views
    L
    Hello Alana, That does take you out of the flow a bit, as I assume that this would give them access to edit the "Manage Licences" page? I think is a step in the right direction, but I would still think using the Manage Feed flag and adding that as a role to that which allows Assign Licence is a good option as well. Thanks, Luke
  • Proget Upgrade

    update proget
    2
    0 Votes
    2 Posts
    61 Views
    ?
    Please check out the ProGet 5.0 Upgrade Notes -- it's got everything in there we're aware of, but please special attention to the bit about NuGet legacy feeds, since there were a lot of questions about it that could have been answered from reading that document.
  • Otter extension missing

    otter
    5
    0 Votes
    5 Posts
    13 Views
    ?
    Were you able to ever get this resolved? I haven't seen the case of "an extension not really loading" in this manner, so hoping it was fixed already. If not, I guess I would delete all extensions from the folder, then restart the web/service, to make sure it says "nothing installed", then install them again.
  • API for scheduling deployments?

    buildmaster api
    2
    0 Votes
    2 Posts
    15 Views
    apxltdA
    It doesn't, but I think we should add it to the Release & Package Deployment .. so I added BM-3149 So, it will come in a future maintenance release, since it's additive and seems to pose minor risk.
  • Assets- Illegal charecters in path- stuck in loop

    error otter
    6
    0 Votes
    6 Posts
    16 Views
    ?
    I'm not sure I totally understand what you mean by "had the path of where I stored the PoSh script"? Basically, when you create an asset in Otter, it is stored in a Raft, which is a sort of abstract file system. So, it's basically just a file (script-name.ps1) stored in this raft. We are working on building out our training videos (sadly, they take quite a while), but we'd love to learn what your overall goals are, and how we can build good content to help you reach those goals. In a lot of organizations, one of the most important things is "showing the value/success" of automation, infrastructure as code, etc. So we want to help with that too. Anyways, it's obvious quite a "big topic", so your best would be to get in touch with us, so we can work together directly.
  • Native Linux install w/o Docker

    buildmaster
    2
    0 Votes
    2 Posts
    4 Views
    ?
    Yes, but we don't provide instructions or support the installation, as behavior of the Mono runtime and Postgres database engine will vary from distro to distro. That said, if you are familiar with Linux commands, you can install it as follows: https://github.com/Inedo/proget-docker/blob/master/Dockerfile If you are not familiar with Linux, you really should use WIndows edition.
  • Customize Telerik RadCartesianChart XMLDataProvider

    buildmaster
    2
    0 Votes
    2 Posts
    11 Views
    ?
    Sorry, you seem to have the wrong vendor :) Please contact telerik for support.
  • Replace Text in File with Regex not working

    buildmaster
    4
    0 Votes
    4 Posts
    9 Views
    ?
    I'm not really a RegEx expert, but what you're describing should work. Without seeing the input, it's difficult to say. I use http://regexstorm.net/tester to test it every now and then, since we use the .NET RegEx engine, so it might be helpful to make a test case in there first. FYI: you can see exactly how the code uses regex, it's quite simple: https://github.com/Inedo/inedox-inedocore/blob/master/InedoCore/Common/Operations/Files/ReplaceFileTextOperation.cs Can you share something that appears to work on RegExStorm , but not in the OtterScript plan? And then share the OtterScript plan?
  • Semver2 package leading to error

    proget
    3
    0 Votes
    3 Posts
    4 Views
    benB
    Hello Thomas, I've filed PG-1223 to fix the UI sending you to the wrong URL and promotion trying to load the package from the wrong filename (the name contains the build metadata, but the promotion code doesn't add it on the source feed).
  • Impossible to Push Packages to NuGet Feed

    proget nuget
    2
    0 Votes
    2 Posts
    14 Views
    ?
    They fixed an issue using API keys in the latest version 5.0.9 - https://inedo.myjetbrains.com/youtrack/issue/PG-1211
  • Error 500 on accessing a ProGet feed

    proget
    2
    0 Votes
    2 Posts
    28 Views
    atrippA
    Please share the full stack trace / message under Admin > Message Center.
  • Question About: https://inedo.com/support/questions/8240

    proget
    3
    0 Votes
    3 Posts
    11 Views
    J
    So no version of 5.x is usable when pushing to the feed? I was hoping to leverage v5 because of it's SemVar 2.0 support.
  • Nuget package version parse failed

    proget publishing buildmaster nuget
    2
    0 Votes
    2 Posts
    14 Views
    benB
    Hello Andre, The version number you posted is indeed a valid SemVer2 version number. If you go to the Manage Feed page for the NuGet feed, is there an orange button near the top of the page that says Migrate? If that button is present, the feed is not marked as supporting SemVer2.
  • Are links possible in promotion comments?

    api promotions proget
    2
    0 Votes
    2 Posts
    9 Views
    apxltdA
    There isn't currently, but there will be soon! Please see PG-1221 I can't imagine any reason at all this wouldn't be done, and it can go it the next maintenance release assuming it passes code review etc! Thanks much for the specific suggestion!
  • 0 Votes
    3 Posts
    31 Views
    benB
    Hello Emil, If source or symbol stripping is enabled on the NuGet feed, the package you download will be dynamically created. If you add a query parameter ?includeSymbols=Y in the package request, ProGet will give you the original nupkg file, which should have the SHA512 sum from that field.
  • MS SQL Server Requirements

    proget
    2
    0 Votes
    2 Posts
    1 Views
    T
    The installer sets it to: SQL_Latin1_General_CP1_CI_AS
Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation