This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/consul.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 21, 2020
-
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
When clicking on the syntax selector, it seemed like an extra click event was firing from the label, which then immediately closed the dropdown. By adding a for="" attribute this event isn't passed to the dropdown menu and therefore doesn't immediately close
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
- Feb 20, 2020
-
-
Kenia authored
* Create substr helper * Create a test for the new substr helper * Display the last 8 characters of token Accessor ID in the Token lists page
-
- Feb 19, 2020
-
-
Kenia authored
-
John Cowen authored
* Modify templates with codemods angle brackets * ui: Fix up problem with intention filter action attribute Co-authored-by:
Kenia <19161242+kaxcode@users.noreply.github.com>
-
John Cowen authored
* ui: Upgrade ember-cli-api-double
-
- Feb 18, 2020
-
-
John Cowen authored
-
John Cowen authored
* ui: Test Coverage Reporting (#7027) * Serve up the /coverage folder whilst developing * Upgrade ember-cli-api-double now it supports passthrough per url * ui: make env into a service and use it where we need to be injectable * Give http/client a body method so we can use it on its own for testing * Add test helper for testing with and without nspaces enabled * Add two tests, one thay needs nspaces and one that doesn't * Keep cleaning up client/http, whilst figuring out a immutable bug * Convert tests to new return format ([actual, leftovers])
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
-
John Cowen authored
* ui: Add getSplitters unit test and additional getResolvers test * Make ordering of makefile target consistent
-
John Cowen authored
This commit moves our service list into a new presentational component, and is therefore mainly just moving things around. The main thing moved here is the logic required to resizing columns correctly is now moved to a component instead of the controller
-
John Cowen authored
In a previous iteration of discovery-chain wrapping some event listeners in a call to `next` (i.e. do this on next tick) was necessary. We added a comment in here to see if we could get rid of it at a later date. We've taken another look at this and it looks like this `next` is no longer required in this later iteration. Further more there is the tiniest chance that possibly, as we are adding listeners on next tick, that the listeners could be added after component destruction, which means when you click on the page we try to set a property of a destroyed object and boom. Removing this `next` removes this tiny possibility.
-
John Cowen authored
* ui: Remove custom css-vars 'polyfill' and use native CSS props Previously we used a sort of polyfill for certain places where we needed CSS property-like behavior. This meant duplicating code between JS and CSS, specifically some of our SVG icons. We moved to CSS props only in the places where they are beneficial and populated the variables with our already existing SASS variables. This means we no longer have to duplicate CSS and we can remove our custom css-var helper/polyfill.
-
John Cowen authored
Upgrading our build tooling to use the latest node LTS and the lastest/current Alpine version in our container
-
Alvin Huang authored
-
John Cowen authored
-
John Cowen authored
* Serve up the /coverage folder whilst developing * Upgrade ember-cli-api-double now it supports passthrough per url
-
John Cowen authored
During the refactor of the data layer we had a method that you can use to do a request/response call i.e. adapter.request > serializer.respond We weren't sure what to name this but eventually wanted it to live on the HTTPAdapter itself (see removed comments in the changeset) We've decided `rpc` is a good name and we've moved this to where we want it. We've deprecated the old `request` method name but not removed it as yet. There's also opportunity now to reduce the 'read/write' functions further as they essentially do the same thing. Again we've left this for the moment, but we are hoping to get the code for our custom Adapter down to less than 100 LoC.
-
John Cowen authored
-
Matt Keeler authored
-
Matt Keeler authored
-
rerorero authored
fix #6840
-
Matt Keeler authored
-
Wim authored
-
Chris Piraino authored
-
Chris Piraino authored
-
John Cowen authored
-
Lars Lehtonen authored
-
Mishin Nickolay authored
-