Commit Graph

  • 0fe1c44 (HEAD -> master) Test driven development. (#41) by Eric Lang 2021-11-07 15:20:20 -0500
  • 14f2825 (refs/pull/41/head) oops by Eric Lang 2021-07-22 22:40:29 -0400
  • fbe13a1 tried to do some stuff to get mocha working. by Eric Lang 2021-07-22 21:34:44 -0400
  • 1f631b0 make run.sh runnable. by Eric Lang 2021-07-22 20:23:23 -0400
  • 5d70711 Test driven development. by Eric Lang 2021-07-22 19:30:18 -0400
  • 3dfe440 Dockerfile added and readme updated (#40) by Kevin Assogba 2020-03-01 21:24:48 -0500
  • 689ffb8 (refs/pull/40/head) Merge branch 'master' into master by Kevin Assogba 2020-03-01 19:05:50 -0500
  • b8048b4 Update docker-compose.yml by Kevin Assogba 2020-03-01 18:57:20 -0500
  • b9fa500 Update Dockerfile by Kevin Assogba 2020-03-01 18:56:07 -0500
  • 5f894d9 docker-compose file uploaded for single command deployment by 10eMyrT 2020-02-09 09:55:19 -0500
  • e59dc35 Dockerfile added and README updated by 10eMyrT 2020-02-09 02:04:05 -0500
  • e97c6f3 Dockerfile added and README updated by 10eMyrT 2020-02-09 01:53:02 -0500
  • e0369a2 Authenticated requests working (#39) by Kevin Assogba 2020-02-08 17:49:18 -0500
  • 463ae3a (repositoryPage) added temporary changes like repository heat map by jrtechs 2020-02-08 16:52:39 -0500
  • a20dcbb (refs/pull/39/head) authentified requests working with got by 10eMyrT 2020-02-08 16:35:47 -0500
  • d3724f8 Update of README for more details (#36) by Kevin Assogba 2020-02-08 11:08:21 -0500
  • e8b21fd (refs/pull/36/head) Updated README for more details by 10eMyrT 2020-02-07 18:34:25 -0500
  • 6e535d0 Updated README for more details by 10eMyrT 2020-02-07 18:33:07 -0500
  • fcf2d6d Updated README for more details by 10eMyrT 2020-02-07 18:27:16 -0500
  • 4645f7e Updated README for more details by 10eMyrT 2020-02-07 18:24:14 -0500
  • bc49ff1 Updated README for more details by 10eMyrT 2020-02-07 18:21:03 -0500
  • a232882 Set up repo in preparation for front end rework (#33) by Peter Morgan 2020-01-06 07:25:16 -0700
  • 9a7f206 (refs/pull/33/head) Set up repo in preparation for front end rework by Peter Morgan 2020-01-04 18:35:00 -0700
  • f73aaed Created api route for commits on a repository. by jrtechs 2020-01-01 19:06:46 -0500
  • 08e332f Updated readme.md with API reference (#32) by Peter Morgan 2019-12-31 07:46:41 -0700
  • 71bfeb4 (refs/pull/32/head) Updated readme by Peter Morgan 2019-12-30 20:50:10 -0700
  • 490ff17 Removed "/<username>/orgs" URL from readme by Peter Morgan 2019-12-30 20:19:45 -0700
  • 0a164cc Changed from table to list by Peter Morgan 2019-12-30 14:58:18 -0700
  • 0ae467a Updated readme.md with API reference by Peter Morgan 2019-12-30 14:53:57 -0700
  • 246c8ee API Rework (#28) by Peter Morgan 2019-12-29 07:33:31 -0700
  • e47f050 (refs/pull/28/head) Made some spacing and line break changes by Peter Morgan 2019-12-28 22:21:53 -0700
  • 4cb0c76 Refactored copyWithProperties() by Peter Morgan 2019-12-28 22:17:51 -0700
  • 16d94f6 Refactored /org/repositories/:name route by Peter Morgan 2019-12-28 22:13:47 -0700
  • 31d8655 Refactored /repositories/:name route by Peter Morgan 2019-12-28 22:08:29 -0700
  • eed5f5a Refactored minimizeRepositories() by Peter Morgan 2019-12-28 22:06:20 -0700
  • 7966131 Refactored queryRepositories() by Peter Morgan 2019-12-28 22:04:03 -0700
  • bb5eef7 Refactored /org/users/:name route and getOrganizationMembers() by Peter Morgan 2019-12-28 21:58:23 -0700
  • 2f394ae Refactored minimizeFriends() by Peter Morgan 2019-12-28 20:48:47 -0700
  • 197d5ab Refactored queryFriends() by Peter Morgan 2019-12-28 20:40:55 -0700
  • add6b82 Renamed old api routes file by Peter Morgan 2019-12-28 18:51:56 -0700
  • dc4d30e Merge pull request #27 from jrtechs/performance-improvements by Jeffery Russell 2019-12-28 14:44:27 -0500
  • 2688316 (refs/pull/27/head, performance-improvements) Improved caching and performance for organization members api calls. by jrtechs 2019-12-28 14:41:19 -0500
  • 7c4890b Updated org repositories to use new minimized cached system on API. by jrtechs 2019-12-28 14:24:26 -0500
  • 031a234 Created new route for fetching all user repositories and minimizes/cahces the json results (closes #26) by jrtechs 2019-12-28 13:20:00 -0500
  • 6184994 Switched ids on the graph to use usernames instead because of inconsistencies of the id property in github API. by jrtechs 2019-12-28 11:52:24 -0500
  • a50c999 Merge pull request #25 from jrtechs/friends-graph-improvement by Jeffery Russell 2019-12-28 09:16:31 -0500
  • b84536b (refs/pull/25/head) Minimized the json being stored and transmitted for the friends. by jrtechs 2019-12-27 20:40:59 -0500
  • ec58edd Merge pull request #24 from PeterMorganGH/patch-1 by Jeffery Russell 2019-12-27 15:15:40 -0500
  • 1aac397 Updated the front end to use the new friends backend api route by jrtechs 2019-12-27 15:10:42 -0500
  • 7136f72 (refs/pull/24/head) Update profileGen.js by Peter Morgan 2019-12-27 14:54:55 -0500
  • 8aac54d Improved pagination by setting return size to 100 rather than default 20. Improved friend api structure. by jrtechs 2019-12-27 13:49:27 -0500
  • c6be51f Added route in backend to fetch all friends(followers and following). by jrtechs 2019-12-26 21:36:27 -0500
  • 7322a2b Merge pull request #18 from PeterMorganGH/master by Jeffery Russell 2019-12-23 21:41:19 -0500
  • ba274af (refs/pull/18/head) Updated readme by Peter Morgan 2019-12-23 18:11:56 -0500
  • 5004c78 Updated .gitingore and Readme.md for using .env by Peter Morgan 2019-12-23 16:54:05 -0500
  • 9258bfd Removed fileIO.js by Peter Morgan 2019-12-23 16:47:46 -0500
  • 10effd6 Removed old config files by Peter Morgan 2019-12-23 16:45:59 -0500
  • 3c74fe5 Implement dotenv and fixed express deprecation errors by Peter Morgan 2019-12-23 16:43:03 -0500
  • 19be97c Add dotenv to package.json by Peter Morgan 2019-12-23 16:42:20 -0500
  • 674dda1 Reformatted index.js by Peter Morgan 2019-12-23 16:30:18 -0500
  • 30e0f88 Merge pull request #17 from PeterMorganGH/master by Jeffery Russell 2019-12-23 09:03:11 -0500
  • 9361ab9 (refs/pull/17/head) Reorganized style.css by Peter Morgan 2019-12-22 14:59:30 -0500
  • 42c5ced Fixed spacing inconsistencies by Peter Morgan 2019-12-22 14:54:48 -0500
  • a626633 Added Regular Expression check for user.blog value by Peter Morgan 2019-12-20 11:42:25 -0700
  • 27be3c0 Merge pull request #15 from jrtechs/config-and-link-fixes by Jeffery Russell 2019-12-12 20:07:45 -0500
  • 6897454 (refs/pull/15/head, config-and-link-fixes) Fixed link of orgs to redirect to the internal websites organization view rather than the orgs github. by jrtechs 2019-12-12 20:04:35 -0500
  • 76b8182 Changed link from GH api to the actual repository (closes #6) by jrtechs 2019-12-12 19:59:13 -0500
  • 5edacf0 Fixed config to contain user-filler which is necessary for auth with github api. by jrtechs 2019-12-12 19:52:27 -0500
  • f80d438 Merge pull request #11 from soroushahrari/master by Jeffery Russell 2019-11-02 17:30:34 -0400
  • d0178d0 Merge pull request #10 from felipebrunetti94/fiz/remove-package-lock-file by Jeffery Russell 2019-11-02 17:03:43 -0400
  • 7ef31b9 (refs/pull/10/head) fix: package-lock.json by felipebrunetti94 2019-11-01 10:51:36 -0300
  • d428b03 (refs/pull/11/head) Issue #5 fixed by Soroush 2019-11-01 17:07:32 +0330
  • d7228d8 fix(gitignore): remove package-lock by felipebrunetti94 2019-11-01 10:25:30 -0300
  • 7cf35a6 Merge pull request #4 from pepas24/improvement/ui-redesign by Jeffery Russell 2019-10-30 09:49:15 -0400
  • 092319c (refs/pull/4/head) Redesign 404 page by Sebastian Gutierrez 2019-10-29 23:26:42 -0500
  • ab063c6 Redesign about page by Sebastian Gutierrez 2019-10-29 23:19:22 -0500
  • 5dc958c Redesign organization chart page by Sebastian Gutierrez 2019-10-29 22:17:03 -0500
  • 4064a80 Redesign timeline graph page by Sebastian Gutierrez 2019-10-29 13:43:05 -0500
  • 0472b7e Redesign friends graph page by Sebastian Gutierrez 2019-10-25 17:07:14 -0500
  • 9fafdb0 Add active style to navbar by Sebastian Gutierrez 2019-10-24 21:12:24 -0500
  • fb6ec2b Redesign graph generator page by Sebastian Gutierrez 2019-10-24 20:48:55 -0500
  • 3e12dfe Add new navbar to all pages by Sebastian Gutierrez 2019-10-24 16:14:30 -0500
  • 0cbfede Redesign home page by Sebastian Gutierrez 2019-10-24 16:14:15 -0500
  • f3485a6 Removed redundant code in the org page. by jrtechs 2019-03-02 12:59:15 -0500
  • 34c9e1c Minor performance improvements. by jrtechs 2019-03-02 12:39:13 -0500
  • 83f61af (tag: 1.0.0) Merge remote-tracking branch 'origin/master' by jrtechs 2019-02-17 09:59:10 -0500
  • 7d801e7 Created systemd run script for application. by jrtechs 2019-02-17 09:59:04 -0500
  • 00836a8 Merge branch 'master' of https://github.com/jrtechs/github-graphs by CetaceanNation 2019-02-17 09:58:33 -0500
  • b979f9f Update with final image for carousel by CetaceanNation 2019-02-17 09:58:07 -0500
  • 9804a6a Merge remote-tracking branch 'origin/master' by jrtechs 2019-02-17 09:19:37 -0500
  • 8f90526 Updated org preview to include the org's image. by jrtechs 2019-02-17 09:19:30 -0500
  • af2e113 Merge branch 'master' of github.com:jrtechs/github-graphs by Bryce Murphy 2019-02-17 08:58:20 -0500
  • 7ba4d5e padding and link by Bryce Murphy 2019-02-17 08:58:13 -0500
  • a1035f4 Created default enter actions for the text boxes on the graphs page. by jrtechs 2019-02-17 08:56:33 -0500
  • 2bae794 Fixed errors with orgs table and timeline table displaying null for homepage. by jrtechs 2019-02-17 08:39:44 -0500
  • 1405bca Created more robust checks for if the organizations exists. by jrtechs 2019-02-17 08:28:32 -0500
  • a84b605 Merge branch 'master' of github.com:jrtechs/github-graphs by Bryce Murphy 2019-02-17 08:14:02 -0500
  • ef41555 the ol iron by Bryce Murphy 2019-02-17 08:09:15 -0500
  • 9a8e7e2 Merge branch 'master' of github.com:jrtechs/github-graphs by Bryce Murphy 2019-02-17 07:36:01 -0500
  • 978dcb7 Merge branch 'master' of https://github.com/jrtechs/github-graphs by CetaceanNation 2019-02-17 07:35:55 -0500