Commit Graph
79 Commits
Author SHA1 Message Date
Thomas BoergerandGitHub b3ce0c1c2f Merge pull request #15 from owncloud/refs-patch-1
Grant access to protected branches to oc employees
2019-12-11 14:44:46 +01:00
Alex UngerandGitHub daea235475 Grant access to protected branches to oc employees 2019-12-11 13:35:26 +01:00
Thomas BoergerandGitHub c73b270f87 Merge pull request #14 from owncloud/restructure
Restructure project similar to hello and graph
2019-12-09 16:26:23 +01:00
Thomas Boerger 690e80aaec Add back http-root 2019-12-09 16:13:26 +01:00
Thomas Boerger 3b82714a78 Add effort labels 2019-12-09 16:13:26 +01:00
Thomas Boerger 1aa4e64764 add logger to assets 2019-12-09 16:12:53 +01:00
Thomas Boerger 3498580b7b Restructure project similar to hello and graph 2019-12-09 16:12:53 +01:00
Jörn Friedrich DreyerandGitHub f9f58f9a32 add effort labels 2019-12-09 11:42:08 +01:00
Thomas Boerger d6869ac9c9 Simplify readme for changelogs 2019-11-06 10:13:42 +01:00
Thomas Boerger 05ea6752ed Drop fossa, add documentation link to readme 2019-11-06 10:13:16 +01:00
Thomas Boerger 073cae09c5 Switch to pure starlark drone config 2019-11-06 10:12:20 +01:00
Thomas Boerger 4985d0d98b Ignore configs except the examples 2019-11-06 10:11:07 +01:00
Thomas Boerger ec23d131b6 Restructure styles within docs 2019-11-06 10:08:50 +01:00
Thomas Boerger 4bc3285b5c Fix docker labels, use better base images 2019-11-06 10:06:58 +01:00
Thomas BoergerandGitHub 57f6d21945 Merge pull request #13 from madsi1m/patch-1
Update to 0.2.5
2019-11-06 08:29:56 +01:00
madsi1mandGitHub 053b60b73c Update to 0.2.5 2019-11-06 11:34:48 +11:00
Thomas BoergerandGitHub fc7ed7b24d Merge pull request #12 from owncloud/version-fix
Raise minimal Go version to v1.12
2019-10-04 22:15:49 +02:00
Thomas Boerger a16b97a553 Raise minimal Go version to v1.12 2019-10-04 22:02:54 +02:00
Thomas Boerger 5428d8930d Add employees to teams 2019-10-01 10:58:59 +02:00
Thomas BoergerandGitHub fd8714452f Merge pull request #11 from owncloud/updates
Update phoenix to 0.2.3
2019-09-20 09:33:09 +02:00
Thomas Boerger c2a3825ea5 Update phoenix to 0.2.3 2019-09-20 09:23:22 +02:00
Thomas Boerger c25c0324ee Add test file dummies 2019-09-20 09:23:05 +02:00
Thomas BoergerandGitHub 3e03fca45f Merge pull request #10 from fossabot/master
Add license scan report and status
2019-09-18 11:07:29 +02:00
Thomas BoergerandGitHub 6d4fe49882 Remove duplicated licenses info from readme 2019-09-18 09:52:22 +02:00
fossabot 2265cb36e3 Add license scan report and status
Signed-off-by: fossabot <badges@fossa.io>
2019-09-18 00:20:06 -07:00
Thomas Boerger f8343dd870 Rename phoenix folder into assets 2019-09-16 14:05:36 +02:00
Thomas Boerger 1b0c737d3b Add example configs 2019-09-16 11:03:18 +02:00
Thomas Boerger 3bad757021 Add simple text to about docs section 2019-09-16 10:37:34 +02:00
Thomas Boerger aff767c4d3 Generate and publish documentation within drone 2019-09-16 09:13:03 +02:00
Thomas Boerger 3e3717d7b1 Add inital documentation 2019-09-16 09:10:57 +02:00
Thomas Boerger a8ce4461a7 Ignore config.json within config dir 2019-09-13 15:08:24 +02:00
Thomas BoergerandGitHub 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 BoergerandGitHub 85b9383aa5 Merge branch 'master' into socket-listener 2019-09-13 14:48:55 +02:00
Thomas BoergerandGitHub 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 BoergerandGitHub 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 1405272e98 Fix typo within readme headline 2019-09-05 15:24:55 +02:00
Thomas Boerger 17e457beb8 Disable dismissal restrictions 2019-09-05 14:21:33 +02:00
Thomas Boerger 83d948b0f9 Check if gh settings are working now correctly 2019-09-05 14:17:41 +02:00
Thomas Boerger 7f7bd24649 Only configure admins within settings 2019-09-05 14:02:44 +02:00
Thomas Boerger 47d8c18e69 Lint available yaml files 2019-09-05 13:58:12 +02:00
Thomas Boerger 40b869a719 Also rename to ocis within dotfiles 2019-09-05 13:38:19 +02:00