Commit Graph

463 Commits

Author SHA1 Message Date
Jinil Ha
8c2eb11a59 fix typo
Former-commit-id: ad1dc8811acdf8c939dc07bac08bee828e098bf1
2019-09-06 22:58:33 +09:00
Jinil Ha
791c3f76ef add korean README
Former-commit-id: 614b9d18b158d435bfc29db9f869120982737db9
2019-09-06 22:55:12 +09:00
Gerasimos (Makis) Maropoulos
c0136f0d84 minor
Former-commit-id: 3aeb222d0cc273553c5b97905425e9f81956fa27
2019-09-01 23:49:09 +03:00
Gerasimos (Makis) Maropoulos
bd5f96086b Add status code 103 Early Hints. Add the ability to customize and change the order of controller's fields and their registered valid dependencies relative to: #1343
Former-commit-id: 5bd9e02e5fafca135d17cad87f4a9aec526b333b
2019-08-26 16:43:02 +03:00
Brian Antonio Gaitán Corea
42ff2f8669 Readme and History Spanish Translation
Former-commit-id: b54a5e69c7bfbc809f84ef4ca64e7489b7237e95
2019-08-20 16:57:23 -06:00
Gerasimos (Makis) Maropoulos
913634384c minor
Former-commit-id: 64d2bc8657fce2ef4565e0d10dd0f412ee29ffc5
2019-08-03 08:40:48 +03:00
Gerasimos (Makis) Maropoulos
970279deb8 minor
Former-commit-id: da3ffd7b32daa12b17ad2863cb55e9d15ec9943a
2019-07-30 18:02:02 +03:00
Gerasimos (Makis) Maropoulos
c44fc6e1de Update README.md
Former-commit-id: 785a31059e5697481b985e0d6115f124a5dad2d3
2019-07-28 23:20:56 +03:00
gongchao
9b559f32c0 readme add Chinese translation
Former-commit-id: c3e8559e9f1177761905c420c9ba3019684c0c01
2019-07-25 12:45:59 +08:00
Gerasimos (Makis) Maropoulos
07690c7faa release 11.2.0
Former-commit-id: daa0ab8bd361100774d5e4c86d5b4fee63e82a2a
2019-07-23 19:34:03 +03:00
Gerasimos (Makis) Maropoulos
17f68d08f9 readme needs new translations as it's minified and dramatically changed
Former-commit-id: 38f643b29aa15d4556e1f5eadf458b17c918feb0
2019-07-22 12:05:16 +03:00
Gerasimos (Makis) Maropoulos
090c448472 minify README.md
Former-commit-id: 59289978887334fd05a1889d37c242712de3f1e3
2019-07-22 05:46:30 +03:00
Gerasimos (Makis) Maropoulos
c86636b550 align image (try 2)
Former-commit-id: 212002053838f76ec9e7084f7b20e3dfd77c75b3
2019-07-22 04:39:14 +03:00
Gerasimos (Makis) Maropoulos
acc2178f8f align image (try 2)
Former-commit-id: f3c4f9f3070c46ea8a59c4ef79870ee575a47fb6
2019-07-22 04:37:04 +03:00
Gerasimos (Makis) Maropoulos
86af4088f3 align image (try 1)
Former-commit-id: b0004167f164b4131d55bc3e9aa73a48793e3b36
2019-07-22 04:34:48 +03:00
Gerasimos (Makis) Maropoulos
bb1a93d7fd touches before release
Former-commit-id: c6539320214e9120a801b2a3c3c8e9867dfb2ed7
2019-07-22 04:32:54 +03:00
Gerasimos (Makis) Maropoulos
ac86d687c3 able to fetch the ngrok executable path through a 'NGROK' env variable as well, and humanize the returned error
Former-commit-id: 8a61ed64b64e18bd2beb938ccb38150f2090ec54
2019-07-19 12:55:57 +03:00
Gerasimos (Makis) Maropoulos
452b7d2df0 minor
Former-commit-id: f0a26383ace695525d5aec52ec2181d781d26a83
2019-07-19 12:27:35 +03:00
Gerasimos (Makis) Maropoulos
137c41344d Updated all dependencies one by one to go.mod - Backup and remove the vendor folder entirely and update most of the examples - next commit will contain the rest of the updated
Former-commit-id: 2791c50256c0f00d6e08a408e5cb009262c49588
2019-07-15 07:49:04 +03:00
Gerasimos (Makis) Maropoulos
29deac3270 Remove the two day old crypto package, let's not confuse users between that and JWT - keep only JWT. And also, Drop older go versions support, only go1.12 and above which comes with a lot of performance improvements and security patches
Former-commit-id: a1d791ce45b87ecc440ed9c5aee5d5d204763f0d
2019-07-09 12:42:27 +03:00
Gerasimos (Makis) Maropoulos
5f148987f7 sync master README.md: video courses, articles and starter kits
Former-commit-id: e6be795004a1e7a3156db2af90f4e6b99425c6af
2019-06-12 22:10:09 +03:00
Gerasimos (Makis) Maropoulos
04bc21dd3b Add the new websocket package (which is just a helper for kataras/neffos) and an example for go server, client, browser client and nodejs client. Add a .fossa.yml and the generated NOTICE file for 3rd-party libs. Update go.mod, go.sum. Update the vendor folder for pongo2 to its latest master as well
Former-commit-id: 89c05079415977d65e7328a1eb8a1c602d76f78a
2019-06-02 17:49:45 +03:00
Gerasimos (Makis) Maropoulos
adb6fd764a extract the Delim for redis sessiondb as requested at https://github.com/kataras/iris/issues/1256 and add a mvc/regexp example and some other trivial changes
Former-commit-id: f9e09320bfe07ae10ac74f54a78272cf21d21cc7
2019-05-30 10:48:07 +03:00
Gerasimos (Makis) Maropoulos
0d4d2bd3fa implement mvc HandleError as requested at #1244
Former-commit-id: 58a69f9cffe67c3aa1bab5d9425c5df65e2367ed
2019-04-16 18:01:48 +03:00
Gerasimos (Makis) Maropoulos
ddec78af0a add Context.ResponseWriter.IsHijacked to report whether the underline conn is already hijacked and a lot of cleanup and minor ws stress test example improvements
Former-commit-id: 444d4f0718d5c6d7544834c5e44dafb872980238
2019-02-23 07:23:10 +02:00
Gerasimos (Makis) Maropoulos
4284739151 add tutorial for the official mongodb go driver
Former-commit-id: 8353dd101c37c223bba404403f9f8fa2d042fede
2019-01-28 05:36:44 +02:00
Gerasimos (Makis) Maropoulos
ff3f052da1 push version 11.1.1
Former-commit-id: bf1c6f29a515c8c67cbc95aa7f47ccac2d843987
2019-01-11 02:10:33 +02:00
Gerasimos (Makis) Maropoulos
b1f4a85bbe README: Iris Starter Kits: add yz124/superstar -- Iris + xorm to implement the star library
Former-commit-id: ada9f896462a8c729877b23c16847ce3c5be58ce
2019-01-08 00:33:27 +02:00
Gerasimos (Makis) Maropoulos
8b74e3343d fix https://github.com/kataras/iris/issues/1164
Former-commit-id: 533b277c6a33d44da48df2ad9ca2b5ebb962bc96
2019-01-04 11:16:40 +02:00
Gerasimos (Makis) Maropoulos
67081d8219 add https://github.com/snowlyg/IrisApiProject to starter kits (chinese)
Former-commit-id: d09c795018df59834af91a8ba087649bcb023d8d
2018-12-24 02:32:33 +02:00
Daph Renel
02230bd5e2 Fix link for httpexpect in README
the previous link  will be automatically appended to `https://github.com/kataras/iris/` and thus get a wrong direction

Former-commit-id: e791aa332c487fd27e04f9460482502dd160f45f
2018-12-07 16:54:22 +08:00
Gerasimos (Makis) Maropoulos
c0f48385a8 Publish version 11.1.0. Read HISTORY.md for details
Former-commit-id: 5bc97f3093655d08e07cfa0a27decda98b6d300f
2018-11-18 03:26:48 +02:00
Gerasimos (Makis) Maropoulos
e08d0b4be6 Update to version 11.0.4. Read https://github.com/kataras/iris/blob/master/HISTORY.md#fr-09-november-2018--v1104
Former-commit-id: 2c2c32afe31fe94543d145ab8c8475d7b4392ff1
2018-11-09 03:03:48 +02:00
Gerasimos (Makis) Maropoulos
80952bcbd5 Add the article 'CRUD REST API in Iris (a framework for golang)' and a starter kit for Iris written by @jebzmos4
Former-commit-id: 72eb72f11086b23c1bf849eb14ad846492a84cbd
2018-11-06 04:36:05 +02:00
Gerasimos (Makis) Maropoulos
678b66aef3 Update to minor version 11.0.2 that fixes a small issue. Read HISTORY.md for more
Former-commit-id: 004b87ff15467a8c67dcb89219ce64d599440ad6
2018-10-30 01:03:21 +02:00
Gerasimos (Makis) Maropoulos
be32418bc1 Update to version 11.0.1. Feature request implemented: https://github.com/kataras/iris/issues/1113
Former-commit-id: 0ce38dbacc2458fe327fa4401fdde1e69c8aacb0
2018-10-28 01:19:22 +03:00
Gerasimos (Makis) Maropoulos
8950ae7bb9 add third-party source benchmark results for proof of what we already knew
Former-commit-id: 52110ac4ec556ff88cae703ad988a3c48c7aef23
2018-10-23 18:35:53 +03:00
Gerasimos (Makis) Maropoulos
7c5f7f42cf A year after, it was time to update benchmarks, .NET Core had many performance improvements over the last year, good job Microsoft's Net Core team and the Open source community
Former-commit-id: 4f04c1a0322520ccd45f56138e8db273c8519e07
2018-10-22 13:52:31 +03:00
Gerasimos (Makis) Maropoulos
3962710d3d Version 11 released. Read https://github.com/kataras/iris/blob/master/HISTORY.md#su-21-october-2018--v1100
Former-commit-id: fe6305deed00e170bf4d39a12c0644fe686e0a24
2018-10-21 19:20:05 +03:00
Gerasimos (Makis) Maropoulos
dbba631df4 A note for the upcominng release in the main README.md
Former-commit-id: 5955353caf550c052f976a5836a32d530011dcda
2018-10-17 07:27:50 +03:00
Fedir RYKHTIK
e0eb5d8f6e Typo
Former-commit-id: d4e73cb72e83b4462be3ca0ef8ae1263c2c2125a
2018-10-14 20:50:17 +02:00
Gerasimos (Makis) Maropoulos
7321498000 Merge pull request #1088 from yushuailiu/master
fix README

Former-commit-id: c28db41672057a1a932a9e87522b1dd52bb6302c
2018-09-16 16:52:52 +03:00
liguoqinjim
f4e2742dc7 update README.md example (#1084)
* update README.md example

* update README.md example


Former-commit-id: 5eb484d2204e839e5408d3b8cf98fa0981d4727a
2018-09-16 16:52:11 +03:00
YuShuaiLiu
8b4167c2ab fix README
Former-commit-id: a7c3c6555d4a378d1c4e2647bd1f08566b5a2b37
2018-09-14 15:06:46 +08:00
Gerasimos (Makis) Maropoulos
36d6820f9a add the param types on README.md (on v11 we have support for more and in my TODO list is to add support for custom param types as well, we have already support for custom macro param types funcs)
Former-commit-id: 613d397826addc4cedcca07aee2ceb3cd2f139ee
2018-09-01 19:27:21 +03:00
Gerasimos (Makis) Maropoulos
20c0bbe9ba Release stable version 10.7 - HISTORY.md#sat-11-august-2018--v1070
I want to thank you once again for the unwavering support and trust you have shown me


Former-commit-id: fa0be6bf5ca2f04e03e452f8cca75a0a7be0b487
2018-08-11 23:58:49 +03:00
Gerasimos (Makis) Maropoulos
0491aa68b5 add some more examples and screenshots about hero funcs on README.md
Former-commit-id: 2703036228ec896edcffe322964e85680be09d23
2018-08-08 14:58:37 +03:00
Gerasimos (Makis) Maropoulos
01d5578c7f add websocket example on README.md
Former-commit-id: 18f44e0c682e189859f437d7c179bb8d3b4882da
2018-08-08 14:45:39 +03:00
Gerasimos (Makis) Maropoulos
2b2492abfa Add a simple 'Context#GetReferrer', as requested by the People: adapt the goreferrer external package
Former-commit-id: 8f1dce93dd5a2449d806f0b28baf5a8c860193b5
2018-08-04 15:19:17 +03:00
Gerasimos (Makis) Maropoulos
1ec8452208 simplify readme
Former-commit-id: 95158c51fc01195b60f9ee873ab416c314568198
2018-08-04 13:08:18 +03:00