Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard UI #7

Closed
wants to merge 92 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
448e096
feat(tests_elie): login
eliestroun14 Jun 20, 2024
5aa6f7e
rm(tests_elie): src/
eliestroun14 Jun 20, 2024
6c1e70b
feat(new packages): add packages for development
quentinbol Jun 28, 2024
4e17776
feat(api): async function to get access token from github
quentinbol Jun 28, 2024
de14d56
feat(api/repo): api route to fetch repo from a connected user
quentinbol Jun 28, 2024
a33417b
fix(error): add type for access token to remove errors in api route f…
quentinbol Jun 28, 2024
55a2115
fix(config): add config to fix type error on access token
quentinbol Jun 28, 2024
6f07ade
fix(syntax/types): better syntax and type for variables
quentinbol Jun 28, 2024
40b9420
feat(users/me): add route for personal information
quentinbol Jun 28, 2024
85ce4a5
fix(types): add types and fix syntax
quentinbol Jun 28, 2024
fb220d8
feat(packages): new packages
quentinbol Jun 28, 2024
f27308c
del(move): move in another directory
quentinbol Jun 28, 2024
3f86ad7
feat(type): new types
quentinbol Jun 28, 2024
343f775
feat(type): new types
quentinbol Jun 28, 2024
5cd6026
feat(branches): api call for branches
quentinbol Jun 28, 2024
a506450
feat(commit): api call to get files from single commit
quentinbol Jun 28, 2024
d600bc7
feat(commits): api call to get commits from a directory
quentinbol Jun 28, 2024
7759516
feat(issues): api call to get issues from repository
quentinbol Jun 28, 2024
d29c4ee
fix(move): move get repository
quentinbol Jun 28, 2024
d99bde5
feat(docs): documentation for api routes
quentinbol Jun 28, 2024
4244748
feat(comments): remove useless comments
quentinbol Jun 29, 2024
7930221
feat(docs): update api documentation
quentinbol Jun 29, 2024
efcf5f6
feat(error-handling): add error handling for query parameters
quentinbol Jun 29, 2024
0459733
feat(api): add route to get files from a commit
quentinbol Jun 29, 2024
e616eb9
feat(api): add route to get content from a file
quentinbol Jun 29, 2024
2f17849
feat(api): add route to get contributors from a repo
quentinbol Jun 29, 2024
3f31469
feat(api): add route to get tags from repo
quentinbol Jun 29, 2024
23bcb32
feat(api): add route to get tags vulnerabilities
quentinbol Jun 29, 2024
a98916d
feat(api): add route to get releases
quentinbol Jun 29, 2024
bd7ec15
feat(api): minor fix (schema type, generic function, encoded parameters)
quentinbol Jul 16, 2024
a13e823
del(front): delete useless file
quentinbol Jul 16, 2024
06ca85d
feat(package): new packages added
quentinbol Jul 16, 2024
a065d7b
Merge pull request #4 from PoCInnovation/auth
eliestroun14 Jul 17, 2024
beae884
feat(docs): add docs
quentinbol Jul 17, 2024
151c10f
feat(config): config change
quentinbol Jul 17, 2024
fa5c693
feat(api): fix merge but still can't fetch data (can't get session)
quentinbol Jul 24, 2024
b8bc34c
fix(merge-bug): add dashboard back
quentinbol Jul 24, 2024
1900d17
fix(merge-bug): add everything back
quentinbol Jul 24, 2024
8249713
delete(pages): delete pages folder (useless)
quentinbol Jul 24, 2024
0baaf41
fix(api): fix pages -> app router
quentinbol Jul 30, 2024
1529767
feat(api): can fetch organizations + repos from orga
quentinbol Aug 1, 2024
cac83a0
feat(api): code to change settings of user (no test yet)
quentinbol Aug 1, 2024
da25370
feat(api): new param for utils function to fetch with multiple methods
quentinbol Aug 1, 2024
1fa53b3
feat(config): ts config
quentinbol Aug 1, 2024
89640b5
feat(api): change from pages to app router
quentinbol Aug 1, 2024
087ee15
Merge pull request #5 from PoCInnovation/feat/archi
quentinbol Aug 6, 2024
b5175f5
feat(login-page): assets for login page
quentinbol Aug 8, 2024
b18089e
feat(dark-mode): change background color for dark mode
quentinbol Aug 8, 2024
aaf16ac
feat(login-page): change auth-button to login-page
quentinbol Aug 8, 2024
236fd7b
feat(login-page): feature section for login page
quentinbol Aug 8, 2024
c0afda0
feat(login-page): footer for login page
quentinbol Aug 8, 2024
128dbde
feat(login-page): hero-section for login page
quentinbol Aug 8, 2024
50f5cfc
feat(login-page): navbar for login page
quentinbol Aug 8, 2024
06f3dff
feat(login-page): pricing (not sure) for login page
quentinbol Aug 8, 2024
d95780b
feat(login-page): testimonials for login page
quentinbol Aug 8, 2024
5575794
feat(login-page): theme / dark mode
quentinbol Aug 8, 2024
4517838
feat(login-page): workflow for login page
quentinbol Aug 8, 2024
582f90d
feat(login-page): login page (gather the components)
quentinbol Aug 8, 2024
58980a7
feat(login-page): constants for login page
quentinbol Aug 8, 2024
42ce0dd
del(login-page): old version of the login page remove
quentinbol Aug 8, 2024
2003538
fix(syntax)
quentinbol Aug 8, 2024
0ecd418
feat(api-documentation): add documentation for each api route
quentinbol Aug 8, 2024
018e0ef
feat(api-documentation): swagger doc setup
quentinbol Aug 8, 2024
60983f8
Merge branch 'feat/login-page' of github.com:PoCInnovation/SecureCI i…
quentinbol Aug 8, 2024
be328b7
del(swagger-doc): old documentation
quentinbol Aug 8, 2024
33476cf
feat(login-page): access api documentation from the login-page
quentinbol Aug 8, 2024
9148154
del(assets): old logo
quentinbol Aug 8, 2024
90dbb4f
feat(login-page): minor fixes
quentinbol Aug 8, 2024
eead79c
feat(style): minor style change
quentinbol Aug 8, 2024
08138b3
feat(package): amcharts for charts
quentinbol Aug 10, 2024
84a83e9
fix(api-auth)
quentinbol Aug 10, 2024
f7770c5
feat(dashboard): move the sidebar out of the dashboard
quentinbol Aug 10, 2024
bb7aff7
feat(layout-router): add sidebar so we can access it everywhere
quentinbol Aug 10, 2024
fba866f
feat(login-page): dark mode
quentinbol Aug 10, 2024
db8d58e
feat(sidebar): new elements in sidebar and behavior (logout, darkmode)
quentinbol Aug 10, 2024
96bd39e
feat(user-page): user page
quentinbol Aug 10, 2024
fcd3dfc
feat(charts): new charts components for the user page
quentinbol Aug 10, 2024
ffb9af6
feat(theme): theme provider to change theme in the app
quentinbol Aug 10, 2024
1665b13
feat(config): new config (colors) for tailwind
quentinbol Aug 10, 2024
60934fc
gitignore
eliestroun14 Aug 12, 2024
335cfc0
feat(feat/repository-page): 404 failed to fetch repositories
eliestroun14 Aug 12, 2024
fff57b2
mod(feat/repository): basic page with repositories
eliestroun14 Aug 12, 2024
e7995b2
feat(api): change array => object
quentinbol Aug 12, 2024
db1ab61
feat(user-page): add new visual elements
quentinbol Aug 12, 2024
53e35e0
featt(login-page): dark mode enable
quentinbol Aug 12, 2024
c59df8f
featt(login-page): dark mode enable
quentinbol Aug 12, 2024
27112d4
feat(charts/user-page): charts use real data now
quentinbol Aug 12, 2024
cc0bf7f
feat(sidebar): replace instead of push for the router
quentinbol Aug 12, 2024
d04a18f
Merge pull request #6 from PoCInnovation/feat/api-development
quentinbol Aug 13, 2024
593bab4
feat(feat/repository): UI improvements
eliestroun14 Aug 13, 2024
c878948
feat(feat/repository): adding dark and light theme with mire infos ab…
eliestroun14 Aug 14, 2024
436146e
Merge pull request #9 from PoCInnovation/feat/repository-page
eliestroun14 Aug 14, 2024
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.env
.*
package-lock.js
Binary file added assets/code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/secure-CI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading