-
Notifications
You must be signed in to change notification settings - Fork 40
Update Read.md #2
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
Closed
Closed
Conversation
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
Updating fork
…develop Need to use Sam's changes for project.
Update Read.md
b3dbb61 to
f05ba33
Compare
pattisdr
referenced
this pull request
in pattisdr/ember-osf
May 27, 2016
WIP relationship deletes (via PATCH)
aaxelb
referenced
this pull request
in aaxelb/ember-osf
Aug 15, 2017
* Update models for reviews API * ReviewLog adapter and serializer * Fix log creator model
laurenbarker
pushed a commit
to laurenbarker/ember-osf
that referenced
this pull request
Sep 11, 2017
* Update models for reviews API * ReviewLog adapter and serializer * Fix log creator model
aaxelb
referenced
this pull request
in aaxelb/ember-osf
Sep 14, 2017
* Update models for reviews API * ReviewLog adapter and serializer * Fix log creator model
aaxelb
referenced
this pull request
in aaxelb/ember-osf
Sep 14, 2017
* Update models for reviews API * ReviewLog adapter and serializer * Fix log creator model
laurenbarker
pushed a commit
to laurenbarker/ember-osf
that referenced
this pull request
Sep 22, 2017
…nScience#2) * Rename `review-log` to `action` * plac8 flake8 * Fix test errors
aaxelb
added a commit
that referenced
this pull request
Oct 23, 2017
* [Feature] Update for reviews (#2) * Update models for reviews API * ReviewLog adapter and serializer * Fix log creator model * [Feature] Include reviewable when creating review logs (#3) * Include reviewable when creating review logs * Add title/contributors fields to preprint model * Clean up serializing relationships * Add dateLastTransitioned to preprint model (#5) * [Fix] Only fetch the logged in user once * Allow reviews settings to be nullable * Fix infinite authentication * Add support for using query parameters in findRecord * [Fix] Use `getRecords()` instead of `.record` (#8) * Tweaks and updates for reviews * Fix typo * [Feature][MOD-73] Rename log to action (minimal branch) (#2) * Rename `review-log` to `action` * plac8 flake8 * Fix test errors * [MOD-72][Feature] Add "My Reviews" for users with view_submissions permission * Add actions property to user model * Add `user` property to current-user instead * Add DOI alias properties to preprint model * Fix permissions check in navbar (#6) * Only serialize actually dirty relationships * Wait for currentUser.user to resolve (#8) * [Feature][MOD-111] Add preprint" button direct to the current provider's add page (#11) * Apply requested changes * rename * Apply requested changes * Fix * minor change * Apply requested change * Restore comment * Update search link * Use forked/fixed ember-data-has-many-query * Update ember-data-has-many-query dependency * Revert to non-forked ember-data-has-many-query * Update CHANGELOG
mfraezz
added a commit
that referenced
this pull request
Jul 2, 2019
Squashed commit of the following: commit 25d0f9d Merge: 71c1b8c 8695c3a Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Sat Apr 6 14:00:19 2019 -0400 Merge pull request #3 from saradbowman/patch-2 Update Knowledge Base Links commit 71c1b8c Merge: 000e5e6 0793e60 Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Sat Apr 6 13:59:21 2019 -0400 Merge pull request #2 from saradbowman/patch-3 update knowledge base links commit 000e5e6 Merge: a92a673 b3dd6eb Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Sat Apr 6 13:58:55 2019 -0400 Merge pull request #1 from saradbowman/patch-4 update knowledge base links commit b3dd6eb Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Sat Apr 6 13:58:26 2019 -0400 update knowledge base links commit 0793e60 Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Sat Apr 6 13:56:02 2019 -0400 update knowledge base links commit 8695c3a Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Fri Apr 5 16:19:35 2019 -0400 Update Knowledge Base Links commit a92a673 Author: Sara Bowman <sara.d.bowman@gmail.com> Date: Fri Apr 5 16:16:24 2019 -0400 Update knowledge base links
fabmiz
pushed a commit
that referenced
this pull request
Jul 17, 2020
…-2.0.1 chore(deps): bump ember-ace from 1.2.0 to 2.0.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I just updated Read.md to be more compatible with linter projects. Also changed my .gitignore back and made sure my project was updated with yours.