Coder Social home page Coder Social logo

Comments (6)

lacasseio avatar lacasseio commented on June 2, 2024 1

It looks like the tags aren't being updated for new version. Could you tell us what are the new tags? I unfortunately couldn't quickly find your plugin code to proceed with the update.

from plugin-portal-requests.

lacasseio avatar lacasseio commented on June 2, 2024

Thanks for the request, I can confirm the backend only contains 13 tags. I will start poking around to see how sets this limit. There is no reason for having this limit aside from avoiding UX weirdness but it isn't the case. Could you confirm the tags you are seeing on the plugin portal are from the original publication to the portal or did you add some tags and they used to appear with new versions until you reached 13 tags?

from plugin-portal-requests.

lingocoder avatar lingocoder commented on June 2, 2024

Hi @lacasseio,

Thank you for looking into this.

„...Could you confirm the tags you are seeing on the plugin portal are from the original publication to the portal...“

Yes. I just checked v0.0.1 in the project's repository and I've confirmed that the same tags that are appearing in the portal right now (v0.0.15) are the same thirteen that were originally published on September 2, 2019.

„...Could you tell us what are the new tags?...“

I can do better than that :) Here is the very code block that I used for the last publication I pushed (v0.0.16):

...
pluginBundle {
    website = 'http://lingocoder.com/mrjar'
    vcsUrl = 'https://github.com/lingocoder/mrjar/'
    description = 'Adds easy JPMS module creation capabilities to Gradle. Enhances Buildship/Eclipse with JPMS modularity. Easy Multi-Release JAR File assembly'
    tags = ['jpms', 'modules', 'mrjar', 'modular', 'multi-release', 'jigsaw', 'gradle-modules-plugin', 'java9', 'modularity']

    plugins {
        mrjar {
            // id is captured from java-gradle-plugin configuration
            displayName = 'Modular MRJAR Files Made Easy'
        }
    }
}
...

Might the recent deleting of v0.0.16 have screwed up my tags somehow?

Sincere thanks for you help on this, lacasseio 👍

from plugin-portal-requests.

lacasseio avatar lacasseio commented on June 2, 2024

Thanks for your patience, your tags should be updated now.

from plugin-portal-requests.

lingocoder avatar lingocoder commented on June 2, 2024

Thank you lacasseio,

Will I need to submit requests each time I might want to update the tags?

from plugin-portal-requests.

lacasseio avatar lacasseio commented on June 2, 2024

Unfortunately this is the only way to do it at the moment. I suggest you open a feature request so everyone can vote on.

from plugin-portal-requests.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.