Skip to content

Bump dependencies - #2396

Merged
xsrust merged 2 commits into
developmentfrom
bump-dependencies
Feb 14, 2020
Merged

Bump dependencies#2396
xsrust merged 2 commits into
developmentfrom
bump-dependencies

Conversation

@briri

@briri briri commented Feb 13, 2020

Copy link
Copy Markdown
Contributor

Bumped rack to 1.6.13 and tinymce to 4.9.7

Had to update the tinymce version in the package.json which required a yarn install this appears to have done some cleanup. I started up the site, let it do a web packer compilation and then verified that tinymce was working.

@xsrust
xsrust merged commit ddf27e8 into development Feb 14, 2020
briri added a commit that referenced this pull request Feb 24, 2020
* bumped rack and tinymce

* updated tinymce

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

Part 1 - maDMP ROR/Fundref - Identifier consolidation (#2361)

* added identifiers polymorphic table

* finished cleanup of old identifiers

* fixed bug

* fixed bug and some rubocop issues

parent b6af5de
author briri <brian.riley@ucop.edu> 1579797878 -0800
committer briri <brian.riley@ucop.edu> 1580422823 -0800

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

initial org selection service

pulled in a bunch of changes from other branch

added tests

added controller to rails_helper

fixed typos in upgrade rake

fixed some issues with models and specs

work on org selector

further work on new selection boxes

cleaned up org selection service and added to profile and create plan pages

got all org selectors switched over to new autocomplete

Added contextual flags to identifier_schemes and fixed tests for org model

update scopes on identiifer_scheme for contextual access

cleaned up schema

ran annotate

cleaned up annotations

cleaned up annotationss

added some tests and cleaned up presenters

added tests for hash_to_org_service

finished up refactor of org selection

fixed failing tests

fixed some rubocop issues in new objects

added funder_id and org_id to the plans table

added funder and org associatyions to Plan

updated create plan and project details to use funder

finished up issues with ROR/Fundref

finished ror work

fixed issues

more spec issues

fixed trypo in commented out test

Removed debug statements

fixed tests and added orgselectable to invitiations

updated rake task to use new services

fixed up remaining issues with JS and org selectors

fixed weird bug when filtered_shib_discovery_service is enabled

fixed weird bug when filtered_shib_discovery_service is enabled

fixed some issues saving shib entityId

fixed another shib entityID issue

final fix for shib entityID

Added contributors model and ethical_issues fields

updated upgrade rake task

Added org_id to contributors

fixed bug with identifier lookup

updated tests with org_id for contributors

changed given_name to firstname

added wkhtmltopdf package and updated postgres image to latest

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

cleanup

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

added wkhtmltopdf fix to mysql workflow

added 'unique' to usage helper test

fixed tests broken by changing given_name to firstname on contributors
briri added a commit that referenced this pull request Feb 27, 2020
Added tests for auth services

added tests and adjusted code where necessary

Added a last_api_access to users table

finished up auth portion of v1 API

added contributors and made maDMP changess to plans

updated migration

added models for new db structures to support multiple contributors

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

Part 1 - maDMP ROR/Fundref - Identifier consolidation (#2361)

* added identifiers polymorphic table

* finished cleanup of old identifiers

* fixed bug

* fixed bug and some rubocop issues

parent b6af5de
author briri <brian.riley@ucop.edu> 1579797878 -0800
committer briri <brian.riley@ucop.edu> 1580422823 -0800

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

initial org selection service

pulled in a bunch of changes from other branch

added tests

added controller to rails_helper

fixed typos in upgrade rake

fixed some issues with models and specs

work on org selector

further work on new selection boxes

cleaned up org selection service and added to profile and create plan pages

got all org selectors switched over to new autocomplete

Added contextual flags to identifier_schemes and fixed tests for org model

update scopes on identiifer_scheme for contextual access

cleaned up schema

ran annotate

cleaned up annotations

cleaned up annotationss

added some tests and cleaned up presenters

added tests for hash_to_org_service

finished up refactor of org selection

fixed failing tests

fixed some rubocop issues in new objects

added funder_id and org_id to the plans table

added funder and org associatyions to Plan

updated create plan and project details to use funder

finished up issues with ROR/Fundref

finished ror work

fixed issues

more spec issues

fixed trypo in commented out test

Removed debug statements

fixed tests and added orgselectable to invitiations

updated rake task to use new services

fixed up remaining issues with JS and org selectors

fixed weird bug when filtered_shib_discovery_service is enabled

fixed weird bug when filtered_shib_discovery_service is enabled

fixed some issues saving shib entityId

fixed another shib entityID issue

final fix for shib entityID

reverted out new contributor models. will do in a separate branch

reverted out rake upgrade tasks that are part of contributors

Added contributors model and ethical_issues fields

updated upgrade rake task

Added org_id to contributors

fixed bug with identifier lookup

updated tests with org_id for contributors

changed given_name to firstname

Bump dependencies (#2396)

* bumped rack and tinymce

* updated tinymce

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

Part 1 - maDMP ROR/Fundref - Identifier consolidation (#2361)

* added identifiers polymorphic table

* finished cleanup of old identifiers

* fixed bug

* fixed bug and some rubocop issues

parent b6af5de
author briri <brian.riley@ucop.edu> 1579797878 -0800
committer briri <brian.riley@ucop.edu> 1580422823 -0800

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

initial org selection service

pulled in a bunch of changes from other branch

added tests

added controller to rails_helper

fixed typos in upgrade rake

fixed some issues with models and specs

work on org selector

further work on new selection boxes

cleaned up org selection service and added to profile and create plan pages

got all org selectors switched over to new autocomplete

Added contextual flags to identifier_schemes and fixed tests for org model

update scopes on identiifer_scheme for contextual access

cleaned up schema

ran annotate

cleaned up annotations

cleaned up annotationss

added some tests and cleaned up presenters

added tests for hash_to_org_service

finished up refactor of org selection

fixed failing tests

fixed some rubocop issues in new objects

added funder_id and org_id to the plans table

added funder and org associatyions to Plan

updated create plan and project details to use funder

finished up issues with ROR/Fundref

finished ror work

fixed issues

more spec issues

fixed trypo in commented out test

Removed debug statements

fixed tests and added orgselectable to invitiations

updated rake task to use new services

fixed up remaining issues with JS and org selectors

fixed weird bug when filtered_shib_discovery_service is enabled

fixed weird bug when filtered_shib_discovery_service is enabled

fixed some issues saving shib entityId

fixed another shib entityID issue

final fix for shib entityID

Added contributors model and ethical_issues fields

updated upgrade rake task

Added org_id to contributors

fixed bug with identifier lookup

updated tests with org_id for contributors

changed given_name to firstname

added wkhtmltopdf package and updated postgres image to latest

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

cleanup

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

added wkhtmltopdf fix to mysql workflow

added 'unique' to usage helper test

fixed tests broken by changing given_name to firstname on contributors

added rest of rda common standard json files

finished up initial api v1 json

added identifiable as concern with helper methods. added json to models service
briri added a commit that referenced this pull request Mar 13, 2020
Added tests for auth services

added tests and adjusted code where necessary

Added a last_api_access to users table

finished up auth portion of v1 API

added contributors and made maDMP changess to plans

updated migration

added models for new db structures to support multiple contributors

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

Part 1 - maDMP ROR/Fundref - Identifier consolidation (#2361)

* added identifiers polymorphic table

* finished cleanup of old identifiers

* fixed bug

* fixed bug and some rubocop issues

parent b6af5de
author briri <brian.riley@ucop.edu> 1579797878 -0800
committer briri <brian.riley@ucop.edu> 1580422823 -0800

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

initial org selection service

pulled in a bunch of changes from other branch

added tests

added controller to rails_helper

fixed typos in upgrade rake

fixed some issues with models and specs

work on org selector

further work on new selection boxes

cleaned up org selection service and added to profile and create plan pages

got all org selectors switched over to new autocomplete

Added contextual flags to identifier_schemes and fixed tests for org model

update scopes on identiifer_scheme for contextual access

cleaned up schema

ran annotate

cleaned up annotations

cleaned up annotationss

added some tests and cleaned up presenters

added tests for hash_to_org_service

finished up refactor of org selection

fixed failing tests

fixed some rubocop issues in new objects

added funder_id and org_id to the plans table

added funder and org associatyions to Plan

updated create plan and project details to use funder

finished up issues with ROR/Fundref

finished ror work

fixed issues

more spec issues

fixed trypo in commented out test

Removed debug statements

fixed tests and added orgselectable to invitiations

updated rake task to use new services

fixed up remaining issues with JS and org selectors

fixed weird bug when filtered_shib_discovery_service is enabled

fixed weird bug when filtered_shib_discovery_service is enabled

fixed some issues saving shib entityId

fixed another shib entityID issue

final fix for shib entityID

reverted out new contributor models. will do in a separate branch

reverted out rake upgrade tasks that are part of contributors

Added contributors model and ethical_issues fields

updated upgrade rake task

Added org_id to contributors

fixed bug with identifier lookup

updated tests with org_id for contributors

changed given_name to firstname

Bump dependencies (#2396)

* bumped rack and tinymce

* updated tinymce

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

Part 1 - maDMP ROR/Fundref - Identifier consolidation (#2361)

* added identifiers polymorphic table

* finished cleanup of old identifiers

* fixed bug

* fixed bug and some rubocop issues

parent b6af5de
author briri <brian.riley@ucop.edu> 1579797878 -0800
committer briri <brian.riley@ucop.edu> 1580422823 -0800

added identifiers polymorphic table

finished cleanup of old identifiers

fixed bug

fixed bug and some rubocop issues

added managed lflag to Org

updated code to work with new managed flag

fixed issue with scope

Added lib task for orgs.managed

added a rake db:migrate step to github workflow tests

fixed rubocop issues

removed db:migrate from workflows

fixed bug in upgrade task

removed bad index from schema and replaced with good one

fixed broken tests

initial ROR service and abstract Base service with config and tests

updated tests

rubocop fixes

added webmock exception for chromedriver

initial org selection service

pulled in a bunch of changes from other branch

added tests

added controller to rails_helper

fixed typos in upgrade rake

fixed some issues with models and specs

work on org selector

further work on new selection boxes

cleaned up org selection service and added to profile and create plan pages

got all org selectors switched over to new autocomplete

Added contextual flags to identifier_schemes and fixed tests for org model

update scopes on identiifer_scheme for contextual access

cleaned up schema

ran annotate

cleaned up annotations

cleaned up annotationss

added some tests and cleaned up presenters

added tests for hash_to_org_service

finished up refactor of org selection

fixed failing tests

fixed some rubocop issues in new objects

added funder_id and org_id to the plans table

added funder and org associatyions to Plan

updated create plan and project details to use funder

finished up issues with ROR/Fundref

finished ror work

fixed issues

more spec issues

fixed trypo in commented out test

Removed debug statements

fixed tests and added orgselectable to invitiations

updated rake task to use new services

fixed up remaining issues with JS and org selectors

fixed weird bug when filtered_shib_discovery_service is enabled

fixed weird bug when filtered_shib_discovery_service is enabled

fixed some issues saving shib entityId

fixed another shib entityID issue

final fix for shib entityID

Added contributors model and ethical_issues fields

updated upgrade rake task

Added org_id to contributors

fixed bug with identifier lookup

updated tests with org_id for contributors

changed given_name to firstname

added wkhtmltopdf package and updated postgres image to latest

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

debug statement to test github workflow issue

cleanup

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

trying to fix wkhtmltopdf

added wkhtmltopdf fix to mysql workflow

added 'unique' to usage helper test

fixed tests broken by changing given_name to firstname on contributors

added rest of rda common standard json files

finished up initial api v1 json

added identifiable as concern with helper methods. added json to models service

added ability to convert incoming API JSON to models

added all new api endpoints for phase 1

finished up first pass of api

Converted relationship on contributors from has_many plans to blongs_to plan

fixes to changes made to api

added swagger and fixed some issues that came up during testing with RAMS

updated create plan api to return a 201 instead of 200

began moving json logic into models

added swagger for plans creation

cleaned up swagger

updated swagger docs to reflect changes to common standard schema

updates to support latest version of RDA common standard

Reorganized some api files and fixed up tests

finished up initial testing

added ui pieces for api_client

added api_client admin pages

removed invalid policy files and duplicate migration

commented out rswag integration tests until we have time to complete

made Open Aire API lookups for grant info configurable

fixed test issues
@briri
briri deleted the bump-dependencies branch April 20, 2020 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants