FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - danim1236/ServiceStack.Java · GitHub
danim1236
/
ServiceStack.Java
Public
forked from
ServiceStack/ServiceStack.Java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ServiceStack.Java
src
on
master
User selector
Datepicker
Commit history
Commits on Mar 11, 2021
bump to v1.0.49
mythz
committed
bb370c6
View commit details
Copy full SHA for bb370c6
View code at this point
Browse repository at this point
Update to use refactored DateTime APIs
mythz
committed
52bdb4d
View commit details
Copy full SHA for 52bdb4d
View code at this point
Browse repository at this point
Update Test DTOs
mythz
committed
422f5a3
View commit details
Copy full SHA for 422f5a3
View code at this point
Browse repository at this point
Refactor to use consistent Utils.to/from .NET Custom Data Types
mythz
committed
e1038d8
View commit details
Copy full SHA for e1038d8
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
bump to 1.0.48
mythz
committed
3f1dbc2
View commit details
Copy full SHA for 3f1dbc2
View code at this point
Browse repository at this point
Use native base64 impl + add Utils aliases for all custom Type converters
mythz
committed
8b88926
View commit details
Copy full SHA for 8b88926
View code at this point
Browse repository at this point
Commits on Mar 8, 2021
revert to anon class to revert Java source
mythz
committed
b4313f2
View commit details
Copy full SHA for b4313f2
View code at this point
Browse repository at this point
bump to 1.0.47
mythz
committed
e703748
View commit details
Copy full SHA for e703748
View code at this point
Browse repository at this point
Add support for byte arrays serialized as base64 string
mythz
committed
346c65a
View commit details
Copy full SHA for 346c65a
View code at this point
Browse repository at this point
Disable blocked builds on lint warnings
mythz
committed
8fdea01
View commit details
Copy full SHA for 8fdea01
View code at this point
Browse repository at this point
bump to v1.0.46
mythz
committed
1cc4194
View commit details
Copy full SHA for 1cc4194
View code at this point
Browse repository at this point
Add java version of Inspect
mythz
committed
aebf92d
View commit details
Copy full SHA for aebf92d
View code at this point
Browse repository at this point
Commits on Mar 7, 2021
bump to v1.0.45
mythz
committed
724ccfd
View commit details
Copy full SHA for 724ccfd
View code at this point
Browse repository at this point
Add Utils.asList
mythz
committed
d188ff0
View commit details
Copy full SHA for d188ff0
View code at this point
Browse repository at this point
Add static helpers for parsing DateTime and Guid's
mythz
committed
37ecc70
View commit details
Copy full SHA for 37ecc70
View code at this point
Browse repository at this point
Commits on Mar 2, 2021
bump to v1.0.44
mythz
committed
e36c382
View commit details
Copy full SHA for e36c382
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
Update TestServiceTests.java
mythz
committed
17f984d
View commit details
Copy full SHA for 17f984d
View code at this point
Browse repository at this point
Update TestServiceTests.java
mythz
committed
0f652c6
View commit details
Copy full SHA for 0f652c6
View code at this point
Browse repository at this point
Merge test dtos to use test.servicestack.net + https://techstacks.io
mythz
committed
2ab618e
View commit details
Copy full SHA for 2ab618e
View code at this point
Browse repository at this point
Commits on Feb 28, 2021
Update AndroidClient
mythz
committed
1d4bf8b
View commit details
Copy full SHA for 1d4bf8b
View code at this point
Browse repository at this point
Add support for refresh token cookies
mythz
committed
363801e
View commit details
Copy full SHA for 363801e
View code at this point
Browse repository at this point
Upgrade deps
mythz
committed
5978e10
View commit details
Copy full SHA for 5978e10
View code at this point
Browse repository at this point
Commits on Jan 3, 2021
Update plugin xml and gradle build to try resolve plugin publish issues.
Layoric
committed
4418b6d
View commit details
Copy full SHA for 4418b6d
View code at this point
Browse repository at this point
Update plugin xml and gradle build to try resolve plugin publish issues.
Layoric
committed
d19328b
View commit details
Copy full SHA for d19328b
View code at this point
Browse repository at this point
CI server doesn't have GRADLE_HOME setup, easier to keep self isolated.
Show description for 1a2115e
Layoric
committed
1a2115e
View commit details
Copy full SHA for 1a2115e
View code at this point
Browse repository at this point
Commits on Dec 27, 2020
Add back `invokeLater` but via `ApplicationManager`.
Layoric
committed
ac3e05c
View commit details
Copy full SHA for ac3e05c
View code at this point
Browse repository at this point
Commits on Dec 24, 2020
Remove runnable as causing write issues, seems that update of IntelliJ requires all writes to be done on UI thread or via "invokeLater" per write. With the current structure, this causes an issue w…
Show description for 7af4f22
Layoric
committed
7af4f22
View commit details
Copy full SHA for 7af4f22
View code at this point
Browse repository at this point
Update ServiceStack client dependency to be 1.0.43.
Show description for dfa7c1b
Layoric
committed
dfa7c1b
View commit details
Copy full SHA for dfa7c1b
View code at this point
Browse repository at this point
Update on some local dev notes based on experience updating for 2019.2 and local development using 2020.3.
Layoric
committed
4b10eeb
View commit details
Copy full SHA for 4b10eeb
View code at this point
Browse repository at this point
It looks like newer version of the gradle plugin `org.jetbrains.intellij` has a gradle `wrapper` task already setup. This I think downloads the associated grade? See -> https://github.com/JetBrains…
Show description for bf57926
Layoric
committed
bf57926
View commit details
Copy full SHA for bf57926
View code at this point
Browse repository at this point
Revert plugin.xml delete.
Show description for 33e478b
Layoric
committed
33e478b
View commit details
Copy full SHA for 33e478b
View code at this point
Browse repository at this point
Remove files in .idea from source control
Layoric
committed
ce4c7ac
View commit details
Copy full SHA for ce4c7ac
View code at this point
Browse repository at this point
Commits on Dec 22, 2020
Initial fix for Android studio, upgade IDEA plugin to require/target at least 2019.3 onwards.
Layoric
committed
9233fe3
View commit details
Copy full SHA for 9233fe3
View code at this point
Browse repository at this point
Commits on Apr 23, 2020
Upgrade Android Studio
mythz
committed
3799e9c
View commit details
Copy full SHA for 3799e9c
View code at this point
Browse repository at this point
Add validator property
mythz
committed
c43e531
View commit details
Copy full SHA for c43e531
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL