- 21 Oct, 2021 1 commit
-
- 16 Oct, 2021 1 commit
-
-
Addshore authored
-
- 15 Oct, 2021 1 commit
-
-
Addshore authored
-
- 14 Oct, 2021 1 commit
-
-
Addshore authored
-
- 11 Oct, 2021 1 commit
-
- 04 Oct, 2021 1 commit
-
-
Addshore authored
Since the code is moved now :) https://phabricator.wikimedia.org/T292401
-
- 28 Sep, 2021 1 commit
-
-
Kosta Harlan authored
-
- 24 Sep, 2021 2 commits
- 21 Sep, 2021 1 commit
-
-
Addshore authored
-
- 09 Sep, 2021 1 commit
-
-
Addshore authored
-
- 14 Jul, 2021 1 commit
-
-
Creates an alias called dev for the default development environment. This will be useful when other environments are added to the cli. Replaces the docker command with mwdd to remove duplicate functionality. Also update the test to be mwdd / docker focused but this needs to be commented out for now... Change-Id: Ibb2798f438f9372289694f0bb4ce5dbb087d18dc
-
- 02 Jul, 2021 1 commit
-
- 28 Jun, 2021 1 commit
-
-
This will make it easier for people to give feedback while using various development builds (This will also be useful when we do real releases) This required a bunch of changes to the MakeFile to actually get the build dependencies loading when required. The way "staticfiles" was done in the past wasn't great. Change-Id: Icdbe959dcf429305ebcec57cbe64bd05b0ded737
-
- 12 May, 2021 2 commits
-
-
Generates files at build time in order to avoid storing packaged files in the repo. Change-Id: If1bfc12c04ac0f036870a7b7859ff9e9b6999c3f
-
Various changes have been happening but the README is not totally up to date. So update it! And also add a ./dev.sh script which is now the recommended way to run the tool in its un-built fashion. This takes care of making sure that the static files are rebuild every time you run the script, as this as tripped me over quite a few times during rapid development. Another alternative would be to force people to build each time, but IMO we shouldn't force this as it just ends up being slower. Change-Id: I6cbd916086c5177d5c0f98a03659e6d5d06ba467
-
- 03 Apr, 2021 1 commit
-
- 05 Feb, 2021 1 commit
-
-
As more command are going to be added to this repo some sort of order is needed so that the various vars do not end up conflicting. Example: when multiple "start" commands end up existing within the tree. I chose the structure used in this commit after reading https://www.linode.com/docs/guides/using-cobra/ Change-Id: I5a8ec1668c36752c5366ef4e629f931206282fce
-
- 01 Feb, 2021 1 commit
-
-
This is further prep in the direction of I7d1a66dd96b293d3fe3d6b371212e34018872a49 that is useful in any case. The internal/mediawiki package now exposes a MediaWiki type which has the various methods attached for interacting with a MediaWiki directory. The internal/docker package contains functionality of the mediawiki-docker dev environment. This means there is now a clear split between the CLI / user / presentation layer, which exists in the cmd package. The buisness layer that lives in other packages. internal/mediawiki: things generically performed to mediawiki on disk internal/docker: things specifica to the mediawiki-docker command / environment Change-Id: I487866628a87d11eeb4d467d5c718a706f7c6e23
-
- 22 Jul, 2020 2 commits
-
-
Addshore authored
My linter was yelling at me Change-Id: I70fb20b7e695f08d07ea8c4453a326b06b1a2e6c
-
Addshore authored
This solves the issues of packages apparently not being findable when running the .go files directly from directories outside the project directory. This is probably the right way of doing things :) Change-Id: I89facd5d8ec414b1ea970d4e73d7406bfdf6d9f1
-
- 21 Jul, 2020 1 commit
-
-
Follows-Up: Id857e3c1389b6c729c8931da149af58740f62896 Change-Id: I9f01b924a9ec2e0eee845383d04f390169eb6b87
-
- 31 Mar, 2020 2 commits
-
-
It's more complicated than it's worth; if we run into portability issues with exec on Windows we can always clone via the running mediawiki container. Change-Id: I289ff907a74dfd18b19541ef90e4db29048f2364
-
Change-Id: I9824d3462cc73d0e20441eac8b277d1fed3a230f
-
- 30 Mar, 2020 1 commit
-
-
DannyS712 authored
Change-Id: If66d66d0989220eccd1d463a3ce4978f4bd47f92
-
- 27 Mar, 2020 1 commit
-
-
Kosta Harlan authored
Change-Id: I905240141f2f12ec65c47f1ec2b11ba20be168c3
-