mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	Remove CUI (#8384)
* remove CUI
* fix loading
* fix login middleware
* remove css template functions
* tmp fix for recurtion
* remove old test
* fix assertations
* fix middleware tests
* re-add plugin tags
* remove thirdpartjs
* re-add mfa urls
* remove old js
* remove cui tags
* simplify error testing
* use license endpoint for testing instead
* disable successful test
* revert de-activation
* remove references to old UI customisation
* update docs to remove reference to removed page
* disable availabilty check
* possible fix to importing problem
* Revert "possible fix to importing problem"
This reverts commit ee9fccdc8c.
* remove old get_context_data
* fix migration
* remove unused function
* remove unused stuff
* remove unused template
* fix formatting of readme
			
			
This commit is contained in:
		
							
								
								
									
										25
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										25
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -68,30 +68,6 @@ jobs:
 | 
			
		||||
          contains(github.event.pull_request.labels.*.name, 'dependency') ||
 | 
			
		||||
          contains(github.event.pull_request.labels.*.name, 'full-run')
 | 
			
		||||
 | 
			
		||||
  javascript:
 | 
			
		||||
    name: Style - Classic UI [JS]
 | 
			
		||||
    runs-on: ubuntu-20.04
 | 
			
		||||
 | 
			
		||||
    needs: ["pre-commit"]
 | 
			
		||||
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
 | 
			
		||||
        with:
 | 
			
		||||
          persist-credentials: false
 | 
			
		||||
      - name: Environment Setup
 | 
			
		||||
        uses: ./.github/actions/setup
 | 
			
		||||
        with:
 | 
			
		||||
          npm: true
 | 
			
		||||
          install: true
 | 
			
		||||
      - name: Check Templated JS Files
 | 
			
		||||
        run: |
 | 
			
		||||
          cd .github/scripts
 | 
			
		||||
          python3 check_js_templates.py
 | 
			
		||||
      - name: Lint Javascript Files
 | 
			
		||||
        run: |
 | 
			
		||||
          python src/backend/InvenTree/manage.py prerender
 | 
			
		||||
          cd src/backend && npx eslint InvenTree/InvenTree/static_i18n/i18n/*.js
 | 
			
		||||
 | 
			
		||||
  pre-commit:
 | 
			
		||||
    name: Style [pre-commit]
 | 
			
		||||
    runs-on: ubuntu-20.04
 | 
			
		||||
@@ -277,7 +253,6 @@ jobs:
 | 
			
		||||
          apt-dependency: gettext poppler-utils
 | 
			
		||||
          dev-install: true
 | 
			
		||||
          update: true
 | 
			
		||||
          npm: true
 | 
			
		||||
      - name: Download Python Code For `${WRAPPER_NAME}`
 | 
			
		||||
        run: git clone --depth 1 https://github.com/inventree/${WRAPPER_NAME} ./${WRAPPER_NAME}
 | 
			
		||||
      - name: Start InvenTree Server
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/translations.yaml
									
									
									
									
										vendored
									
									
								
							@@ -38,7 +38,6 @@ jobs:
 | 
			
		||||
        uses: ./.github/actions/setup
 | 
			
		||||
        with:
 | 
			
		||||
          install: true
 | 
			
		||||
          npm: true
 | 
			
		||||
          apt-dependency: gettext
 | 
			
		||||
      - name: Make Translations
 | 
			
		||||
        run: invoke dev.translate
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user