Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Conversation

@Oludare96
Copy link

Purpose

Changes

Side effects

Ticket

Oludare96 and others added 30 commits June 1, 2017 11:18
…nto developOOO

* 'developesc' of https://github.com/cardene/ember-share:
  render id and status
  rendering id and status
  Rendering id and status
  Template edits
…nto developOOO

* 'developesc' of https://github.com/cardene/ember-share:
  model of history page format-- incorrect data
  data rendering on new url
  new url harvest-history but no data rendering yet

# Conflicts:
#	app/templates/harvest-history.hbs
…nto developOOO

* 'developesc' of https://github.com/cardene/ember-share:

# Conflicts:
#	app/templates/harvest-history.hbs
@laurenbarker laurenbarker mentioned this pull request Aug 11, 2017
@@ -0,0 +1,4 @@
import Ember from 'ember';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b26

Copy link
Collaborator

@aaxelb aaxelb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also fix jslint errors; delete excess files and unneeded tests; do the breadcrumb thing; move components to pod structure

good job!

.eslintrc.js Outdated
@@ -0,0 +1,13 @@
module.exports = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this file


export default ApplicationAdapter.extend({
pathForType() {
return 'HarvestLog';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to match api (and remove this adapter probably)

},
ajax(url, type, options) {
if (options) {
options.traditional = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove, probably


export default ApplicationAdapter.extend({
pathForType() {
return 'SourceConfig';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this adapter (probably)

@@ -0,0 +1,7 @@
import ApplicationAdapter from './application';

export default ApplicationAdapter.extend({
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this adapter probably

</h1>

<h2 style="font-size:2rem; padding: 8px; width: 95%; margin-left: 20px; line-height: 130%; background-color: #F8F8F8" >
{{model.context}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

preserve formatting (newlines, indentation)

{{#status-context status=model.status}}{{/status-context}}
</h1>

<h2 style="font-size:2rem; padding: 8px; width: 95%; margin-left: 20px; line-height: 130%; background-color: #F8F8F8" >
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styles

bower.json Outdated
"name": "ember-share",
"dependencies": {
"ember": "~2.5.0",
"ember": "2.5.0",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.5.x

@@ -0,0 +1,9 @@
/* eslint-env node */
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

@@ -0,0 +1,5 @@
module.exports = {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants