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

Feature/601 people dropdown #610

Merged
merged 36 commits into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
5397401
add stimulus controller to redirect with 2nd select with normal link …
kcinay055679 Feb 20, 2024
2479860
update people show
kcinay055679 Feb 20, 2024
3875a2d
rename controller to dropdown_controller.js
kcinay055679 Feb 20, 2024
f17ff2a
create 2nd run proifle
kcinay055679 Feb 20, 2024
cfabc06
show dropdown as partial and select correct default value
kcinay055679 Feb 20, 2024
5b648e0
add tests
kcinay055679 Feb 20, 2024
27e5569
clean up
kcinay055679 Feb 20, 2024
c1df70d
fix pipeline
kcinay055679 Feb 22, 2024
2693e1c
update pry-byebug and specify feature as target for headless test
kcinay055679 Feb 22, 2024
03097e9
add husky
kcinay055679 Feb 22, 2024
b2c727e
fix npm config
kcinay055679 Feb 22, 2024
67a0e03
fix capybara config
kcinay055679 Feb 22, 2024
817ef79
fix pipeline
kcinay055679 Feb 22, 2024
195bb80
fix pipeline
kcinay055679 Feb 22, 2024
2aa4bd0
add chrome to github action
kcinay055679 Feb 22, 2024
4ba05f3
fix pipeline
kcinay055679 Feb 22, 2024
b1025d5
fix pipeline
kcinay055679 Feb 22, 2024
27e8e36
fix pipeline
kcinay055679 Feb 22, 2024
a8e6b29
fix pipeline
kcinay055679 Feb 22, 2024
404f329
fix pipelien
kcinay055679 Feb 22, 2024
97913d4
use specific chrome
kcinay055679 Feb 22, 2024
7387574
fix pipelien
kcinay055679 Feb 22, 2024
52fca26
fix pipeline
kcinay055679 Feb 22, 2024
bbd1466
fix pipeline
kcinay055679 Feb 22, 2024
faa6ee6
update gemfile
kcinay055679 Feb 22, 2024
05fbd57
fix pipeline
kcinay055679 Feb 22, 2024
9505e56
fix pipeliebn
kcinay055679 Feb 22, 2024
b7cb796
fix pipeline
kcinay055679 Feb 22, 2024
5a52010
reuse chrome
kcinay055679 Feb 22, 2024
da1e6ba
inshalla
kcinay055679 Feb 22, 2024
0d3bf2e
fasdf
kcinay055679 Feb 22, 2024
538e99f
clean up
kcinay055679 Feb 22, 2024
6bd1dd7
clean up
kcinay055679 Feb 22, 2024
8c865f5
clean up
kcinay055679 Feb 22, 2024
3b8f448
fix typo
kcinay055679 Feb 22, 2024
1df13a7
resolve conversations from PR
kcinay055679 Feb 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
kcinay055679 marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ group :development, :test do
end

group :development do
gem 'bullet'
gem 'bullet', '~> 7.1', '>= 7.1.6'
kcinay055679 marked this conversation as resolved.
Show resolved Hide resolved
gem 'listen', '~> 3.0.5'
gem 'rb-readline'
# Spring speeds up development by keeping your application
Expand All @@ -71,7 +71,7 @@ group :test do
gem 'capybara'
gem 'selenium-webdriver'
gem 'simplecov'
gem 'webdrivers'
gem 'webdrivers', '~> 5.3', '>= 5.3.1'
kcinay055679 marked this conversation as resolved.
Show resolved Hide resolved
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Loading