Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jun 26, 2025. It is now read-only.
OctopusDeploy
/
Data
Public archive
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Enabling TinyTypes for primary keys
- #28
#28
Merged
slewis74
merged 12 commits into
main
OctopusDeploy/Data:main
from
enh-tinytype-keys
OctopusDeploy/Data:enh-tinytype-keys
Copy head branch name to clipboard
Jul 7, 2021
Conversation
Commits
12
(12)
Checks
Files changed
Merged
Enabling TinyTypes for primary keys
#28
slewis74
merged 12 commits into
main
OctopusDeploy/Data:main
from
enh-tinytype-keys
OctopusDeploy/Data:enh-tinytype-keys
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2020
created TypedId and new generics interface for IId. Old IId will live in parallel until all things are migrated
slewis74
committed
397fc51
View commit details
Copy full SHA for 397fc51
Browse repository at this point
added extension method to simplify converting from string to UserId
slewis74
committed
ec536bb
View commit details
Copy full SHA for ec536bb
Browse repository at this point
Added equality operators to TypedIds, so you can `==` against a string/int etc
slewis74
committed
10b2768
View commit details
Copy full SHA for 10b2768
Browse repository at this point
Commits on Feb 10, 2021
Merge branch 'main' into enh-tinytype-ids
slewis74
committed
5695319
View commit details
Copy full SHA for 5695319
Browse repository at this point
use real TinyTypes now they exist
slewis74
committed
d7d301b
View commit details
Copy full SHA for d7d301b
Browse repository at this point
allow IDocument to define it's Id type
slewis74
committed
308cf95
View commit details
Copy full SHA for 308cf95
Browse repository at this point
Commits on Jun 9, 2021
Merge branch 'main' into enh-tinytype-ids
slewis74
committed
36b7f86
View commit details
Copy full SHA for 36b7f86
Browse repository at this point
Commits on Jun 14, 2021
make IId and IId<string>
slewis74
committed
fbf4ce4
View commit details
Copy full SHA for fbf4ce4
Browse repository at this point
Easier transition will be to make IDocument inherit IDocument<string>, and drop the generics constraint to CaseInsensitiveTinyType
slewis74
committed
e9ea025
View commit details
Copy full SHA for e9ea025
Browse repository at this point
Commits on Jun 15, 2021
Added IId marker back onto IDocument
slewis74
committed
cad5a93
View commit details
Copy full SHA for cad5a93
Browse repository at this point
Commits on Jun 16, 2021
moving UserId to MessageContracts, as it's needed for the resources
slewis74
committed
b3b74a3
View commit details
Copy full SHA for b3b74a3
Browse repository at this point
Commits on Jun 17, 2021
Missed conversion from string to UserId for IUserStore
slewis74
committed
76672ca
View commit details
Copy full SHA for 76672ca
Browse repository at this point
You can’t perform that action at this time.