Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sonar Scanner CLI Image for Flutter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ichlasul Affan
Sonar Scanner CLI Image for Flutter
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
master
Select Git revision
0 results
Begin with the selected commit
Created with Raphaël 2.2.0
8
Mar
18
Feb
17
16
19
Sep
13
6
29
Aug
Use mkdir -p to avoid folder exists error.
master
master
Removed sudo and fixed shellcheck build.
Fixed kaniko arguments and upgraded SonarScanner CLI version.
Used DockerHub instead of GitLab registry.
Fixed docker login issue.
Migrated to kaniko for Docker build and used jro7/flutter_lcov as base image.
Fix permission denied on linking sonar scanner
Use full path for chown
Fix typo
Add sudo on more commands
Use lighter base image
Use root instead of custom non-root user
Move user definition to fix apt error
Install Flutter after defining user and workdir
Using -X is enough for debug
Use debug to test if current SonarScanner Flutter works
Add image author to GitLab CI docker build arg
Fix User ID problem
Use env variable for this project's SonarScanner image at GitLab CI
Add Flutter dependencies on SonarScanner CLI Image
Add command to actually push the container image
Merge branch 'bugfix/ci-build' into 'master'
Fix container image building procedure in the CI/CD configuration
Revert "Fix GitLab CI job that runs SonarScanner"
Fix GitLab CI job that runs SonarScanner
Merge branch 'bug/7-shellcheck' into 'master'
Fix shellcheck installation (#7)
Fix docker login call
Specify Docker Hub host in login process
Merge branch 'enhancement/3-ci' into 'master'
Create GitLab CI/CD configuration
Merge branch 'enhancement/15-shellcheck' into 'master'
Add shellcheck into the container image (#15)
Replace ENTRYPOINT with CMD
Merge branch 'feature/2-build-script' into 'master'
Create build script for building container image
Merge branch 'feature/1-mvp-image' into 'master'
Create Dockerfile for building the container image
Initial commit
Loading