Peter Morgan
|
31d865526e
|
Refactored /repositories/:name route
|
4 years ago |
Peter Morgan
|
eed5f5af68
|
Refactored minimizeRepositories()
|
4 years ago |
Peter Morgan
|
7966131582
|
Refactored queryRepositories()
|
4 years ago |
Peter Morgan
|
bb5eef73d4
|
Refactored /org/users/:name route and getOrganizationMembers()
|
4 years ago |
Peter Morgan
|
2f394aefd6
|
Refactored minimizeFriends()
|
4 years ago |
Peter Morgan
|
197d5ab274
|
Refactored queryFriends()
|
4 years ago |
Peter Morgan
|
add6b82e78
|
Renamed old api routes file
|
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 |
jrtechs
|
b84536b5bc
|
Minimized the json being stored and transmitted for the friends.
|
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 |
Peter Morgan
|
3c74fe5734
|
Implement dotenv and fixed express deprecation errors
|
4 years ago |
Peter Morgan
|
674dda1ecf
|
Reformatted index.js
|
4 years ago |
jrtechs
|
34c9e1c11f
|
Minor performance improvements.
|
5 years ago |
Jeffery Russell
|
7d801e7ca6
|
Created systemd run script for application.
|
5 years ago |
Jeffery Russell
|
dc23245529
|
Memory improvements to the project.
|
5 years ago |
Jeffery Russell
|
13662bc755
|
hot fix
|
5 years ago |
Jeffery Russell
|
ec3712685d
|
Improved security of web server.
|
5 years ago |
Jeffery Russell
|
4be1968ae2
|
Fixed issues where the api was not pulling all of the github followers.
|
5 years ago |
Jeffery Russell
|
648625128f
|
Fixed error with promise error rejection.
|
5 years ago |
Jeffery Russell
|
78cf78a13f
|
Got the base graph functionality working.
|
5 years ago |
Jeffery Russell
|
85f58dec6a
|
Cached responses on the server to prevent overloading our api limit.
|
5 years ago |
Jeffery Russell
|
70e9222adf
|
Got github's api to work by passing it through out backend.
|
5 years ago |