• R/O
  • HTTP
  • SSH
  • HTTPS

zephyr: List of commits

This repository is for zephyr, which is implemented for a GUI of Eos.


RSS
Rev. Time Author
7e15256 2016-01-25 19:43:12 himetani_cafe

[TMP] After installing formidable

06d7f70 2016-01-25 18:37:37 himetani_cafe

[TMP] Before creating endpoint /api/v1/fileUpload with formidable

de01672 2016-01-25 17:17:55 himetani_cafe

[Leave] removeDirectory()の関数定義だけ書いた。

710a53c v0.3.0p0014 2016-01-25 16:51:04 himetani_cafe

[Develop and Test] db.createDirectory(directory)

33cc0d6 v0.3.0p0013 2016-01-24 17:32:45 himetani_cafe

existDirectory(),notExistDirectory()の仕様変更、Filesテーブルのスキーマの変更
Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.
On branch master
Changes to be committed:
modified: server/class/DB.js
modified: test/mocha/DB.test.js

9c98b19 v0.3.0p0012 2016-01-24 15:54:40 himetani_cafe

[DEBUG] db.existDirectory() modify to search recursively.

249618e 2016-01-24 00:38:26 himetani_cafe

modify createFile() place

b89607d v0.3.0p0011 2016-01-23 23:44:04 himetani_cafe

[Develop & Test] removeFile()

39dd722 v0.3.0p0010 2016-01-23 20:48:13 himetani_cafe

develop and test (not)existFile(), (not)existDirectory(),

5cef4e1 2016-01-23 19:24:49 himetani_cafe

checkFile, checkDirectoryをexistFile,existDirectoryに書き直す前の退避用

7b926b2 v0.3.0p0009 2016-01-23 18:38:53 himetani_cafe

develop and test db.createFile()

7cfd899 v0.3.0p0008 2016-01-23 17:17:29 himetani_cafe

[Bugfix] checkFile() adding "fileType: 1" to inner query.

a34ba65 v0.3.0p0007 2016-01-23 17:13:38 himetani_cafe

develop checkFile() and tested it.

c88556b v0.3.0p0006 2016-01-23 14:38:47 himetani_cafe

[Test]: db.createFile
Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.
On branch master
Changes to be committed:
modified: package.json
modified: server/class/DB.js
modified: test/mocha/DB.test.js

1959bd9 2016-01-23 12:17:36 himetani_cafe

debug relating with asynchronous code

c552ddf 2016-01-23 11:51:17 himetani_cafe

remove unnecessary file

0302a40 2016-01-23 11:47:35 himetani_cafe

arranged testing frame
Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.
On branch master
Changes to be committed:
modified: .gitignore
new file: hoge.js
modified: package.json
modified: server/class/DB.js
modified: test/mocha/DB.test.js

203d77b 2016-01-22 15:59:10 himetani_cafe

Install sqlite3 and sequelize

3cf3a0a 2016-01-22 02:00:25 himetani_cafe

updated execute function

6ff2709 v0.3.0p0005 2016-01-22 01:55:56 himetani_cafe

arranged test code

b0b668c 2016-01-21 23:42:42 himetani_cafe

use try-catch syntax for error check
Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.
On branch master
Changes to be committed:
modified: Eos.js

Changes not staged for commit:
modified: ../../test/mocha/Eos.test.js

4214bbe 2016-01-21 16:48:12 himetani_cafe

modified test comment

c036d95 v0.3.0p0004 2016-01-20 23:06:59 himetani_cafe

Check Eos command execution parameters.

60fd69d 2016-01-20 02:19:17 himetani_cafe

Arranged Test environment.

07c3e0e 2016-01-18 19:23:20 himetani_cafe

remove --harmony

b421c90 v0.3.0p0002 v0.3.0p0003 2016-01-18 19:04:02 himetani_cafe

remove --harmony option

ea5dcc6 v0.3.0p0001 2016-01-18 12:21:46 himetani_cafe

Typescript, rearrangement project directory, develop zephyr command
Please enter the commit message for your changes. Lines starting
with '' will be ignored, and an empty message aborts the commit.
On branch master
Changes to be committed:
modified: .gitignore
new file: bin/zephyr
renamed: util/create-json-file.rb -> cli/lib/create-json-file.rb
renamed: util/option.rb -> cli/lib/option.rb
new file: cli/zephyr
new file: cli/zephyr-parse
new file: cli/zephyr-serve
deleted: client/app/app.js
deleted: client/app/components/admin/admin.controller.js
deleted: client/app/components/admin/admin.html
deleted: client/app/components/admin/admin.js
deleted: client/app/components/board/board.controller.js
deleted: client/app/components/board/board.html
deleted: client/app/components/board/board.js
deleted: client/app/components/commandModal/commandModal.controller.js
deleted: client/app/components/commandModal/commandModal.html
deleted: client/app/components/createDirModal/createDirModal.controller.js
deleted: client/app/components/createDirModal/createDirModal.html
deleted: client/app/components/login/login.controller.js
deleted: client/app/components/login/login.css
deleted: client/app/components/login/login.html
deleted: client/app/components/login/login.js
deleted: client/app/components/previewModal/previewModal.controller.js
deleted: client/app/components/previewModal/previewModal.html
deleted: client/app/components/saveNoteModal/saveNoteModal.controller.js
deleted: client/app/components/saveNoteModal/saveNoteModal.html
deleted: client/app/components/signup/signup.controller.js
deleted: client/app/components/signup/signup.html
deleted: client/app/components/signup/signup.js
deleted: client/app/components/uploadFileModal/uploadFileModal.controller.js
deleted: client/app/components/uploadFileModal/uploadFileModal.html
deleted: client/app/shared/my-command/my-command.controller.js
deleted: client/app/shared/my-command/my-command.html
deleted: client/app/shared/my-command/my-command.js
deleted: client/app/shared/navbar/navbar.controller.js
deleted: client/app/shared/navbar/navbar.directive.js
deleted: client/app/shared/navbar/navbar.html
deleted: client/app/shared/socket/socket.factory.js
deleted: client/app/shared/tagFileter/tagFilter.filter.js
deleted: client/app/shared/user/user.service.js
deleted: client/assets/fonts/FontAwesome.otf
deleted: client/assets/fonts/fontawesome-webfont.eot
deleted: client/assets/fonts/fontawesome-webfont.svg
deleted: client/assets/fonts/fontawesome-webfont.ttf
deleted: client/assets/fonts/fontawesome-webfont.woff
deleted: client/assets/fonts/fontawesome-webfont.woff2
deleted: client/assets/vendor/angular-ui-router.min.js
deleted: client/assets/vendor/angular/angular-resource.min.js
deleted: client/assets/vendor/angular/angular-route.min.js
deleted: client/assets/vendor/angular/angular.min.js
deleted: client/assets/vendor/bootstrap.min.css
deleted: client/assets/vendor/font-awesome.min.css
deleted: client/assets/vendor/lodash.min.js
deleted: client/assets/vendor/ng-flow-standalone.min.js
deleted: client/assets/vendor/restangular.min.js
deleted: client/assets/vendor/ui-bootstrap-tpls-0.12.1.min.js
deleted: client/assets/vendor/underscore-min.js
deleted: client/index.html
deleted: client/preview
new file: front-end/app/index.html
new file: front-end/app/scripts/App.ts
new file: front-end/app/scripts/controllers/Execution.ts
new file: front-end/app/scripts/controllers/Files.ts
new file: front-end/app/scripts/controllers/History.ts
new file: front-end/app/scripts/declares.ts
new file: front-end/app/scripts/directives/Command.ts
new file: front-end/app/scripts/directives/HeaderMenu.ts
new file: front-end/app/scripts/directives/Option.ts
new file: front-end/app/scripts/entry.ts
new file: front-end/app/scripts/reference.ts
new file: front-end/app/scripts/services/APIEndPoint.ts
new file: front-end/app/scripts/services/MyModal.ts
new file: front-end/app/scripts/util.ts
new file: front-end/app/style.scss
new file: front-end/app/templates/command.html
new file: front-end/app/templates/execution.html
new file: front-end/app/templates/files.html
new file: front-end/app/templates/header-menu.html
new file: front-end/app/templates/history.html
new file: front-end/app/templates/option.html
new file: front-end/app/templates/select-command.html
new file: front-end/dist/bundle.js
new file: front-end/dist/css/style.css
renamed: client/assets/fonts/glyphicons-halflings-regular.eot -> front-end/dist/fonts/bootstrap/glyphicons-halflings-regular.eot
renamed: client/assets/fonts/glyphicons-halflings-regular.svg -> front-end/dist/fonts/bootstrap/glyphicons-halflings-regular.svg
renamed: client/assets/fonts/glyphicons-halflings-regular.ttf -> front-end/dist/fonts/bootstrap/glyphicons-halflings-regular.ttf
renamed: client/assets/fonts/glyphicons-halflings-regular.woff -> front-end/dist/fonts/bootstrap/glyphicons-halflings-regular.woff
renamed: client/assets/fonts/glyphicons-halflings-regular.woff2 -> front-end/dist/fonts/bootstrap/glyphicons-halflings-regular.woff2
new file: front-end/dist/index.html
new file: front-end/dist/templates/command.html
new file: front-end/dist/templates/execution.html
new file: front-end/dist/templates/files.html
new file: front-end/dist/templates/header-menu.html
new file: front-end/dist/templates/history.html
new file: front-end/dist/templates/option.html
new file: front-end/dist/templates/select-command.html
new file: front-end/gulpfile.js
new file: front-end/tsconfig.json
new file: front-end/tsd.json
new file: front-end/webpack.config.js
deleted: gulpfile.js
modified: package.json
modified: server/api/dirCreation/index.js
modified: server/api/dirInfo/index.js
modified: server/api/noteInfo/index.js
modified: server/api/optionControlFile/index.js
modified: server/app.js
deleted: server/auth/login/index.js
deleted: server/auth/signup/index.js
modified: server/config.js
modified: server/express.js
deleted: server/jb.js
modified: server/routes.js
new file: user-specific-files/description.txt

fe63dd4 2015-11-28 17:33:31 himetani_cafe

create eos environment with docker

b5f5176 db 2015-08-10 10:28:29 himetani_cafe

create directory

14f8ba2 2015-08-10 01:52:40 himetani_cafe

implemented simple file uplaod through websocket

Show on old repository browser