Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
c94895d
Merge pull request #110 from EngSwCIC/develop
icaronr Mar 30, 2021
7b672f5
fix gemfile and migrations
icaronr Mar 30, 2021
cc96729
adiciona feature validarMencao
alice7lima Apr 21, 2021
d8aa663
Adciona Validar Matricula
VitorVVO Apr 21, 2021
cd2325f
Adciona ValidarIRA
Rayxan Apr 21, 2021
190dc8f
adcionar validacao status
Apr 21, 2021
00e4bcc
Revert "Adciona ValidarIRA"
Rayxan Apr 21, 2021
2f22698
adcionar validarIRA incompleto
Rayxan Apr 21, 2021
eb3841b
Finalizacao features validarIRA
AlvaroLuz Apr 21, 2021
dd20144
Delete monitoria.rb
VitorVVO May 6, 2021
b8e479c
Modificação no arquivo monitoria.rb
VitorVVO May 6, 2021
d4005dc
Delete validarIRA.feature
Rayxan May 6, 2021
d4b442b
Delete validarMatricula.feature
Rayxan May 6, 2021
2380cb4
Delete validarMencao.feature
Rayxan May 6, 2021
d936b16
Delete validarStatusAluno.feature
Rayxan May 6, 2021
40ad7e8
Add files via upload
alice7lima May 6, 2021
7b6ccb9
Histórias de usuário comprimidas em um só arquivo e alterações feitas…
Rayxan May 6, 2021
d700c56
Adição dos cenários do cucumber.
alice7lima May 6, 2021
e3ede0d
Delete monitoria.rb
giovana100 May 6, 2021
8d41800
Modificações no arquivo monitoria.rb (parte 2)
giovana100 May 6, 2021
187bef7
Adicionando pdf-reader ao Gemfile
VitorVVO May 6, 2021
82a072b
Delete monitoria_spec.rb
AlvaroLuz May 6, 2021
7adaac9
Add files via upload
AlvaroLuz May 6, 2021
2549df0
Update monitoria_spec.rb
AlvaroLuz May 6, 2021
7814a98
Delete monitoria.rb
VitorVVO May 19, 2021
5f3e1a3
Delete monitoria_spec.rb
giovana100 May 19, 2021
f6fc93b
Commit do monitoria.rb da sprint 3 refatorado
VitorVVO May 19, 2021
049a112
Delete monitorias_controller.rb
Rayxan May 19, 2021
4c5e208
Atualização do monitoria_spec.rb
giovana100 May 19, 2021
ef10bc8
Controller de monitorias atualizada.
Rayxan May 19, 2021
2fd7a42
Delete show.html.haml
Rayxan May 19, 2021
93aeb74
Adição do botão de validação do histórico.
alice7lima May 19, 2021
3daf2fa
Delete Gemfile
alice7lima May 19, 2021
ffc4358
Add files via upload
alice7lima May 19, 2021
f2f4a44
Add files via upload
AlvaroLuz May 19, 2021
85f75d9
Delete Monitoria.html
alice7lima May 20, 2021
d79f5a7
Documentação rdoc do scraping adicionada.
alice7lima May 20, 2021
efc50d6
Delete Monitoria.html
alice7lima May 20, 2021
567ac67
Adição da documentação rdoc dos novos métodos.
alice7lima May 20, 2021
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
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.7.2'

gem 'cycromatic'

# gem to read pdf files
gem 'pdf-reader', '~> 2.4.2'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
# Use postgresql as the database for Active Record
Expand All @@ -27,7 +31,6 @@ gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password
gem 'bcrypt', '~> 3.1.7'

gem 'webdrivers', '~> 4.0'

# Uses HAML templates
gem 'haml'
Expand Down
159 changes: 60 additions & 99 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,43 @@ GIT
GEM
remote: https://rubygems.org/
specs:

abstract_type (0.0.7)
actioncable (5.2.4)
actionpack (= 5.2.4)
actioncable (5.2.5)
actionpack (= 5.2.5)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.4)
actionpack (= 5.2.4)
actionview (= 5.2.4)
activejob (= 5.2.4)
actionmailer (5.2.5)
actionpack (= 5.2.5)
actionview (= 5.2.5)
activejob (= 5.2.5)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.4)
actionview (= 5.2.4)
activesupport (= 5.2.4)
rack (~> 2.0)
actionpack (5.2.5)
actionview (= 5.2.5)
activesupport (= 5.2.5)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.4)
activesupport (= 5.2.4)

actionview (5.2.5)
activesupport (= 5.2.5)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)

activejob (5.2.4)
activesupport (= 5.2.4)
activejob (5.2.5)
activesupport (= 5.2.5)
globalid (>= 0.3.6)
activemodel (5.2.4)
activesupport (= 5.2.4)
activerecord (5.2.4)
activemodel (= 5.2.4)
activesupport (= 5.2.4)
activemodel (5.2.5)
activesupport (= 5.2.5)
activerecord (5.2.5)
activemodel (= 5.2.5)
activesupport (= 5.2.5)
arel (>= 9.0)
activestorage (5.2.4)
actionpack (= 5.2.4)
activerecord (= 5.2.4)
marcel (~> 0.3.1)
activesupport (5.2.4)

activestorage (5.2.5)
actionpack (= 5.2.5)
activerecord (= 5.2.5)
marcel (~> 1.0.0)
activesupport (5.2.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -70,10 +65,8 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
arel (9.0.0)
arrayfields (4.9.2)

ast (2.4.2)
autoprefixer-rails (10.2.4.0)

execjs
bcrypt (3.1.16)
bindex (0.8.1)
Expand Down Expand Up @@ -114,7 +107,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)

concurrent-ruby (1.1.8)
crass (1.0.6)
cucumber (5.3.0)
Expand Down Expand Up @@ -147,7 +139,6 @@ GEM
capybara (>= 2.18, < 4)
cucumber (>= 3.0.2, < 6)
mime-types (~> 3.2)

nokogiri (~> 1.8)
rails (>= 5.0, < 7)
cucumber-rails-training-wheels (1.0.0)
Expand All @@ -174,9 +165,7 @@ GEM
factory_bot (~> 6.1.0)
railties (>= 5.0.0)
fattr (2.4.0)

ffi (1.15.0)

flay (2.12.1)
erubis (~> 2.7.0)
path_expander (~> 1.0)
Expand All @@ -189,9 +178,7 @@ GEM
formatador (0.2.5)
globalid (0.4.2)
activesupport (>= 4.2.0)

guard (2.16.2)

formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand All @@ -215,22 +202,16 @@ GEM
html2haml (>= 1.0.1)
railties (>= 5.1)
hirb (0.7.3)

html2haml (2.2.0)
erubis (~> 2.7.0)
haml (>= 4.0, < 6)
nokogiri (>= 1.6.0)
ruby_parser (~> 3.5)
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.7.0)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
ice_nine (0.11.2)
jbuilder (2.9.1)
activesupport (>= 4.2.0)
jquery-rails (4.3.5)

jbuilder (2.11.2)
activesupport (>= 5.0.0)
jquery-rails (4.4.0)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -242,9 +223,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)

loofah (2.9.0)

crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.8)
Expand All @@ -256,36 +235,30 @@ GEM
fattr (~> 2.2, >= 2.2.0)
map (~> 6.1, >= 6.1.0)
map (6.6.0)
marcel (0.3.3)
mimemagic (~> 0.3.2)
marcel (1.0.0)
method_source (1.0.0)
metric_fu-Saikuro (1.1.3)
middleware (0.1.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0225)
mimemagic (0.3.6)
mini_mime (1.0.2)


mini_portile2 (2.4.0)
minitest (5.13.0)
msgpack (1.3.1)
multi_json (1.14.1)

mini_mime (1.0.3)
mini_portile2 (2.5.0)
minitest (5.14.4)
msgpack (1.4.2)
multi_json (1.15.0)
multi_test (0.1.2)
nenv (0.3.0)
netrc (0.11.0)
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
nio4r (2.5.7)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.19.1)
parser (2.5.3.0)
ast (~> 2.4.0)

parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
path_expander (1.1.0)
pg (1.2.3)
popper_js (1.16.0)
Expand All @@ -305,20 +278,18 @@ GEM
rack-test (1.1.0)
rack (>= 1.0, < 3)
railroady (1.5.3)

rails (5.2.4.5)
actioncable (= 5.2.4.5)
actionmailer (= 5.2.4.5)
actionpack (= 5.2.4.5)
actionview (= 5.2.4.5)
activejob (= 5.2.4.5)
activemodel (= 5.2.4.5)
activerecord (= 5.2.4.5)
activestorage (= 5.2.4.5)
activesupport (= 5.2.4.5)
rails (5.2.5)
actioncable (= 5.2.5)
actionmailer (= 5.2.5)
actionpack (= 5.2.5)
actionview (= 5.2.5)
activejob (= 5.2.5)
activemodel (= 5.2.5)
activerecord (= 5.2.5)
activestorage (= 5.2.5)
activesupport (= 5.2.5)
bundler (>= 1.3.0)
railties (= 5.2.4.5)

railties (= 5.2.5)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
Expand All @@ -337,18 +308,16 @@ GEM
json
require_all (~> 3.0)
ruby-progressbar

railties (5.2.4.5)
actionpack (= 5.2.4.5)
activesupport (= 5.2.4.5)
railties (5.2.5)
actionpack (= 5.2.5)
activesupport (= 5.2.5)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (13.0.3)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)

ffi (~> 1.0)
redcard (1.1.0)
reek (6.0.3)
Expand Down Expand Up @@ -383,9 +352,7 @@ GEM
rspec-support (3.10.2)
ruby-progressbar (1.11.0)
ruby_dep (1.5.0)

ruby_parser (3.15.1)

sexp_processor (~> 4.9)
rubyzip (2.3.0)
sass (3.7.4)
Expand Down Expand Up @@ -447,22 +414,18 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)


webdrivers (4.1.3)
webdrivers (4.6.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (>= 3.0, < 4.0)
websocket-driver (0.7.1)


websocket-driver (0.7.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)

PLATFORMS
x86_64-linux
ruby

DEPENDENCIES
bcrypt (~> 3.1.7)
Expand Down Expand Up @@ -499,12 +462,10 @@ DEPENDENCIES
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)

webdrivers (~> 4.0)

webdrivers

RUBY VERSION
ruby 2.7.2p137

BUNDLED WITH
2.2.9
2.1.4
Loading