Skip to content

Commit

Permalink
Merge branch 'master' into THREESCALE-3927-update-to-openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhi-soni1104 committed Jan 4, 2023
2 parents 1135ede + b3b774b commit bb07607
Show file tree
Hide file tree
Showing 914 changed files with 31,754 additions and 28,965 deletions.
24 changes: 2 additions & 22 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,28 +1,8 @@
{
"plugins": [
"@babel/plugin-syntax-dynamic-import",
"@babel/plugin-transform-runtime",
"@babel/plugin-proposal-class-properties",
"@babel/plugin-transform-template-literals",
"@babel/plugin-proposal-object-rest-spread",
"@babel/plugin-transform-destructuring"
],
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry",
"corejs": "2",
"targets": {
"node": "current",
"ie": "11",
"firefox": "67",
"chrome": "75",
"edge": "44"
}
}
],
"@babel/react",
"@babel/flow"
"@babel/preset-env",
"@babel/react"
]
}
23 changes: 4 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,10 @@ store-log-artifacts: &store-log-artifacts
path: log
destination: log

flow-type-key: &flow-typed-cache-key flow-typed-{{ checksum "yarn.lock" }}-5
npm-cache-key: &npm-cache-key node-v10-{{ checksum "yarn.lock" }}-5
bundle-cache-key: &bundle-cache-key v2-bundler-gems-{{ .Environment.DB }}-{{ arch }}-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
assets-cache-key: &assets-cache-key v1-asset-cache-{{ checksum "tmp/assets_related_checksums" }}

save-flow-typed-cache: &save-flow-typed-cache
save_cache:
key: *flow-typed-cache-key
paths:
- ./flow-typed

restore-npm-cache: &restore-npm-cache
restore_cache:
key: *npm-cache-key
Expand All @@ -48,11 +41,6 @@ save-npm-cache: &save-npm-cache
key: *npm-cache-key
paths:
- ./node_modules
- ./flow-typed

restore-flow-typed-cache: &restore-flow-typed-cache
restore_cache:
key: *flow-typed-cache-key

save-assets-cache: &save-assets-cache
save_cache:
Expand Down Expand Up @@ -489,21 +477,18 @@ jobs:
- checkout
- *attach-to-workspace
- run:
name: Licences check
name: Licenses check
command: |
bundle exec rake ci:license_finder:run
bundle exec rake licenses:compliance
- run:
name: Swagger validation
command: |
bundle exec rake doc:swagger:validate:all
bundle exec rake doc:swagger:generate:all
- *restore-flow-typed-cache
- run:
name: Eslint & Flow
name: Eslint
command: |
yarn flow:install
yarn lint
- *save-flow-typed-cache
yarn ci:lint
- store_artifacts:
path: doc/licenses
destination: licenses
Expand Down
37 changes: 15 additions & 22 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,11 @@ plugins:
enabled: true
rubocop:
enabled: true
channel: "rubocop-1-31"
channel: rubocop-1-39
reek:
enabled: true
eslint:
enabled: true
channel: "eslint-6"
config:
config: .eslintrc
extensions:
- .js
- .jsx
enabled: false
csslint:
enabled: false
coffeelint:
Expand All @@ -35,25 +29,24 @@ plugins:
scss-lint:
enabled: true
exclude_patterns:
- "tmp/**/*"
- "**/node_modules/"
- "**/vendor/*"
- "app/assets/images/**/*"
- "app/javascript"
- "assets/bundles/*.js"
- "bin/webpack*"
- "cdn/*"
- "lib/action_dispatch/rails5_ssl.rb"
- "lib/developer_portal/app/assets/stylesheets/**/*"
- "lib/developer_portal/app/views/developer_portal/css/*"
- "lib/developer_portal/app/views/developer_portal/javascripts/*"
- "public/assets"
- "public/fancybox/*"
- "public/images/**/*"
- "public/themes/**/*"
- "public/javascripts/vendor/*"
- "public/fancybox/*"
- "public/assets"
- "public/packs"
- 'lib/action_dispatch/rails5_ssl.rb'
- "lib/developer_portal/app/views/developer_portal/javascripts/*"
- "lib/developer_portal/app/views/developer_portal/css/*"
- "lib/developer_portal/app/assets/stylesheets/**/*"
- "assets/bundles/*.js"
- "public/themes/**/*"
- "spec/**/*"
- "spec/**/**/*"
- "test/**/*"
- "cdn/*"
- "app/javascript/src/*/*/*.spec.*"
- "bin/webpack*"
- "**/node_modules/"
- "**/flow-typed"
- "tmp/**/*"
2 changes: 0 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
.bin
cookbooks
node_modules
flow-typed
assets/jspm_packages/*/*
vendor/bundle
.vagrant
Expand Down Expand Up @@ -48,7 +47,6 @@ log/*
**/*.swp
**/.*
!.eslintrc
!.flowconfig
!.babelrc
!.ruby-version.sample
!Gemfile*
Expand Down
38 changes: 19 additions & 19 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
.circleci
.github
app/assets
bin
build
cdn
config
db
doc
features
lib
log
openshift
public
script
test
tmp
vendor
flow-typed
/.circleci
/.github
/app/assets
/bin
/build
/cdn
/config
/db
/doc
/features
/lib
/log
/openshift
/public
/script
/test
/tmp
/vendor
/app/javascript/packs/PF4Styles
Loading

0 comments on commit bb07607

Please sign in to comment.