This repository was archived by the owner on Aug 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Yaml everywhere #3
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
fc06bf0
added groups capability
5416996
groups
766076b
changed endpoints and the json returned
6bbc162
initial commit of this branch, started adding endpoints + yaml files
fef8756
core functionality done
6a72436
core functionality done
df1ccc3
functionality done
d87c079
changes
d710520
deleting old stuff
b42b964
removed token stuff
9646f9f
removed .env package
b4aaece
remove stores
narendasan 22681af
paths
narendasan b7cbe82
author
narendasan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,4 @@ | ||
| node_modules/ | ||
| .env | ||
| node_modules | ||
| .yaml | ||
| store |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,18 @@ | ||
| { | ||
| "name": "groot-groups-service", | ||
| "version": "1.0.0", | ||
| "description": "service to serve acm group information", | ||
| "description": "a service to serve acm group information", | ||
| "main": "server.js", | ||
| "scripts": { | ||
| "test": "echo \"no test\"" | ||
| "test": "echo \"no tests\"" | ||
| }, | ||
| "author": "ish", | ||
| "author": "ACM@UIUC", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "express": "^4.14.0" | ||
| "body-parser": "^1.15.2", | ||
| "express": "^4.14.0", | ||
| "js-yaml": "^3.7.0", | ||
| "jsonfile": "^2.4.0", | ||
| "request": "^2.78.0" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update author and licensing