Commit Graph

20145 Commits

Author SHA1 Message Date
Thomas Boerger e1e5cad606 Merge pull request #8 from owncloud/socket-listener
Optionally listen to unix sockets instead of port binding
2019-09-13 15:01:37 +02:00
Thomas Boerger 85b9383aa5 Merge branch 'master' into socket-listener 2019-09-13 14:48:55 +02:00
Thomas Boerger 7b508d788c Merge pull request #9 from owncloud/ignore-assets
Drop and ignore generated assets
2019-09-13 14:48:42 +02:00
Thomas Boerger def3c32bca Drop and ignore generated assets
We are embedding the assets as part of our build pipeline, and even
without that the embedded assets are generated by our `make generate`
task anyway, so let's remove thise huge amount of files from the
repository and generate it on build time.
2019-09-13 14:41:16 +02:00
Thomas Boerger ae50f7dcd3 Optionally listen to unix sockets instead of port binding 2019-09-13 14:39:31 +02:00
Thomas Boerger 7eda1b62b0 Add missing dot to comment 2019-09-13 13:22:45 +02:00
Thomas Boerger 0aa03ce88c Always load assets from phoenix dir on development 2019-09-13 13:22:21 +02:00
Thomas Boerger 345a290443 Merge pull request #7 from owncloud/initial-phoenix
Embed phoenix and serve it
2019-09-11 13:13:54 +02:00
Thomas Boerger 39de6f69e4 Drop all config attributes, just serve a config.json 2019-09-11 13:08:33 +02:00
Thomas Boerger ebfc405449 Upgrade phoenix to 0.2.1 2019-09-06 14:53:11 +02:00
Thomas Boerger ca209f23bd Replace gorunpkg with go run commands 2019-09-06 13:48:14 +02:00
Thomas Boerger 185704bca9 Implement healthcheck command 2019-09-06 13:41:02 +02:00
Thomas Boerger b6d43661a8 Embed phoenix and serve it
So far Phoenix have been embedded into the binary and we can customize
the required config based on flags, env variables and optionally via
config file. For now I'm embedding the whole Phonix content, optherwise
the all-in-one binary `ocis` will get pretty complicated until we add
the generate commands to that repo as well and provide a mechanism to
inject the embedding.
2019-09-06 13:40:18 +02:00
Thomas Boerger e675cbb519 Fix typo within readme headline 2019-09-05 15:24:56 +02:00
Thomas Boerger 1405272e98 Fix typo within readme headline 2019-09-05 15:24:55 +02:00
Thomas Boerger 9735e70758 Fix typo within readme headline 2019-09-05 15:24:54 +02:00
Thomas Boerger 18bf7dc120 Fix typo within readme headline 2019-09-05 15:24:54 +02:00
Thomas Boerger d76ff004de Add clanes dependency to go modules 2019-09-05 15:24:16 +02:00
Thomas Boerger 89bf9f0fec Add make task for changelog generator 2019-09-05 15:23:53 +02:00
Thomas Boerger fc0dec8c54 Add make task for changelog generator 2019-09-05 15:23:52 +02:00
Thomas Boerger 775a1884b6 Disable dismissal restrictions 2019-09-05 14:21:34 +02:00
Thomas Boerger 17e457beb8 Disable dismissal restrictions 2019-09-05 14:21:33 +02:00
Thomas Boerger 08e401cf5e Disable dismissal restrictions 2019-09-05 14:21:33 +02:00
Thomas Boerger e342d5726c Disable dismissal restrictions 2019-09-05 14:21:32 +02:00
Thomas Boerger 53ee557202 Check if gh settings are working now correctly 2019-09-05 14:17:43 +02:00
Thomas Boerger 83d948b0f9 Check if gh settings are working now correctly 2019-09-05 14:17:41 +02:00
Thomas Boerger 87c7e9af2e Check if gh settings are working now correctly 2019-09-05 14:17:41 +02:00
Thomas Boerger 47880cce29 Check if gh settings are working now correctly 2019-09-05 14:17:39 +02:00
Thomas Boerger 90a7536857 Only configure admins within settings 2019-09-05 14:02:45 +02:00
Thomas Boerger 7f7bd24649 Only configure admins within settings 2019-09-05 14:02:44 +02:00
Thomas Boerger 493c8d21c9 Only configure admins within settings 2019-09-05 14:02:44 +02:00
Thomas Boerger eb4674377e Only configure admins within settings 2019-09-05 14:02:42 +02:00
Thomas Boerger a697bdd0bc Lint available yaml files 2019-09-05 13:58:18 +02:00
Thomas Boerger 86c67bb3ab Lint available yaml files 2019-09-05 13:58:14 +02:00
Thomas Boerger 47d8c18e69 Lint available yaml files 2019-09-05 13:58:12 +02:00
Thomas Boerger 6af9f3a6f4 Lint available yaml files 2019-09-05 13:58:09 +02:00
Thomas Boerger a1f37f6332 Also rename to ocis within dotfiles 2019-09-05 13:38:21 +02:00
Thomas Boerger 4fb983629d Also rename to ocis within dotfiles 2019-09-05 13:38:20 +02:00
Thomas Boerger 40b869a719 Also rename to ocis within dotfiles 2019-09-05 13:38:19 +02:00
Thomas Boerger 7764f1f3ca Also rename to ocis within dotfiles 2019-09-05 13:38:19 +02:00
Thomas Boerger 7d04edb785 Merge pull request #5 from owncloud/repo-rename
Update files for new ocis naming
2019-09-05 13:32:55 +02:00
Thomas Boerger e807f497bf Update files for new ocis naming 2019-09-05 12:15:54 +02:00
Thomas Boerger 0d7ed8b013 Merge pull request #2 from owncloud/repo-rename
Update files for new ocis naming
2019-09-05 12:11:59 +02:00
Thomas Boerger 4d74712e7d Merge pull request #2 from owncloud/repo-rename
Update files for new ocis naming
2019-09-05 12:11:56 +02:00
Thomas Boerger daaf1e6ddb Merge pull request #6 from owncloud/repo-rename
Update files for new ocis naming
2019-09-05 12:11:44 +02:00
Thomas Boerger 7204bd7f44 Update files for new ocis naming 2019-09-05 12:06:11 +02:00
Thomas Boerger 9a2cc35ecf Update files for new ocis naming 2019-09-05 12:06:09 +02:00
Thomas Boerger 6311fa375b Update files for new ocis naming 2019-09-05 12:06:07 +02:00
Thomas Boerger b00040ebbc Initial commit 2019-09-05 11:41:41 +02:00
Thomas Boerger 37a9b0ea0b Initial commit 2019-09-05 11:41:41 +02:00