Commit Graph

28 Commits

Author SHA1 Message Date
Stanislav Nikitin 52758c6e1f
Use proper image for tests.
continuous-integration/drone/push Build is passing Details
2022-06-29 15:06:32 +05:00
Stanislav Nikitin 9e5f98a413
Move to mirrorred images for Drone and Dockerfile, linting fixes.
continuous-integration/drone/push Build is passing Details
2022-06-29 15:04:57 +05:00
Stanislav Nikitin 899c406f09
README update. 2021-11-20 23:10:59 +05:00
Stanislav Nikitin f0c5fbf68d
Update golang version in Dockerfile. 2021-11-20 23:08:14 +05:00
Stanislav Nikitin d5fcc5cef9
Linter and Drone config fixes, code linting. 2021-11-20 23:06:40 +05:00
Stanislav Nikitin 9c045e9fd3
Drone fixes. 2021-11-20 02:11:03 +05:00
Stanislav Nikitin 24a402ba7a
Really push back whole configuration.
Related to #15
2020-04-27 03:51:24 +05:00
Stanislav Nikitin 412e404192
Return whole configuration to client.
Related to #15
2020-04-27 03:45:43 +05:00
Stanislav Nikitin 66ec7f86ab
Renamed 'configuration' to 'serverconfig'.
Related to #15
2020-04-27 03:37:42 +05:00
Stanislav Nikitin 2e07cb9726
Linting fixes and fixed HTTP requests logger. 2020-04-25 13:47:19 +05:00
Stanislav Nikitin bbb68c48a1
Use latest golang image for testing.
Fixes #20
2020-04-25 13:41:00 +05:00
Stanislav Nikitin 85c60fd106
README linting. 2019-12-22 04:19:30 +05:00
Stanislav Nikitin c910f12eae Merge branch 'package-creation-fix' of pztrn/giredore into master 2019-10-21 23:15:56 +00:00
Stanislav Nikitin 68ad99b767
Ensure that leading slash is added to package's original path. Fixes #18. 2019-10-22 04:13:27 +05:00
Stanislav Nikitin 5acc64de59 Drone CI and linting (#14) 2019-10-16 18:32:21 +00:00
Stanislav Nikitin ef597063cf Merge branch 'drone-and-import-paths-fixing' of pztrn/giredore into master 2019-10-13 10:15:39 +00:00
Stanislav Nikitin ce3c10c8a5
Copypast is good source of typos. Fixed docker hub repo where we will push images. 2019-10-13 15:14:19 +05:00
Stanislav Nikitin 28adacf53e
Moved to go.dev.pztrn.name and updated README with badges. 2019-10-13 15:12:54 +05:00
Stanislav Nikitin 124b4eb557
Discord webhook. 2019-10-12 08:25:07 +05:00
Stanislav Nikitin d7d3359ac6
Removed ToDos as they're transformed into issues. 2019-10-07 22:33:05 +05:00
Stanislav Nikitin baee0c9b29
Dockerfile fix. 2019-10-07 22:04:21 +05:00
Stanislav Nikitin 355dac8ea3
Linting and dockerization. 2019-10-07 21:51:45 +05:00
Stanislav Nikitin cd6e739dc2
envconfig isn't used here. 2019-10-07 21:18:27 +05:00
Stanislav Nikitin 49f4078c8d
Giredore is now serving go-imports. 2019-10-07 20:39:11 +05:00
Stanislav Nikitin b8e02d48ab
Update about documentation availability at docs site. 2019-10-07 18:23:31 +05:00
Stanislav Nikitin 6ce7747dd5
Working with packages and allowed IPs.
giredorectl now able to interact with giredored about:

* Setting package data. There is no such thing as "create" or "update",
just set.

* Deleting package data.

* Setting allowed IP addresses. This is the only authorization method
ATM, more may come in future.
2019-10-07 18:21:26 +05:00
Stanislav Nikitin 83a8694061
Server and client stubs.
Implemented HTTP server with configuration getting stub.

Implemented CLI client with configuration getting stub.
2019-10-05 21:53:22 +05:00
Stanislav Nikitin 4d79c8da4b
Initial commit. 2019-10-05 19:54:18 +05:00