Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change package path from {packagename}-{version} to {packagename}/{version} #300

Merged
merged 7 commits into from
Mar 30, 2020

Commits on Mar 27, 2020

  1. Change package path from {packagename}-{version} to {packagename}/{ve…

    …rsion}
    
    The current package path is `/package/{packagename}-{version}`. EPM will need some info about which packages exist. To make it possible to populate some generic info about a package, the path is changed to `/package/{packagename}/{version}`. No additional info is added yet but it gives you the option to add it.
    
    This PR makes all changes in the code that are needed on the packaging side to make the above happen. Also all test files are updated.
    
    This is a breaking change for EPM.
    ruflin committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    00f8826 View commit details
    Browse the repository at this point in the history
  2. update generated files

    ruflin committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    b68ec6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bcb5f7 View commit details
    Browse the repository at this point in the history
  4. README updated

    ruflin committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    30c19e7 View commit details
    Browse the repository at this point in the history
  5. reapply jenkins changes

    ruflin committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    f7db5e7 View commit details
    Browse the repository at this point in the history
  6. updating the right thing

    ruflin committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    141b9c0 View commit details
    Browse the repository at this point in the history
  7. more updates

    ruflin committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    86383ce View commit details
    Browse the repository at this point in the history