Amir Raminfar
|
32db78d64d
|
Release 3.12.1
v3.12.1
|
2022-04-21 10:38:16 -07:00 |
|
Amir Raminfar
|
ff4f7126f9
|
Fixes push
|
2022-04-21 10:33:20 -07:00 |
|
Amir Raminfar
|
590d3bd4f8
|
Removes echo debugging
|
2022-04-21 10:31:10 -07:00 |
|
Amir Raminfar
|
abf0507307
|
Adds log message using new syntax (#1724)
* Adds log message using new syntax
|
2022-04-21 10:27:51 -07:00 |
|
Amir Raminfar
|
89e5bee174
|
Updates cypress (#1723)
|
2022-04-20 16:32:17 -07:00 |
|
Amir Raminfar
|
7fa8bec6b8
|
Reverts message lable
|
2022-04-20 16:21:55 -07:00 |
|
Amir Raminfar
|
6459e84b80
|
Tries fixing with simpler solution
|
2022-04-20 16:17:45 -07:00 |
|
Amir Raminfar
|
e16470affd
|
Adds missing "
|
2022-04-20 16:15:58 -07:00 |
|
Amir Raminfar
|
8f812b633b
|
Tries again to pass COMMIT_MESSAGE
|
2022-04-20 16:13:41 -07:00 |
|
Amir Raminfar
|
08eaf8d898
|
Tries to pass message
|
2022-04-20 16:07:13 -07:00 |
|
Amir Raminfar
|
b9bc7af1d6
|
Removes overflow hidden to fix scroll bug. See #1720 (#1721)
|
2022-04-20 15:59:10 -07:00 |
|
Amir Raminfar
|
b75974e850
|
Adds sha
|
2022-04-20 15:58:57 -07:00 |
|
Amir Raminfar
|
b1fa9ea672
|
Tries to fix int tests
|
2022-04-20 15:47:10 -07:00 |
|
Amir Raminfar
|
0cac350493
|
Records tests with cypress
|
2022-04-20 15:25:05 -07:00 |
|
Amir Raminfar
|
b8ed2db0f0
|
Fixes int test
|
2022-04-20 14:48:36 -07:00 |
|
Amir Raminfar
|
5d9db17b9c
|
Adds total CPU and Mem usage. See #1715
|
2022-04-20 12:46:21 -07:00 |
|
Amir Raminfar
|
038e2dee88
|
Removes name from menus
|
2022-04-19 15:12:08 -07:00 |
|
Amir Raminfar
|
5b15fc2972
|
Updates style for date
|
2022-04-19 14:56:14 -07:00 |
|
Amir Raminfar
|
4035e2e262
|
Fixes deault settings
|
2022-04-19 14:46:29 -07:00 |
|
Amir Raminfar
|
011bc94e8c
|
Cleans up search by removing for loop (#1719)
* Cleans up search by removing for loop
* Fixes tests
|
2022-04-19 13:54:08 -07:00 |
|
Amir Raminfar
|
49448790ff
|
Adds soft wraps as an option and fixes #1696 (#1718)
|
2022-04-18 11:44:23 -07:00 |
|
Amir Raminfar
|
9259bf65ef
|
Release 3.12.0
v3.12.0
|
2022-04-17 09:40:47 -07:00 |
|
Amir Raminfar
|
8819c78487
|
Updates modules
|
2022-04-17 09:39:30 -07:00 |
|
Amir Raminfar
|
ba32d125ac
|
Tries to inline favicon to fix #1714 (#1717)
* Tries to inline favicon to fix #1714
* Updates go tests
|
2022-04-16 14:55:34 -07:00 |
|
kodiakhq[bot]
|
6434c5341a
|
Merge pull request #1713 from amir20/dependabot/docker/golang-1.18.1-alpine
Bump golang from 1.18.0-alpine to 1.18.1-alpine
|
2022-04-13 09:14:18 +00:00 |
|
dependabot[bot]
|
a12a4f2f79
|
Bump golang from 1.18.0-alpine to 1.18.1-alpine
Bumps golang from 1.18.0-alpine to 1.18.1-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-04-13 09:09:28 +00:00 |
|
Amir Raminfar
|
0eb379ce3d
|
Updates modules
|
2022-04-08 20:14:16 -07:00 |
|
Clemens Wolff
|
76f83800f7
|
Add option to wait for docker before starting (#1705)
|
2022-04-02 20:30:21 -07:00 |
|
Clemens Wolff
|
f7d82d2ede
|
Improve setup documentation (#1704)
|
2022-04-02 09:54:59 -07:00 |
|
Amir Raminfar
|
779a0f3ce9
|
Update modules
|
2022-03-29 10:35:44 -07:00 |
|
Amir Raminfar
|
4df32a5cef
|
Update modules
|
2022-03-29 10:23:41 -07:00 |
|
Amir Raminfar
|
074fd8088f
|
Updates components
|
2022-03-28 10:41:37 -07:00 |
|
Amir Raminfar
|
713ccddcf4
|
Updates tests
|
2022-03-28 10:35:13 -07:00 |
|
Coteh
|
7b4c942a1f
|
Increase jump to context delay to 1s for split pane mode to ensure correct line is jumped to. Single pane mode does not have this issue so the 10ms delay can remain for that mode.
Also renamed the click handler function since it technically doesn't perform the actual scroll action anymore.
|
2022-03-26 03:27:19 -04:00 |
|
Coteh
|
11c357135b
|
Improve jump to context speed by using watch handler to react on change to filtered messages, and also use nextTick to ensure DOM is fully rendered before it starts to jump
|
2022-03-26 01:36:58 -04:00 |
|
Coteh
|
4055aca97f
|
Merge remote-tracking branch 'origin/master' into jump-to-context
|
2022-03-24 16:34:34 -04:00 |
|
kodiakhq[bot]
|
2fb1d19d93
|
Merge pull request #1698 from amir20/dependabot/go_modules/github.com/docker/docker-20.10.14incompatible
Bump github.com/docker/docker from 20.10.13+incompatible to 20.10.14+incompatible
|
2022-03-24 09:15:26 +00:00 |
|
dependabot[bot]
|
94b07b300f
|
Bump github.com/docker/docker
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 20.10.13+incompatible to 20.10.14+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Changelog](https://github.com/moby/moby/blob/master/CHANGELOG.md)
- [Commits](https://github.com/docker/docker/compare/v20.10.13...v20.10.14)
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-24 09:10:56 +00:00 |
|
kodiakhq[bot]
|
ceb0de9b7f
|
Merge pull request #1697 from amir20/go1.18
Updates to 1.18
|
2022-03-23 18:46:15 +00:00 |
|
Amir Raminfar
|
537094b5c8
|
Updates to 1.18
|
2022-03-23 11:39:58 -07:00 |
|
Amir Raminfar
|
856a62ee46
|
Release 3.11.0
v3.11.0
|
2022-03-23 11:15:09 -07:00 |
|
Amir Raminfar
|
3cf20d9139
|
Updates snapshots and modules
|
2022-03-23 11:04:49 -07:00 |
|
Amir Raminfar
|
9bcbac3799
|
Updates snapshots
|
2022-03-23 10:58:24 -07:00 |
|
Amir Raminfar
|
7d1e8e5e37
|
Updates modules
|
2022-03-21 11:35:38 -07:00 |
|
Amir Raminfar
|
117e7b3eae
|
Updates modules
|
2022-03-21 10:52:27 -07:00 |
|
Amir Raminfar
|
2470b2b177
|
Merge branch 'Tuurlijk-master'
|
2022-03-21 10:49:39 -07:00 |
|
Amir Raminfar
|
111ff3a198
|
Skips tests for now
|
2022-03-21 10:49:26 -07:00 |
|
dependabot[bot]
|
79a8195ba5
|
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)
---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-17 11:00:13 -07:00 |
|
dependabot[bot]
|
52f503ce65
|
Bump golang from 1.18rc1-alpine to 1.18.0-alpine
Bumps golang from 1.18rc1-alpine to 1.18.0-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-03-17 11:00:13 -07:00 |
|
kodiakhq[bot]
|
1b5d12bb2a
|
Merge pull request #1687 from amir20/dependabot/go_modules/github.com/stretchr/testify-1.7.1
Bump github.com/stretchr/testify from 1.7.0 to 1.7.1
|
2022-03-16 09:21:10 +00:00 |
|