FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WpkgNotifier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yusuf Hamied Department of Chemistry
COs
wpkg
WpkgNotifier
Graph
d0f9150bb2e28891365d484b66d09f7c9640e0d4
Select Git revision
Branches
1
master
default
protected
1 result
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Sep
4
3
1
6
Jul
25
Jun
24
23
22
19
18
16
15
11
10
Make msi launch notifier on user logon via reg key
master
master
When server tells a client to shutdown, make the message optional
Drop version to 0.1
Make service shutdown a client if it registers with an incompatible version
Include client version in server registration request
Add Shutdown() to the client contract
Add ServiceControl to msi to stop/start/remove the service appropriately
Include build version of service in log messages
Switch to autogenerated build numbering
Define versions for the project in a single common cs
Remove autogenerated comment from wix project
provide the WpkgInstaller service in the msi
Simple first go at adding an msi installer
Use question icon on sync confirmation prompt
Use standard MessageBox for tray notifier errors rather than a custom form
Improve layout of status window
Add confirmation dialog (with warning) when asked to perform sync
Simplify invocation of delegates
Remove some unused form handlers
Add WpkgServiceState to the status window, to allow it to update its appearance for itself
Close the notifier gracefully on WCF errors
Disable sync button until we know there are pending changes to apply
Don't need to pass caller into CmdThread-generating functions as of 7235381
misc codecleanup
Improve flow of how the service decides if it should run a command
Remove unused autogenerated handler
Bind status message in notifier to the status window
Add shim class to let us bind a text message to the status window
add statusTextBox to status window
Set status window icons
Specify custom logfile pattern when running a query
Split BUSY state into BUSY_SYNCING and BUSY_QUERYING
Use grey icon when disconnected
Use yellow icon if updates are pending
Add greyed-out version of icon
Add IsEmpty() method to WpkgQueryResult
Add timer to periodically check for updates
Add ugly reflective check to ensure we only run commands via ProcessRequest()
Remove superfluous setting of enabled=true for menu items
Disable status window button if our state is BUSY
Loading