Skip to content

Commit

Permalink
feat(deploy): remember authentication details
Browse files Browse the repository at this point in the history
* remember authentication details, if the user actively
  decides this
* restore global endpoint configuration, as intended until
  it is properly addressed via #804
* refactor deployment tool, pulling out validation into separate
  component
* pull out menu update functionality to be re-added at a later
  point in time, in a different place
* deployment tool UI remains untouched

Closes #1067
  • Loading branch information
nikku committed Nov 21, 2019
1 parent dade42b commit fe793cd
Show file tree
Hide file tree
Showing 24 changed files with 1,822 additions and 1,036 deletions.
123 changes: 46 additions & 77 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dmn-js-properties-panel": "^0.3.1",
"drag-tabs": "^2.2.0",
"events": "^3.0.0",
"formik": "^1.5.3",
"formik": "^2.0.4",
"ids": "^0.2.2",
"min-dash": "^3.4.0",
"p-defer": "^3.0.0",
Expand Down
Loading

0 comments on commit fe793cd

Please sign in to comment.