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

fix: allow hosting app on nested url #45

Merged
merged 1 commit into from
May 23, 2019
Merged

Conversation

ismay
Copy link
Member

@ismay ismay commented May 23, 2019

No description provided.

@ismay ismay requested a review from varl May 23, 2019 15:33
@varl varl merged commit 5a90cb9 into master May 23, 2019
@varl varl deleted the fix-non-server-root-hosting branch May 23, 2019 15:50
dhis2-bot added a commit that referenced this pull request Oct 19, 2020
# [25.1.0-alpha.1](v25.0.0...v25.1.0-alpha.1) (2020-10-19)

### Bug Fixes

* **browser-support:** fix IE11 ([087f288](087f288))
* **chart resize:** added on-resize callback to shrink chart quickly ([2a65699](2a65699))
* **filter reducer:** repaired broken test ([303b467](303b467))
* **package:** update @dhis2/ui-core to version 3.4.0 ([#52](#52)) ([cde5eff](cde5eff))
* **select:** adjust from string based props to boolean props ([7941d3e](7941d3e))
* **translations:** sync translations from transifex (master) ([286c78d](286c78d))
* **translations:** sync translations from transifex (master) ([ff72a56](ff72a56))
* **translations:** sync translations from transifex (master) ([77ff6d9](77ff6d9))
* **translations:** sync translations from transifex (master) ([0fbc28e](0fbc28e))
* **translations:** sync translations from transifex (master) ([ea11eb0](ea11eb0))
* body style ([0bee44c](0bee44c))
* upgrade @dhis2/cli-app-scripts and switch to @dhis2/ui v5 API ([#371](#371)) ([63acde2](63acde2))
* **translations:** sync translations from transifex (master) ([defefba](defefba))
* **translations:** sync translations from transifex (master) ([eeb6c91](eeb6c91))
* allow hosting app on nested url ([#45](#45)) ([5a90cb9](5a90cb9))
* update d2.config to fix build and stop using env variables ([#350](#350)) ([21f55a9](21f55a9))
* **translations:** sync translations from transifex (master) ([dee5f14](dee5f14))
* ensure update-filter gets called with the proper arguments ([#180](#180)) ([712efe7](712efe7))
* ensure we use .. for BASE_URL ([f5be57c](f5be57c))
* manifest credentials bug in chrome ([#25](#25)) ([d1ebdd4](d1ebdd4))
* prevent double scrollbars on linux ([#298](#298)) ([5c10f6e](5c10f6e))
* render error message on missing date ([#181](#181)) ([0926dcc](0926dcc))
* **date-range:** update filter immediately but debounce get usage data ([eb26764](eb26764))
* **end-date:** use correct component ([28a7973](28a7973))

### Features

* **chart:** dynamic min-value on yAxis ([d1c4a5d](d1c4a5d))
* **chart size:** tweaked chart config and css to set a max height ([d7b0390](d7b0390))
* **default filter:** using all instead of total ([0e75b3a](0e75b3a))
* data-fetching with filter-bar ([03c1f9e](03c1f9e))
* date validation ([7be3c9f](7be3c9f))
* **config:** add config variables for dropdowns and tables ([7e68f95](7e68f95))
* **error-handling:** throw errors from failed get ([8867a94](8867a94))
* **it works:** fully functional now ([a51ff88](a51ff88))
* **state:** introducing redux wip ([7aa310f](7aa310f))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 25.1.0-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

dhis2-bot added a commit that referenced this pull request Oct 28, 2020
# [25.1.0](v25.0.0...v25.1.0) (2020-10-28)

### Bug Fixes

* **browser-support:** fix IE11 ([087f288](087f288))
* **chart resize:** added on-resize callback to shrink chart quickly ([2a65699](2a65699))
* **filter reducer:** repaired broken test ([303b467](303b467))
* **translations:** sync translations from transifex (master) ([e65a48a](e65a48a))
* **translations:** sync translations from transifex (master) ([59122fb](59122fb))
* **translations:** sync translations from transifex (master) ([286c78d](286c78d))
* **translations:** sync translations from transifex (master) ([ff72a56](ff72a56))
* **translations:** sync translations from transifex (master) ([77ff6d9](77ff6d9))
* **translations:** sync translations from transifex (master) ([0fbc28e](0fbc28e))
* **translations:** sync translations from transifex (master) ([ea11eb0](ea11eb0))
* body style ([0bee44c](0bee44c))
* ensure update-filter gets called with the proper arguments ([#180](#180)) ([712efe7](712efe7))
* upgrade @dhis2/cli-app-scripts and switch to @dhis2/ui v5 API ([#371](#371)) ([63acde2](63acde2))
* **translations:** sync translations from transifex (master) ([defefba](defefba))
* **translations:** sync translations from transifex (master) ([eeb6c91](eeb6c91))
* ensure we use .. for BASE_URL ([f5be57c](f5be57c))
* update d2.config to fix build and stop using env variables ([#350](#350)) ([21f55a9](21f55a9))
* **date-range:** update filter immediately but debounce get usage data ([eb26764](eb26764))
* **end-date:** use correct component ([28a7973](28a7973))
* **select:** adjust from string based props to boolean props ([7941d3e](7941d3e))
* **translations:** sync translations from transifex (master) ([dee5f14](dee5f14))
* allow hosting app on nested url ([#45](#45)) ([5a90cb9](5a90cb9))
* manifest credentials bug in chrome ([#25](#25)) ([d1ebdd4](d1ebdd4))
* prevent double scrollbars on linux ([#298](#298)) ([5c10f6e](5c10f6e))
* render error message on missing date ([#181](#181)) ([0926dcc](0926dcc))
* **package:** update @dhis2/ui-core to version 3.4.0 ([#52](#52)) ([cde5eff](cde5eff))

### Features

* **chart:** dynamic min-value on yAxis ([d1c4a5d](d1c4a5d))
* **chart size:** tweaked chart config and css to set a max height ([d7b0390](d7b0390))
* **default filter:** using all instead of total ([0e75b3a](0e75b3a))
* data-fetching with filter-bar ([03c1f9e](03c1f9e))
* date validation ([7be3c9f](7be3c9f))
* **config:** add config variables for dropdowns and tables ([7e68f95](7e68f95))
* **error-handling:** throw errors from failed get ([8867a94](8867a94))
* **it works:** fully functional now ([a51ff88](a51ff88))
* **state:** introducing redux wip ([7aa310f](7aa310f))
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 25.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants