Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spearhead
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Global Dynamic Exposure
OpenBuildingMap
spearhead
Merge requests
!21
Resolve "Create a spearhead instance for rabotnik-tiles"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve "Create a spearhead instance for rabotnik-tiles"
3-create-a-spearhead-instance-for-rabotnik-tiles
into
master
Overview
0
Commits
2
Pipelines
20
Changes
9
Open
Laurens Oostwegel
requested to merge
3-create-a-spearhead-instance-for-rabotnik-tiles
into
master
2 years ago
Overview
0
Commits
2
Pipelines
20
Changes
9
Expand
Closes
#3
\approve
@ds
@tara
@shinde
Edited
2 years ago
by
Laurens Oostwegel
0
0
Merge request reports
Compare
master
version 18
9636f908
2 years ago
version 17
d5275e1e
2 years ago
version 16
37bef29a
2 years ago
version 15
74dddfb2
2 years ago
version 14
835973c1
2 years ago
version 13
9f6ed66d
2 years ago
version 12
52c71924
2 years ago
version 11
119ad1ea
2 years ago
version 10
d1570914
2 years ago
version 9
a948c1a1
2 years ago
version 8
eff75601
2 years ago
version 7
1ce7d0e1
2 years ago
version 6
ff339a81
2 years ago
version 5
54e1333f
2 years ago
version 4
367bcdb2
2 years ago
version 3
3434de91
2 years ago
version 2
59747d59
2 years ago
version 1
3f4cec03
2 years ago
master (HEAD)
and
latest version
latest version
319d7a96
2 commits,
2 years ago
version 18
9636f908
1 commit,
2 years ago
version 17
d5275e1e
1 commit,
2 years ago
version 16
37bef29a
1 commit,
2 years ago
version 15
74dddfb2
5 commits,
2 years ago
version 14
835973c1
4 commits,
2 years ago
version 13
9f6ed66d
3 commits,
2 years ago
version 12
52c71924
2 commits,
2 years ago
version 11
119ad1ea
1 commit,
2 years ago
version 10
d1570914
11 commits,
2 years ago
version 9
a948c1a1
10 commits,
2 years ago
version 8
eff75601
9 commits,
2 years ago
version 7
1ce7d0e1
8 commits,
2 years ago
version 6
ff339a81
7 commits,
2 years ago
version 5
54e1333f
6 commits,
2 years ago
version 4
367bcdb2
5 commits,
2 years ago
version 3
3434de91
3 commits,
2 years ago
version 2
59747d59
2 commits,
2 years ago
version 1
3f4cec03
1 commit,
2 years ago
9 files
+
241
−
67
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
spearhead/__init__.py
+
3
−
2
Options
@@ -17,7 +17,8 @@
# along with this program. If not, see http://www.gnu.org/licenses/.
from
.diff_analyzer
import
DiffAnalyzer
from
.diff_analyzer
import
DiffAnalyzer
,
OSMDiffAnalyzer
,
OBMDiffAnalyzer
from
.spearhead
import
Spearhead
__all__
=
[
"
DiffAnalyzer
"
]
__all__
=
[
"
Spearhead
"
,
"
DiffAnalyzer
"
,
"
OSMDiffAnalyzer
"
,
"
OBM
DiffAnalyzer
"
]
Loading