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

[WIP] Tmp docker environment #117

Closed
wants to merge 59 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
ad0fa21
init front
tamakiii Sep 24, 2020
a62f182
init golang
tamakiii Sep 24, 2020
473b52f
init ruby
tamakiii Sep 24, 2020
40e6236
.dockerignore
tamakiii Sep 24, 2020
3db8955
.gitignore
tamakiii Sep 24, 2020
2a3694b
init docker-compose.yml
tamakiii Sep 24, 2020
5518994
init mysql
tamakiii Sep 24, 2020
f84bc74
tmp add initdb.d
tamakiii Sep 24, 2020
c29c4a0
init php/Dockerfile
tamakiii Sep 25, 2020
ba319b4
docker.mk for language switch
tamakiii Sep 25, 2020
b6355d8
composer create-project slim/slim-skeleton
tamakiii Sep 25, 2020
c375969
Revert "composer create-project slim/slim-skeleton"
tamakiii Sep 25, 2020
876cfd3
spiral/app-grpc deps
tamakiii Sep 25, 2020
d55a278
pecl install protobuf
tamakiii Sep 25, 2020
f859b6f
Merge remote-tracking branch 'origin/master' into tmp-docker-environment
tamakiii Sep 27, 2020
30d3a50
init webapp/php/grpc
tamakiii Sep 27, 2020
73faa5a
add ruby/grpc
tamakiii Sep 27, 2020
7edba2c
fix port
tamakiii Sep 27, 2020
403e4d5
fix port
tamakiii Sep 27, 2020
5489bc7
Revert "Revert "composer create-project slim/slim-skeleton""
tamakiii Sep 27, 2020
31e7f9f
mv to web
tamakiii Sep 27, 2020
a1dab68
fix WORKDIR
tamakiii Sep 27, 2020
1eb8d4b
link frontend files
tamakiii Sep 27, 2020
c4ca917
fix
tamakiii Sep 27, 2020
d274593
ln -> cp
tamakiii Sep 27, 2020
97d60cd
link public
tamakiii Sep 27, 2020
3b72efa
init nginx
tamakiii Sep 27, 2020
c456c61
using php-fpm
tamakiii Sep 27, 2020
206f681
using nginx
tamakiii Sep 27, 2020
d13396f
composer require google/protobuf
tamakiii Sep 27, 2020
fbec2e8
mv Dockerfile
tamakiii Sep 27, 2020
e8e6fb9
add protobuf-compiler
tamakiii Sep 27, 2020
56e2525
fix mount path
tamakiii Sep 27, 2020
5eb795e
add make protoc
tamakiii Sep 27, 2020
341e7e4
protoc --php_out=./src/Protobuf
tamakiii Sep 27, 2020
d1b3921
src/Protobuf -> lib
tamakiii Sep 27, 2020
e846daf
src/Protobuf -> lib
tamakiii Sep 27, 2020
9452613
add autoloda
tamakiii Sep 27, 2020
5d400da
rm Google\\Protobuf
tamakiii Sep 27, 2020
054623c
fix autoload
tamakiii Sep 27, 2020
b17d236
tmp impl /api/session
tamakiii Sep 27, 2020
a09da10
tmp impl send_web_push.php
tamakiii Sep 27, 2020
299f4c2
merge apt-get install and add bcmath
tamakiii Sep 27, 2020
7b52162
add environments
tamakiii Sep 27, 2020
27cb7a6
init PDO
tamakiii Sep 27, 2020
8a622fa
implementing /api/session
tamakiii Sep 27, 2020
0e98ded
tmp impl notifier
tamakiii Sep 27, 2020
b3f58e9
impl /initialize
tamakiii Sep 27, 2020
ee1d0f1
Merge remote-tracking branch 'origin/master' into tmp-docker-environment
tamakiii Sep 27, 2020
92a0c84
composer require minishlink/web-push
tamakiii Sep 29, 2020
6ffa7a5
Merge remote-tracking branch 'origin/master' into tmp-docker-environment
tamakiii Sep 29, 2020
1f3f658
using v6.0.1
tamakiii Sep 29, 2020
ff2b3ba
add vapid_private.pem
tamakiii Sep 29, 2020
32083b3
add gmp and format
tamakiii Sep 29, 2020
58ab356
add push_vapid_key to /api/session
tamakiii Sep 29, 2020
86947e6
fix
tamakiii Sep 29, 2020
2648416
composer require symfony/http-foundation
tamakiii Sep 29, 2020
be9d47b
impl /api/admin/clarifications
tamakiii Sep 29, 2020
74c8b93
impl /api/admin/clarifications/{id}
tamakiii Sep 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
protoc --php_out=./src/Protobuf
tamakiii committed Sep 27, 2020
commit 341e7e40224db7cdc72415aa3c492c7087556928

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions webapp/php/web/src/Protobuf/GPBMetadata/Xsuportal/Error.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading