Commit graph

43 commits

Author SHA1 Message Date
Matt (IPv4) Cowley
b05f301c21
Fix webpack dynamic imports (#266)
* Update all deps

* Update dynamic import injection
2021-05-18 16:33:25 +01:00
Matt (IPv4) Cowley
8155902f79
Dependency updates (#264)
* Assorted minor version updates

* Assorted major version updates
2021-05-13 15:30:04 +01:00
Matt (IPv4) Cowley
e49ec084ac
Dependency updates (#253)
* Bump do-vue

* Bump do-bulma

* Use https://github.com/do-community/sass-lint

* Uninstall sass-lint-auto-fix

* Assorted minor version updates

* Assorted major version updates
2021-04-20 21:51:12 +01:00
Matt (IPv4) Cowley
36d23555ac
Bump all deps (#251) 2021-04-12 20:37:50 +01:00
dependabot[bot]
a421bc602d
Bump prismjs from 1.22.0 to 1.23.0 (#236)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.22.0...v1.23.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-03 16:56:32 +00:00
Matt (IPv4) Cowley
479412888d
Set dynamic webpack import path (#208)
* Set dynamic webpack import path

* Cleanup
2021-01-05 15:29:13 +00:00
墨娘
d1bf984d0b
Add unit testing for browser language (#197)
* Add unit testing

* Update unit testing

* Update unit testing

* fix a big heap of formatting typo
2020-12-22 17:06:52 +00:00
Matt (IPv4) Cowley
de86df7fe4
Add script to verify integrity of language packs (#203)
* Add script to verify integrity of language packs

* Update workflows

* It'd help if we ran the right test
2020-12-21 15:22:07 +00:00
Matt (IPv4) Cowley
91db6ee322
Add build script for bundled DO Prism styles (#200)
* Only ignore root build/dist/dev directories

* Add build script for bundled DO Prism styles
2020-12-21 15:15:35 +00:00
Matt (IPv4) Cowley
4df47e4c5c
Update deps to fix diffing issues (#199) 2020-12-17 15:19:16 +00:00
Matt (IPv4) Cowley
ff88e2f322
Allow language selection (#191)
* Add dropdown for language

* Use vue-i18n to translate strings

* Tweak header styling

* Add Chinese languages in

* Typo

* Get language from browser (#193)

* adaptive system language

* Modify the adaptive system language

* Remove dead code

* Delete lang default values

* Move browser language detection to util

* Remove todos

* Fix global PHP dropdown

Co-authored-by: 墨娘 <61287199+moniang@users.noreply.github.com>
2020-12-11 16:54:12 +00:00
Matt (IPv4) Cowley
2b8fde7917
Bundle & code cleanup (#179)
* Use different YAML solution (391 KB -> 197 KB)

* Update all deps

* Code cleanup
2020-10-14 17:12:16 +01:00
Alex Howes
3aba7956ef
Syntax Highlighting for Docker and Yaml (#177)
* Implement dynamic component for docker and yaml prism components. Also removes chunk limit for lazy-loading.

* Fix eslint with babel-eslint and remove unusued LimitChunkCount plugin.
2020-10-14 15:49:53 +01:00
Alessandro Manno
02e72a7003
Added docker compose generator if docker is enabled (#175)
* Added docker compose generator if docker is enabled

* Fixed version to 3.3

* fixed name in to_yaml.js

* Apply suggestions from code review

Co-authored-by: Matt (IPv4) Cowley <me@mattcowley.co.uk>
2020-10-09 17:52:22 +01:00
Matt (IPv4) Cowley
958f67c802
Dedicated test workflow to run on PRs (#172) 2020-09-26 11:10:44 +01:00
Matt (IPv4) Cowley
104a718c05
Update deps (#164)
* Update deps

* Further dep updates
2020-09-07 21:00:36 +01:00
MattIPv4
7976e0a14e Update our deps 2020-07-17 16:21:21 +01:00
MattIPv4
a66db340f4 Use files-diff for diffing 2020-06-26 18:00:03 +01:00
MattIPv4
010da3fda6 Bump deps 2020-06-25 17:15:42 +01:00
MattIPv4
678682c093 Move to using memory-tar-create 2020-06-25 17:10:58 +01:00
MattIPv4
c193cabb0d Bump dependencies 2020-06-21 15:59:11 +01:00
MattIPv4
8b10ed3e05 Refactor diffing & track conf file renames in diff 2020-06-08 17:31:01 +01:00
MattIPv4
e8a5b2c6b5 Replace pako with gzip-js 2020-06-05 20:55:43 +01:00
MattIPv4
9cf727b8fa Remove deep-equal dep, do direct comparison 2020-06-05 17:26:50 +01:00
MattIPv4
5a934a37c5 Change hash + clipboard implementations 2020-06-05 17:04:00 +01:00
MattIPv4
4b2a476227 Change tar implementation & reduce bundle (583.28kb > 471.58kb) 2020-06-04 21:26:37 +01:00
MattIPv4
7444fa6f77 MIT license 2020-06-04 14:44:30 +01:00
MattIPv4
74fef984be Repo change 2020-06-01 20:54:34 +01:00
MattIPv4
5a4714cb40 Dep cleanup 2020-05-27 14:17:24 +01:00
MattIPv4
2f6ad2634e Move to using vue-cli-service instead of parcel (2.1MB to 850KB) 2020-05-26 23:23:07 +01:00
MattIPv4
5a05479d2b Use the same thing for all the other setup sections 2020-05-26 17:20:12 +01:00
MattIPv4
17261e8bbd Conf diffing?! 2020-05-22 21:17:01 +01:00
MattIPv4
83fb5b126d tar download! 2020-05-21 17:18:50 +01:00
MattIPv4
c5b2459e9d Roll our own js to conf solution & use kv 2020-05-08 20:53:00 +01:00
MattIPv4
e6db3cea7b Begin making conf files 2020-05-08 17:58:38 +01:00
MattIPv4
8d9ffc6e39 Add prism! 2020-05-07 20:46:52 +01:00
MattIPv4
8ee4a8eb88 Add download & copy buttons 2020-05-07 17:31:40 +01:00
MattIPv4
f2c0878cda Add writing of query params 2020-05-05 16:29:13 +01:00
MattIPv4
3d2ae20ecf global security tab 2020-05-01 18:54:01 +01:00
MattIPv4
fc6fd025b7 Server section all done 2020-04-28 19:53:59 +01:00
MattIPv4
1df3ab88f6 Use new delegation for all tabs 2020-04-28 12:26:46 +01:00
MattIPv4
4c22ba571a Not really sure this is the best structure 2020-04-27 22:07:31 +01:00
MattIPv4
9e615bb036 Initial empty app 2020-04-27 20:20:51 +01:00