Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
ede709d
add Dockerfile & docker-compose.yaml
vieirin Oct 22, 2020
ab955c4
finnaly running rake
vieirin Oct 24, 2020
b9c368d
remove initdb
vieirin Oct 24, 2020
d756639
now rails is running
vieirin Oct 24, 2020
430b294
change compose command
vieirin Oct 25, 2020
0b27a11
Implementado cucumber da feature #11
vieirin Oct 29, 2020
4b77f6d
Implementado cumcumber da feature #8
joaoviktor22 Oct 29, 2020
87a5d56
Merge remote-tracking branch 'origin/master'
joaoviktor22 Oct 29, 2020
ebf9f55
Implementado cucumber da feature #8
joaoviktor22 Oct 29, 2020
a834640
Merge remote-tracking branch 'origin/master'
joaoviktor22 Oct 29, 2020
a1c1967
Implementado cumcumber da feature #9
Oct 29, 2020
dff6a08
Create ver_processos_por_pessoa.feature
rafaelmdalmoro Oct 30, 2020
d338f13
Merge branch 'master' of https://github.com/vieiramanoel/secretaria_ppgi
Oct 30, 2020
f9487c2
Update ver_processos_por_pessoa.feature
rafaelmdalmoro Oct 30, 2020
f973ad0
Readme e stepDefinitions
rafaelmdalmoro Oct 31, 2020
fb2f9e5
Finalização do MD
rafaelmdalmoro Oct 31, 2020
a6c851a
Rsteps Feature #13
rafaelmdalmoro Oct 31, 2020
6977383
Implementando RSpec da feature #8
joaoviktor22 Nov 15, 2020
812bc25
Added models from MER
vieirin Nov 15, 2020
44f6e5d
Merge branch 'master' of github.com:vieiramanoel/secretaria_ppgi into…
vieirin Nov 15, 2020
ff99599
Implementando migrate da feature #8
joaoviktor22 Nov 16, 2020
83fb6dd
New migrations and seed file
vieirin Nov 16, 2020
b8aafb8
Implementando RSpec da feature #8
joaoviktor22 Nov 16, 2020
67f476e
Implementando RSpec e Migrate feature #8
joaoviktor22 Nov 16, 2020
7412614
Question and Question Topic model
rafaelmdalmoro Nov 16, 2020
c500e62
WikiEntry and WikiEntryComment Models
rafaelmdalmoro Nov 16, 2020
b4cbe77
Atualizando RSpec e Migrate de Processo e ProcessStatus
joaoviktor22 Nov 16, 2020
f9121a7
Activity_Type models
joaoviktor22 Nov 16, 2020
f1e452e
spec models (Wiki, WikiEntry, Question and QuestionTopic)
rafaelmdalmoro Nov 16, 2020
59f9852
Add last tables from MER
vieirin Nov 16, 2020
a4e9d71
Merge branch 'master' of github.com:vieiramanoel/secretaria_ppgi into…
vieirin Nov 16, 2020
61c0034
WikiEntry e WikiEntryComment migrate
joaoviktor22 Nov 16, 2020
42775de
Wiki models correction
rafaelmdalmoro Nov 16, 2020
c00f65f
Merge remote-tracking branch 'origin/master'
joaoviktor22 Nov 16, 2020
cb31049
Merge branch 'master' into sprint_2
vieirin Nov 16, 2020
7050e31
test request_type with rspec
vieirin Nov 16, 2020
3fdfeaf
basic process controller working
vieirin Nov 23, 2020
dfee753
Reload page on creation
vieirin Nov 24, 2020
b847843
add document binary and status label
vieirin Nov 27, 2020
89cca99
add new show view
vieirin Nov 27, 2020
a82c80d
Add upload box with multiple files and css
vieirin Dec 3, 2020
e021502
ProcessStatusController
joaoviktor22 Dec 4, 2020
778f184
Cucumber Anexar Arquivos
joaoviktor22 Dec 4, 2020
8ae643a
add process tests and fix process_status tests
vieirin Dec 4, 2020
6637153
add tests for #12
vieirin Dec 4, 2020
c5f1a1d
added code metrics
vieirin Dec 4, 2020
ac3ad45
add simplecov gem
vieirin Dec 4, 2020
c525ed8
metrics for tests
vieirin Dec 4, 2020
372365f
refactor process_controller methods to reduce smells
vieirin Dec 4, 2020
e78498f
remove doc and tmp from git
vieirin Dec 4, 2020
62da287
created attach
vieirin Dec 5, 2020
ee42002
Attach document to process. closes #11
vieirin Dec 5, 2020
2890926
add rdoc str
vieirin Dec 5, 2020
da91145
add tests to attach files
vieirin Dec 5, 2020
e16b71f
last commit with rails code
vieirin Dec 5, 2020
8e284c5
running instructions added
vieirin Dec 5, 2020
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
8 changes: 8 additions & 0 deletions .idea/.generators

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/.rakeTasks

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions .idea/dataSources.local.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading