Commit Graph

472 Commits

Author SHA1 Message Date
Abin Simon
6cd0dbef4e Merge pull request #36 from paralus/meain-patch-1
Fix typo in README
2022-07-11 15:12:42 +05:30
Abin Simon
5b48a770f2 Fix typo in README 2022-07-11 13:29:05 +05:30
Abin Simon
2bbdf16424 Merge pull request #35 from paralus/doc-proto
Update contributing guide for regenerating proto files
2022-07-07 13:05:10 +05:30
Abin Simon
daa3c065ec Merge pull request #34 from paralus/readme-fix
Use absolute urls as header image link
2022-07-07 13:04:57 +05:30
Abin Simon
aa120cd87e Update contributing guide for regenerating proto files 2022-07-07 10:07:09 +05:30
Abin Simon
ad82f166c8 Use absolute urls as header image link 2022-07-07 10:04:01 +05:30
Abin Simon
a292081a54 Merge pull request #30 from paralus/update-contribution
Updated contribution document
2022-07-01 13:20:22 +05:30
techmaharaj
e659a00790 Updated contribution document 2022-07-01 11:36:46 +05:30
Abin Simon
b3e1f40420 Merge pull request #32 from paralus/simplify-makefile
Clean up Makefile
2022-07-01 11:18:51 +05:30
venu-rafay
56ede9119e Merge pull request #33 from paralus/crb-renaming
renaming cluster role binding to avoid collisions
2022-07-01 10:04:55 +05:30
Abin Simon
fd37d9aa9e Simplify proto generation and clean 2022-06-30 19:44:29 +05:30
Nirav Parikh
5e3ab86b7c renaming cluster role binding to avoid collisions 2022-06-30 18:44:18 +05:30
Abin Simon
0bd2b8a430 Merge pull request #29 from paralus/fix-issue-pr-temlate
Fix issue and PR templates for GitHub
2022-06-30 17:38:50 +05:30
Abin Simon
dbf6ff94fd Drop GOPRIVATE from Makefile 2022-06-30 17:21:14 +05:30
techmaharaj
bae482a5e7 Updated contribution document 2022-06-30 15:29:34 +05:30
Abin Simon
8c99cf04b8 Fix issue and PR templates for GitHub 2022-06-30 15:14:48 +05:30
Elena Lape
5c0d74b477 Update README.md 2022-06-29 15:48:04 +01:00
Elena Lape
728e6c55a5 Update README.md 2022-06-28 18:39:07 +01:00
Elena Lape
e44b9c225c Update README.md 2022-06-28 15:55:16 +01:00
Nirav Parikh
71157bc4be Merge pull request #28 from paralus/codeql-workflow
Create codeql.yml
2022-06-27 19:07:15 +05:30
Nirav Parikh
0177911be7 updated codeql wf strategy 2022-06-27 16:57:53 +05:30
Nirav Parikh
d6d0184878 fixing codeql alerts 2022-06-27 15:32:27 +05:30
Nirav Parikh
58e83c42a3 removed scheduling from codeql and fixed an alert 2022-06-27 13:13:44 +05:30
Nirav Parikh
5cd15cbd8e fixed action criteria 2022-06-27 12:02:15 +05:30
nirav-rafay
a77927c9f2 Create codeql.yml 2022-06-27 11:56:35 +05:30
Abin Simon
59139526c8 Merge pull request #25 from paralus/governance
Create GOVERNANCE.md
v0.1.0
2022-06-22 15:23:02 +05:30
Abin Simon
bbb5c266e9 Merge pull request #26 from paralus/code-of-conduct
Create CODE_OF_CONDUCT.md
2022-06-22 15:21:57 +05:30
Abin Simon
db35a2123f Merge pull request #24 from paralus/roadmap
Added first draft for roadmap
2022-06-22 15:21:32 +05:30
Nirav Parikh
a4d759967b Update CODE_OF_CONDUCT.md
Co-authored-by: Abin Simon <mail@meain.io>
2022-06-22 14:54:12 +05:30
techmaharaj
d4439913b1 Resolved comments. 2022-06-22 07:45:57 +05:30
Elena Lape
890edf9357 Create CODE_OF_CONDUCT.md 2022-06-21 09:27:19 -04:00
Elena Lape
faa0eb0539 Create GOVERNANCE.md 2022-06-21 09:20:30 -04:00
techmaharaj
925e4c3f94 Removed tech debt section 2022-06-21 15:32:25 +05:30
techmaharaj
d9da0e9376 Added first draft for roadmap 2022-06-21 12:37:06 +05:30
Nirav Parikh
aa1f99efac Merge pull request #23 from paralus/elenalape/templates
add issue and PR templates
2022-06-20 13:28:25 +05:30
elenalape
eb80cd3713 update templates 2022-06-18 23:13:57 +01:00
Nirav Parikh
81d5b39e55 Merge pull request #22 from paralus/fix-buf-gen-issue
fix buf issue with struct emedding in controller.pb
2022-06-17 20:11:37 +05:30
Nirav Parikh
a623db60ec Merge pull request #12 from paralus/imporove-coverage
Imporove coverage
2022-06-17 20:11:21 +05:30
Nirav Parikh
756bd48d9e fix buf issue with struct emedding in controller.pb 2022-06-17 17:41:28 +05:30
Nirav Parikh
43a9829888 Merge pull request #21 from paralus/missing-desc
Missing descriptions
2022-06-17 17:39:13 +05:30
Nirav Parikh
9262ecb7a1 Merge pull request #19 from paralus/fix-kratos-unauthorized-issue
Fix default Kratos public and admin urls
2022-06-17 17:38:49 +05:30
Abin Simon
7cd0156805 Use /dev/stdout for log default output 2022-06-17 14:32:01 +05:30
Abin Simon
5d3625f15b Update descriptions for roles and other init items 2022-06-17 14:16:16 +05:30
Abin Simon
b571a83bd9 Cleanup rolepermission descriptions
find permissions -name '*.json' | while read -r file; do
    echo Processing $file
    sed -i 's|"description": "\([a-zA-Z]\)\([a-zA-Z\ ]*\)\.*",|"description": "\u\1\2",|' $file
done
2022-06-17 13:49:42 +05:30
Abin Simon
aea9d26b06 Update description for missing items 2022-06-17 13:40:50 +05:30
Abin Simon
981e82ec00 Fix project related tests 2022-06-17 13:19:25 +05:30
Abin Simon
2f069f2d72 Add tests for namespaces 2022-06-17 13:19:25 +05:30
Abin Simon
d3eafc6c9a Improve test coverage for project 2022-06-17 13:19:25 +05:30
Abin Simon
16b8a530fe Update project tests and simplify mocks 2022-06-17 13:19:25 +05:30
Abin Simon
bcfcd46619 Add more tests for rolepermissions 2022-06-17 13:19:25 +05:30