-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add categoryScore Model #58
Add categoryScore Model #58
Commits on Jul 23, 2022
-
Fetching and using the bearer token
Every time I want to start up this project, I spend 30 or so minutes figuring out authorization. Instead, I figured it would be easier to put an example in the documentation to cut setup time and enable more commits in the future!
Configuration menu - View commit details
-
Copy full SHA for 8c3b8a3 - Browse repository at this point
Copy the full SHA 8c3b8a3View commit details -
Postman is an invaluable resource for new developers on this api. Having a pre-configured json file for postman will allow developers to understand exactly what a request looks like, and how they can make that request. Another option would be to host that json config file somewhere in this repo, so that we can make updates as we develop new endpoints.
Configuration menu - View commit details
-
Copy full SHA for 4891453 - Browse repository at this point
Copy the full SHA 4891453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76ba7bd - Browse repository at this point
Copy the full SHA 76ba7bdView commit details
Commits on Sep 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for af15826 - Browse repository at this point
Copy the full SHA af15826View commit details
Commits on Sep 22, 2022
-
Merge pull request makeopensource#3 from makeopensource/remove-ds-store
Delete .DS_Store
Configuration menu - View commit details
-
Copy full SHA for 4835cf9 - Browse repository at this point
Copy the full SHA 4835cf9View commit details
Commits on Sep 28, 2022
-
Added non-implemented schema members
* Added a menu for the schema members * Added comments for new members * I suggest we replace comments with types, since "foreign key" seems easier to follow
Configuration menu - View commit details
-
Copy full SHA for 9a379cc - Browse repository at this point
Copy the full SHA 9a379ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for f94bfb5 - Browse repository at this point
Copy the full SHA f94bfb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5284c0 - Browse repository at this point
Copy the full SHA c5284c0View commit details -
Merge pull request makeopensource#5 from emilkovacev/master
Updated Schema Documentation
Configuration menu - View commit details
-
Copy full SHA for 01e41dc - Browse repository at this point
Copy the full SHA 01e41dcView commit details -
Merge pull request #1 from emilkovacev/postman-setup-docs
Postman Setup Docs
Configuration menu - View commit details
-
Copy full SHA for e65a160 - Browse repository at this point
Copy the full SHA e65a160View commit details -
Merge pull request #2 from emilkovacev/setup-auth-docs
Fetching and using the bearer token
Configuration menu - View commit details
-
Copy full SHA for 086614b - Browse repository at this point
Copy the full SHA 086614bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a18285 - Browse repository at this point
Copy the full SHA 1a18285View commit details -
Merge pull request makeopensource#6 from makeopensource/documentation
Minor updates to the schema
Configuration menu - View commit details
-
Copy full SHA for b4200ef - Browse repository at this point
Copy the full SHA b4200efView commit details
Commits on Oct 5, 2022
-
[Dependencies] Update deps to resolve vulns
This resolves all vulnerabilities reported by `npm audit`, including the breaking change to `passport` from `^0.4.1` to `^0.6.0`. All tests still pass with these updates. Fixes makeopensource#15
Configuration menu - View commit details
-
Copy full SHA for e451fba - Browse repository at this point
Copy the full SHA e451fbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1e5c9a - Browse repository at this point
Copy the full SHA a1e5c9aView commit details
Commits on Oct 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c811186 - Browse repository at this point
Copy the full SHA c811186View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fe5c18 - Browse repository at this point
Copy the full SHA 7fe5c18View commit details -
Merge pull request makeopensource#16 from WeirdAlex03/WeirdAlex03/iss…
…ue15 [Dependencies] Update deps to resolve vulns
Configuration menu - View commit details
-
Copy full SHA for cd05c24 - Browse repository at this point
Copy the full SHA cd05c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77d57c0 - Browse repository at this point
Copy the full SHA 77d57c0View commit details -
Bump passport-saml from 3.2.1 to 3.2.2
Bumps [passport-saml](https://github.com/node-saml/passport-saml) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/node-saml/passport-saml/releases) - [Changelog](https://github.com/node-saml/passport-saml/blob/master/CHANGELOG.md) - [Commits](node-saml/passport-saml@v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: passport-saml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15deaab - Browse repository at this point
Copy the full SHA 15deaabView commit details -
ci(GH Actions): Initial basic build & test
Pretty much just default Node.js config, just changed to only run on PRs (instead of pushes and PRs targetting "master")
Configuration menu - View commit details
-
Copy full SHA for 6e078f5 - Browse repository at this point
Copy the full SHA 6e078f5View commit details -
ci(GH Actions): Remove Node v14 from tests
package.json defines requirement node >= 16
Configuration menu - View commit details
-
Copy full SHA for ab6cf9e - Browse repository at this point
Copy the full SHA ab6cf9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1445e1 - Browse repository at this point
Copy the full SHA e1445e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9220a68 - Browse repository at this point
Copy the full SHA 9220a68View commit details -
ci(GH Actions): Add Docker setup to build and test
No idea if this will Just Work (TM), but I guess we'll find out soon!
Configuration menu - View commit details
-
Copy full SHA for 43fcf4b - Browse repository at this point
Copy the full SHA 43fcf4bView commit details -
ci(GH Actions): Edit docker run command
GH concats it all into one line so escaping the line breaks isnt needed
Configuration menu - View commit details
-
Copy full SHA for cb5c42a - Browse repository at this point
Copy the full SHA cb5c42aView commit details
Commits on Oct 13, 2022
-
ci(GH Actions): Separate test, add annotations
This uses incorporates mattallty/jest-github-action to add annotations in the test files on the failing tests, making it easier to identify the problems
Configuration menu - View commit details
-
Copy full SHA for 0f47927 - Browse repository at this point
Copy the full SHA 0f47927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02d5519 - Browse repository at this point
Copy the full SHA 02d5519View commit details
Commits on Oct 14, 2022
-
ci(GH Actions): Restructure actions into one file
Test and Format now rely on Build, reducing duplicate code (if this works the way I think it will)
Configuration menu - View commit details
-
Copy full SHA for e675f11 - Browse repository at this point
Copy the full SHA e675f11View commit details -
ci(GH Actions): Fix actions again
Last commit: > Test and Format now rely on Build, reducing duplicate code > (if this works the way I think it will) It did not. They're still unique environments, so it still has to be set up for each action
Configuration menu - View commit details
-
Copy full SHA for a2624cf - Browse repository at this point
Copy the full SHA a2624cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16e4c42 - Browse repository at this point
Copy the full SHA 16e4c42View commit details -
test(GH Actions): Ex. of failing test, formatting
Intentionally failing a test and messing up file formatting to see how the actions deal with that
Configuration menu - View commit details
-
Copy full SHA for ddc6ce6 - Browse repository at this point
Copy the full SHA ddc6ce6View commit details
Commits on Oct 17, 2022
-
Bump @xmldom/xmldom from 0.7.5 to 0.7.6
Bumps [@xmldom/xmldom](https://github.com/xmldom/xmldom) from 0.7.5 to 0.7.6. - [Release notes](https://github.com/xmldom/xmldom/releases) - [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md) - [Commits](xmldom/xmldom@0.7.5...0.7.6) --- updated-dependencies: - dependency-name: "@xmldom/xmldom" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 810bf9a - Browse repository at this point
Copy the full SHA 810bf9aView commit details
Commits on Oct 19, 2022
-
Merge pull request makeopensource#25 from makeopensource/dependabot/n…
…pm_and_yarn/xmldom/xmldom-0.7.6 Bump @xmldom/xmldom from 0.7.5 to 0.7.6
Configuration menu - View commit details
-
Copy full SHA for eeb7386 - Browse repository at this point
Copy the full SHA eeb7386View commit details -
Merge pull request makeopensource#19 from WeirdAlex03/WeirdAlex03/iss…
…ue18 [Documentation] Fix project referred to as example
Configuration menu - View commit details
-
Copy full SHA for fe8665d - Browse repository at this point
Copy the full SHA fe8665dView commit details -
Merge pull request makeopensource#20 from makeopensource/dependabot/n…
…pm_and_yarn/passport-saml-3.2.2 Bump passport-saml from 3.2.1 to 3.2.2
Configuration menu - View commit details
-
Copy full SHA for 7254b05 - Browse repository at this point
Copy the full SHA 7254b05View commit details -
Merge pull request makeopensource#26 from UBAutograding/master
Add GitHub user jessehartloff as a code owner with the authority to a…
Configuration menu - View commit details
-
Copy full SHA for 052d51b - Browse repository at this point
Copy the full SHA 052d51bView commit details -
ci(GH Actions): Formatter needs to commit results
I won't tell it to actually commit yet, first I'll review the output to make sure it isn't committing too much
Configuration menu - View commit details
-
Copy full SHA for 46c88c0 - Browse repository at this point
Copy the full SHA 46c88c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7a255 - Browse repository at this point
Copy the full SHA 3e7a255View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5412e59 - Browse repository at this point
Copy the full SHA 5412e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e2b25 - Browse repository at this point
Copy the full SHA c2e2b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f80b8a - Browse repository at this point
Copy the full SHA 2f80b8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f07be - Browse repository at this point
Copy the full SHA a2f07beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c35121 - Browse repository at this point
Copy the full SHA 0c35121View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec0ff1 - Browse repository at this point
Copy the full SHA bec0ff1View commit details -
test(GH Actions): It works, undo broken test
This reverts the failing test intentionally added in ddc6ce6
Configuration menu - View commit details
-
Copy full SHA for c84da63 - Browse repository at this point
Copy the full SHA c84da63View commit details -
ci(GH Actions): Formatter needs to commit results
I won't tell it to actually commit yet, first I'll review the output to make sure it isn't committing too much
Configuration menu - View commit details
-
Copy full SHA for 66084d4 - Browse repository at this point
Copy the full SHA 66084d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e571a - Browse repository at this point
Copy the full SHA 20e571aView commit details
Commits on Oct 26, 2022
-
Merge pull request makeopensource#23 from WeirdAlex03/issue22
[GitHub Actions] Set up GitHub Actions to automatically build, test, and format
Configuration menu - View commit details
-
Copy full SHA for 641e9da - Browse repository at this point
Copy the full SHA 641e9daView commit details
Commits on Nov 17, 2022
-
- Added postman file config - Edited docs for postman file
Configuration menu - View commit details
-
Copy full SHA for b422558 - Browse repository at this point
Copy the full SHA b422558View commit details
Commits on Nov 30, 2022
-
Merge pull request makeopensource#42 from emilkovacev/master
Revised Postman Documentation
Configuration menu - View commit details
-
Copy full SHA for a59642b - Browse repository at this point
Copy the full SHA a59642bView commit details
Commits on Mar 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8a21ad3 - Browse repository at this point
Copy the full SHA 8a21ad3View commit details
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e258d00 - Browse repository at this point
Copy the full SHA e258d00View commit details