Skip to content

Commit

Permalink
V4.14.0 (#781)
Browse files Browse the repository at this point in the history
* Adding milano configuration for PR environments (#758)

* Deletes decrypted secrets file

* [GOG-162] Configuring PR stacks with values/secrets (#760)

* Adding milano configuration for PR environments

* Modifying deploy script, and adding new values/secrets for PR stacks

* PR stack configs

* Added extra bindings. Pass deploy_url.

* Add environment check back for whitelist

* [GOG-162] Fix review environment configuration (#762)

* Upgrade react-popper lib to latest (#778)

* [GOG-162] Fix review environment configuration (#762)

* Upgrade react-popper lib to latest

Co-authored-by: Ryan Rodriguez <62253265+ryanmrodriguez@users.noreply.github.com>

* Circle Chart (#771)

* created donut chart kit

* Latest for doughnut

* wip

* Some updates I made during our feedback session

* Final for V1

* Renamed Donut to Circle Chart

* Putting scss in right spot

* Fixing conflict

Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
Co-authored-by: Jason Cypret <jason@jasoncypret.com>

* Update react version to 16.8.6 (#777)

* Spread props over inputs (#772)

* [GOG-162] Fix review environment configuration (#762)

* Spread props over TextInput input tag

* Spread props on other Inputs

* Refactor Radio to avoid unecessary extraProps var

Co-authored-by: Ryan Rodriguez <62253265+ryanmrodriguez@users.noreply.github.com>

* Updated Changelog

* Version Bump

* mend

* Updated Gemfile Lock

Co-authored-by: Ryan Rodriguez <62253265+ryanmrodriguez@users.noreply.github.com>
Co-authored-by: Ben Langfeld <blangfeld@powerhrg.com>
Co-authored-by: Stephen Marshall <smarshall1980@gmail.com>
Co-authored-by: Eva Louderback <50629488+evalouderback@users.noreply.github.com>
Co-authored-by: Jasper Furniss <jasper.furniss@powerhrg.com>
Co-authored-by: Jason Cypret <jason@jasoncypret.com>
Co-authored-by: Gabriel Fernandes Pereira <gmfvpereira@users.noreply.github.com>
  • Loading branch information
8 people committed May 15, 2020
1 parent c2e52dd commit b501743
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
playbook_ui (4.13.1)
playbook_ui (4.14.0)
actionpack (>= 5.1.6, < 6.0)
actionview (>= 5.1.6, < 7.0)
activesupport (>= 5.1.6, < 6.0)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
childprocess (>= 0.6.3, < 2.0)
iniparse (~> 1.4)
parallel (1.19.1)
parser (2.7.1.0)
parser (2.7.1.2)
ast (~> 2.4.0)
rack (2.2.2)
rack-proxy (0.6.5)
Expand All @@ -104,7 +104,7 @@ GEM
rainbow (2.2.2)
rake
rake (12.3.3)
rb-fsevent (0.10.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
react-rails (2.6.0)
Expand Down Expand Up @@ -160,7 +160,7 @@ GEM
simple_form (5.0.2)
actionpack (>= 5.0)
activemodel (>= 5.0)
slim (4.0.1)
slim (4.1.0)
temple (>= 0.7.6, < 0.9)
tilt (>= 2.0.6, < 2.1)
slim-rails (3.2.0)
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Expand Up @@ -8955,6 +8955,14 @@ scheduler@^0.13.6:
loose-envify "^1.1.0"
object-assign "^4.1.1"

scheduler@^0.19.1:
version "0.19.1"
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.19.1.tgz#4f3e2ed2c1a7d65681f4c854fa8c5a1ccb40f196"
integrity sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==
dependencies:
loose-envify "^1.1.0"
object-assign "^4.1.1"

schema-utils@^0.3.0:
version "0.3.0"
resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-0.3.0.tgz#f5877222ce3e931edae039f17eb3716e7137f8cf"
Expand Down

0 comments on commit b501743

Please sign in to comment.