Kevin Assogba
|
3dfe4404ef
|
Dockerfile added and readme updated (#40)
Added a docker-compose script for running and updated readme file. Closes (#14, #35)
|
4 years ago |
Kevin Assogba
|
e0369a2ef2
|
Authenticated requests working (#39)
Authenticated requests working with got
|
4 years ago |
Kevin Assogba
|
d3724f8b3c
|
Update of README for more details (#36)
Updated README with more details
|
4 years ago |
Peter Morgan
|
a232882774
|
Set up repo in preparation for front end rework (#33)
|
4 years ago |
Peter Morgan
|
08e332f1c8
|
Updated readme.md with API reference (#32)
Updated readme.md with API reference
|
4 years ago |
Peter Morgan
|
246c8eef3f
|
API Rework (#28)
API refactor
|
4 years ago |
Jeffery Russell
|
dc4d30ef98
|
Merge pull request #27 from jrtechs/performance-improvements
Performance Improvements
|
4 years ago |
jrtechs
|
2688316b5e
|
Improved caching and performance for organization members api calls.
|
4 years ago |
jrtechs
|
7c4890b23a
|
Updated org repositories to use new minimized cached system on API.
|
4 years ago |
jrtechs
|
031a234770
|
Created new route for fetching all user repositories and minimizes/cahces the json results (closes #26)
|
4 years ago |
jrtechs
|
61849949b8
|
Switched ids on the graph to use usernames instead because of inconsistencies of the id property in github API.
|
4 years ago |
Jeffery Russell
|
a50c999e4d
|
Merge pull request #25 from jrtechs/friends-graph-improvement
Friends Graph Efficiency Improvement (Closes #20)
|
4 years ago |
jrtechs
|
b84536b5bc
|
Minimized the json being stored and transmitted for the friends.
|
4 years ago |
Jeffery Russell
|
ec58edd2bf
|
Merge pull request #24 from PeterMorganGH/patch-1
Fixed null name case.
|
4 years ago |
jrtechs
|
1aac397daa
|
Updated the front end to use the new friends backend api route
|
4 years ago |
Peter Morgan
|
7136f7271a
|
Update profileGen.js
|
4 years ago |
jrtechs
|
8aac54d458
|
Improved pagination by setting return size to 100 rather than default 20. Improved friend api structure.
|
4 years ago |
jrtechs
|
c6be51f15f
|
Added route in backend to fetch all friends(followers and following).
|
4 years ago |
Jeffery Russell
|
7322a2b98d
|
Merge pull request #18 from PeterMorganGH/master
Put configurations in a .env file (Closes #7)
|
4 years ago |
Peter Morgan
|
ba274af5fb
|
Updated readme
|
4 years ago |
Peter Morgan
|
5004c78ee6
|
Updated .gitingore and Readme.md for using .env
|
4 years ago |
Peter Morgan
|
9258bfdf13
|
Removed fileIO.js
|
4 years ago |
Peter Morgan
|
10effd6887
|
Removed old config files
|
4 years ago |
Peter Morgan
|
3c74fe5734
|
Implement dotenv and fixed express deprecation errors
|
4 years ago |
Peter Morgan
|
19be97c4f5
|
Add dotenv to package.json
|
4 years ago |
Peter Morgan
|
674dda1ecf
|
Reformatted index.js
|
4 years ago |
Jeffery Russell
|
30e0f88dc5
|
Merge pull request #17 from PeterMorganGH/master
Added Regular Expression check for user.blog value
|
4 years ago |
Peter Morgan
|
9361ab9203
|
Reorganized style.css
|
4 years ago |
Peter Morgan
|
42c5ced6e7
|
Fixed spacing inconsistencies
|
4 years ago |
Peter Morgan
|
a626633c2e
|
Added Regular Expression check for user.blog value
|
4 years ago |
Jeffery Russell
|
27be3c07ac
|
Merge pull request #15 from jrtechs/config-and-link-fixes
Config and link fixes (Closes #6 #12)
|
4 years ago |
jrtechs
|
6897454a7b
|
Fixed link of orgs to redirect to the internal websites organization view rather than the orgs github.
|
4 years ago |
jrtechs
|
76b818249a
|
Changed link from GH api to the actual repository (closes #6)
|
4 years ago |
jrtechs
|
5edacf076e
|
Fixed config to contain user-filler which is necessary for auth with github api.
|
4 years ago |
Jeffery Russell
|
f80d43853c
|
Merge pull request #11 from soroushahrari/master
Closes #5 fixed:Add case for when `languages` returns null
|
5 years ago |
Jeffery Russell
|
d0178d0967
|
Merge pull request #10 from felipebrunetti94/fiz/remove-package-lock-file
fix(gitignore): remove package-lock (closes #8)
|
5 years ago |
felipebrunetti94
|
7ef31b9a79
|
fix: package-lock.json
|
5 years ago |
Soroush
|
d428b03c4c
|
Issue #5 fixed
|
5 years ago |
felipebrunetti94
|
d7228d8a4e
|
fix(gitignore): remove package-lock
- deleted package-lock file
- package-lock file to gitignore
|
5 years ago |
Jeffery Russell
|
7cf35a659f
|
Merge pull request #4 from pepas24/improvement/ui-redesign
Major Redesign the UI
|
5 years ago |
Sebastian Gutierrez
|
092319c933
|
Redesign 404 page
|
5 years ago |
Sebastian Gutierrez
|
ab063c6062
|
Redesign about page
|
5 years ago |
Sebastian Gutierrez
|
5dc958c2f2
|
Redesign organization chart page
|
5 years ago |
Sebastian Gutierrez
|
4064a80aa5
|
Redesign timeline graph page
|
5 years ago |
Sebastian Gutierrez
|
0472b7eb65
|
Redesign friends graph page
|
5 years ago |
Sebastian Gutierrez
|
9fafdb0d46
|
Add active style to navbar
|
5 years ago |
Sebastian Gutierrez
|
fb6ec2bf51
|
Redesign graph generator page
|
5 years ago |
Sebastian Gutierrez
|
3e12dfe6bf
|
Add new navbar to all pages
|
5 years ago |
Sebastian Gutierrez
|
0cbfede03f
|
Redesign home page
|
5 years ago |
jrtechs
|
f3485a638b
|
Removed redundant code in the org page.
|
5 years ago |