Jeffery Russell
|
8738b426ce
|
Feature/gh api deprecation (#42)
* Updated jquery version
* Updated docker image to run basic node image, fixed GH deprecated authentication method
|
1 day ago |
Kevin Assogba
|
e0369a2ef2
|
Authenticated requests working (#39)
Authenticated requests working with got
|
6 years ago |
Peter Morgan
|
a232882774
|
Set up repo in preparation for front end rework (#33)
|
6 years ago |
Peter Morgan
|
246c8eef3f
|
API Rework (#28)
API refactor
|
6 years ago |
jrtechs
|
2688316b5e
|
Improved caching and performance for organization members api calls.
|
6 years ago |
jrtechs
|
7c4890b23a
|
Updated org repositories to use new minimized cached system on API.
|
6 years ago |
jrtechs
|
031a234770
|
Created new route for fetching all user repositories and minimizes/cahces the json results (closes #26)
|
6 years ago |
jrtechs
|
61849949b8
|
Switched ids on the graph to use usernames instead because of inconsistencies of the id property in github API.
|
6 years ago |
jrtechs
|
b84536b5bc
|
Minimized the json being stored and transmitted for the friends.
|
6 years ago |
jrtechs
|
8aac54d458
|
Improved pagination by setting return size to 100 rather than default 20. Improved friend api structure.
|
6 years ago |
jrtechs
|
c6be51f15f
|
Added route in backend to fetch all friends(followers and following).
|
6 years ago |
Peter Morgan
|
3c74fe5734
|
Implement dotenv and fixed express deprecation errors
|
6 years ago |
jrtechs
|
34c9e1c11f
|
Minor performance improvements.
|
7 years ago |
Jeffery Russell
|
7d801e7ca6
|
Created systemd run script for application.
|
7 years ago |
Jeffery Russell
|
dc23245529
|
Memory improvements to the project.
|
7 years ago |
Jeffery Russell
|
13662bc755
|
hot fix
|
7 years ago |
Jeffery Russell
|
ec3712685d
|
Improved security of web server.
|
7 years ago |
Jeffery Russell
|
4be1968ae2
|
Fixed issues where the api was not pulling all of the github followers.
|
7 years ago |
Jeffery Russell
|
648625128f
|
Fixed error with promise error rejection.
|
7 years ago |
Jeffery Russell
|
78cf78a13f
|
Got the base graph functionality working.
|
7 years ago |
Jeffery Russell
|
85f58dec6a
|
Cached responses on the server to prevent overloading our api limit.
|
7 years ago |
Jeffery Russell
|
70e9222adf
|
Got github's api to work by passing it through out backend.
|
7 years ago |