Commit Graph

826 Commits

Author SHA1 Message Date
Gerasimos (Makis) Maropoulos
1ae4e71176
add x/errors.OK, Create, NoContent and NoContentOrNotModified package-level generic functions as custom service helpers 2024-01-04 03:33:00 +02:00
Gerasimos (Makis) Maropoulos
0608c7385e
update deps 2023-12-19 15:09:49 +02:00
Gerasimos (Makis) Maropoulos
d808958057
update deps 2023-12-19 12:15:29 +02:00
Gerasimos (Makis) Maropoulos
9279ca5a27
Add example of the powerful 'templ' generated templates 2023-12-13 02:18:16 +02:00
Gerasimos (Makis) Maropoulos
057022ca6b
auth package: export ExtractAccessToken method 2023-11-08 11:45:23 +02:00
Gerasimos (Makis) Maropoulos
b12965b050
minor 2023-11-04 00:48:09 +02:00
Gerasimos (Makis) Maropoulos
4d13ff3622
improvements of the new ContextWrapper 2023-11-03 21:20:32 +02:00
Gerasimos (Makis) Maropoulos
4772177fef
new context wrapper 2023-11-02 03:11:22 +02:00
Gerasimos (Makis) Maropoulos
ef82a07c81
update _examples dependencies 2023-11-01 19:31:17 +02:00
Gerasimos (Makis) Maropoulos
6df3ada9c8
update examples deps 2023-10-12 20:31:32 +03:00
Gerasimos (Makis) Maropoulos
28f49cd50d
improve cache handler, embracing #2210 too 2023-09-26 21:14:57 +03:00
Gerasimos (Makis) Maropoulos
d03757b996
update examples deps 2023-09-25 20:02:06 +03:00
Gerasimos (Makis) Maropoulos
effb0a983b
Update examples dependencies 2023-09-25 19:42:38 +03:00
Gerasimos (Makis) Maropoulos
e7b40398aa
update Blocks module 2023-09-24 17:35:49 +03:00
Gerasimos (Makis) Maropoulos
48f7b38d15
rename master branch to main 2023-08-20 03:12:46 +03:00
Gerasimos (Makis) Maropoulos
b30cbdbcb3
update examples dependencies 2023-08-17 12:26:16 +03:00
Gerasimos (Makis) Maropoulos
0da32ca844
minor 2023-08-11 00:27:58 +03:00
Gerasimos (Makis) Maropoulos
a5daba277f
update examples dependencies 2023-08-11 00:22:59 +03:00
Gerasimos (Makis) Maropoulos
9d538eabb0
implement a dynamic router handler for #2167 2023-08-04 17:59:00 +03:00
Gerasimos (Makis) Maropoulos
6add1ba49b
fix #2158 and more 2023-07-08 02:08:18 +03:00
dependabot[bot]
06047c2ec0
Bump google.golang.org/grpc (#2172)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.51.0 to 1.53.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.51.0...v1.53.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-07 03:47:39 +03:00
Saif Aljanahi
5e925add97
Added example how to use ulule-limiter with Iris web framework (#2152)
* Added example how to use ulule-limiter with Iris web framework

* format main.go

Signed-off-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>

---------

Signed-off-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
Co-authored-by: Gerasimos (Makis) Maropoulos <kataras2006@hotmail.com>
2023-06-13 17:01:52 +03:00
Jiachen
a574579d9c
Fix typo in comment (#2107)
Signed-off-by: Jiachen <zhangjc1999@gmail.com>
2023-03-29 19:47:32 +03:00
Gerasimos (Makis) Maropoulos
34387a4a5c
New mvc.IgnoreEmbedded option to solve #2103 2023-03-19 16:31:14 +02:00
Gerasimos (Makis) Maropoulos
0954986a66
add LoadKV method on Iris.Application.I18N instance 2023-03-18 15:43:18 +02:00
Gerasimos (Makis) Maropoulos
ec2d9d016e
update view benchmarks and remove ace template parser 2023-03-17 12:38:07 +02:00
Gerasimos (Makis) Maropoulos
946ea6787d
v12.2.0 2023-03-11 22:37:55 +02:00
Gerasimos (Makis) Maropoulos
dccd572636
minor 2023-02-19 21:48:50 +02:00
Gerasimos (Makis) Maropoulos
5095d862d9
minor 2023-02-19 21:44:37 +02:00
dependabot[bot]
84a1e97a01
Bump golang.org/x/net in /_examples/configuration/viper (#2086)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:15:54 +02:00
dependabot[bot]
c047c35fd4
Bump golang.org/x/net in /_examples/database/orm/reform (#2085)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:15:42 +02:00
dependabot[bot]
e3f92f0803
Bump golang.org/x/net in /_examples/configuration/multi-environments (#2083)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:15:29 +02:00
dependabot[bot]
e1021a81ab
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/apidoc/yaag (#2084)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:15:18 +02:00
dependabot[bot]
adb4bc6a2b
Bump golang.org/x/net in /_examples/auth/basicauth/database (#2082)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:15:12 +02:00
dependabot[bot]
5b886b0492
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/database/mysql (#2081)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:14:51 +02:00
dependabot[bot]
0528d0e305
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/desktop/webview (#2080)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:14:40 +02:00
dependabot[bot]
d8ef85d484
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/monitor/statsviz (#2076)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:14:26 +02:00
dependabot[bot]
2c0292a618
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/kafka-api (#2079)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:14:14 +02:00
dependabot[bot]
b7de0b4ca3
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/logging/rollbar (#2078)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:14:09 +02:00
dependabot[bot]
04650bb838
Bump golang.org/x/net in /_examples/mvc/vuejs-todo-mvc/src (#2077)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:14:03 +02:00
dependabot[bot]
042128a0dd
Bump golang.org/x/net in /_examples/sessions/database/redis (#2075)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:13:55 +02:00
dependabot[bot]
ddb0c215b5
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/mvc/overview (#2074)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:13:42 +02:00
dependabot[bot]
9e2af4eb7a
Bump golang.org/x/net in /_examples/graphql/schema-first (#2070)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:13:21 +02:00
dependabot[bot]
f5d7da5d75
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/websocket/basic (#2072)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:13:05 +02:00
dependabot[bot]
361dcd3573
Bump golang.org/x/net from 0.4.0 to 0.7.0 in /_examples/project (#2073)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:12:54 +02:00
dependabot[bot]
d94a5ffda1
Bump golang.org/x/net (#2071)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:12:45 +02:00
dependabot[bot]
8b44edb491
Bump golang.org/x/net in /_examples/routing/party-controller (#2069)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:12:37 +02:00
dependabot[bot]
ad89abcf37
Bump golang.org/x/net in /_examples/auth/jwt/tutorial (#2068)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:11:55 +02:00
dependabot[bot]
a6e0611604
Bump golang.org/x/net in /_examples/response-writer/protobuf (#2067)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:11:51 +02:00
dependabot[bot]
72ad58e406
Bump golang.org/x/net in /_examples/websocket/gorilla-filewatch (#2066)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.4.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.4.0...v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-19 21:11:44 +02:00