mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-26 01:37:39 -04:00
Compare commits
7 Commits
feature/po
...
fix-ci2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c86d2ee7ce | ||
|
|
2b5ed05628 | ||
|
|
df9f8445ad | ||
|
|
3bfa1af67b | ||
|
|
e5e0aacfeb | ||
|
|
962cf0bca7 | ||
|
|
419ee298ff |
@@ -1,47 +0,0 @@
|
||||
plugins:
|
||||
brakeman:
|
||||
enabled: false # codeclimate's brakeman is stuck in rails 5 rules
|
||||
bundler-audit:
|
||||
enabled: true
|
||||
coffeelint:
|
||||
enabled: true
|
||||
duplication:
|
||||
enabled: true
|
||||
config:
|
||||
languages:
|
||||
- ruby
|
||||
- javascript
|
||||
editorconfig:
|
||||
enabled: true
|
||||
eslint:
|
||||
enabled: true
|
||||
fixme:
|
||||
enabled: true
|
||||
haml-lint:
|
||||
enabled: true
|
||||
nodesecurity:
|
||||
enabled: true
|
||||
rubocop:
|
||||
enabled: true
|
||||
channel: "rubocop-1-11"
|
||||
scss-lint:
|
||||
enabled: true
|
||||
shellcheck:
|
||||
enabled: true
|
||||
ratings:
|
||||
paths:
|
||||
- "**.rb"
|
||||
- "**.ru"
|
||||
- "**.js"
|
||||
- "**.coffee"
|
||||
- "**.scss"
|
||||
- "**.haml"
|
||||
- Gemfile.lock
|
||||
exclude_paths:
|
||||
- config/
|
||||
- db/
|
||||
- spec/
|
||||
- public/
|
||||
- app/assets/stylesheets/bootstrap-accessibility.css
|
||||
- app/assets/javascripts/bootstrap*
|
||||
- app/assets/stylesheets/leaflet_overrides.scss
|
||||
3
.github/workflows/ci-features-admin.yml
vendored
3
.github/workflows/ci-features-admin.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-crops.yml
vendored
3
.github/workflows/ci-features-crops.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-harvests.yml
vendored
3
.github/workflows/ci-features-harvests.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-home.yml
vendored
3
.github/workflows/ci-features-home.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-members.yml
vendored
3
.github/workflows/ci-features-members.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-plantings.yml
vendored
3
.github/workflows/ci-features-plantings.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-seeds.yml
vendored
3
.github/workflows/ci-features-seeds.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
3
.github/workflows/ci-features-timeline.yml
vendored
3
.github/workflows/ci-features-timeline.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
|
||||
10
.github/workflows/ci-features.yml
vendored
10
.github/workflows/ci-features.yml
vendored
@@ -83,6 +83,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
@@ -117,9 +120,4 @@ jobs:
|
||||
run: bundle exec rspec spec/features/posts/ -fd
|
||||
|
||||
- name: Run rspec (rss/)
|
||||
run: bundle exec rspec spec/features/rss/ -fd
|
||||
|
||||
- name: Report to code climate
|
||||
run: |
|
||||
gem install codeclimate-test-reporter
|
||||
codeclimate-test-reporter
|
||||
run: bundle exec rspec spec/features/rss/ -fd
|
||||
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@@ -98,6 +98,9 @@ jobs:
|
||||
with:
|
||||
bundler-cache: true
|
||||
|
||||
- name: Bundler install
|
||||
run: bundle
|
||||
|
||||
- name: Install required JS packages
|
||||
run: yarn install
|
||||
|
||||
@@ -127,9 +130,4 @@ jobs:
|
||||
run: bundle exec rspec spec/routing/ -fd --fail-fast
|
||||
|
||||
- name: Run rspec (request)
|
||||
run: bundle exec rspec spec/requests/ -fd --fail-fast
|
||||
|
||||
- name: Report to code climate
|
||||
run: |
|
||||
gem install codeclimate-test-reporter
|
||||
codeclimate-test-reporter
|
||||
run: bundle exec rspec spec/requests/ -fd --fail-fast
|
||||
1
Gemfile
1
Gemfile
@@ -188,7 +188,6 @@ end
|
||||
group :test do
|
||||
gem 'axe-core-capybara'
|
||||
gem 'axe-core-rspec'
|
||||
gem 'codeclimate-test-reporter', require: false
|
||||
gem 'rails-controller-testing'
|
||||
gem 'selenium-webdriver'
|
||||
gem 'timecop'
|
||||
|
||||
29
Gemfile.lock
29
Gemfile.lock
@@ -135,14 +135,14 @@ GEM
|
||||
descendants_tracker (~> 0.0.4)
|
||||
ice_nine (~> 0.11.0)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
base64 (0.2.0)
|
||||
base64 (0.3.0)
|
||||
bcrypt (3.1.20)
|
||||
benchmark (0.4.0)
|
||||
benchmark (0.4.1)
|
||||
better_errors (2.10.1)
|
||||
erubi (>= 1.0.0)
|
||||
rack (>= 0.9.0)
|
||||
rouge (>= 1.0.0)
|
||||
bigdecimal (3.1.9)
|
||||
bigdecimal (3.2.2)
|
||||
bluecloth (2.2.0)
|
||||
bonsai-elasticsearch-rails (7.0.1)
|
||||
elasticsearch-model (< 8)
|
||||
@@ -185,8 +185,6 @@ GEM
|
||||
ssrf_filter (~> 1.0)
|
||||
chartkick (5.1.5)
|
||||
childprocess (5.0.0)
|
||||
codeclimate-test-reporter (1.0.9)
|
||||
simplecov (<= 0.13)
|
||||
coderay (1.1.3)
|
||||
coercible (1.0.0)
|
||||
descendants_tracker (~> 0.0.1)
|
||||
@@ -230,7 +228,7 @@ GEM
|
||||
dotenv-rails (3.1.8)
|
||||
dotenv (= 3.1.8)
|
||||
railties (>= 6.1)
|
||||
drb (2.2.1)
|
||||
drb (2.2.3)
|
||||
dumb_delegator (1.1.0)
|
||||
elasticsearch (7.0.0)
|
||||
elasticsearch-api (= 7.0.0)
|
||||
@@ -245,6 +243,7 @@ GEM
|
||||
elasticsearch-transport (7.0.0)
|
||||
faraday
|
||||
multi_json
|
||||
erb (5.0.1)
|
||||
erubi (1.13.1)
|
||||
erubis (2.7.0)
|
||||
excon (1.2.5)
|
||||
@@ -348,7 +347,7 @@ GEM
|
||||
rails-dom-testing (>= 1, < 3)
|
||||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (2.12.0)
|
||||
json (2.12.2)
|
||||
json-schema (5.1.0)
|
||||
addressable (~> 2.8)
|
||||
jsonapi-resources (0.10.7)
|
||||
@@ -467,7 +466,7 @@ GEM
|
||||
nio4r (~> 2.0)
|
||||
query_diet (0.7.2)
|
||||
racc (1.8.1)
|
||||
rack (2.2.15)
|
||||
rack (2.2.17)
|
||||
rack-cors (2.0.2)
|
||||
rack (>= 2.0.0)
|
||||
rack-protection (3.2.0)
|
||||
@@ -498,7 +497,7 @@ GEM
|
||||
actionpack (>= 5.0.1.rc1)
|
||||
actionview (>= 5.0.1.rc1)
|
||||
activesupport (>= 5.0.1.rc1)
|
||||
rails-dom-testing (2.2.0)
|
||||
rails-dom-testing (2.3.0)
|
||||
activesupport (>= 5.0.0)
|
||||
minitest
|
||||
nokogiri (>= 1.6)
|
||||
@@ -528,7 +527,8 @@ GEM
|
||||
rb-fsevent (0.11.2)
|
||||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
rdoc (6.13.1)
|
||||
rdoc (6.14.0)
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
recaptcha (5.19.0)
|
||||
redis-client (0.23.2)
|
||||
@@ -581,7 +581,7 @@ GEM
|
||||
rswag-ui (2.16.0)
|
||||
actionpack (>= 5.2, < 8.1)
|
||||
railties (>= 5.2, < 8.1)
|
||||
rubocop (1.75.5)
|
||||
rubocop (1.76.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.1.0)
|
||||
@@ -589,10 +589,10 @@ GEM
|
||||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.44.0, < 2.0)
|
||||
rubocop-ast (>= 1.45.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.44.1)
|
||||
rubocop-ast (1.45.0)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
rubocop-capybara (2.22.1)
|
||||
@@ -718,7 +718,7 @@ GEM
|
||||
webrick
|
||||
xpath (3.2.0)
|
||||
nokogiri (~> 1.8)
|
||||
zeitwerk (2.7.2)
|
||||
zeitwerk (2.7.3)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
@@ -744,7 +744,6 @@ DEPENDENCIES
|
||||
capybara-email
|
||||
capybara-screenshot
|
||||
chartkick
|
||||
codeclimate-test-reporter
|
||||
coffee-rails
|
||||
comfortable_mexican_sofa!
|
||||
csv_shaper
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# 🌱 Growstuff
|
||||
|
||||

|
||||
[](https://codeclimate.com/github/Growstuff/growstuff)
|
||||
|
||||
Welcome to the Growstuff project.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user