All Projects → Commit451 → Labcoat

Commit451 / Labcoat

Licence: apache-2.0
GitLab client for Android. Mirror of project on GitLab

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Labcoat

Go Git Webhook
Golang 实现的自动化部署和运维工具,支持:Github / GitLab / GitOsc。
Stars: ✭ 173 (-28.22%)
Mutual labels:  gitlab
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (-21.16%)
Mutual labels:  gitlab
Gitlab Cli
Create a merge request from command line in gitlab
Stars: ✭ 224 (-7.05%)
Mutual labels:  gitlab
Saltshaker api
saltshaker_plus restful api
Stars: ✭ 177 (-26.56%)
Mutual labels:  gitlab
Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (+946.89%)
Mutual labels:  gitlab
Iky
OSINT Project
Stars: ✭ 203 (-15.77%)
Mutual labels:  gitlab
Fugitive Gitlab.vim
An extension to fugitive.vim for gitlab support
Stars: ✭ 168 (-30.29%)
Mutual labels:  gitlab
Kubernetes Container Service Gitlab Sample
This code shows how a common multi-component GitLab can be deployed on Kubernetes cluster. Each component (NGINX, Ruby on Rails, Redis, PostgreSQL, and more) runs in a separate container or group of containers.
Stars: ✭ 240 (-0.41%)
Mutual labels:  gitlab
Grav Plugin Git Sync
Collaboratively Synchronize your Grav `user` folder hosted on GitHub, BitBucket or GitLab
Stars: ✭ 183 (-24.07%)
Mutual labels:  gitlab
Pronto
Quick automated code review of your changes
Stars: ✭ 2,450 (+916.6%)
Mutual labels:  gitlab
Webhookit
Simple git webhook cli tool for automation tasks, bind git webhook to action.
Stars: ✭ 177 (-26.56%)
Mutual labels:  gitlab
Env Ci
Get environment variables exposed by CI services
Stars: ✭ 180 (-25.31%)
Mutual labels:  gitlab
Terraform Provider Gitlab
Terraform GitLab provider
Stars: ✭ 205 (-14.94%)
Mutual labels:  gitlab
Alfred Gitlab
A GitLab workflow for Alfred 3
Stars: ✭ 176 (-26.97%)
Mutual labels:  gitlab
Git Open
Type `git open` to open the GitHub page or website for a repository in your browser.
Stars: ✭ 2,694 (+1017.84%)
Mutual labels:  gitlab
Godot Ci
Docker image to export Godot Engine games. Templates for Gitlab CI and GitHub Actions to deploy to GitLab Pages/GitHub Pages/Itch.io.
Stars: ✭ 168 (-30.29%)
Mutual labels:  gitlab
Hands On Devops
A hands-on DevOps course covering the culture, methods and repeated practices of modern software development involving Packer, Vagrant, VirtualBox, Ansible, Kubernetes, K3s, MetalLB, Traefik, Docker-Compose, Docker, Taiga, GitLab, Drone CI, SonarQube, Selenium, InSpec, Alpine 3.10, Ubuntu-bionic, CentOS 7...
Stars: ✭ 196 (-18.67%)
Mutual labels:  gitlab
Git Link
Emacs package to get the GitHub/Bitbucket/GitLab/... URL for a buffer location
Stars: ✭ 239 (-0.83%)
Mutual labels:  gitlab
Gitlabform
Specialized "configuration as a code" tool for GitLab projects, groups and more using hierarchical configuration written in YAML
Stars: ✭ 230 (-4.56%)
Mutual labels:  gitlab
Git Master
Git Master Extension for git file tree, support GitHub、GitLab 、 Gitee、Gitea
Stars: ✭ 205 (-14.94%)
Mutual labels:  gitlab

LabCoat for GitLab

pipeline status Discord

Image

Google Play

Issues

Please see the issues section to report any bugs or feature requests and to see the list of known issues.

Building

You should be able to build the project from Android Studio without any further setup. The app Firebase Fabric for crash reporting, so if you wanted to do a release build, you would need to generate your own Firebase project and place the google-services.json file in the app directory. Additionally, you would want to make a new keystore, placing the name of the keystore and password in the app/gradle.properties file:

KEYSTORE_NAME=keystore.jks
KEYSTORE_PASSWORD=keystore_password_here
KEY_PASSWORD=key_password_here

To build, run the following:

./gradlew assembleDebug

or, for release builds:

./gradlew assembleRelease

Contributing

Please fork this repository and contribute back! Please make your best effort to break up commits as much as possible to improve the reviewing process.

If you are making substantial changes, please refer to Commit 451's style guidelines for Android/Kotlin. Add major changes/features to the changelog file as well.

License

Copyright 2019 Commit 451

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].