Skip to content
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

Registering applications using a configuration object revision 1 #143

Merged
merged 2 commits into from
Jan 5, 2018

Conversation

TheMcMurder
Copy link
Contributor

No description provided.

@@ -80,6 +81,7 @@ describe("SystemJS loader :", () => {
happyUnload();
invalidUnload();
lifecyleProps();
registerWithObject();
Copy link
Member

Choose a reason for hiding this comment

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

We've got some tabs vs spaces stuff here -- maybe we should follow this pr up with a pr that converts all the tabs to spaces?


export default function() {
describe(`register-with-object`, () => {
beforeAll(() => {
Copy link
Member

Choose a reason for hiding this comment

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

Mixture of tabs and spaces.

We should convert everything to spaces across the whole project, but if that isn't done in this pr we should at least not mix tabs and spaces in new code.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed. It's all spaces now.

@TheMcMurder TheMcMurder merged commit ef12365 into 3.7.0 Jan 5, 2018
@TheMcMurder TheMcMurder deleted the pr/register-apps-with-config-object branch January 5, 2018 20:00
TheMcMurder added a commit that referenced this pull request Jan 9, 2018
* Registering applications using a configuration object revision 1

* Spaces
TheMcMurder added a commit that referenced this pull request Jan 11, 2018
* Pr/new api (#137)

* Brute force removing references to children from the application

* Renaming to registerApplication

* registerApplication

* Brute force updating documentation

* Fixing tests that were using `unloadChildApplication`

* appName not childAppName

* Updating docs

* Updating docs

* updating tests

* Updating test variable names

* Fixing all remaining refs to child-apps/child apps/child app

* Pr/decrecation notice (#138)

* Adding back old API's along with deprecation notice

* Adding documentation marking the api's as deprecated

* Hahaha whoops.

* Pr/single spa config (#139)

* actually upping the version number

* Updating documentation for root-application to be called single-spa-config

* Updating Root Application file to call out the name change explicitly and why

* Completing documentation changes

* A few more documentation changes

* Found one more reference I missed

* Global find replace failed me here. Fixing a bunch of small grammar and sentence issues.

* Registering applications using a configuration object revision 1 (#143)

* Registering applications using a configuration object revision 1

* Spaces

* Pr/tabs spaces (#144)

* Turning all tabs into spaces

* Fixing duplicate import error

* spaces instead of tabs for all .spec files

* tabs to spaces in additional files I missed (#146)

* Pr/adding documentation on using applications for registration (#152)

* small change here, the docs were ignoring the second argument

* Adding an explanation of using the application as the second argument.
- Putting existing section on the loading function as a sub section of the new section on either loading function or Application
- Adding example of inline application definition.

* Fixing capitalization on files

* More tiny capitalization changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants