* [x] Update bot status detail message strings.
* [x] Make log window.
* [x] Add icon to status window.
* [x] Add icon to status line.
* [x] Make preferences dialog: 'Observe' only mode, refresh interval.
* [x] Change to use NSPopover from APArrowPanel
* [x] Make "Add Server" flow.
* [x] Make "Add GitHub Token" flow.
* [x] Add tests.
* [-] Change status from table to tree.
* [x] Add smart sort - by repository then by branchOrPR
* [x] Create new bot flow.
* [x] Fix security.
* [x] On bots, if last integration# != current# then update the status on GitHub.
* [x] Clean up code.
* [x] Refresh Sec -> Min
* [x] Rename build products: XcodeGitHub.framework, Xcode-GitHub.app, xcode-github (cli tool), Tests
* [x] Don't update 'Products' every time, just when making a release with a build script.
* [x] Fix testing: fix the project layout, test bundle name, and project bindings.
* [ ] Add 'New' menu items: Add new server. Add new Xcode bot?
* [ ] Add 'About...' panel.
* [ ] Add help.
-
About
- Problems it solves.
- What it does.
- How to do it.
-
Setup & Use
- Create an Xcode bot on the Xcode server as a template: The PR bots will be modelled after this bot exactly.
- In the Xcode-GitHub app, add the Xcode server as a new server.
- The Xcode bot you want to create as a server will appear in the status list.
- Select the bot and select 'Use as Template'. A checkmark will appear next to the bot.
- When a new PRs on the repo of the template bot will now automatically be created and run.
-
Credits
- Branch Metrics for the time and resources to cretae this tool.
- Design & Programming: Edward Smith.
-
What I Learned
- Updated my Mac programming skills.
- It's more like iOS programming now, with formal view controllers and table view delegates.
- I wanted to explore different ways of create static and libraries, and unit test interaction.
- Updated my Mac programming skills.
- New Server
- New Bot
- View Status
- View Log Window
- View Servers
- Help
- Status
- Icon: Test status: Blue: Building, Yellow: Warnings, Red: Error, Green: Success, Grey: Unknown
- Status Summary
- Xcode Server Host
- Repository
- Branch or Pull Request Name
- Maybe: Button: Start / Stop Button
- Maybe: Button: Download logs
- or -
| Server | Repo | PRs | Status |
Server +------ Repo +----- PR -- Status
- Add server
- Add GitHub Token
- Dry run, show debug messages, refresh time
Shows the xcode-github log messages.