-
Notifications
You must be signed in to change notification settings - Fork 40
Feature/config #6
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
Merged
Merged
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
This is needed for local development
e1a36f9 to
74fbcca
Compare
74fbcca to
eb0c2ed
Compare
samchrisinger
pushed a commit
to samchrisinger/ember-osf
that referenced
this pull request
Jun 13, 2016
…bulky Refactor and cleanup to bulk/dirty state tracking
laurenbarker
added a commit
to laurenbarker/ember-osf
that referenced
this pull request
Sep 28, 2017
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
fabmiz
pushed a commit
that referenced
this pull request
Jul 17, 2020
…-app-version-3.2.0 chore(deps-dev): bump ember-cli-app-version from 2.0.2 to 3.2.0
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.
Purpose
Switches from using multiple .env files to a single $HOSTNAME.yml file which contains namespaces for each backend (local, stage, stage2, test). Mostly a reaction to discussion here: 31dc011#commitcomment-17385601
Also contains a number of small updates to serializers/adapters, and adds the beginnings of unit tests.