OSDN Git Service

eos/zephyr.git
8 years ago[BUG FIX] check function reject by calling with no parameter. v0.3.0p0015
himetani_cafe [Mon, 25 Jan 2016 12:09:20 +0000 (21:09 +0900)]
[BUG FIX] check function reject by calling with no parameter.
 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:   class/DB.js

 Changes not staged for commit:
modified:   ../package.json
modified:   ../test/mocha/DB.test.js

8 years ago[TMP] After installing formidable
himetani_cafe [Mon, 25 Jan 2016 10:43:12 +0000 (19:43 +0900)]
[TMP] After installing formidable

8 years ago[TMP] Before creating endpoint /api/v1/fileUpload with formidable
himetani_cafe [Mon, 25 Jan 2016 09:37:37 +0000 (18:37 +0900)]
[TMP] Before creating endpoint /api/v1/fileUpload with formidable

8 years ago[Leave] removeDirectory()の関数定義だけ書いた。
himetani_cafe [Mon, 25 Jan 2016 08:17:55 +0000 (17:17 +0900)]
[Leave] removeDirectory()の関数定義だけ書いた。

8 years ago[Develop and Test] db.createDirectory(directory) v0.3.0p0014
himetani_cafe [Mon, 25 Jan 2016 07:51:04 +0000 (16:51 +0900)]
[Develop and Test] db.createDirectory(directory)

8 years agoexistDirectory(),notExistDirectory()の仕様変更、Filesテーブルのスキーマの変更 v0.3.0p0013
himetani_cafe [Sun, 24 Jan 2016 08:32:45 +0000 (17:32 +0900)]
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

8 years ago[DEBUG] db.existDirectory() modify to search recursively. v0.3.0p0012
himetani_cafe [Sun, 24 Jan 2016 06:54:40 +0000 (15:54 +0900)]
[DEBUG] db.existDirectory() modify to search recursively.

8 years agomodify createFile() place
himetani_cafe [Sat, 23 Jan 2016 15:38:26 +0000 (00:38 +0900)]
modify createFile() place

8 years ago[Develop & Test] removeFile() v0.3.0p0011
himetani_cafe [Sat, 23 Jan 2016 14:44:04 +0000 (23:44 +0900)]
[Develop & Test] removeFile()

8 years agodevelop and test (not)existFile(), (not)existDirectory(), v0.3.0p0010
himetani_cafe [Sat, 23 Jan 2016 11:48:13 +0000 (20:48 +0900)]
develop and test (not)existFile(), (not)existDirectory(),

8 years agocheckFile, checkDirectoryをexistFile,existDirectoryに書き直す前の退避用
himetani_cafe [Sat, 23 Jan 2016 10:24:49 +0000 (19:24 +0900)]
checkFile, checkDirectoryをexistFile,existDirectoryに書き直す前の退避用

8 years agodevelop and test db.createFile() v0.3.0p0009
himetani_cafe [Sat, 23 Jan 2016 09:38:53 +0000 (18:38 +0900)]
develop and test db.createFile()

8 years ago[Bugfix] checkFile() adding "fileType: 1" to inner query. v0.3.0p0008
himetani_cafe [Sat, 23 Jan 2016 08:17:29 +0000 (17:17 +0900)]
[Bugfix] checkFile() adding "fileType: 1" to inner query.

8 years agodevelop checkFile() and tested it. v0.3.0p0007
himetani_cafe [Sat, 23 Jan 2016 08:13:38 +0000 (17:13 +0900)]
develop checkFile() and tested it.

8 years ago[Test]: db.createFile v0.3.0p0006
himetani_cafe [Sat, 23 Jan 2016 05:38:47 +0000 (14:38 +0900)]
[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

8 years agodebug relating with asynchronous code
himetani_cafe [Sat, 23 Jan 2016 03:17:36 +0000 (12:17 +0900)]
debug relating with asynchronous code

8 years agoremove unnecessary file
himetani_cafe [Sat, 23 Jan 2016 02:51:17 +0000 (11:51 +0900)]
remove unnecessary file

8 years agoarranged testing frame
himetani_cafe [Sat, 23 Jan 2016 02:47:35 +0000 (11:47 +0900)]
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

8 years agoInstall sqlite3 and sequelize
himetani_cafe [Fri, 22 Jan 2016 06:59:10 +0000 (15:59 +0900)]
Install sqlite3 and sequelize

8 years agoupdated execute function
himetani_cafe [Thu, 21 Jan 2016 17:00:25 +0000 (02:00 +0900)]
updated execute function

8 years agoarranged test code v0.3.0p0005
himetani_cafe [Thu, 21 Jan 2016 16:55:56 +0000 (01:55 +0900)]
arranged test code

8 years agouse try-catch syntax for error check
himetani_cafe [Thu, 21 Jan 2016 14:42:42 +0000 (23:42 +0900)]
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

8 years agomodified test comment
himetani_cafe [Thu, 21 Jan 2016 07:48:12 +0000 (16:48 +0900)]
modified test comment

8 years agoCheck Eos command execution parameters. v0.3.0p0004
himetani_cafe [Wed, 20 Jan 2016 14:06:59 +0000 (23:06 +0900)]
Check Eos command execution parameters.

8 years agoArranged Test environment.
himetani_cafe [Tue, 19 Jan 2016 17:19:17 +0000 (02:19 +0900)]
Arranged Test environment.

8 years agoremove --harmony
himetani_cafe [Mon, 18 Jan 2016 10:23:20 +0000 (19:23 +0900)]
remove --harmony

8 years agoremove --harmony option v0.3.0p0002 v0.3.0p0003
himetani_cafe [Mon, 18 Jan 2016 10:04:02 +0000 (19:04 +0900)]
remove --harmony option

8 years agoTypescript, rearrangement project directory, develop zephyr command v0.3.0p0001
himetani_cafe [Mon, 18 Jan 2016 03:21:46 +0000 (12:21 +0900)]
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

8 years agocreate eos environment with docker
himetani_cafe [Sat, 28 Nov 2015 08:33:31 +0000 (17:33 +0900)]
create eos environment with docker

8 years agocreate directory db
himetani_cafe [Mon, 10 Aug 2015 01:28:29 +0000 (10:28 +0900)]
create directory

8 years agoimplemented simple file uplaod through websocket
himetani_cafe [Sun, 9 Aug 2015 16:52:40 +0000 (01:52 +0900)]
implemented simple file uplaod through websocket

8 years agoversion up browser-sync to handle websocket
himetani_cafe [Sun, 9 Aug 2015 15:22:05 +0000 (00:22 +0900)]
version up browser-sync to handle websocket

8 years agore
himetani_cafe [Sun, 9 Aug 2015 15:20:58 +0000 (00:20 +0900)]
re

8 years agoavailable to websocket through browsersync
himetani_cafe [Sun, 9 Aug 2015 15:19:14 +0000 (00:19 +0900)]
available to websocket through browsersync

8 years agoBefore trying websocket
himetani_cafe [Fri, 7 Aug 2015 15:41:20 +0000 (00:41 +0900)]
Before trying websocket

8 years agoserver side upload api
himetani_cafe [Wed, 5 Aug 2015 22:39:40 +0000 (07:39 +0900)]
server side upload api

8 years agoprepare client side upload
himetani_cafe [Wed, 5 Aug 2015 20:26:33 +0000 (05:26 +0900)]
prepare client side upload

8 years agorename to saveNoteModal
himetani_cafe [Tue, 4 Aug 2015 00:38:28 +0000 (09:38 +0900)]
rename to saveNoteModal

8 years agomanageable directory hierarchy added to multi sizes
himetani_cafe [Mon, 3 Aug 2015 14:29:50 +0000 (23:29 +0900)]
manageable directory hierarchy added to multi sizes

8 years agomodified dirInfo api
himetani_cafe [Sun, 2 Aug 2015 01:16:31 +0000 (10:16 +0900)]
modified dirInfo api

8 years agomodified dirInfo API
himetani_cafe [Fri, 31 Jul 2015 19:25:15 +0000 (04:25 +0900)]
modified dirInfo API

8 years agoAdd admin page
himetani_cafe [Fri, 31 Jul 2015 18:55:09 +0000 (03:55 +0900)]
Add admin page

8 years agoadd user role navigation to navbar directive
himetani_cafe [Fri, 31 Jul 2015 18:37:35 +0000 (03:37 +0900)]
add user role navigation to navbar directive

8 years agomodified noteInfo api to returning user own notes
himetani_cafe [Fri, 31 Jul 2015 09:50:06 +0000 (18:50 +0900)]
modified noteInfo api to returning user own notes

8 years agosimple signup and login. Next, will modify note and worksapce api adding user info
himetani_cafe [Wed, 29 Jul 2015 15:36:27 +0000 (00:36 +0900)]
simple signup and login. Next, will modify note and worksapce api adding user info

8 years agosignup page authentication
himetani_cafe [Tue, 28 Jul 2015 13:26:36 +0000 (22:26 +0900)]
signup page authentication

8 years agocreated singup page
himetani_cafe [Mon, 27 Jul 2015 18:02:12 +0000 (03:02 +0900)]
created singup page

8 years agobefore cutting a db branch
himetani_cafe [Mon, 27 Jul 2015 13:18:52 +0000 (22:18 +0900)]
before cutting a db branch

8 years agofront-end login flow
himetani_cafe [Mon, 27 Jul 2015 09:38:26 +0000 (18:38 +0900)]
front-end login flow

8 years agosimple login
himetani_cafe [Sat, 25 Jul 2015 09:10:47 +0000 (18:10 +0900)]
simple login

8 years agoAdd login page
himetani_cafe [Wed, 22 Jul 2015 05:01:42 +0000 (14:01 +0900)]
Add login page

8 years agoInitial commit after detached from Eos base. v0.2.0p0000
himetani_cafe [Sun, 7 Jun 2015 08:01:24 +0000 (17:01 +0900)]
Initial commit after detached from Eos base.