- 20 Sep, 2021 1 commit
-
-
Addshore authored
-
- 12 Sep, 2021 1 commit
-
-
Addshore authored
-
- 09 Sep, 2021 1 commit
-
- 16 Jul, 2021 1 commit
-
-
Jeena Huneidi authored
Creates a latest.txt file in the release dir for use by the autoupdater. Puts releases in a folder for each version. Change-Id: I2e69a75894fa3224ace2cba52968192b4a263701
-
- 02 Jul, 2021 1 commit
-
-
Addshore authored
https: //gerrit.wikimedia.org/r/c/mediawiki/tools/cli/+/693596/4/Makefile#25 Change-Id: I5e8e0ba24e33dbca1033f3c1e4f40e7ecbaf8c3f
-
- 29 Jun, 2021 1 commit
-
-
There is currently not a release target for the gerrit version of mwcli code, so I can not yet write the update code for this. When it does I'll introduce 2 update paths, one for my dev fork, and one for gerrit releases. Bug: T250241 Bug: T282330 Change-Id: I9c8af4143af2c4b68a9bcda361741a89d7d28ee0
-
- 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
-
- 16 Dec, 2020 1 commit
-
-
Jeena Huneidi authored
Removes plan9 from build architectures since it cannot build. Changes the executable name to "mw" Bug: 250241 Change-Id: I22f2ba612d3ea763c79ffc071b83dfc6e78b1802
-
- 24 Jun, 2020 1 commit
-
-
This adds the Makefile from the blubber project with some minor adaptations for mw cli, and updates CI to use "make test" Both "go run ~/go/src/cli/main.go" as well as "make" (and running ./bin/mw) should work correctly. The unit test command doesn't do anything (yet) but should once we start adding tests. Bug: T250241 Change-Id: Id857e3c1389b6c729c8931da149af58740f62896
-