eashaw
c9f3920ca0
Update product names ( #1900 )
...
* update product names on pricing page
* update product names in bug issue template
2021-09-02 04:51:58 -05:00
eashaw
9fc16e1e44
Documentation style changes ( #1897 )
...
* added color from figma
* table styles, adjusting padding and margin on headings, removing indentation on left nav
* <code> styles, adjusted padding on code blocks to match figma
2021-09-02 12:25:22 +09:00
Tomas Touceda
15ce06263d
Dont fail config if agent opts is nil ( #1898 )
...
* Handle agentopts nil better
* Add changes file
2021-09-01 19:17:41 -03:00
RachelElysia
36971b4cb8
Host Details Page: Query performance column ( #1867 )
2021-09-01 18:08:20 -04:00
Martin Angers
9a0871a2f1
Address issues related to Redis Cluster support ( #1885 )
...
Closes #1847 .
2021-09-01 16:32:57 -04:00
Martin Angers
3755a58070
Add support for MySQL read replicas ( #1786 )
...
Adds configuration options to use a read-only MySQL replica,
and uses it instead of the primary for reads.
2021-09-01 15:50:52 -04:00
Tomas Touceda
2116217b6e
Add forgotten changes file for issue 1829 ( #1886 )
2021-09-01 14:57:54 -03:00
RachelElysia
da2a3aa1f0
App Settings Page: New advance options UI ( #1832 )
2021-09-01 10:57:25 -04:00
chrichts
87fa0301b3
Add functionality to provide cert for windows agent ( #1818 )
...
* Adding certificate functionality to windows agent
* Update windows template
To allow for --fleet-certificate parameter when building windows agent
* Gofmt -ed Windows.go
* Gofmted windows.go again
Replace space indentation with tab
2021-09-01 11:48:55 -03:00
Tomas Touceda
79b5330a43
Do host user inserts one by one to not lock the whole database ( #1884 )
2021-09-01 11:39:23 -03:00
Mike Thomas
8daa5da84a
Masthead style update ( #1851 )
...
* Masthead style update
Wrapped header, and updated style as per Figma.
Fixed indentation errors.
* Update website/views/layouts/layout.ejs
Removed text-decoration:none; from style.
* Update layout.ejs
* Update layout.ejs
Co-authored-by: eashaw <eashaw@sailsjs.com>
2021-09-01 18:16:00 +09:00
gillespi314
67daacf188
Move permanent images folder to website repo ( #1881 )
2021-08-31 21:04:30 -05:00
gillespi314
84615afbb3
Fix display of platform labels ( #1866 )
...
* Add policies UI components
* Add policy filter to hosts page
2021-08-31 20:02:23 -05:00
Mike McNeil
abd4584742
Add permanent images ( #1878 )
...
Co-authored-by: gillespi314 <73313222+gillespi314@users.noreply.github.com>
2021-08-31 19:01:34 -05:00
eashaw
1cca9a2a92
Remove IE11 from supported browsers on fleet website ( #1865 )
...
* adjusted isUnsupportedBrowser to include all versions of internet explorer and changed unsupported browser message for ie11
* removed ie11 from supported browsers docs page
2021-08-31 18:33:06 -05:00
gillespi314
52b62c7dcd
Adjust software vulnerabilities UI ( #1871 )
2021-08-31 15:20:53 -05:00
Benjamin Edwards
047dc5ac62
fix get hosts command to properly output json/yaml ( #1774 )
...
* fix get hosts command to properly output json/yaml based on command line flag
* add changes file
* added tests for get hosts when specifiying host
* added additional hosts to be returned in test cases
* go fmt
2021-08-31 11:37:03 -04:00
RachelElysia
6b437b8526
404 500 Pages: 2 CTA buttons ( #1846 )
2021-08-31 09:51:29 -04:00
Martin Angers
d1a0ea3881
Reintroduce conversion required for Windows ( #1868 )
2021-08-31 09:24:28 -04:00
noahtalerman
e1ba813f0c
Add Schedule feature to permissions documentation ( #1864 )
2021-08-31 09:04:55 -04:00
Mike Thomas
0adbe0028e
Handbook - How to add a link to Fleet docs ( #1856 )
...
* Handbook - Adding links to Fleet docs
Instructions for how to add, and fix links in the Fleet docs.
* Update handbook/README.md
* Update handbook/README.md
typo fix.
* Update handbook/README.md
Added paragraph about linking to other docs pages using relative paths.
* Update handbook/README.md
2021-08-31 10:09:37 +09:00
gillespi314
452392f5d2
Add new feature: Policies ( #1772 )
2021-08-30 18:02:53 -05:00
noahtalerman
247267daa5
Add canonical URL for link to prometheus example configuration ( #1854 )
2021-08-30 17:00:34 -04:00
RachelElysia
36b69c7a68
UI: License expiration warning banner ( #1825 )
2021-08-30 15:52:13 -04:00
noahtalerman
63df5881c0
Temporarily comment out failing e2e tests and add coverage to manual QA ( #1859 )
...
- Commented out the following e2e tests because they're consistently failing in the GitHub CI:
- Delete a host from the **Host details** page
- Query a host from the **Host details** page
- As a global maintainer, delete a host
- Add coverage for the commented out tests in the manual QA doc
2021-08-30 15:34:28 -04:00
Mike Thomas
44b66a8f27
Handbook - Fleet grammar guidelines ( #1852 )
...
* Update README.md
Made a start at adding Fleet's style and grammar guidelines to the handbook.
* Update README.md
2021-08-30 14:12:43 -05:00
Tomas Touceda
22267d8e0a
Group concat limit ( #1860 )
...
* wiup
* Decouple software select in two
* Add changes file
* Add missing error check
2021-08-30 16:07:24 -03:00
Tomas Touceda
2a17f9fe56
Remove hardcoded limits to the labels ( #1857 )
...
* Remove hardcoded limits to the labels
* Add changes file
* Remove test that doens't apply anymore
2021-08-30 14:56:15 -03:00
Tomas Touceda
15b7f5dd80
Create vuln path if dynamic ( #1830 )
...
* Create vuln path if possible
* Make sure we skip creation if static instance is selected
* Document behavior
* Fix return in crons and test without sleeps
2021-08-30 12:29:05 -03:00
gillespi314
194ad5963b
Fleetdm.com: Fix browser compatibility issues ( #1849 )
...
* Fix browser compatibility issues
* Improve browser compatibility for fleetdm.com
2021-08-30 16:31:53 +09:00
Mike McNeil
23739760d4
Rearrange routes.js ( #1816 )
...
* Expand explanation of what redirects are for
* Rearrange and add more explanation to routes file
2021-08-27 20:27:32 -05:00
RachelElysia
2c8d43f06b
Cypress Testing: Modify default timeout ( #1835 )
...
- Change default timeout to 20 seconds on 8 more brittle e2e tests
2021-08-27 15:13:32 -07:00
noahtalerman
731fb599a1
Update sources (links) to check when on call in Support process document ( #1833 )
...
- Add item and link to all "Reported bugs" (GitHub issues with the "bug" and ":reproduce" label). This way, the individual on call can navigate to a list of bugs that need reproduction.
- Add a link to the open pull requests. This way, the individual on call can identify any PRs that have been opened by the community.
2021-08-27 14:45:41 -04:00
RachelElysia
e66cb536ab
Host Details Page: Query button for observers ( #1799 )
2021-08-27 11:13:28 -07:00
RachelElysia
fcd0b3a88b
Disabled text: black-50 and italicized ( #1827 )
2021-08-27 09:25:04 -07:00
Tomas Touceda
8b908f6506
Issue 1599 offline webhook ( #1777 )
...
* wip
* Add tests and finish implementation
* Add proper default for periodicity, changes file, and documentation
* Fix tests and add defaults also to new installs
* EnableHostUsers should be true if undefined as well
* In some cases, periodicity can be zero because of the migrations
* Apply defaults when migrating appconfig
* Fix lint
* lint
* Address review comments
2021-08-27 11:15:36 -03:00
gillespi314
edd4366abf
Update 3-REST-API.md
...
Update `/config` API documentation for `osquery_detail` response in nanoseconds instead of string
2021-08-26 22:15:38 -05:00
Zach Wasserman
780a728f05
Improve hiding of UI flash messages ( #1728 )
...
Use the React hooks for modifying state rather than operating directly
on the DOM for hiding of the flash messages.
2021-08-26 17:07:16 -07:00
gillespi314
aa588bc1ae
Manage hosts page improvements ( #1690 )
...
* Improve loading states, query param validation
* Refactor getNextLocationUrl; persist url params
* Update next location routing for certain UI actions
2021-08-26 14:49:30 -05:00
Zach Wasserman
530f913d6a
Run go tests & codecov only on Go PRs ( #1826 )
2021-08-26 11:25:25 -07:00
Zach Wasserman
8a15f6d270
Add codecov to CI ( #1824 )
...
This should cause codecov to run on all pull requests and all commits to main.
Currently only doing coverage for Go files.
2021-08-26 09:53:10 -07:00
chrichts
a9592117a5
Fix bug in running orbit on Linux ( #1815 )
...
Mkbom was referencing a non-existant folder, updated to point at the correct folder.
2021-08-26 08:37:57 -07:00
Tomas Touceda
2fd725c81b
Export fields so the select will work with the struct ( #1819 )
2021-08-26 11:56:05 -03:00
Tomas Touceda
d6d53acda5
Issue 1600 fleetctl license expiration ( #1800 )
...
* Show banner in fleet and fleetctl if license expired
* Ignore if license is nil or tier is core
* Address review comments
2021-08-26 10:28:53 -03:00
Zach Wasserman
801f44da86
Update changelog for Fleet 4.2.3 ( #1811 )
2021-08-25 20:11:45 -07:00
Zach Wasserman
4eec4ebbbe
Fix typo in Prometheus docs ( #1814 )
2021-08-25 20:08:22 -07:00
Zach Wasserman
5993018214
Fix live query timeout handling ( #1759 )
...
Correct cleanup of the connections was verified with the pprof goroutine
tool.
Fixes #1751
2021-08-25 15:28:04 -07:00
Zach Wasserman
53e4f1077e
Add make changelog
command and update documentation ( #1795 )
2021-08-25 15:14:24 -07:00
noahtalerman
a02bede9c7
Update "Policies" section in API docs ( #1801 )
...
- Add anchor link to "Policies" section. Move this section below "Packs"
- Add note on Fleet version in which the Policies feature will be released
2021-08-25 17:05:48 -04:00
RachelElysia
3947838b65
Manage Hosts Page: Enroll secret secondary action ( #1787 )
2021-08-25 13:06:35 -07:00