Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ER-764 Remove deprecated non-CMS files #774

Merged
merged 4 commits into from
Aug 21, 2023

Conversation

peterdavidhamilton
Copy link
Contributor

@peterdavidhamilton peterdavidhamilton commented Aug 16, 2023


  • Retire unused libraries, content, environment variables, tests, and code
  • Add missing specs, correct inaccurate specs and boost coverage over 90%
  • Rename methods and objects to be semantic and consistent
  • Refactor helpers and controllers simplifying logic
  • Dry up training controllers moving common logic into a module
  • Prune, consolidate and organise locales for fewer microcopy resources
  • Update documentation, pipelines, docker and linting exemptions
  • Replace remaining ActiveHash objects
  • Namespace new models used in the registration journey
  • Add migration and seeding task for CMS powered user setting options
  • Add setting, role and authority data debugging panel
  • Make verbose console output optional
  • Clean up test factories and seed users

… code

- Add missing specs, correct inaccurate specs and boost coverage over 90%
- Rename methods and objects to be semantic and consistent
- Refactor helpers and controllers simplifying logic
- Dry up training controllers moving common logic into a module
- Prune, consolidate and organise locales for fewer microcopy resources
- Update documentation, pipelines, docker and linting exemptions
- Replace remaining ActiveHash objects
- Namespace new models used in the registration journey
- Add migration and seeding task for CMS powered user setting options
- Add setting, role and authority data debugging panel
- Make verbose console output optional
@peterdavidhamilton peterdavidhamilton temporarily deployed to test August 16, 2023 13:26 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton added this to the rc0.9.0 milestone Aug 16, 2023
@viezly
Copy link

viezly bot commented Aug 16, 2023

This pull request is split into 39 parts for easier review.
👀 Review pull request on Viezly

Changed files are located in these folders:

  • .github/workflows
  • /
  • app/builders
  • app/controllers
  • app/decorators
  • app/forms/users
  • app/helpers
  • app/jobs
  • app/models
  • app/services
  • app/views
  • config
  • config/locales
  • data
  • data/modules
  • data/summative-questionnaires
  • data/video-transcripts
  • db
  • lib
  • spec
  • spec/cms
  • spec/controllers
  • spec/forms/users
  • spec/models
  • spec/requests
  • spec/services
  • spec/support
  • spec/system

@peterdavidhamilton peterdavidhamilton added the deployed Review app deployed for testing label Aug 16, 2023
@peterdavidhamilton peterdavidhamilton temporarily deployed to content August 16, 2023 13:27 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Aug 16, 2023

@peterdavidhamilton peterdavidhamilton temporarily deployed to development August 16, 2023 14:29 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to content August 16, 2023 14:29 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to test August 16, 2023 14:29 — with GitHub Actions Inactive
@github-actions github-actions bot added documentation Improvements or additions to documentation terraform Changes to Terraform detected content Course and page content changes pipeline Github workflow changes labels Aug 16, 2023
@peterdavidhamilton peterdavidhamilton marked this pull request as ready for review August 16, 2023 14:40
Copy link
Contributor

@ebrett ebrett left a comment

Choose a reason for hiding this comment

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

Nice to see all the deleted code - too much to really comment and I think we should get this in and start testing. I will need to make some changes to the responses table to resolve conflicts.

Might be helpful to put the methods in the concerns files in alphabetical order.

@peterdavidhamilton peterdavidhamilton temporarily deployed to development August 18, 2023 13:57 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to content August 18, 2023 13:57 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to test August 18, 2023 13:57 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to test August 21, 2023 15:16 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to content August 21, 2023 15:16 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton temporarily deployed to development August 21, 2023 15:16 — with GitHub Actions Inactive
@peterdavidhamilton
Copy link
Contributor Author

Might be helpful to put the methods in the concerns files in alphabetical order.

They were meant to grouped by how they are used (which is often also by type) in order of appearance. I'll fix that 👍🏼

@peterdavidhamilton peterdavidhamilton added this pull request to the merge queue Aug 21, 2023
Merged via the queue into main with commit 33b5bed Aug 21, 2023
3 checks passed
@peterdavidhamilton peterdavidhamilton temporarily deployed to development August 21, 2023 15:41 — with GitHub Actions Inactive
@peterdavidhamilton peterdavidhamilton deleted the ER-764-remove-YAML-backend branch August 21, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Course and page content changes deployed Review app deployed for testing documentation Improvements or additions to documentation pipeline Github workflow changes terraform Changes to Terraform detected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants