1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-31 14:51:04 +01:00
Commit graph

19 commits

Author SHA1 Message Date
dependabot[bot]
c5846fb1f4
Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#135) 2024-03-21 16:19:48 +00:00
Nic Heath
5560c5a68a
Add check to verify output file directory exists. (#131)
* Add check to verify output file directory exists.
* Change (and test) the error handling of the CheckDir function
* Add ADIF arguments tests 
* Add CSV arguments tests

---------

Co-authored-by: Jean-Marc MEESSEN <jean-marc@meessen-web.org>
2024-03-20 22:10:04 +01:00
dependabot[bot]
daa46da5b6
Bump github.com/spf13/viper from 1.17.0 to 1.18.2 (#117)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.17.0 to 1.18.2.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.17.0...v1.18.2)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-30 15:02:23 +01:00
dependabot[bot]
88a516d27d
Bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#107) 2023-11-14 10:11:10 +00:00
dependabot[bot]
dfb1b4e5e4
Bump github.com/spf13/viper from 1.16.0 to 1.17.0 (#104) 2023-11-14 10:06:19 +00:00
dependabot[bot]
24f86dc16f
Bump github.com/spf13/viper from 1.15.0 to 1.16.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-10 19:35:19 +00:00
dependabot[bot]
43084c2012
Bump github.com/spf13/cobra from 1.6.1 to 1.7.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 14:05:12 +00:00
dependabot[bot]
be4038709f
Bump github.com/spf13/cobra from 1.0.0 to 1.6.1 (#89)
* Bump github.com/spf13/cobra from 1.0.0 to 1.6.1

Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.0.0 to 1.6.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.0.0...v1.6.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Change in behavior

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jean-Marc Meessen <jean-marc@meessen-web.org>
2023-02-10 21:13:32 +01:00
dependabot[bot]
cb66d829ce
Bump github.com/spf13/viper from 1.7.1 to 1.15.0 (#91)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.7.1 to 1.15.0.
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](https://github.com/spf13/viper/compare/v1.7.1...v1.15.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-10 20:12:13 +01:00
Jean-Marc MEESSEN
97e550e45c
Tidying application after Go release bump (#92)
* Update dependencies (yaml)
* change linter
* format code and correct spelling
* remove deprecated ioutils
* change lint command in "CI" GitHub Action
* check return value of cmd.Execute()
* Solve lint issues
2023-02-10 17:45:10 +01:00
Jean-Marc MEESSEN
61c42d1c75
Pota support (#73)
* Add POTA processing
* add end to end POTA test
* allow tabs to be a valid separator in the header section
2021-12-04 22:36:53 +01:00
Jean-Marc MEESSEN
53bd916d7a
Adding GridLocator and MyGrid support 2020-09-04 21:42:15 +02:00
Jean-Marc MEESSEN
8afb81eed3
Create Docker Image to run the application 2020-07-26 22:30:14 +02:00
Jean-Marc MEESSEN
2e605afc7a
Implement better version display 2020-07-22 22:50:37 +02:00
Jean-Marc MEESSEN
b9bb5e8f5e Add version display and multiarch build 2020-07-11 14:32:53 +02:00
Jean-Marc MEESSEN
6172f13193
Add the time interpolating feature 2020-07-10 22:49:28 +02:00
Jean-Marc Meessen
9aeaa70b60 Skeleton complete 2020-05-28 12:40:53 +02:00
Jean-Marc Meessen
2c0ab69af7 Changed the license 2020-05-28 12:17:01 +02:00
Jean-Marc MEESSEN
fe836d4bfe Today's work 2020-05-27 22:29:59 +02:00