Use Djblets to build the Review Board pipeline configuration.

Review Request #11368 — Created Jan. 12, 2021 and submitted — Latest diff uploaded

Information

Review Board
release-4.0.x

Reviewers

Our Pipeline configuration is pretty complex, and we duplicate a lot of
specific settings from Djblets. Now that Djblets has a function for
handling the generation of this standard configuration, we can use it to
build the one in Review Board. This simplifies settings quite a bit and
makes static media compilation and packaging more resilient to
dependency or plugin changes in Djblets.

Successfully collected static media and built a package.

Unit tests pass.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Use Djblets to build the Review Board pipeline configuration.
Our Pipeline configuration is pretty complex, and we duplicate a lot of specific settings from Djblets. Now that Djblets has a function for handling the generation of this standard configuration, we can use it to build the one in Review Board. This simplifies settings quite a bit and makes static media compilation and packaging more resilient to dependency or plugin changes in Djblets.
b2d1e804d565cc0d9a9c94619fea86a85f7e7ce6 Christian Hammond
Use Djblets to build the Review Board pipeline configuration.
Our Pipeline configuration is pretty complex, and we duplicate a lot of specific settings from Djblets. Now that Djblets has a function for handling the generation of this standard configuration, we can use it to build the one in Review Board. This simplifies settings quite a bit and makes static media compilation and packaging more resilient to dependency or plugin changes in Djblets.
a338adcdbbcee196ae32d55bdeda64be0dc56ec3 Christian Hammond
reviewboard/settings.py
Loading...