<feed xmlns='http://www.w3.org/2005/Atom'>
<title>phosphor-webui/app/login/index.js, branch master</title>
<subtitle>OpenBMC Phosphor WebUI sources</subtitle>
<id>https://git.raptorcs.com/git/phosphor-webui/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/phosphor-webui/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/'/>
<updated>2018-09-04T14:40:57+00:00</updated>
<entry>
<title>Move to clang-format-6.0</title>
<updated>2018-09-04T14:40:57+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-09-04T14:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=4ddda586452cb65560bba645ef30e92200633405'/>
<id>urn:sha1:4ddda586452cb65560bba645ef30e92200633405</id>
<content type='text'>
The docker image moved from clang-format-5.0 to clang-format-6.0.

Change-Id: I3c615d7df1f21569531b4dc2cb0bc4f425cb43f8
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Remove unused app/constants/ dir</title>
<updated>2018-07-11T20:34:52+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-07-11T20:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=2b9a0d91c189f5f6d9dbda3757b6e66f4a131dfe'/>
<id>urn:sha1:2b9a0d91c189f5f6d9dbda3757b6e66f4a131dfe</id>
<content type='text'>
All the constants are defined here:
https://github.com/openbmc/phosphor-webui/blob/master/app/common/services/constants.js
Constants are injected as part of app.common.services.
This environment-constants.js or environment-constants.json could
be repurposed to configure features but going with something else,
https://gerrit.openbmc-project.xyz/#/c/11311/.

Tested: Quick manual regression test on the pages.
Change-Id: I59ba4f47fe8a927cb5f68a2657dfea9c61cd5f28
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Format code using clang-format-5.0</title>
<updated>2018-05-24T18:07:27+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2018-05-24T18:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=d27bb135f1561b87a174d1b9890dde2f3cf01c80'/>
<id>urn:sha1:d27bb135f1561b87a174d1b9890dde2f3cf01c80</id>
<content type='text'>
Once merged, this repository will have CI enforce
the coding guidelines in the .clang-format file.

Change-Id: I96a05972665f9c67625c6850c3da25edc540be06
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>Run js-beautify and fixjsstyle on code</title>
<updated>2018-05-24T17:58:00+00:00</updated>
<author>
<name>Andrew Geissler</name>
<email>geissonator@yahoo.com</email>
</author>
<published>2018-05-24T17:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=ba5e3f3484c0de46f4f5fc5baf5804648179a9eb'/>
<id>urn:sha1:ba5e3f3484c0de46f4f5fc5baf5804648179a9eb</id>
<content type='text'>
Found this pointer on stackoverflow:
https://stackoverflow.com/a/31660434/5508494

End goal is to get the code formatted well enough that
clang format will run correctly against it.

Change-Id: I80053e78d253d8eee49233e42d55e5807ae8fdc8
Signed-off-by: Andrew Geissler &lt;geissonator@yahoo.com&gt;
</content>
</entry>
<entry>
<title>Remove the version from each file</title>
<updated>2018-04-30T13:45:17+00:00</updated>
<author>
<name>Gunnar Mills</name>
<email>gmills@us.ibm.com</email>
</author>
<published>2018-04-28T18:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=96d62bcf82d281e4b5e229ab835c6e94e781e4bc'/>
<id>urn:sha1:96d62bcf82d281e4b5e229ab835c6e94e781e4bc</id>
<content type='text'>
Already have a Web UI version, no need to track the version
of each file. These have not been getting updated.

Change-Id: I1cd3a2c2d67b24ded5edcca9dbfd3f6806d93ed4
Signed-off-by: Gunnar Mills &lt;gmills@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Removed bypass login script</title>
<updated>2018-03-07T17:21:29+00:00</updated>
<author>
<name>Iftekharul Islam</name>
<email>iffy.ryan@ibm.com</email>
</author>
<published>2017-11-09T15:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=3c837f45b6149a38e11b35d680ec9e8e64d547da'/>
<id>urn:sha1:3c837f45b6149a38e11b35d680ec9e8e64d547da</id>
<content type='text'>
We had a script that allowed users to bypass login to see the app
interface. We did this for testing purpose. This commit removes that
functionality and improves security.

Change-Id: I17255f16082d5460015788130f2482f2849ce975
Signed-off-by: Iftekharul Islam &lt;iffy.ryan@ibm.com&gt;
</content>
</entry>
<entry>
<title>Modernize web GUI and make it installable on BMC</title>
<updated>2017-11-07T00:25:49+00:00</updated>
<author>
<name>Ed Tanous</name>
<email>ed.tanous@intel.com</email>
</author>
<published>2017-10-06T20:53:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=bbcf670a1c8c7463556eb006bc8f6bbfe29af3e4'/>
<id>urn:sha1:bbcf670a1c8c7463556eb006bc8f6bbfe29af3e4</id>
<content type='text'>
1. Move from gulp server to webpack.  This allows the proper
compression to allow the webui to be embedded in the BMC.
2. Update js paths to use requires, not hardcoded paths.  This was
required to make the packaging work correctly.
3. Add babel config to do translation.
4. Update angularjs directive calls to use the angular 1.6 syntax for
promises intead of success and fail.

https://docs.angularjs.org/guide/migration#migrate1.5to1.6-ng-services-$http

5. As a consequence of using NPM/webpack, the versions of angular and
associated modules that were checked in have been updated.

Change-Id: Icb71e2eedb0d9a8943fc914f9dc4be11d0983c00
Signed-off-by: Ed Tanous &lt;ed.tanous@intel.com&gt;
Signed-off-by: Brad Bishop &lt;bradleyb@fuzziesquirrel.com&gt;
</content>
</entry>
<entry>
<title>Added fake login page for testing and demo</title>
<updated>2017-09-20T17:41:34+00:00</updated>
<author>
<name>Iftekharul Islam</name>
<email>iislam@us.ibm.com</email>
</author>
<published>2017-03-29T18:54:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=bb5058e741e4f382bb17c050db35c9094b638c49'/>
<id>urn:sha1:bb5058e741e4f382bb17c050db35c9094b638c49</id>
<content type='text'>
Change-Id: Ife37444dcede67b54d1f257ee99322b22ac6b78c
Signed-off-by: Iftekharul Islam &lt;iislam@us.ibm.com&gt;
</content>
</entry>
<entry>
<title>Major update to code structure</title>
<updated>2017-09-20T17:41:33+00:00</updated>
<author>
<name>Iftekharul Islam</name>
<email>iislam@us.ibm.com</email>
</author>
<published>2017-03-24T20:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/phosphor-webui/commit/?id=99d199f300405c3700837a21ae97f6742c16b513'/>
<id>urn:sha1:99d199f300405c3700837a21ae97f6742c16b513</id>
<content type='text'>
   * Split files into independent files based on functionality.
   * Switch to bower/gulp for build.

Change-Id: Ibc775dd9b7f6a0a49f63c22162b7582e781e2d9c
Signed-off-by: Iftekharul Islam &lt;iislam@us.ibm.com&gt;
</content>
</entry>
</feed>
