Skip to content
This repository was archived by the owner on Jun 1, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
f1c7713
Regenerated Hyper Protect project (#2)
Dec 7, 2018
96cc152
include arch diagram
stevemar Dec 12, 2018
e76b30c
Merge pull request #3 from IBM/archy
Dec 12, 2018
e262166
update arch
stevemart Dec 14, 2018
2d35ff3
Merge pull request #5 from IBM/stevemart-patch-1
Dec 14, 2018
3403819
Automated Update
ibm-devx-automation Dec 14, 2018
8a21653
Automated Update
ibm-devx-automation Dec 20, 2018
2102f99
Update links in README
dolph Jan 10, 2019
43b420b
Merge pull request #8 from IBM/update-links
Jan 10, 2019
32cd1f7
Automated Update
ibm-devx-automation Jan 22, 2019
43ebbac
Automated Update
ibm-devx-automation Jan 25, 2019
db85536
Merge pull request #10 from IBM/auto-2019-0-25-1658
Jan 25, 2019
cc94ebf
Automated Update
ibm-devx-automation Jan 25, 2019
abe1f50
Merge pull request #11 from IBM/auto-2019-0-25-2129
Jan 28, 2019
6a1148f
Automated Update
ibm-devx-automation Jan 30, 2019
1a1fce4
Automated Update
ibm-devx-automation Feb 4, 2019
2be3680
Merge pull request #12 from IBM/auto-2019-0-30-169
Feb 5, 2019
d364ed5
Fixed typo on paragraph #19
kant Feb 8, 2019
5370053
Automated Update
ibm-devx-automation Feb 8, 2019
fe0b482
Automated Update
ibm-devx-automation Feb 25, 2019
d9ed219
Automated Update
ibm-devx-automation Mar 6, 2019
c865fea
Merge pull request #16 from IBM/auto-2019-2-6-1913
Mar 6, 2019
bbc61d4
remove toolchain yamls
Mar 6, 2019
1fb664a
Update README.md
Mar 8, 2019
c6eaecd
Merge pull request #18 from IBM/christiancompton-patch-1
Mar 8, 2019
6e3ed65
Automated Update
ibm-devx-automation Mar 26, 2019
5b9f7b2
Automated Update
ibm-devx-automation Apr 4, 2019
2c34552
[ImgBot] Optimize images
ImgBotApp Apr 18, 2019
2e201fb
Automated Update
ibm-devx-automation May 31, 2019
e82e9cc
Merge pull request #21 from IBM/auto-2019-3-4-1424
May 31, 2019
1f2be91
Update README.md
Jun 11, 2019
80a9509
Light edit and topicID link updates. (#23)
jpkessle Jul 5, 2019
5c6f4aa
Upgrade to MongoKitten 6.0
zInnovationLab Oct 2, 2019
19bc002
Update to Swift 5
zInnovationLab Oct 2, 2019
b75a99e
Swap MongoKitten with official MongoSwift
zedesouza Oct 17, 2019
9144640
Fixes for get/post/delete. put still broken.
zedesouza Oct 17, 2019
4798f08
Update credential loading process (pre CloudEnv changes)
zedesouza Oct 22, 2019
ecc373b
Update credential loading (pre CloudEnv changes)
zedesouza Oct 22, 2019
f618bf2
Upgrade to Swift 5.0, use MongoSwift instead of MongoKitten
zInnovationLab Oct 2, 2019
77d72dc
Merge branch 'master' of https://github.com/e-desouza/swift-kitura-hy…
zedesouza Oct 22, 2019
af7f408
Swift 5 changes, MongoKitten --> MongoSwift (pre CloudEnv update)
zedesouza Oct 22, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 0 additions & 68 deletions .bluemix/deploy.json

This file was deleted.

43 changes: 0 additions & 43 deletions .bluemix/pipeline.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .bluemix/scripts/container_build.sh

This file was deleted.

128 changes: 0 additions & 128 deletions .bluemix/scripts/kube_deploy.sh

This file was deleted.

57 changes: 0 additions & 57 deletions .bluemix/toolchain.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ credentials.json
config.json
spec.json
localdev-config.json
config/localdev-config.json
config/localdev-config.json
swiftkiturahyperprotectdbaas.xcodeproj/*
.history
Package.resolved
*.pem
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.2.3
2 changes: 1 addition & 1 deletion .yo-rc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"generator-swiftserver": {
"version": "5.6.2"
"version": "5.12.1"
}
}
Loading