Hi Christopher, I don't see anything inherently wrong. When developing this extension, are you testing against the Bitnami server, or do you have a development environment installed?
How are you bundling the package? Is it a .whl file, and if so, can you show me the contents of that (it's really just a zip: on Linux, unzip -l mypackage.whl) Bundles should be compiled at package build time. If that's not happening, Review Board's going to fail (and it might be failing by thinking it needs to build it, which won't work on a typical install, as it's not set up as a development environment). Christian On Thu, Apr 1, 2021 at 8:10 AM Christopher Nostrand <[email protected]> wrote: > Hello, > > I haven't heard from anyone in a while. Checking back to get any feedback > on why it's not working. Any help would be appreciated. > > Perhaps if someone could provide a basic working extension for adding new > fields. That would be great! > > Thanks, > Christopher Nostrand > > On Friday, November 6, 2020 at 3:20:18 PM UTC-5 Christopher Nostrand wrote: > >> File structure: >> >> sample_extension >> js >> extension.js >> __init__.py >> extension.py >> setup.py >> >> I had to change the extension.js file extension to ".txt" so google would >> send it. >> >> Thanks, >> Christopher Nostrand >> >> -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "Review Board Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/reviewboard/a9815e25-db1d-4df9-964e-7eb185c3a507n%40googlegroups.com > <https://groups.google.com/d/msgid/reviewboard/a9815e25-db1d-4df9-964e-7eb185c3a507n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Christian Hammond President/CEO of Beanbag <https://www.beanbaginc.com/> Makers of Review Board <https://www.reviewboard.org/> -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "Review Board Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/reviewboard/CAE7Vndk_idB1dCFgQDAqLHKk-75O_QyQcxc2TYaVNS6HnZw0iw%40mail.gmail.com.
