Jonathan LALOU
ab09ccb40c
wait for 30s between each call to the webhooks
7 лет назад
Jonathan LALOU
7d845f5de9
added feature: the FakeController can call back the webhooks
7 лет назад
Jonathan Lalou
3753901397
FakeZinc: cleaning + updated tests
7 лет назад
Jonathan LALOU
f385cff6ab
FakeZinc: fixed issue in builder
7 лет назад
Jonathan LALOU
4fae29a948
FakeZinc: updated request mapping
7 лет назад
Jonathan LALOU
aeb526a61e
* [master e97c90b] Fake Zinc: updated to take in account the precision obtained from Zinc support: although an error message is returned, the HTTP header is a 200 (and not 4XX as may be assumed)
7 лет назад
Jonathan LALOU
0cb13738f6
[master fd74cd6] Fake Zinc: added unit tests
7 лет назад
Jonathan LALOU
aa57c8a1ec
* [master 316dd48] Fake Zinc: added feature: can test errors are returned
7 лет назад
Jonathan LALOU
399a5785eb
* bulk:
* [master d492966] FakeZinc: (failed) retrieve, extract and return idempotency from OrderRequest to requestId
* [master 8c33d50] updated default baseURL for ZincAPI
* [master 8c33d50] populated method AssetHelper.buildOrderRequest()
* [master bb30937] added OrderRequestUnitTest
* [master d95d1b1] added added unit test
* [master 2f98f2d] fake-zinc: added dependency to commons-lang
7 лет назад
Jonathan LALOU
68c040eb55
moved ZincAPI doc to specific folder
7 лет назад
Jonathan LALOU
f4f7134d91
renamed package
7 лет назад
Jonathan LALOU
bd7b6e9061
* 20170721
* 1st bulk:
* [master 2163c8d] added dependency fro fake-zinc to zinc-java-sdk + updated postOrder method
* [master ba83797] forced maxPrice at 0 by default, to avoid bad surprises while developing
* [master 22ddfb4] Zinc.io API integration: added POGO for SupportedRetailer
* [master 5da3d83] added dependency from p2p1-model to zinc-java-sdk
* [master dc1f90f] added fields retailer and productId in Asset + reorder Maven's reactor
7 лет назад
Jonathan LALOU
0fa25610e6
Merge pull request #1 from JonathanLalou/JonathanLalou-patch-1
added copy of API doc
7 лет назад
Jonathan LALOU
6234a321ab
added copy of API doc
7 лет назад
Jonathan LALOU
883c62dffa
got rid of ISODates + changed version in POM
7 лет назад
Jonathan LALOU
0ea0544548
nothing
7 лет назад
Jonathan LALOU
2e6e5371db
added application.yml + implemented methods
7 лет назад
Jonathan LALOU
f9abe1ab39
TDD-style, added tests and empty methods first
7 лет назад
Jonathan LALOU
2b7faf22e1
added POM etc.
7 лет назад
Jonathan LALOU
27db8d033a
added POM
7 лет назад
Jonathan LALOU
3ac2a5bcf3
reset
7 лет назад
Greg Turnquist
0398a33fe2
Upgrade to Spring Boot 1.5.3.RELEASE
7 лет назад
Greg Turnquist
de1507cd61
Upgrade to Spring Boot 1.5.2.RELEASE
7 лет назад
Greg Turnquist
56d74e608f
Upgrade to Spring Boot 1.5.1.RELEASE
7 лет назад
Greg Turnquist
c06db2804e
Upgrade to Spring Boot 1.5.0.RELEASE
7 лет назад
Greg Turnquist
2685f1e9c9
Set maven pom.xml to Spring Boot 1.4.4.RELEASE
7 лет назад
Greg Turnquist
5af160c0e4
Upgrade to Spring Boot 1.4.4.RELEASE
7 лет назад
Greg Turnquist
0a52469cfd
Upgrade to Spring Boot 1.4.3.RELEASE
7 лет назад
Greg Turnquist
c7eb27e8d8
Upgrade plugin from spring-boot to o.s.boot
8 лет назад
Greg Turnquist
ba006361a9
Upgrade to Spring Boot 1.4.2.RELEASE
8 лет назад
Greg Turnquist
457d20a727
Upgrade to Spring Boot 1.4.1.RELEASE
8 лет назад
Dave Syer
c29a1de4e7
Correct description of required attribute in @RequestParam
8 лет назад
Greg Turnquist
1f1b5bff9c
Upgrade to gradle 2.13
8 лет назад
Dave Syer
048783a87b
Add macro for @SpringBootApplication
8 лет назад
Dave Syer
20cfc3ed38
Update to Spring Boot 1.4 features
8 лет назад
Greg Turnquist
d56b06adc9
Upgrade to @SpringBoot 1.4.0.RELEASE
8 лет назад
Greg Turnquist
d05e89da85
Upgrade to Spring Boot 1.3.7.RELEASE
8 лет назад
Greg Turnquist
e5aee3f977
Upgrade to Spring Boot 1.3.6.RELEASE
8 лет назад
Dave Syer
4e8575c296
Add maven wrapper
8 лет назад
Greg Turnquist
ba7f6d97bd
Add CONTRIBUTING doc
8 лет назад
Greg Turnquist
f3b19be597
Include JSON Path test dep in gradle build
8 лет назад
Greg Turnquist
cae53593b4
Disable AWS publishing due to invalid key
8 лет назад
Greg Turnquist
e4c726861a
Remove inline image and use just link
8 лет назад
Greg Turnquist
ff34f35a9e
Adjust the location of the link to be GH only
8 лет назад
Greg Turnquist
a042ec14e8
Replace curl-based test with Spring Mock MVC
8 лет назад
Greg Turnquist
24f4981cb2
Update README.adoc
8 лет назад
Greg Turnquist
da0f63eda5
including link
8 лет назад
Greg Turnquist
2f9f073be9
Add extra link to point out codenvy option
8 лет назад
Greg Turnquist
de1c81bd60
Merge pull request #44 from benoitf/patch-1
Add link to execute the guide in a browser IDE (using Codenvy)
8 лет назад
Florent BENOIT
201351892c
Add link to execute the process in a browser IDE (Codenvy)
It's nice to see all the steps that we have to do, but it requires for example
- JDK 1.8 or later
- Gradle 2.3+ or Maven 3.0+
- git to clone the project or download and extract a zip file
whereas here, by using the following button, we only have to click on it ("Workspace Developer" button)
then we can try and develop spring rest service from the web browser.
8 лет назад