Gerasimos (Makis) Maropoulos
|
48577b7ff1
|
minor
|
2022-01-06 18:49:11 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
bfbed2f841
|
minor
|
2021-02-19 09:58:29 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
577f25aae5
|
README: From Travis CI to GitHub Actions Status Badge
|
2021-02-19 09:56:41 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
5e82fa5b89
|
mvc: struct field and method dependency logs on debug level. Read HISTORY.md
- remove Party.GetReporter
- Read HISTORY.md
|
2020-08-24 21:44:29 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
3fa022738b
|
README: add 'run in the browser' button
after the quick start details, so it is visible always
Former-commit-id: 0c13135a01c2b883aa4a9629a507aaf622d22ade
|
2020-06-24 00:13:31 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
115781968b
|
replace godoc links with the new pkg.go.dev
Former-commit-id: 7c9d8c02fcaee8961b1558d14a79a485703eb7ba
|
2020-06-14 15:36:24 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
c039730521
|
HTTP error handlers per Party (docs and details in progress)
Former-commit-id: 7092ebed556b56d9f1769b9b23f2340c2a3a18f7
|
2020-05-11 00:44:54 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
3fbf15d576
|
REAMDE: add French translation link
Former-commit-id: 59657a03dff359a117ae9006bed428dd07e72b42
|
2020-04-29 21:59:36 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
0d26f24eb7
|
examples: replace all app.Run(iris.Addr(...)) with app.Listen just for the shake of simplicity, both are doing the same exact thing as it's described on the http listening first example.
Former-commit-id: d20afb2e899aee658a8e0ed1693357798df93462
|
2020-03-05 22:41:27 +02:00 |
|
Vic Shóstak
|
317d05e137
|
Translate README to Russian language, add link to other trans
Former-commit-id: 96a31de0f7c5f3e0c20ad84cf47584eb2a5b9f24
|
2019-12-26 10:31:28 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
04477c3e41
|
fixes, i18n, sitemap generator and new examples
Former-commit-id: 54801dc705ee0fa66232f65063f8a68c9cc31921
|
2019-12-13 23:06:18 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
0844c109d9
|
implement path prefx for i18n middleware, as requested at: #1369
Former-commit-id: b0d6b6e7f368e710b01faad9b70dfa4cebdd8c4d
|
2019-11-19 23:36:18 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
16686eda11
|
add follow button under the book
Former-commit-id: a0a2ce1ec56bf5d47daf7c7f8986ca05a075e6fa
|
2019-10-30 13:57:27 +02:00 |
|
Gerasimos (Makis) Maropoulos
|
033fc76543
|
update links
Former-commit-id: 65a8260016cbb5a137d919e04a64c125b3b8a602
|
2019-10-26 19:57:18 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
3945fa68d1
|
obey the vote of @1370 (77-111 at this point) - add import suffix on iris repository
We have to do the same on iris-contrib/examples, iris-contrib/middleware and e.t.c.
Former-commit-id: 0860688158f374bc137bc934b81b26dcd0e10964
|
2019-10-25 01:27:02 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
fba2dd8403
|
add analytics and mod to request iris e-book link
Former-commit-id: 3ef3be3f10de64f18887ceeaafb03bf9d78dda99
|
2019-10-06 20:59:31 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
5bc3ba2acf
|
fix Iranian translation link...
Former-commit-id: 22eead9411e6a4c0b73a2f98b52f16f629ca5200
|
2019-10-06 17:47:49 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
eb9acf85fd
|
minor
add missing close href tags on README
Former-commit-id: d3f22495d6eecf529eb9ff6cfd327efcf4dcd6f6
|
2019-10-06 17:46:41 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
523b2a806f
|
add link to the Iranian People (#1360) translation
Former-commit-id: 150c330b1d7ab5eccd2a2ade53609a8cad4edf24
|
2019-10-06 17:44:04 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
da73c1817f
|
fix https://github.com/kataras/iris/issues/1349
Former-commit-id: 1e2c7185fc3c536ceb8b269c75b9a2c19323960b
|
2019-09-07 05:57:35 +03:00 |
|
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
|
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 |
|
gongchao
|
9b559f32c0
|
readme add Chinese translation
Former-commit-id: c3e8559e9f1177761905c420c9ba3019684c0c01
|
2019-07-25 12:45:59 +08:00 |
|
Gerasimos (Makis) Maropoulos
|
722724ea96
|
minor
Former-commit-id: 3276fbafbd6da2a7ff9ce655078bfb4aac4ee659
|
2019-07-22 12:11:54 +03:00 |
|
Gerasimos (Makis) Maropoulos
|
c29c5e4d95
|
minor
Former-commit-id: d1a57cae7d5085fa3538c26ee4c3a8f3735dcfcf
|
2019-07-22 12:07:14 +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
|
452b7d2df0
|
minor
Former-commit-id: f0a26383ace695525d5aec52ec2181d781d26a83
|
2019-07-19 12:27:35 +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
|
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
|
67081d8219
|
add https://github.com/snowlyg/IrisApiProject to starter kits (chinese)
Former-commit-id: d09c795018df59834af91a8ba087649bcb023d8d
|
2018-12-24 02:32:33 +02: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
|
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
|
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 Maropoulos
|
cc4409e77a
|
Update to version 10.6.6. Read https://github.com/kataras/iris/blob/master/HISTORY.md#tu-05-june-2018--v1066 for more
Former-commit-id: 9f73b831dcd6bda160ddd3f70ace59a5cc63c31c
|
2018-06-05 01:24:35 +03:00 |
|
Gerasimos Maropoulos
|
94b93484b5
|
Update to version 10.6.5: 1 New Feature And Indonesia Translation | Read HISTORY.md
Former-commit-id: 4788e36e52f6b40c7e15120e0675c097eabf0f0d
|
2018-05-21 07:40:43 +03:00 |
|
Gerasimos Maropoulos
|
485cfbc838
|
Update to version 10.6.4 | Read HISTORY.md for the bug fixes
Former-commit-id: 4b981358f4e89807d1ccd8357a53641e770ab075
|
2018-05-09 01:36:04 +03:00 |
|
Gerasimos Maropoulos
|
0087bc218d
|
Update to version 10.6.3. Read HISTORY.md. It contains a very important fix for the websocket servers caused some time ago by an external contributor
Former-commit-id: 1626ff0660801a28a5034ecd2788e87561c55f41
|
2018-05-02 17:57:01 +03:00 |
|
Gerasimos Maropoulos
|
087c8c8b3a
|
Update to (minor) version 10.6.2. Added: websocket/Connection#OnPong and websocket/Connection#OnError(func(error)) instead of func(string) relative issues: https://github.com/kataras/iris/pull/988 and https://github.com/kataras/iris/issues/987 respectfully.
Former-commit-id: 76d4fda4ab4f34f8a251c8c2d5bb1ae7c3ef7047
|
2018-05-02 06:40:18 +03:00 |
|
Gerasimos Maropoulos
|
b22151d4b7
|
Update to version 10.6.1 | Re-implement the BoltDB as built'n session database and more. Please read the HISTORY file for further details
Former-commit-id: fa68a914bec5fe4f595bdeaea84ecab6374ba643
|
2018-04-25 05:29:19 +03:00 |
|
Gerasimos Maropoulos
|
cfe484f769
|
Update to Version 10.6.0 and add Video Courses section at READMEs
Former-commit-id: 2a6bf807b989e6b3d02ec6d1d46b42953507535e
|
2018-04-22 16:22:24 +03:00 |
|
Gerasimos Maropoulos
|
b62080c4bb
|
Sessions are now in full sync with the registered database, on acquire(init), set, get, delete, clear, visit, len, release(destroy) as requested by almost everyone. https://github.com/kataras/iris/issues/969
Former-commit-id: 49fcdb93106a78f0a24ad3fb4d8725e35e98451a
|
2018-04-22 13:52:36 +03:00 |
|
Gerasimos Maropoulos
|
66d367b255
|
Update to version 10.5.0 | Read HISTORY.md for more
Former-commit-id: 41b1947aafa258d342bbf9d22baeecc946d198a4
|
2018-03-24 10:39:44 +02:00 |
|
Gerasimos Maropoulos
|
56215eeb71
|
Release of version 10.4.0 - x8 faster embedded file server | Star and Read HISTORY.md
Former-commit-id: 4f8b8c95c1b107a9be3b1ef6835ece949a75ceb6
|
2018-03-14 07:17:35 +02:00 |
|
Gerasimos Maropoulos
|
c746d631d7
|
Update to version 10.3.0 | Read HISTORY.md
Former-commit-id: 10a0663cdf518dcf35290f18dfdc1eb69ea4a127
|
2018-03-10 15:13:07 +02:00 |
|