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

De bloat seed data #141

Open
wants to merge 222 commits into
base: master
Choose a base branch
from
Open

Conversation

ajdemarco95
Copy link

What does it do?

There is a seed file in the repo (api/data.zip) which has been included in countless commits over the years this repo has existed. Unfortunately, the file size of this zip + previous versions of it that are still stored have caused the initial clone of this repo to be >500mb download size. This PR de-bloats the repo for faster download times by removing the older versions of the seed data from the repo's commit history.

This modification de-bloats the initial repo download from ~500mb -> ~73mb

To do this I used BFG Repo-Cleaner

Why is it needed?

The repo was taking too long to download, and the older versions of data.zip are likely no longer required for the purpose of the repo.

How to test it?

Just clone the repo and you will see. No other internals of the application or code have been modified.

Below are listed every action that should be possible within the application.

Content Manager

Article

List view:

  • [ ✅ ] Publication Status is working
  • [ ✅ ] Review Workflows assignees & filtering is working (EE)

Entry view:

  • [✅ ] CKEditor field is working
  • [ ✅] Assignees and Stages are working (EE)

Page

Entry view:

  • [ ✅] Creating and publishing a page is working

Plugins

Content-type Builder

  • [ ✅] Content-type Builder is working

Media Library

  • [ ✅] Media Library is working (upload)
  • [✅ ] Folders are working

Settings

  • [✅ ] Marketplace is working
  • [ ✅] API Tokens Interface
  • [✅ ] Internationalization Interface
  • [✅ ] Single Sign-On Settings
  • [✅ ] Review Workflows
    • Show custom created Workflow
    • Drag N Drop is working
    • Add new workflow stage is possible
    • Colors drop down is working
  • [✅ ] Webhooks
    • Review Workflows Stage Change option
  • [ ✅] Audit Logs
    • List view
    • Single log
  • [✅ ] Roles
    • Default Roles
    • Create new role
    • Show CRUD + Publish
      • Field level
      • Locale
  • [✅ ] Users & Permissions
    • Roles
    • Add New Role

Related issue(s)/PR(s)

#129

alexandrebodin and others added 30 commits March 9, 2020 16:55
Signed-off-by: Alexandre Bodin <[email protected]>

Former-commit-id: 2351f6e
Signed-off-by: Alexandre Bodin <[email protected]>

Former-commit-id: bd6a06f
Signed-off-by: soupette <[email protected]>

Former-commit-id: 0f2a0be
Signed-off-by: soupette <[email protected]>

Former-commit-id: ac69931
Upgrade to the stable version

Former-commit-id: b818fec
Update Strapi version to 3.0.5

Former-commit-id: 5237dfb
Signed-off-by: Pierre Burgy <[email protected]>

Former-commit-id: e8a3870
Signed-off-by: Pierre Burgy <[email protected]>

Former-commit-id: 7235c41
Signed-off-by: Pierre Burgy <[email protected]>

Former-commit-id: b07acc0
Signed-off-by: Pierre Burgy <[email protected]>

Former-commit-id: 90d57ce
Signed-off-by: Pierre Burgy <[email protected]>

Former-commit-id: 71fc4b2
Signed-off-by: Pierre Burgy <[email protected]>

Former-commit-id: bf8a27f
Update dump with new administrator fields

Former-commit-id: 7709702
Signed-off-by: Alexandre Bodin <[email protected]>

Former-commit-id: 2096b0c
Former-commit-id: 7c9502a
Signed-off-by: Jim LAURIE <[email protected]>

Former-commit-id: 74b25ad
Signed-off-by: Jim LAURIE <[email protected]>

Former-commit-id: d5e4a17
Update version 3.1.3 and fix issue 51

Former-commit-id: b2b5d67
Mcastres and others added 30 commits November 24, 2022 10:22
…nt-component

Chore: remove internal comment compo
Former-commit-id: bed4a05
Former-commit-id: eef554a
Former-commit-id: 373d275
Former-commit-id: a393f83
Add: strapi/plugin-seo
Former-commit-id: f770123
Fix localhost fetch issue

Former-commit-id: c70e735
Former-commit-id: 2319d3a
Chore: Add Strapi Cloud navlink
Former-commit-id: 03222f6
Former-commit-id: 4bcc054
Former-commit-id: cbb68f2
Former-commit-id: 903ee4d
…improvements

Update: a lot of things
Former-commit-id: 5413963
Former-commit-id: 5aa453f
Former-commit-id: 7d0ea15
Upgrade: Strapi 4.13.5
Former-commit-id: dc5b054
Former-commit-id: 726ae6d
This example app is not well suited for Strapi Cloud in it's current form

Former-commit-id: b8fb391
Remove Strapi Cloud from readme

Former-commit-id: 16b5b87
Change nvm version to be compatible with required libraries.

Former-commit-id: ceb9ace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.