Casper Verswijvelt
0153b1f847
Fix ellipsis in multiple tables ( #152 )
2021-06-15 15:29:59 -04:00
R. Miles McCain
473ad93081
Properly name manual build action
2021-06-14 20:56:29 +00:00
R. Miles McCain
1225ad90e8
Add manual build option
...
Signed-off-by: R. Miles McCain <github@sendmiles.email>
2021-06-14 20:55:22 +00:00
R. Miles McCain
e43718f596
Bump version
2021-06-13 20:11:28 +00:00
R. Miles McCain
d9623a9905
Also build image on push to master
2021-06-13 20:08:45 +00:00
R. Miles McCain
011f1f13c8
Also build image on push to master
2021-06-13 19:58:15 +00:00
Casper Verswijvelt
9832de0c19
GeoIP Map ( #142 )
...
* First working version of world map chart
* Cleanup code, fix aspect ratio, add GeoIP Map header
* Remove limited-height on session list with already limited content
* Update package lock
* Integrate map into service page
* Adjust map colors
* Adjust colors further
Co-authored-by: R. Miles McCain <github@sendmiles.email>
2021-06-13 15:50:01 -04:00
havk
83b20643d2
Add hits to chart data ( #141 )
...
* Add hits to chart data
* Hide legend
Co-authored-by: R. Miles McCain <github@sendmiles.email>
2021-06-13 14:39:45 -04:00
R. Miles McCain
ab44ba8318
Add subtle rounding to bar
2021-06-13 18:32:55 +00:00
havk
fcea6d3be9
Percents + visualization ( #139 )
...
* Black autoformat
* Add percent and divide filters
* Remove divide filter
* Add percents in brackets and visualization
* Apply percents and visualization to all data
* Switch absolute to relative
* Increase percent bar height
* Move bar to separated file
* Add USE_RELATIVE_MAX_IN_BAR_VISUALIZATION to settings
* Add flex items-center
* Move bar to left
* Remove spaces
* Fix USE_RELATIVE_MAX_IN_BAR_VISUALIZATION
* Remove unnecessary True
* Add bar_width tag
* Add flex-none to make flag not get squished
* Fix flex-none
2021-06-13 14:11:40 -04:00
Ian MacIntosh
f3a89bff78
Document possible time zone values ( #147 )
...
This might be a normal expectation, but it was new for me.
I added a URL to fast-track the next person in the same position.
2021-06-13 13:58:13 -04:00
dependabot[bot]
3c9bc9f3c9
Bump django from 3.1.9 to 3.1.12 ( #150 )
...
Bumps [django](https://github.com/django/django ) from 3.1.9 to 3.1.12.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.1.9...3.1.12 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-13 13:50:48 -04:00
dependabot[bot]
2f5d0ba7e5
Bump django from 3.1.8 to 3.1.9 ( #146 )
...
Bumps [django](https://github.com/django/django ) from 3.1.8 to 3.1.9.
- [Release notes](https://github.com/django/django/releases )
- [Commits](https://github.com/django/django/compare/3.1.8...3.1.9 )
---
updated-dependencies:
- dependency-name: django
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-04 22:32:57 -04:00
dependabot[bot]
1c866209c9
Bump urllib3 from 1.26.4 to 1.26.5 ( #145 )
...
Bumps [urllib3](https://github.com/urllib3/urllib3 ) from 1.26.4 to 1.26.5.
- [Release notes](https://github.com/urllib3/urllib3/releases )
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst )
- [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5 )
---
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-02 11:27:14 -04:00
Casper Verswijvelt
a4785b1a0c
Datepicker mobile overflow ( #143 )
...
* Remove w-auto to fix datepicker overflow on mobile
* Hardcoded width for datepicker input element
2021-05-23 12:14:03 -04:00
R. Miles McCain
2928e663db
Move sample Kubernetes deployment to latest
2021-05-14 17:01:15 +00:00
R. Miles McCain
ff97a46fd9
Bump version
2021-05-14 16:33:11 +00:00
R. Miles McCain
afb78dc499
Merge branch 'pagination-settings'
2021-05-14 16:25:22 +00:00
R. Miles McCain
a4eaef0117
Merge branch 'hourly-chart'
2021-05-14 16:25:06 +00:00
R. Miles McCain
7891866214
Merge branch 'skip_heartbeat'
2021-05-14 16:24:47 +00:00
R. Miles McCain
eedcbc4e85
Merge branch 'haaavk/master'
2021-05-14 16:24:20 +00:00
R. Miles McCain
0d006620dd
Merge branch 'custom-map-provider'
2021-05-14 16:23:56 +00:00
R. Miles McCain
0b78f6df72
Merge branch 'ui-improvements'
2021-05-14 16:22:31 +00:00
R. Miles McCain
74ddef1670
Merge branch 'flag-icons'
2021-05-14 16:21:34 +00:00
R. Miles McCain
9d9d4a7b1e
Bump version to v0.9.0
2021-05-14 16:16:12 +00:00
Paweł Jastrzębski
d66f683104
Add DASHBOARD_PAGE_SIZE to settings
...
Add DASHBOARD_PAGE_SIZE to TEMPLATE.env and app.json
Parse dashboard page size value
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
b44642e023
When daterange is 1 day, show hourly data in chart
...
Show hourly chart starting from ranges of 3 days and less
Use timedelta instead of checking days difference which did not work correctly
Fix hourly chart bug
Add click handler for going from daily to hourly chart view by clicking chart at specific date
2021-05-14 16:09:45 +00:00
R. Miles McCain
c12a7e9e71
Document ACTIVE_USER_TIMEDELTA
2021-05-14 16:09:45 +00:00
R. Miles McCain
0294d31ea4
Remove console warning from script
2021-05-14 16:09:45 +00:00
Paweł Jastrzębski
40cb5afbad
Skip heartbeat if there is no response
...
Fix xhr callbacks
2021-05-14 16:09:45 +00:00
Paweł Jastrzębski
073bd94112
Update litepicker and add ranges plugin
...
Fix litepicker colors
Fix litepicker event
Add custom ranges to litepicker
Fix code style
Remove some date ranges
Fix date ranges
Replace yesterday date range with last 3 days
Update packages
Improve litepicker box shadow
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
3a01fefcff
Add custom location url from environment variable
...
Remove trailing dollar in long and lat placeholder
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
14a7ec68f3
Make favicon not squish and add ellipsis overflow
...
General styling improvements
Many UI Improvements
- Consistent spacing between titles and content
- Removed many ugly text squishing by hiding overflowing text with ellipsis
- Fixed Service favicon being squisched by long service name
- Hide scrollbar in 'more session' screen when content isn't scrollable
- Fix apexcharts tooltips and labels being cut off by card class
Disable wrapping in table cells, prefer ellipsis
Ellipsis overflow for long url on hit page
Fix flex grow in header not working as intended
Remove forgotten truncatechars
Fix code checks, add button role and tabindex
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
fdf2ab719b
Use flag icons instead of emoji's
2021-05-14 16:09:45 +00:00
R. Miles McCain
737eeb5df4
Contextual date improvements
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
cb4855e4fc
Preserve date range in urls in side menu
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
f4127cf9b1
Preserve date range query parameters
2021-05-14 16:09:45 +00:00
R. Miles McCain
159015de1c
Update test for my new instance
2021-05-14 16:09:45 +00:00
Paweł Jastrzębski
a7548d7eba
Fix currently_online
...
Make currently_online aware of SCRIPT_HEARTBEAT_FREQUENCY
2021-05-14 16:09:45 +00:00
R. Miles McCain
da87ddb18f
Fix ingest when MMDB not found
2021-05-14 16:09:45 +00:00
R. Miles McCain
4a76ab32fc
Improve service page when no hits are recorded
2021-05-14 16:09:45 +00:00
R. Miles McCain
4afeced7d3
Improve homepage when no services exist
2021-05-14 16:09:45 +00:00
CasperVerswijvelt
2a6efe1b7f
Merge 2 steps
2021-05-14 16:09:44 +00:00
CasperVerswijvelt
07f3926a9c
Show snippet on service page when not hits are recorded yet
2021-05-14 16:09:44 +00:00
R. Miles McCain
14ed0b7979
Merge branch 'docker-github-build'
2021-05-14 16:06:37 +00:00
CasperVerswijvelt
ab51089647
Fix code checks, add button role and tabindex
2021-05-14 15:01:58 +00:00
CasperVerswijvelt
86695dbcc4
Remove forgotten truncatechars
2021-05-14 15:01:57 +00:00
CasperVerswijvelt
4e4cfe081b
Fix flex grow in header not working as intended
2021-05-14 15:01:31 +00:00
CasperVerswijvelt
f54b67ef0f
Ellipsis overflow for long url on hit page
2021-05-14 15:01:11 +00:00
CasperVerswijvelt
43f339e32b
Disable wrapping in table cells, prefer ellipsis
2021-05-14 14:59:38 +00:00