Skip to content
This repository was archived by the owner on Jan 4, 2025. It is now read-only.

Commit 2dbcd27

Browse files
committed
Revert "selfishly merge "tree" branch for imaginary GitHub commit points"
This reverts commit d5b8180.
1 parent d5b8180 commit 2dbcd27

File tree

486 files changed

+8304
-21416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

486 files changed

+8304
-21416
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
22-
- name: Set up JDK 17
22+
- name: Set up JDK 11
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: '17'
25+
java-version: '11'
2626
distribution: 'temurin'
2727
cache: maven
2828
- name: Cache SonarCloud packages

.gitignore

Lines changed: 91 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,5 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/eclipse,java,emacs,maven
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,java,emacs,maven
3-
4-
### Eclipse ###
5-
.metadata
6-
bin/
7-
tmp/
8-
*.tmp
9-
*.bak
10-
*.swp
11-
*~.nib
12-
local.properties
13-
.settings/
14-
.loadpath
15-
.recommenders
16-
17-
# External tool builders
18-
.externalToolBuilders/
19-
20-
# Locally stored "Eclipse launch configurations"
21-
*.launch
22-
23-
# PyDev specific (Python IDE for Eclipse)
24-
*.pydevproject
25-
26-
# CDT-specific (C/C++ Development Tooling)
27-
.cproject
28-
29-
# CDT- autotools
30-
.autotools
31-
32-
# Java annotation processor (APT)
33-
.factorypath
34-
35-
# PDT-specific (PHP Development Tools)
36-
.buildpath
37-
38-
# sbteclipse plugin
39-
.target
40-
41-
# Tern plugin
42-
.tern-project
43-
44-
# TeXlipse plugin
45-
.texlipse
46-
47-
# STS (Spring Tool Suite)
48-
.springBeans
49-
50-
# Code Recommenders
51-
.recommenders/
52-
53-
# Annotation Processing
54-
.apt_generated/
55-
.apt_generated_test/
56-
57-
# Scala IDE specific (Scala & Java development for Eclipse)
58-
.cache-main
59-
.scala_dependencies
60-
.worksheet
61-
62-
# Uncomment this line if you wish to ignore the project description file.
63-
# Typically, this file would be tracked if it contains build/dependency configurations:
64-
#.project
65-
66-
### Eclipse Patch ###
67-
# Spring Boot Tooling
68-
.sts4-cache/
1+
# Created by https://www.toptal.com/developers/gitignore/api/intellij+all,java,emacs,maven
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,java,emacs,maven
693

704
### Emacs ###
715
# -*- mode: gitignore; -*-
@@ -118,6 +52,94 @@ flycheck_*.el
11852
/network-security.data
11953

12054

55+
### Intellij+all ###
56+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
57+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
58+
59+
# User-specific stuff
60+
.idea/**/workspace.xml
61+
.idea/**/tasks.xml
62+
.idea/**/usage.statistics.xml
63+
.idea/**/dictionaries
64+
.idea/**/shelf
65+
66+
# AWS User-specific
67+
.idea/**/aws.xml
68+
69+
# Generated files
70+
.idea/**/contentModel.xml
71+
72+
# Sensitive or high-churn files
73+
.idea/**/dataSources/
74+
.idea/**/dataSources.ids
75+
.idea/**/dataSources.local.xml
76+
.idea/**/sqlDataSources.xml
77+
.idea/**/dynamic.xml
78+
.idea/**/uiDesigner.xml
79+
.idea/**/dbnavigator.xml
80+
81+
# Gradle
82+
.idea/**/gradle.xml
83+
.idea/**/libraries
84+
85+
# Gradle and Maven with auto-import
86+
# When using Gradle or Maven with auto-import, you should exclude module files,
87+
# since they will be recreated, and may cause churn. Uncomment if using
88+
# auto-import.
89+
# .idea/artifacts
90+
# .idea/compiler.xml
91+
# .idea/jarRepositories.xml
92+
# .idea/modules.xml
93+
# .idea/*.iml
94+
# .idea/modules
95+
# *.iml
96+
# *.ipr
97+
98+
# CMake
99+
cmake-build-*/
100+
101+
# Mongo Explorer plugin
102+
.idea/**/mongoSettings.xml
103+
104+
# File-based project format
105+
*.iws
106+
107+
# IntelliJ
108+
out/
109+
110+
# mpeltonen/sbt-idea plugin
111+
.idea_modules/
112+
113+
# JIRA plugin
114+
atlassian-ide-plugin.xml
115+
116+
# Cursive Clojure plugin
117+
.idea/replstate.xml
118+
119+
# SonarLint plugin
120+
.idea/sonarlint/
121+
122+
# Crashlytics plugin (for Android Studio and IntelliJ)
123+
com_crashlytics_export_strings.xml
124+
crashlytics.properties
125+
crashlytics-build.properties
126+
fabric.properties
127+
128+
# Editor-based Rest Client
129+
.idea/httpRequests
130+
131+
# Android studio 3.1+ serialized cache file
132+
.idea/caches/build_file_checksums.ser
133+
134+
### Intellij+all Patch ###
135+
# Ignore everything but code style settings and run configurations
136+
# that are supposed to be shared within teams.
137+
138+
.idea/*
139+
140+
!.idea/codeStyles
141+
!.idea/runConfigurations
142+
121143
### Java ###
122144
# Compiled class file
123145
*.class
@@ -163,4 +185,4 @@ buildNumber.properties
163185
# JDT-specific (Eclipse Java Development Tools)
164186
.classpath
165187

166-
# End of https://www.toptal.com/developers/gitignore/api/eclipse,java,emacs,maven
188+
# End of https://www.toptal.com/developers/gitignore/api/intellij+all,java,emacs,maven

DESIGN.md

Lines changed: 0 additions & 281 deletions
This file was deleted.

0 commit comments

Comments
 (0)