Commit Graph

282 Commits

Author SHA1 Message Date
jamesread bb67ea58b6 cicd: go.mod 2022-08-27 13:28:06 +01:00
jamesread e3a5312614 cicd: go.mod needed for go install 2022-08-27 13:25:32 +01:00
jamesread adbed0d037 cicd: Remove tabs in Dockerfile 2022-08-27 13:22:46 +01:00
jamesread 99238d21b3 cicd: Move make instructions to dockerfile 2022-08-27 13:13:52 +01:00
jamesread bfe38e03c3 cicd: copy makefile 2022-08-27 13:10:51 +01:00
jamesread cfb337f992 cicd: gobuilder cannot install iptuils in a container 2022-08-27 13:06:21 +01:00
jamesread e7b7a73176 cicd: makefile for gobuilder 2022-08-27 12:50:23 +01:00
jamesread 31db838bfd cicd: go-image-builder 2022-08-27 12:42:14 +01:00
jamesread 7824ce176d depbump: Forgot go-mod-tidy 2022-06-10 19:44:31 +01:00
jamesread 83ce4a3165 doc: Needed more commit types to be clearer 2022-06-10 19:41:52 +01:00
jamesread a140201267 depbump: June 10th 2022-06-10 19:41:14 +01:00
jamesread f9b6d60ca8 cicd: integration test for hidden footer 2022-06-10 19:25:23 +01:00
jamesread 496cb400d0 Merge branch 'main' of ssh://github.com/OliveTin/OliveTin 2022-05-01 10:03:23 +01:00
jamesread b816884e94 feature: Default to relative API path, which should help reverse proxy configs 2022-05-01 10:03:11 +01:00
jamesread ed7fd2e6ef cicd: ignore installation-id 2022-05-01 10:02:38 +01:00
James Read c322a50329
Update CONTRIBUTING.adoc
Added description for buf.
2022-04-26 15:39:04 +01:00
jamesread 0b75bce275 doc: Simplified make deps 2022-04-26 15:33:19 +01:00
James Read d3581e4829
Merge pull request #57 from Fale/rename
bugfix: update code to reflect new repository name. Thank you very much @Fale
2022-04-26 15:10:06 +01:00
Fabio Alessandro Locati 8485a0e446
bugfix: update code to reflect new repository name 2022-04-26 13:43:40 +02:00
jamesread 4f708648e8 cicd: dep bump integration-tests 2022-04-18 09:19:39 +01:00
jamesread 2d7157703c bugfix: Goreleaser now requires explicit bindir. As we are not a distro package, use /usr/local/bin/, which matches the systemd unit file, and the Linux filesystem standard. 2022-04-07 17:13:59 +01:00
jamesread 17c1804129 bugfix: Issue #33 - argument names now allow a-zA-Z0-9_ 2022-04-05 22:58:00 +01:00
jamesread e05083ebeb bugfix: installation ID now follows configdir 2022-04-05 14:24:40 +01:00
jamesread 0a77f89374 Merge branch 'main' of ssh://github.com/OliveTin/OliveTin 2022-04-05 12:19:30 +01:00
jamesread ebd1c4e938 security: Use quoted values for origin, URL, and force quoting. 2022-04-05 12:19:24 +01:00
James Read 5115aa1142
Merge pull request #52 from OliveTin/issue-38-config-flag
feature: issue #38 - Config Directories
2022-04-05 12:18:14 +01:00
jamesread 76971603b4 feature: General dependency bump 2022-04-05 11:47:51 +01:00
jamesread 6f5fd20a2c fmt: gofmt cleanup 2022-04-05 11:28:35 +01:00
jamesread 42cde3ba70 security: CVE-2021-44906 npm minimist 2022-04-05 11:13:46 +01:00
jamesread 86a48f4ace security: webui npm packages should have a package-lock.json 2022-04-05 11:10:32 +01:00
jamesread a725b377cc feature: Customizable external rest address 2022-04-05 11:06:41 +01:00
jamesread 63068dfdea cicd: Remove old dependencies - no longer need machineid 2022-04-05 11:04:57 +01:00
jamesread 3ad640aee0 feature: issue #38 - Config Directories 2022-03-23 16:17:45 +00:00
James Read bb96072682
Merge pull request #50 from jonesrussell/rej_shownavigation
bugfix: Rename "HideNavigation" to "ShowNavigation"
2022-03-23 15:44:00 +00:00
James Read 24b8857165
Merge branch 'main' into rej_shownavigation 2022-03-23 15:43:43 +00:00
James Read 51112aa2f4
Merge pull request #48 from jonesrussell/rej_showfooter
feature: Show/Hide footer - thank you @jonesrussell !
2022-03-22 22:08:56 +00:00
Russell Jones 5bd90adc1f bugfix: Rename "HideNavigation" to "ShowNavigation" 2022-03-22 20:04:27 +00:00
jamesread 81c26d997d cicd: Make the checklist a little easier to go through. 2022-03-22 10:50:56 +00:00
Russell Jones af78385759 feature: Show/Hide footer 2022-03-22 00:43:28 +00:00
jamesread 420105ec99 fmt: css ids/classes to use kebab-case 2022-02-23 15:29:56 +00:00
jamesread 10e380a03b cicd: dep bump in integration-tests 2022-02-23 14:49:56 +00:00
jamesread c985d31e4a cicd: dep bump 2022-02-23 14:47:03 +00:00
jamesread cabf045202 feature: Switch from MachineID to InstanceID in update checks 2022-02-23 14:18:12 +00:00
jamesread 8ea431b2e4 doc: Added links to install instructions 2022-01-24 20:38:19 +00:00
jamesread 62a45bd214 feature: Send isInContainer to update service 2022-01-11 23:17:50 +00:00
jamesread 59f214fd45 cicd: Add target integration testing image 2022-01-06 00:09:25 +00:00
jamesread acaf28e200 cicd: Fix broken unit test for hidden nav 2022-01-06 00:00:54 +00:00
James Read c263a84aa7
Merge pull request #32 from OliveTin/exec-without-shell
bugfix: Working stderr!
2022-01-05 10:53:40 +00:00
jamesread f09501278a fmt: ActionButton - single quote strings 2022-01-05 09:59:45 +00:00
jamesread 5edeace62e bugfix: Working stderr! 2022-01-05 09:54:40 +00:00