aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* ci(vagrant): setup (incomplete)Fuwn2021-06-231-0/+3
|
* feat(docker): expose .whirl directory to host as a volumeFuwn2021-06-091-0/+3
| | | | | | | | Previously, Whirl would grab the default configuration data from the the `Default` trait of `Config`, this means that the configuration of a Docker container could not be modified. As well, the database would be reset upon the restart of the Docker container... This solution introduces a shared Volume directory with the label `.whirl-data` which acts as a means of persistant data storage for Whirl.
* refactor(database): rename database fileFuwn2021-06-091-1/+1
| | | | | | The file name `whirl.sqlite3` is redundant as the file is already in the `.whirl` directory. BREAKING CHANGE: Database file renamed
* refactor(config): rename `Whirl.toml` to `Config.toml`Fuwn2021-06-091-1/+3
| | | | | | | Since the configuration file is in the `.whirl` directory, it is redundant to have it's name still as `Whirl.toml` BREAKING CHANGE: Configuration file is renamed
* feat(global): move whirl-generated files to their own directoriesFuwn2021-06-091-7/+1
| | | | | | | | | | | | | This change is in preperations to the new Docker Compose configuration changes that are planned for the near future. Currently, the Docker Compose configuration does NOT have persistant storage in the form of Docker Volumes, that will change once the planned updates are pushed. The reason Docker Volumes might have not been possible (or at least difficult) is due to the fact that Whirl-generated files were just thrown about, e.g., `whirl.sqlite3`, `Whirl.toml`, all of these files had no central location so having a shared folder in the form of Docker Volume between the container and the host wasn't very possible.j BREAKING CHANGE: Whirl-generated files are moved to their own directories, if the files are not moved, Whirl will continue to look for these files and panic due to being unable to find them!
* test(whirl_common): create benchmarksFuwn2021-06-071-0/+1
|
* feat(global): logs now go to a dedicated directory and fileFuwn2021-05-151-0/+1
|
* ci(make): create act-cli taskFuwn2021-05-101-0/+1
| | | | | Act provides the ability to run GitHub actions locally, read more about Act [here](https://github.com/nektos/act).
* chore(git): remove oudated ignored directoryFuwn2021-05-061-3/+0
|
* feat(db): use diesel instead of sqlx, implement database testsFuwn2021-05-031-3/+3
|
* fix: Husky (git hooks) now worksFuwn2021-04-271-0/+3
|
* feature: New configuration file formatFuwn2021-04-271-5/+5
|
* etc: Remove legacy server moduleFuwn2021-04-261-0/+3
|
* chore: Add Nix and Docker supportFuwn2021-04-241-0/+3
|
* chore: Ignore Wireshark capture filesFuwn2021-04-231-0/+3
|
* major: :star:Fuwn2021-04-231-1/+1
|
* fix: Ignore database file when commitingFuwn2021-03-301-1/+1
|
* etc: Rename database fileFuwn2021-03-291-2/+2
|
* feature: Use TOML as config instead of environment variablesFuwn2021-03-291-0/+1
|
* chore: Exclude database development filesFuwn2021-03-211-0/+5
|
* whirl: :star:Fuwn2021-03-201-0/+7
|
* Initial commitFuwn2021-02-201-0/+10