Commit Graph

359 Commits (8f61558e195ef367a25224c6e6fc08af909cdaee)

Author SHA1 Message Date
John Cowen 83caa6a296 Add some more detail to the README pre-adding a CONTRIBUTING
6 years ago
John Cowen 7b8b3a012c Upgrade consul-api-double for session destroy
6 years ago
John Cowen 15b627a517 Basic acceptance testing for navigating via cancel buttons
6 years ago
John Cowen f85369c375 Add some navigation testing for back buttons and create buttons
6 years ago
John Cowen 649d777714 Acceptance test for using tokens from listing and detail pages
6 years ago
John Cowen 701d6a3a72 Move deleting to a top level feature
6 years ago
John Cowen e0f7cdb128 Start purifying page objects
6 years ago
John Cowen e3ce2a8beb Lock Session invalidation acceptance test
6 years ago
John Cowen ed286585e9 Add some low hanging intention tests, basically add intentions to others
6 years ago
John Cowen caf3bf17f0
Merge pull request #4326 from hashicorp/feature/embedded-test-api
6 years ago
John Cowen 87a0ad9483
Merge pull request #4331 from hashicorp/feature/hedge-empty-node-ids
6 years ago
John Cowen b445df39bb Use html5 oninput instead of onkeyup for native textual inputs
6 years ago
John Cowen 6398fb02c7 Ensure we catch empty ID's for single nodes also
6 years ago
John Cowen a47a0b617f Hedge for when consul sends nodes with an empty ID
6 years ago
John Cowen aa067c049a
Merge pull request #4322 from hashicorp/feature/unignore-startup-tests
6 years ago
John Cowen f527eb1dd6
Merge pull request #4280 from hashicorp/bugfix/encode-all-svg-colors
6 years ago
John Cowen df8506e200 Move testing doubles to use data embedded in the HTML vs HTTP/fetch
6 years ago
John Cowen b3d11dd880 Tweak vocabulary to match new step vocab
6 years ago
John Cowen 8e7e224f3f Encode all the hexcodes
7 years ago
mkeeler 6813a99081 Merge remote-tracking branch 'connect/f-connect'
7 years ago
John Cowen 5ac19b164e Change the appearance of `*` for intention listings
7 years ago
John Cowen 9f8b87cdda Check for NOT connect-proxy
7 years ago
John Cowen cc3d578271 Filter Source and Destination menus by Kind
7 years ago
John Cowen d61a09ea28 Fix linting typo, caused the selection of future services to break
7 years ago
John Cowen f600d8fcc9 Move intentions menu item to after ACLs
7 years ago
John Cowen b0ff68cd7d Lint
7 years ago
John Cowen e736b546f8 Icons in the filter bar
7 years ago
John Cowen f4218b4bea Validate all the things, all the time
7 years ago
John Cowen ee3a32d771 More detailed error messages for duplicate intentions
7 years ago
John Cowen ea3e4a720a Only offer to create a future service if the name doesn't already exist
7 years ago
John Cowen 50507b34a5 Make sure future services are available when editing intentions
7 years ago
John Cowen 5575455053 Add support for specifying future services and wildcards
7 years ago
John Cowen 55bc45832e Tie up real endpoints
7 years ago
John Cowen 24f6155efc Switch to single selects rather than inputs
7 years ago
John Cowen 148621d98e Have a look at power select for select elements
7 years ago
John Cowen 8023bb9b03 Add intentions actions mixin
7 years ago
John Cowen 9d6b9b7717 Remove SourceType for the moment
7 years ago
John Cowen 871953ba39 Include logger for generated tests
7 years ago
John Cowen b38e5df630 WIP: First draft intentions
7 years ago
John Cowen c3e92a236f WIP: Logger
7 years ago
John Cowen 44deab454d Reset `<html class>` after every test, back to its original static value
7 years ago
John Cowen 61e3fa3244 Make sure the dc menu is as useful as possible when things go wrong
7 years ago
John Cowen fd60f225ec
Merge branch 'master' into feature/ui-node-ports-for-service
7 years ago
John Cowen b41d19c3c0
Merge pull request #4251 from hashicorp/bugfix/ui-null-tokens
7 years ago
John Cowen 30402b51b1
Merge pull request #4253 from hashicorp/feature/ui-clearer-tags
7 years ago
John Cowen 3450aa81da
Merge pull request #4259 from hashicorp/feature/failing-ttl-test
7 years ago
John Cowen 2e293f2697 Add a beforeModel hook at dc/index to auto transition to services
7 years ago
John Cowen abf77b3c74 Merge remote-tracking branch 'shilov/master' into feature/failing-ttl-test
7 years ago
John Cowen 127a45a4ab Fix up following rebase, use array of strings rather than its own func
7 years ago
John Cowen 1881ec4824 Add a failing test to show that lock session TTL's are not shown
7 years ago
Matt Keeler 1b8f4e1697
Merge pull request #4245 from hashicorp/release-build-updates
7 years ago
John Cowen 3f0560d098 Add missing scss file
7 years ago
John Cowen 3161cf0c7d Make sure the updated tag view doesn't break the tests
7 years ago
John Cowen 0ad1d562db Use the pill styling elsewhere...
7 years ago
John Cowen 0f6214d0ce Make sure token is set to blank if nothing is typed in settings
7 years ago
John Cowen d2d501a4a4 Add a reusable %tag and use it for the ACL 'tags' ready to use elsewhere
7 years ago
John Cowen 76017b69b5 Make sure the colon doesn't wrap with lots of tags
7 years ago
John Cowen 484f6ccaf2 Add port the service is running on for each node in the service view
7 years ago
John Cowen 8c5416ecaf Ensure a blank token is sent if the localStorage kv doesn't exist
7 years ago
John Cowen 894667b87a
Merge pull request #4247 from hashicorp/feature/acl-sort-by-name
7 years ago
John Cowen f960604bb5
Merge pull request #4242 from hashicorp/feature/ui-code-editor-autosizing
7 years ago
John Cowen 4d7f15ce34
Merge branch 'master' into bugfix/gh-4203-multi-tags
7 years ago
John Cowen 1d816e85af
Merge pull request #4228 from hashicorp/feature/minor-css-amends
7 years ago
Matt Keeler aff1b93268 Update ui-v2 makefile to handle updating node_modules when needed
7 years ago
John Cowen 6949b22d5f Sort ACL tokens by name
7 years ago
John Cowen 3c02e17fa7 Make sure the body background is white
7 years ago
Stanley Shilov c06dfb3d2d Sessions TTL should be of type string in ui-v2
7 years ago
John Cowen 5909d5695e Sets code editor height to be auto, with a reasonable min height
7 years ago
John Cowen 04435dbdaf Ensure all tags for a service are listed on the service detail page
7 years ago
Matt Keeler 30ff8b195b Add rsync so the ui can build again
7 years ago
Matt Keeler 13c72cac0e Merge remote-tracking branch 'origin/master' into release-build-updates
7 years ago
John Cowen fb4643b062 Move the rsync dependency to the test scripts for now.
7 years ago
John Cowen bf4bcdd670 Find a way to test pre-ember load
7 years ago
John Cowen 5bee407319 Move healthcheck text down by 1px
7 years ago
John Cowen 11ec24fe48 Ensure startup/load image is removed if you hit an error on first load
7 years ago
John Cowen 71cef8b8cd
Merge pull request #4225 from hashicorp/bugfix/hide-anon-acl-delete
7 years ago
John Cowen 62a4c1098e Add test for not showing the delete button for the first acl...
7 years ago
John Cowen 58f99703a4 Disable the delete button in the acl list for the anon token only
7 years ago
John Cowen 53b6e20040 Add a test for searching by token
7 years ago
John Cowen 005fbcd149 Add searching ACL's by token
7 years ago
John Cowen 4998029670 Comment up custom visitable and add a couple of comments to be clearer
7 years ago
John Cowen f87f410e3a Use defaultValue for making sure Name is at least ''
7 years ago
John Cowen e37136ecae Prevent being able to submit a create form with empty values
7 years ago
John Cowen 59ce55227c Explicitly sort by Key after folder/file
7 years ago
John Cowen d4328ffa09 Remove buts
7 years ago
John Cowen 28e56aa92f Make this steps file the same as the others...
7 years ago
John Cowen 947417689f Make sure KV clicking is tested (WIP)
7 years ago
John Cowen ae2da814d8 Tweak vocab
7 years ago
John Cowen 950a704b74 Add a couple more unit tests for the utils folder
7 years ago
John Cowen 7bd9088677 Upgrade consul-api-double
7 years ago
John Cowen 5e5fffe300 Add some delete testing to KV and ACL
7 years ago
John Cowen 46419ac466 QSA doesn't like searching with sibling selectors, make a `sibling`
7 years ago
John Cowen 4b46caf77a Make sure `didAppear` and therefore `resize` is called on change
7 years ago
John Cowen f1b25c009e WIP: Make sure I can get the values I need to calculate sizing
7 years ago
John Cowen 16fc7ebd8b Remove some pauses
7 years ago
John Cowen c2bd21d8d9 Move testing bits to hashicorp org, also..
7 years ago
John Cowen 4fe4ba40b4 Bump
7 years ago
John Cowen 17ebf96755 WIP: Feature/acceptance tests
7 years ago
John Cowen 635beab347 Fix tear down click handler problem in tests
7 years ago
John Cowen cdfd24bf97 Use `this.element` for context, thus avoiding jQuery, plus..
7 years ago
John Cowen b7498b3079 Tweak placeholder text to add 'port'
7 years ago
John Cowen f9cf50547a Adds filtering to the KV listing page
7 years ago
John Cowen a0544e38ce Prevent action groups from being cutoff by the footer
7 years ago
John Cowen 6489f1c401 Auto calculate the height of the tables depending on the space left
7 years ago
John Cowen 8f76a54c6a Change KV inputs to textareas, also JSON > CODE
7 years ago
John Cowen 2fb8530045 Enable searching by port in the Node > [Service] listing
7 years ago
Matt Keeler f5a22f8490 Initial progress on build system updates
7 years ago
John Cowen b162bea9a2
Session Delete confirmation button and KV console error message (#4109)
7 years ago
John Cowen e5eeb0aa7c
UI V2 (#4086)
7 years ago