+
Skip to content

Tags: Geuthur/aa-ledger

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #118 from Geuthur:release

[RELEASE] v0.8.1

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[RELEASE] 0.8.0 (#113)

* Add Update System & Refactor Ledger (#106)

* [ADD] Update System

* [CHANGE] Update `update_subset_characters`
[CHANGE] Refactor paths

* [ADD] Corporation Division Manager

* [CHANGE] Use `LoggerAddTag` from app_utils

* [ADD] UpdateStatus System for Corporation

* [ADD] Admin Menu

* ]FIX] Endless Loop

* [CHANGE] Make Admin Menu Superuser only

* [ADD] Subset Task for Corporations

* [FIX] `calc_update_needed` Issue

* [ADD] Force Refresh Option

* [FIX] Update Cycle Issue

* [FIX] Subset Tasks not Updating correctly

* Remove test log

* [CHANGE] Update Tests

* [CHANGE] Update Admin View

* [ADD] Tests Part 1

* [CHANGE] Update Tests Part 2

* [FIX] pre-commit issue

* [FIX] Use Djangos naturaltime, timesince for calculations

* Merge branch 'add-update-system' of https://github.com/Geuthur/aa-ledger into add-update-system

* [CHANGE] add total_update_status & changed get_update_status_issues to annotate_total_update_status_user

* [FIX] CSS Issue

* [ADD] Delete Option in Administration

* [ADD] Delete Character Test

* [CHANGE] Update switch_alarm to new `get_character` function

* [CHANGE] Optimized Url Paths

* Update Changelog

* [ADD] Corporation Delete Option

* [CHANGE] Remove Debug Logs

* [CHANGE] Update Interval

* [ADD] Planetary Manager Tests, Admin View Test

* [CHANGE] remove print

* [FIX] Permissions

* Update Changelog

* [CHANGE] Update Tests

* [ADD] Disable Characters with no Owner (#107)

* [ADD] Disable Characters with no Owner

* [ADD] Disable Characters with no Owner Test

* [CHANGE] Update Docstrings

* [CHANGE] Update Tests

* [CHANGE] Update test local.py

* [CHANGE] Add mariadb 11.4 to Test Coverage (#108)

* [CHANGE] Optimize Tests (#109)

* [FIX] Errors wasn't catched

* [CHANGE] Remove unnessecary message

* [REMOVE] Cache Buster

* [ADD] Migration

* [ADD] Incursion & Asset Safety Tax  RefType to Corporation Ledger

* [CHANGE] Update to AA 4.8.0

* [CHANGE] Update Changelog

* [REMOVE] Cache Buster Test

* Merge remote-tracking branch 'origin/master' into v0.7.x

v0.7.6

Toggle v0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[npm] Bump the npm-dependencies group with 2 updates (#104)

Bumps the npm-dependencies group with 2 updates: [eslint](https://github.com/eslint/eslint) and [globals](https://github.com/sindresorhus/globals).


Updates `eslint` from 9.11.1 to 9.25.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.11.1...v9.25.1)

Updates `globals` from 15.9.0 to 16.0.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v16.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-version: 9.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: globals
  dependency-version: 16.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.7.5 (#101)

* Refactor Ledger (#96)

* Refactor and remove unused test data files; update planetary API to improve alarm switching logic and response handling

- Deleted unused test data files: _ledgerchardata.py, _ledgercorpdata.py, _planetchardata.py, and test_char_planetary_api.py.
- Updated test cases to reflect changes in the planetary API.
- Refactored switch_alarm function to handle majority state for alarms and return JSON responses instead of redirects.
- Adjusted URL patterns to remove unnecessary parameters from switch_alarm endpoint.
- Updated template paths in render calls for consistency.

* [CHANGE] Update Pull Request Template

* [CHANGE] Add Shake Effect and Optimized CSS (#97)

Optimize Confirm Modal

* Optimize-css-and-fix-naming (#98)

* Optimized CSS & Fix Old Code Naming

* [CHANGE] Update Modal System

* [FIX] Character Ledger Information View (#99)

[FIX] Single Character View

* [CHANGE] Update Information Sheet

* Merge pull request #100 from Geuthur:update-information-docs

Update Docs

* Update Changelog

v0.7.4.3

Toggle v0.7.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FIX] Planetary Update Issue (#92)

* [CHANGE] Optimized Error Handler & Removed Disabling the Overview Button (#89)

* [CHANGE] Optimized Error Handler & Removed Disabling the Overview Button

* [FIX] Wrong Text Position

* [CHANGE] Add console log for unknown errors

* [REMOVE] Unnecessary java

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Fix-planetary-update-issue (#91)

* [FIX] Task Only Update 1 Planet instead of all

* [REMOVE] Force Refresh

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Release 0.7.4.3

* Update Changelog

v0.7.4.2

Toggle v0.7.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.7.4.2 (#88)

* [CHANGE] Update ETag System

* [CHANGE] Update ETag System

* [FIX] Alliance Ledger show MultipleObject Return (#87)

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Update Changelog

* [CHANGE] Update descriptions and hints

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

v0.7.4.1

Toggle v0.7.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FIX] Planetary Permission & Ledger Permission Error (#86)

* [FIX] Planetary View require wrong permission

* [FIX] Permission Error

v0.7.4

Toggle v0.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.7.4 (#83)

* [ADD] GatewayTimeout Handler for ESI (#63)

* [ADD] GatewayTimeout Handler for ESI

* Update Tests

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* [CHANGE] Refactor Task Process (#64)

* [CHANGE] Refactor Task Process

* Update Test

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Add View Tests & Refactor add_ views (#65)

* [REMOVE] Old Tests

* [CHANGE] Refactor Testdata

* Merge remote-tracking branch 'origin/v0.7.x' into refactor-tests

* [ADD] View Tests

* [CHANGE] Removed ledger_ prefix from add_ views

* [CHANGE] Remove basic_access permission

* [FIX] function name

* [CHANGE] Refactor/Optimize Ledger System (#66)

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* [ADD] Model Tests (#67)

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Change Alliance Ledger (#69)

* [CHANGE] Show Corporations instead of Characters

* Update Alliance Process

* [CHANGE] Refeactor Template & Corporation System

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Refactor Planetary Form & Update Tests (#70)

* [ADD] View Helper Tests

* [CHANGE] Update Tests & Fix issues from it

* [REMOVE] Unnecessary Code

* [CHANGE] Refactor Planetary Form (#68)

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* [REMOVED] Unnecessary Code

* Update Changelog

* [ADD] Subset Task (#71)

* [ADD] Deactive User if no Token or Inactive (#72)

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* [CHANGE] Update Logger System (#73)

* [CHANGE] Update Logger System

* [FIX] Test

* Update ETag log timing (#74)

* [ADD] Use log_timing

* [CHANGE] Task Logs msg

* Update Changelog

* [CHANGE] Refactor Templates (#75)

* [CHANGE] Refactor Templates

* Update Changelog

* [CHANGE] Django Urls (#76)

* [CHANGE] Django Urls

* Update Tests

* [ADD] Character Administration (#77)

* [ADD] Character Administration

* [CHANGE] CSS Style

* [REMOVE] status

* [ADD] UpdateStatus, get_status_icon

* [ADD] vscode

* Update Changelog

* [ADD] Character Administration Access Test

* [FIX] NoReverseMatch

* Update CharacterAudit Test

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

* Update Readme

* [ADD] Dashboard & Optimize CSS (#78)

* [CHANGE] Update CSS

* [ADD] Dashboard

* [ADD] Alliance Administration (#79)

* [ADD] Alliance Administration

* [CHANGE] Update Alliance, Character Administration

* [CHANGE] Update Access Tests

* Update Changelog

* [CHANGE] Added missing Characters

* [CHANGE] ETag key

* [ADD] Corporation Administration (#82)

* [ADD] Corporation Administration

* [CHANGE] Added order by names

* [CHANGE] Use Datatable instead of portrait to avoid overload on big corps

* [CHANGE] Update CSS

* [ADD] Corporation Administration Test

* Push to 0.7.4 (#84)

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0.7.3 (#58)

* [ADD] event_admin_access permission

* [ADD] Github Templates, COC, Contributing

* Update Changelog

* [REMOVE] info logger

* [CHANGE] Update pyproject

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 0..7.2 (#57)

* [FIX] Contracts not shown correctly
* [FIX] Donation not shown in Charts

* [FIX] Charts not dispose on empty data #55

* [FIX] Events can't be managed without superuser #56

* [CHANGE] Update Changelog

* [CHANGE] Update Tests

---------

Co-authored-by: Geuthur <geuthur@users.noreply.github.com>
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载