• This repository has been archived on 27/Apr/2023
  • Stars
    star
    651
  • Rank 63,254 (Top 2 %)
  • Language
    Scala
  • License
    GNU Affero Genera...
  • Created over 10 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Your daily code review tool

Codebrag

THIS PROJECT IS NOT MAINTAINED! FEEL FREE TO FORK :)

Build Status

Below is a developer guide if you want to hack on Codebrag yourself.

If you are looking for general information on the project, please see the main website.

If you are just looking for installation or upgrade instructions, please refer to the wiki.

Changelog WebHooks

Developer guide

Prerequisites:

  1. sbt 0.13.6
  2. nodejs 0.10.13 or newer (make sure node and npm are available on PATH)

Quick Start

  1. Configure local.conf in the codebrag home directory basing on codebrag-rest/src/main/resources/application.conf.template
  2. Checkout a SVN/Git repository to chosen repos-root folder - Codebrag won't do that for you!
  3. Navigate to the codebrag home directory
  4. Execute ./run.sh script
  5. Default browser should open at localhost:9090

Working with the application:

  1. Go to project dir
  2. Configure local.conf in the codebrag home directory basing on codebrag-rest/src/main/resources/application.conf.template
  3. Start sbt with sbt
  4. Open project in your favorite IDE
  5. Run backend server on jetty with ~ container:start. Project will be recompiled & redeployed every time Scala sources will be changed.
  6. Go to codebrag-ui project. If this is your first attempt, run npm install. This will install all the dependencies required to start UI Codebrag application. Then run ./node_modules/.bin/grunt server. If you have grunt installed globally you can use grunt server instead.

Default browser should open at http://localhost:9090

For more information about UI application build please consult README in codebrag-ui project

Run Codebrag with stubbed backend

You may want to run Codebrag without backend services e.g. to work on frontend side (HTML, CSS). Follow the instructions in codebrag-ui project README to install all required stuff. When Codebrag is run, appending ?nobackend to any URL lets you work with stubbed data - with no backend required.

Skipping slow tests

If you want to execute tests from sbt and skip slow cases requiring database, you can execute following command: test-only * -- -l requiresDb

Logging

For logging we use SLF4J+Logback. An example configration file can be found in scripts/logback-example.xml. To use a configuration file, either place a logback.xml file in the bundle, or specify an external one using -Dlogback.configurationFile.

Create distribution

  1. Start sbt, change subproject: project codebrag-dist
  2. Run: assembly
  3. This will create a fat-jar. To start Codebrag with the given configuration, run:
java -Dconfig.file=[path to .conf file] -Dlogback.configurationFile=logback.xml -jar codebrag-dist-assembly-[version].jar

H2 console

When using the embedded SQL storage, it may be useful to browse the tables. H2 provides consoles, which can be run as follows:

  1. For a web console, run from sbt: codebrag-dao/runH2Console
  2. For a command line console, run java -Dconfig.file=codebrag.conf -cp [path to the fat JAR] com.softwaremill.codebrag.dao.sql.H2ShellConsole

More Repositories

1

elasticmq

In-memory message queue with an Amazon SQS-compatible interface. Runs stand-alone or embedded.
Scala
2,267
star
2

sttp

The Scala HTTP client you always wanted!
Scala
1,391
star
3

tapir

Declarative, type-safe web endpoints library
Scala
1,252
star
4

macwire

Lightweight and Nonintrusive Scala Dependency Injection Library
Scala
1,239
star
5

quicklens

Modify deeply nested case class fields
Scala
801
star
6

magnolia

Easy, fast, transparent generic derivation of typeclass instances
Scala
723
star
7

bootzooka

Simple project to quickly start developing a Scala-based microservice or web application, without the need to write login, user registration etc.
Scala
695
star
8

akka-http-session

Web & mobile client-side akka-http sessions, with optional JWT support
Scala
440
star
9

it-cfp-list

List of Call For Papers for IT conferences
374
star
10

retry

because you should never give up, at least not on the first try
Scala
346
star
11

diffx

Pretty diffs for scala case classes
Scala
339
star
12

scala-clippy

Good advice for Scala compiler errors
Scala
315
star
13

kmq

Kafka-based message queue
Scala
314
star
14

supler

Rapid Form Development library. Use your favourite JS frontend & Scala backend frameworks.
Scala
286
star
15

ox

Developer-friendly structured concurrency library for the JVM
Scala
229
star
16

mqperf

Scala
142
star
17

scala-common

Tiny independent libraries with a single purpose, often a single class
Scala
120
star
18

slick-eventsourcing

Example for "Entry level event-sourcing" blog
Scala
118
star
19

lemon-dataset

Lemons quality control dataset
94
star
20

maven-badges

A node.js implementation of https://github.com/jirutka/maven-badges, originally created in ruby.
TypeScript
84
star
21

sbt-softwaremill

A sane set of default build settings
Scala
72
star
22

akka-vs-scalaz

Scala
63
star
23

recursion-training

Recursion schemes training examples and exercises
HTML
59
star
24

scala-sql-compare

Scala
51
star
25

livestub

The HTTP server stub you always wanted!
Scala
50
star
26

scala-id-generator

Scala
49
star
27

stringmask

A micro-library for macro-based case class field masking in .toString
Scala
48
star
28

confluent-playground

Java
44
star
29

odelay

delayed reactions
Scala
43
star
30

sttp-model

Simple Scala HTTP model
Scala
42
star
31

saft

Scala
41
star
32

akka-simple-cluster-k8s

Scala
39
star
33

softwaremill-common

SoftwareMill Common library
Java
37
star
34

neme-plugin

Scala compiler plugin for turning non exhaustive match warnings into errors
Scala
29
star
35

sttp-openai

Scala
27
star
36

scala-pre-commit-hooks

Pre-commit/Pre-push hooks for Scala
Python
26
star
37

zio2-structure

Scala
26
star
38

helisa

Scala API for jenetics
Scala
26
star
39

FoXAI

The open-source library for explainable AI. Generic and easy to integrate with PyTorch.
Python
25
star
40

streams-tests

Scala
25
star
41

tapir-loom

Scala
24
star
42

node-typescript-starter

A basic boilerplate for node + TypeScript development with debugger source maps support.
TypeScript
22
star
43

free-tagless-compare

Free monads compared to tagless final
Scala
22
star
44

reactive-event-sourcing-java

Java
22
star
45

akka-http-session-faq

Java
21
star
46

activator-reactive-kafka-scala

Activator template for Reactive Kafka
Scala
20
star
47

sttp-apispec

OpenAPI, AsyncAPI and JSON Schema Scala models.
Scala
20
star
48

scala3-macro-debug

Scala
17
star
49

reactive-streams-for-java-developers

Java
17
star
50

resilience4s

Scala
16
star
51

simple-http-server

Simple JVM based HTTP server with no dependencies
Scala
15
star
52

correlator

Scala
15
star
53

adopt-tapir

A quickstart generator for Tapir projects
Scala
14
star
54

detectnet-tests

Python scripts and other resources for tesing DetectNet on Nvidia DIGITS
Python
14
star
55

blockchain-schedule

An experimental collaborative planning app based on Ethereum ("Decentralized Doodle")
TypeScript
14
star
56

react-use-promise-matcher

React hooks allowing you to handle promises in a stateful way
TypeScript
14
star
57

blog-scala-structure-lifecycle

Scala
12
star
58

akka-sandbox

Training ground for experiments with Akka framework.
Scala
12
star
59

undelay

Satisfy Scala Futures quickly
Scala
11
star
60

monix-correlation-id

Scala
10
star
61

cassandra-monitoring

Scripts for the Cassandra Monitoring blog miniseries
10
star
62

reason-companies-example

Reason example application
OCaml
10
star
63

jvmbot

Scala
9
star
64

boot-scala-microservice

Bootstrap microservice template that uses micro-deps library https://github.com/4finance/micro-deps
Scala
8
star
65

asamal

POC for a CDI-based web lightweight framework
Java
8
star
66

botarium

A simple starter kit for building bots using Node + TypeScript + BotKit.
TypeScript
8
star
67

sttp-shared

Scala
7
star
68

sbt-template

Scala
7
star
69

modem-connector

Modulator and Demodulator for HAM Radio AX.25 audio signals
Scala
7
star
70

broadway-pipelines-blog

Constructing effective data processing workflows using Elixir and Broadway
Elixir
7
star
71

gatling-zeromq

A Gatling stress test plugin for ZeroMQ protocol
Scala
5
star
72

trqbox-demo

Ruby
5
star
73

idea-pastie-plugin

Plugin to post pastie.org pasties from IntelliJ Idea
Java
5
star
74

scala-compiler-plugin-template

Scala
5
star
75

sentinel-cgan

Sentinel generative conditional adversarial network implementation
Python
5
star
76

tapir-serverless

Scala
5
star
77

walk-that-type

A tool for evaluating TypeScript types step by step.
TypeScript
5
star
78

scalar-conf-website

Scalar - Scala Conference in Central Europe
Python
4
star
79

try-them-off

Showcase service presenting possible usage of the Try monad from Vavr.
Java
4
star
80

sttp-openapi-example

Scala
4
star
81

slack-alphabet

Scala
4
star
82

cache-get-or-create

Java
4
star
83

bootzooka-react

Simple project to quickly start developing a web application using React and Akka HTTP, without the need to write login, user registration etc. https://softwaremill.com/open-source/
Scala
4
star
84

fabrica

Shell
3
star
85

akka-typed-workshop

Scala
3
star
86

scalatimes

Pug
3
star
87

kuberenetes-fundamentals

Training projects to explore k8s features
Scala
3
star
88

play-scala-slick-example-part2

Scala
3
star
89

ansible-bigbluebutton

Shell
3
star
90

kleisli-example

Scala
3
star
91

loom-protect

Java
3
star
92

supler-example

Example project for Supler http://supler.io
JavaScript
2
star
93

jekyll-softwaremill

SoftwareMill.com website written in Jekyll
PHP
2
star
94

what-is-monad

Scala
2
star
95

sttp-native-cli

Scala Native with scala-cli and sttp example
Scala
2
star
96

functional-pancakes

Scala
2
star
97

aws-demo

Java
2
star
98

mailchimp-campaigns-archive

Fetch all campaigns for specific list via Mailchimp API.
JavaScript
2
star
99

play-silhouette-face-authentication

Incorporating Facenet face recognition into play framework with Silhouette authentication
Scala
2
star
100

gcp-goodies

Source code and other materials for the blog post series - GCP Goodies
Scala
2
star