Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Merge cadence #30

Merged
merged 5 commits into from
Apr 23, 2020
Merged

Merge cadence #30

merged 5 commits into from
Apr 23, 2020

Conversation

feedmeapples
Copy link
Contributor

No description provided.

* attempt to fix random dev deps fail on cleanup.

* 3.13.1-beta.0

* 3.13.1
* refactoring workflow list screen

* fixing spinner

* removing settings cog and workflows from breadcrumb

* eslint and small refactor for criteria

* fixing tests

* 3.14.0-beta.0
* updating pending activities to not wrap items.

* Changing name back to executions because of breaking style change.

* 3.13.2-beta.0

* fixing class name

* fixing tests

* 3.13.2
* refactoring workflow list screen

* fixing spinner

* removing settings cog and workflows from breadcrumb

* eslint and small refactor for criteria

* fixing tests

* 3.14.0-beta.0

* Adding history archival and visibility archival to domain settings sc… (#113)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* fixing integration tests

* lint fixes

* PR comments

* Feature/archival disabled (#115)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* fixing integration tests

* lint fixes

* starting work on archival screen

* starting work on archival screen. Got async working in a vue component.

* adding helpers to extract enabled flags

* disabled messaging working

* adding unit tests

* adding more unit tests

* splitting disabled messaging into new component. adding more unit tests. fixing webpack to point to new babel config file.

* 3.14.0-beta.1

* fixing lint

* Feature/archives disabled link (#116)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* adding link for copy

* 3.14.0-beta.2

* adding support for multiple links

* 3.14.0-beta.3

* fixing styling

* 3.14.0-beta.4

* Feature/update idl (#120)

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* button-fill (#121)

* button-fill

* end file return

* error-message (#122)

* error-message

* end file return

* grid (#123)

* grid

* renaming component to flex grid

* renaming flex grid column to flex grid item

* loading spinner (#125)

* no results (#126)

* renaming archives to archival. breaking out helpers into separate files

* removing unused file

* more replacing archives

* deleting unused file

* text input (#127)

* split out functions into reusable helpers (#128)

* Feature/rename archives archival (#129)

* renaming archives to archival. breaking out helpers into separate files

* removing unused file

* more replacing archives

* deleting unused file

* archival endpoint (#130)

* archival endpoint

* PR comments

* Feature/archival service (#134)

* archival service

* PR comments

* adding unit tests for workflow archival service

* components and style updates to use in workflow archival screen. (#132)

* components and style updates to use in workflow archival screen.

* final style changes to help with scrolling table

* helpers used on archival screen (#133)

* Feature/archival screen (#135)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* renaming archives to archival for consistancy

* 3.14.0-beta.5

* missed some references for rename

* 3.14.0-beta.6

* adding basic screen and starting work on it.

* got basic screen working with mocked data. need to hook up API.

* making table into component to be reused on advanced screen.

* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.

* fixing helpers. finished UI for archival view

* formatting start time and end time

* styling and fixing up potential errors

* adding more protections

* adding nextPageToken to query. fixing bug with next page token on workflow list screen.

* moving hardcoded code into service. working on getting pagination working.

* creating loading spinner component to help with loading paging.

* got scrolling on table mostly working. got sticky headers working.

* fixing spinner scroll bar issue.

* got pagination working

* hooking up archival API

* adding error handling

* adding advanced button to toggle between basic and advanced archival views. creating button component.

* completed advanced archival screen.

* removing consoles

* lint fixes

* splitting out basic vue functions into helpers

* moving helpers into separate files

* splitting out helper tests

* updating spec to contain describe

* using getErrorMessage common helper

* adding tests for global helpers.

* adding unit tests for get query params. renaming statusName to statusValue.

* adding tests for get range.

* getStatusValue tests

* adding tests for getStatus

* adding test for map response

* adding tests for update query from range

* lint fixes

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* 3.14.0-beta.7

* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.

* fixing unit tests

* small change from PR updates

* removing grid and grid-column. these are now renamed to flex grid and flex grid item

* fix lint

* Feature/workflow history archival (#136)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* renaming archives to archival for consistancy

* 3.14.0-beta.5

* missed some references for rename

* 3.14.0-beta.6

* adding basic screen and starting work on it.

* got basic screen working with mocked data. need to hook up API.

* making table into component to be reused on advanced screen.

* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.

* fixing helpers. finished UI for archival view

* formatting start time and end time

* styling and fixing up potential errors

* adding more protections

* adding nextPageToken to query. fixing bug with next page token on workflow list screen.

* moving hardcoded code into service. working on getting pagination working.

* creating loading spinner component to help with loading paging.

* got scrolling on table mostly working. got sticky headers working.

* fixing spinner scroll bar issue.

* got pagination working

* hooking up archival API

* adding error handling

* adding advanced button to toggle between basic and advanced archival views. creating button component.

* completed advanced archival screen.

* removing consoles

* lint fixes

* splitting out basic vue functions into helpers

* moving helpers into separate files

* splitting out helper tests

* updating spec to contain describe

* using getErrorMessage common helper

* adding tests for global helpers.

* adding unit tests for get query params. renaming statusName to statusValue.

* adding tests for get range.

* getStatusValue tests

* adding tests for getStatus

* adding test for map response

* adding tests for update query from range

* lint fixes

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* 3.14.0-beta.7

* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.

* fixing unit tests

* small change from PR updates

* removing grid and grid-column. these are now renamed to flex grid and flex grid item

* fix lint

* got part of summary information from archival record.

* adding extra data points for summary endpoint fallback

* fixing list overflow

* Got summary information working with archived workflows

* 3.14.0-beta.8

* removing archival call as it wont work when deployed to environment.

* 3.14.0-beta.9

* Feature/archival tweaks (#138)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* renaming archives to archival for consistancy

* 3.14.0-beta.5

* missed some references for rename

* 3.14.0-beta.6

* adding basic screen and starting work on it.

* got basic screen working with mocked data. need to hook up API.

* making table into component to be reused on advanced screen.

* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.

* fixing helpers. finished UI for archival view

* formatting start time and end time

* styling and fixing up potential errors

* adding more protections

* adding nextPageToken to query. fixing bug with next page token on workflow list screen.

* moving hardcoded code into service. working on getting pagination working.

* creating loading spinner component to help with loading paging.

* got scrolling on table mostly working. got sticky headers working.

* fixing spinner scroll bar issue.

* got pagination working

* hooking up archival API

* adding error handling

* adding advanced button to toggle between basic and advanced archival views. creating button component.

* completed advanced archival screen.

* removing consoles

* lint fixes

* splitting out basic vue functions into helpers

* moving helpers into separate files

* splitting out helper tests

* updating spec to contain describe

* using getErrorMessage common helper

* adding tests for global helpers.

* adding unit tests for get query params. renaming statusName to statusValue.

* adding tests for get range.

* getStatusValue tests

* adding tests for getStatus

* adding test for map response

* adding tests for update query from range

* lint fixes

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* 3.14.0-beta.7

* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.

* fixing unit tests

* small change from PR updates

* removing grid and grid-column. these are now renamed to flex grid and flex grid item

* fix lint

* got part of summary information from archival record.

* adding extra data points for summary endpoint fallback

* fixing list overflow

* Got summary information working with archived workflows

* 3.14.0-beta.8

* removing archival call as it wont work when deployed to environment.

* 3.14.0-beta.9

* adjusting default time range to last 24 hours to help with performance.

* adding isArchived flag and presenting in UI

* adding lag message. moving constant out of helper and into constants file. need to add to advanced screen

* refactoring into reusable loading-message component. added to basic and advanced screen.

* 3.14.0-beta.10

* Fix/lint and test (#139)

* lint fixes

* fixing unit test

* 3.14.0-beta.11

* 3.14.0
* Feature/auth (#142)

* Adding tracing to tchannel if bridge is on context

* adding in stub for domain permission

* removing reset permission

* removing permission API as out-of-scope for first release

* 3.8.0-beta.0

* adding console logs to debug why staging2 isnt reporting jaeger tracing

* 3.8.0-beta.1

* removing log for bridge

* refactoring workflow list screen

* fixing spinner

* removing settings cog and workflows from breadcrumb

* eslint and small refactor for criteria

* fixing tests

* 3.14.0-beta.0

* Adding history archival and visibility archival to domain settings sc… (#113)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* fixing integration tests

* lint fixes

* PR comments

* Feature/archival disabled (#115)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* fixing integration tests

* lint fixes

* starting work on archival screen

* starting work on archival screen. Got async working in a vue component.

* adding helpers to extract enabled flags

* disabled messaging working

* adding unit tests

* adding more unit tests

* splitting disabled messaging into new component. adding more unit tests. fixing webpack to point to new babel config file.

* 3.14.0-beta.1

* fixing lint

* Feature/archives disabled link (#116)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* adding link for copy

* 3.14.0-beta.2

* adding support for multiple links

* 3.14.0-beta.3

* fixing styling

* 3.14.0-beta.4

* Feature/update idl (#120)

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* button-fill (#121)

* button-fill

* end file return

* error-message (#122)

* error-message

* end file return

* grid (#123)

* grid

* renaming component to flex grid

* renaming flex grid column to flex grid item

* loading spinner (#125)

* no results (#126)

* renaming archives to archival. breaking out helpers into separate files

* removing unused file

* more replacing archives

* deleting unused file

* text input (#127)

* split out functions into reusable helpers (#128)

* Feature/rename archives archival (#129)

* renaming archives to archival. breaking out helpers into separate files

* removing unused file

* more replacing archives

* deleting unused file

* archival endpoint (#130)

* archival endpoint

* PR comments

* Feature/archival service (#134)

* archival service

* PR comments

* adding unit tests for workflow archival service

* components and style updates to use in workflow archival screen. (#132)

* components and style updates to use in workflow archival screen.

* final style changes to help with scrolling table

* helpers used on archival screen (#133)

* Feature/archival screen (#135)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* renaming archives to archival for consistancy

* 3.14.0-beta.5

* missed some references for rename

* 3.14.0-beta.6

* adding basic screen and starting work on it.

* got basic screen working with mocked data. need to hook up API.

* making table into component to be reused on advanced screen.

* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.

* fixing helpers. finished UI for archival view

* formatting start time and end time

* styling and fixing up potential errors

* adding more protections

* adding nextPageToken to query. fixing bug with next page token on workflow list screen.

* moving hardcoded code into service. working on getting pagination working.

* creating loading spinner component to help with loading paging.

* got scrolling on table mostly working. got sticky headers working.

* fixing spinner scroll bar issue.

* got pagination working

* hooking up archival API

* adding error handling

* adding advanced button to toggle between basic and advanced archival views. creating button component.

* completed advanced archival screen.

* removing consoles

* lint fixes

* splitting out basic vue functions into helpers

* moving helpers into separate files

* splitting out helper tests

* updating spec to contain describe

* using getErrorMessage common helper

* adding tests for global helpers.

* adding unit tests for get query params. renaming statusName to statusValue.

* adding tests for get range.

* getStatusValue tests

* adding tests for getStatus

* adding test for map response

* adding tests for update query from range

* lint fixes

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* 3.14.0-beta.7

* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.

* fixing unit tests

* small change from PR updates

* removing grid and grid-column. these are now renamed to flex grid and flex grid item

* fix lint

* Feature/workflow history archival (#136)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* renaming archives to archival for consistancy

* 3.14.0-beta.5

* missed some references for rename

* 3.14.0-beta.6

* adding basic screen and starting work on it.

* got basic screen working with mocked data. need to hook up API.

* making table into component to be reused on advanced screen.

* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.

* fixing helpers. finished UI for archival view

* formatting start time and end time

* styling and fixing up potential errors

* adding more protections

* adding nextPageToken to query. fixing bug with next page token on workflow list screen.

* moving hardcoded code into service. working on getting pagination working.

* creating loading spinner component to help with loading paging.

* got scrolling on table mostly working. got sticky headers working.

* fixing spinner scroll bar issue.

* got pagination working

* hooking up archival API

* adding error handling

* adding advanced button to toggle between basic and advanced archival views. creating button component.

* completed advanced archival screen.

* removing consoles

* lint fixes

* splitting out basic vue functions into helpers

* moving helpers into separate files

* splitting out helper tests

* updating spec to contain describe

* using getErrorMessage common helper

* adding tests for global helpers.

* adding unit tests for get query params. renaming statusName to statusValue.

* adding tests for get range.

* getStatusValue tests

* adding tests for getStatus

* adding test for map response

* adding tests for update query from range

* lint fixes

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* 3.14.0-beta.7

* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.

* fixing unit tests

* small change from PR updates

* removing grid and grid-column. these are now renamed to flex grid and flex grid item

* fix lint

* got part of summary information from archival record.

* adding extra data points for summary endpoint fallback

* fixing list overflow

* Got summary information working with archived workflows

* 3.14.0-beta.8

* removing archival call as it wont work when deployed to environment.

* 3.14.0-beta.9

* Feature/archival tweaks (#138)

* Adding history archival and visibility archival to domain settings screen. adding unit tests

* renaming archives to archival for consistancy

* 3.14.0-beta.5

* missed some references for rename

* 3.14.0-beta.6

* adding basic screen and starting work on it.

* got basic screen working with mocked data. need to hook up API.

* making table into component to be reused on advanced screen.

* moving search bar to grid. refactoring reusable helpers. removing advanced view for now. adding in date picker to archival screen. adding status.

* fixing helpers. finished UI for archival view

* formatting start time and end time

* styling and fixing up potential errors

* adding more protections

* adding nextPageToken to query. fixing bug with next page token on workflow list screen.

* moving hardcoded code into service. working on getting pagination working.

* creating loading spinner component to help with loading paging.

* got scrolling on table mostly working. got sticky headers working.

* fixing spinner scroll bar issue.

* got pagination working

* hooking up archival API

* adding error handling

* adding advanced button to toggle between basic and advanced archival views. creating button component.

* completed advanced archival screen.

* removing consoles

* lint fixes

* splitting out basic vue functions into helpers

* moving helpers into separate files

* splitting out helper tests

* updating spec to contain describe

* using getErrorMessage common helper

* adding tests for global helpers.

* adding unit tests for get query params. renaming statusName to statusValue.

* adding tests for get range.

* getStatusValue tests

* adding tests for getStatus

* adding test for map response

* adding tests for update query from range

* lint fixes

* updating idl to latest

* updating to latest idl. Fixing napa install to clear directory before copying

* fixing tests

* 3.14.0-beta.7

* fixing bug with completed status not being set correctly. allowing workflow request to be cancellable when stacking requests.

* fixing unit tests

* small change from PR updates

* removing grid and grid-column. these are now renamed to flex grid and flex grid item

* fix lint

* got part of summary information from archival record.

* adding extra data points for summary endpoint fallback

* fixing list overflow

* Got summary information working with archived workflows

* 3.14.0-beta.8

* removing archival call as it wont work when deployed to environment.

* 3.14.0-beta.9

* adjusting default time range to last 24 hours to help with performance.

* adding isArchived flag and presenting in UI

* adding lag message. moving constant out of helper and into constants file. need to add to advanced screen

* refactoring into reusable loading-message component. added to basic and advanced screen.

* 3.14.0-beta.10

* 3.15.0-beta.0

* Fix/lint and test (#139)

* lint fixes

* fixing unit test

* adding authtoken to tchannel headers

* 3.15.0-beta.1

* 3.14.0-beta.11

* adding head object to request

* 3.15.0-beta.2

* attaching headers correctly

* 3.15.0-beta.3

* changing to allow multiple auth token headers to be set.

* 3.15.0-beta.4

* removing bridge

* 3.15.0-beta.5

* enable / disable terminate workflow feature (#143)

* adding feature flag to help with disabling terminate button

* lint

* adding tests. removing logs

* adding test

* 3.15.0-beta.6

* switching back to name as vue doesnt support using key as prop. config will still use key

* 3.15.0-beta.7

* PR comments

* PR comments

* PR comments

* Feature/environment selector (#145)

* adding feature flag to help with disabling terminate button

* lint

* adding tests. removing logs

* adding test

* 3.15.0-beta.6

* switching back to name as vue doesnt support using key as prop. config will still use key

* 3.15.0-beta.7

* adding environment select component and configuration.

* Removing component and opt to use v-select. adding getEnv helper to get selected env. updating constants to not use real urls.

* styling dropdown

* adding tests for getEnvironment.

* adding feature flag and creating examples for ENVIRONMENT_LIST.

* 3.15.0-beta.8

* fixing dropdown to be clickable in all of region.

* 3.15.0-beta.9

* margin already being added

* adding current path to location when trying to change environment

* 3.15.0-beta.10

* exclude current env from list. Adding path and query to new env path

* 3.15.0-beta.11

* adding tests for new helpers

* eslint fixes

* PR comments

* 3.15.0
@feedmeapples
Copy link
Contributor Author

The buildkite is failing as there are new unit tests that are hardcoded to work in PST. I'm thinking to change them to rather work as they are supposed to (at least succeed in UTC) and in separate PR to fix the tests to work in PST as well

@feedmeapples
Copy link
Contributor Author

feedmeapples commented Apr 22, 2020

Each of the commits is a squash-merged PR in cadence. Few of them are Release PRs.
Thinking we shouldn't squash them even more and merge the current PR as is (w/o squashing) ? @shawnhathaway

Copy link
Member

@alexshtin alexshtin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't forget NOT to squash these commits when do a merge.

@feedmeapples feedmeapples merged commit 18a8695 into temporalio:master Apr 23, 2020
@feedmeapples feedmeapples deleted the merge-cadence branch June 19, 2020 15:00
feedmeapples added a commit that referenced this pull request Mar 1, 2022
* Bump tar from 4.4.13 to 4.4.15 (#368)

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.15)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump path-parse from 1.0.6 to 1.0.7 (#370)

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Support refreshing TLS certs in background (#369)

* Fix gRPC connection failure in insecure connection (#374)

* Show workflow state transitions (#375)

* Bump tar from 4.4.15 to 4.4.19 (#382)

Bumps [tar](https://github.com/npm/node-tar) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.15...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add support for built-in HTTPS (#379)

* adding support for running temporal web using HTTPS based on ENV vars

* Link to new executions for more event types (#380)

* Rename left over task list -> queue (#389)

* Add maintenance mode notification in readme (#390)

* Add maintenance mode notification in readme

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: swyx <shawnthe1@gmail.com>

* Fix history exported JSON formatting (#392)

* Make header namespace link always clickable (#393)

* Bump tmpl from 1.0.4 to 1.0.5 (#395)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump prismjs from 1.24.0 to 1.25.0 (#394)

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](PrismJS/prism@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update proto api (#396)

* Tag Web v1.12.0 (#397)

* Added LoginRadius OAuth Doc Reference (#402)

Added LoginRadius OAuth Doc Reference to the list

* Log whether auth is enabled (#401)

* Extend Temporal API error messages (#400)

* Tag Web v1.13.0 (#407)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: arnesenfamily <arnesenfamily@users.noreply.github.com>
Co-authored-by: David Reiss <dnr@dnr.im>
Co-authored-by: swyx <shawnthe1@gmail.com>
Co-authored-by: IArchna <71074509+IArchna@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants