open-consul/ui-v2/tests
John Cowen 30d7f90425 ui: Add a way to reliably figure out where the UI is running (#7722)
* ui: Add a way to reliably figure out where the UI is running

The main javascript that we use is at </where/the/ui/is>/ui/assets/consul-ui.js

This uses this fact to provide and base path 'environment' variable to
be used within the app. This is also overwritable via various methods
(testing/development) if we ever need to do that.

* Remove BASE_API_URL, the logic here isn't exactly correct

Right now the API always _has_ to be at http://domain/v1/ i.e. the root
of your domain /v1. If the URL of the ui is set differently to
http://root.com/somewhere/else/ui/ then the API is still at http://root.com/v1

There is definitely a plan to add this env var back in at some stage so
we can potentially allow this to be configured in other ways, but there
isn't a need to do it just yet so we don't need to worry about _how_ to do
this right now.
2020-05-12 17:14:36 +00:00
..
acceptance ui: Use DataSources in ACLs area (#7681) 2020-05-12 17:14:29 +00:00
helpers ui: Delete the Promise rsvp imports from codebase (#7372) 2020-05-12 17:14:12 +00:00
integration ui: Fixup intention notifications and add SyncTime (#7702) 2020-05-12 17:14:32 +00:00
lib ui: Add tab navigation to the browser history/URLs (#7592) 2020-05-12 17:14:23 +00:00
pages ui: Instance detail redesign (#7683) 2020-05-12 17:14:29 +00:00
steps ui: Add DataSource component (#7448) 2020-05-12 17:14:18 +00:00
unit ui: Add a way to reliably figure out where the UI is running (#7722) 2020-05-12 17:14:36 +00:00
dictionary.js ui: Run 2 separate test runs oss and ent (#7214) 2020-02-07 11:02:53 +00:00
index.html ui: Implements the ember-page-title addon to the UI (#7118) 2020-01-28 09:25:52 -05:00
pages.js ui: Redesign - Service Detail Page (#7655) 2020-05-12 17:14:27 +00:00
steps.js ui: Logout button (#7604) 2020-05-12 17:14:24 +00:00
test-helper.js fix ember parallelization (#7221) 2020-05-12 17:13:52 +00:00