Zedifus
2a512d7273
Fix files to conform with new ⚫ Black pylintrc
...
Mostly just breaking up strings and comments into new lines
Some strings dont require 'f' but keeping in for readability
with the rest of the concatinated string
2022-03-23 06:06:13 +00:00
Zedifus
9b2161d450
Add pylint compatability for black
...
Marking exemptions and pulling back to new line length
(It's gonna hate comments, will fix in a sec)
2022-03-23 02:51:37 +00:00
Zedifus
e06fe8a52a
⬛ Black codebase
...
Apply black formatting to codebase
2022-03-23 02:50:12 +00:00
Zedifus
9d8ed37341
Last lint correction on gitlab-ci file
2022-03-23 02:48:55 +00:00
Zedifus
69b547a553
Furthor minor yml corrections
2022-03-23 02:41:19 +00:00
Zedifus
932d81fe81
Correct yml for compose file and example for lint
2022-03-23 02:37:52 +00:00
Zedifus
6664ff276b
Lint corrections to gitlab-ci yml
2022-03-23 02:32:41 +00:00
Zedifus
f5ace96fe6
Add missing runner tags and triggers for ymllint
2022-03-23 02:12:18 +00:00
Zedifus
fc0adcd3cb
Add extra yaml lint
...
yamllint does not only check for syntax validity,
but for weirdnesses like key repetition and cosmetic problems
such as lines length, trailing spaces, indentation, etc.
2022-03-23 02:05:02 +00:00
Zedifus
416543d33e
Add extra linting to validate json files
2022-03-23 02:01:41 +00:00
Zedifus
dfd3220482
Add black cicd testing
2022-03-23 01:57:46 +00:00
Zedifus
698594087c
Amend editor config for black
...
Also restructure, separate js and move to tabs
Add md spec
2022-03-23 01:53:43 +00:00
Iain Powrie
5f2bd0a378
Merge branch 'bug/iOS-context' into 'dev'
...
Add context menu for iOS + Bug fix
See merge request crafty-controller/crafty-commander!222
2022-03-22 14:24:16 +00:00
Andrew
ecc87a6137
Add context menu for iOS + Bug fix
2022-03-22 14:24:15 +00:00
Iain Powrie
f56b86308c
Merge branch '3.0-import' into 'dev'
...
Add ability to import config from 3.x
See merge request crafty-controller/crafty-commander!216
2022-03-22 11:27:06 +00:00
Iain Powrie
85d6f102e5
Merge branch 'darthleo-disable-mobile-sorting' into 'dev'
...
Disable server sorting on mobile
See merge request crafty-controller/crafty-commander!220
2022-03-22 01:57:57 +00:00
xithical
4177ca882c
Put encoding arg in its proper location for maximum linter appeasal
2022-03-20 12:19:11 -05:00
xithical
1279784cc7
Appease the linter again
2022-03-20 12:14:51 -05:00
xithical
bf6d0d0368
Appease the linter
2022-03-20 12:01:14 -05:00
Andrew
5c04e1e748
Merge branch 'bug/remove-pesky-print' into 'dev'
...
Remove print statement everytime a page loads
See merge request crafty-controller/crafty-commander!219
2022-03-20 16:47:06 +00:00
Andrew
5682455bcc
Appease the linter
2022-03-20 12:39:57 -04:00
Randy Carranza
6d6699638a
Resolves an issue on mobile where the table cant be scrolled to the side
2022-03-20 08:03:56 -04:00
Andrew
d311ccbfa1
Remove print statement everytime a page loads
2022-03-20 07:05:11 -04:00
Randy Carranza
c303a866b6
Added code to disabled sorting when the user is a mobile user
2022-03-20 06:04:06 -04:00
Iain Powrie
d234f51bab
Merge branch 'devops/tester-compatibility-speed' into 'dev'
...
Remove dind from tests and retag runners
See merge request crafty-controller/crafty-commander!218
2022-03-19 20:00:11 +00:00
Zedifus
ccf8d8d148
Remove dind from tests and retag
...
This should make tests faster as dind not required,
retagging tests to docker so if someone forks, tests should still run
on shared runners.
2022-03-19 16:43:05 +00:00
Iain Powrie
534a277abc
Merge branch 'tweak/remove-dep-duplication' into 'dev'
...
Tweak/remove dep duplication
See merge request crafty-controller/crafty-commander!217
2022-03-19 16:27:40 +00:00
Zedifus
5cefbab5ec
Sort requirements.txt alphabetically
2022-03-19 16:23:31 +00:00
Zedifus
36934d981c
Remove dupe crypto
2022-03-19 16:20:04 +00:00
xithical
cda7b59a12
Fix how memory args are passed in importing from 3
2022-03-18 23:06:04 -05:00
_iEpic
4af62cbaca
Added basic Import functions
2022-03-18 23:59:10 -04:00
xithical
4c14b58a2a
Add user importing from 3 - servers to be added
2022-03-18 21:55:39 -05:00
Andrew
778effab98
Merge branch 'bug/kill-server' into 'dev'
...
Fix server not being cleaned up when killed.
See merge request crafty-controller/crafty-commander!215
2022-03-19 01:55:22 +00:00
Andrew
2efcacceb5
Fix server not being cleaned up when killed.
2022-03-18 21:50:09 -04:00
Andrew
20ea3c402d
Merge branch 'darthleo-jqueryui-integration' into 'dev'
...
Better dashboard re-ordering
See merge request crafty-controller/crafty-commander!214
2022-03-19 01:48:24 +00:00
Iain Powrie
f280da8c52
Better dashboard re-ordering
2022-03-19 01:48:24 +00:00
xithical
7c822b715a
Add functions for importing 3.x users, require passwords when adding users
2022-03-18 20:46:56 -05:00
Iain Powrie
ccd0bc8e8f
Merge branch 'dev-BetterCertsGeneration' into 'dev'
...
Adding Subject Alt Names in certificate
See merge request crafty-controller/crafty-commander!209
2022-03-16 09:49:17 +00:00
Zedifus
a6e99347af
Format the cert gen helper
...
Use black to format this function and appease lint.
We should really use black on the full project
2022-03-15 18:47:49 +00:00
Silversthorn
83c692beb5
pylint happy !!
2022-03-15 19:17:20 +01:00
Silversthorn
2f89c3a93d
It was a comma !!!
2022-03-15 18:12:56 +00:00
Silversthorn
7e6d34de0f
2nd Try
2022-03-15 07:43:36 +00:00
Silversthorn
466d71db36
Try to be cool with pylint (resolving Major issue ?)
2022-03-15 07:32:08 +00:00
Iain Powrie
ba85c81e2d
Merge branch 'translations/latvian' into 'dev'
...
Add Latvian lang file
See merge request crafty-controller/crafty-commander!212
2022-03-15 01:00:08 +00:00
Zedifus
897a9b2280
Add Latvian lang file
...
Thanks Mednis
2022-03-15 00:48:41 +00:00
amcmanu3
1253d60ad8
Remove scroll bars from motd
2022-03-14 19:48:53 -04:00
Andrew
6659466427
Merge branch 'bug/cannot-create-server' into 'dev'
...
Fix error where user could not create server
See merge request crafty-controller/crafty-commander!211
2022-03-14 23:11:01 +00:00
Andrew
e8951848e4
Merge branch 'dev-FixingLoginAndLogoutCookies' into 'dev'
...
Fixing Cookies at Logout
See merge request crafty-controller/crafty-commander!210
2022-03-14 23:10:22 +00:00
amcmanu3
0f27b2df91
Fix error where user could not create server
...
Fix error where user could not create support files
2022-03-14 17:39:19 -04:00
Silversthorn
c00915e347
Remove unused line
2022-03-14 21:37:40 +00:00