Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
aca7f50
AB#25225: Remove point property from restroom query (#175)
e-halinen Jan 30, 2024
d6c26cc
better marker for mapillary
ahjyrkia Feb 20, 2024
d473f52
clean up
ahjyrkia Feb 20, 2024
9564abf
use camera angle to filter initial pictures
ahjyrkia Mar 12, 2024
3bde89d
Merge pull request #177 from HSLdevcom/AB#32131-better-mapillary-marker
ahjyrkia Mar 21, 2024
ef93f06
Bump hsl-map-style version to 1.1.3 (#178)
e-halinen Apr 24, 2024
2a20dfc
AB#48697: Prevent search engine indexing (#180)
e-halinen Dec 19, 2024
77fa683
AB#48634: Update hsl-map-style dependency to 1.2.0 (#182)
e-halinen Dec 19, 2024
a27e96f
AB#39612: Remove unrealistic durations from stop list (#179)
e-halinen Dec 20, 2024
9941d41
Update hsl-map-style to v1.2.2
e-halinen Apr 9, 2025
87b37e5
Switch to v3 raster endpoint
e-halinen Apr 9, 2025
74e37b8
Switch to v3 raster endpoint (#183)
e-halinen Apr 9, 2025
a58bc01
Merge branch 'development' of github-e-halinen:HSLdevcom/hsl-map-web-…
e-halinen Apr 9, 2025
8ff9a2b
AB#56578: Add version numbering and check (#184)
e-halinen May 22, 2025
eab8099
Merge branch 'development' of github-e-halinen:HSLdevcom/hsl-map-web-…
e-halinen May 22, 2025
a4e3fab
v1.0.1
e-halinen May 22, 2025
5d5c1a9
Add line break
e-halinen May 22, 2025
0b5950e
AB#56568: Change license to AGPL-3.0-only (#186)
e-halinen Jun 2, 2025
c7d9754
AB#56568: Update licensing
e-halinen Jun 2, 2025
b096e08
AB#65304: Fix UI parsing errors related to 100H line (#189)
e-halinen Sep 5, 2025
43bb43b
v1.0.2
e-halinen Sep 5, 2025
e55cc46
Merge branch 'master' into development
e-halinen Sep 5, 2025
e41b14c
dependency upgrades, codeql, dependency scan
ahjyrkia Jan 22, 2026
155e792
changed dependency scan parameters
ahjyrkia Jan 23, 2026
6f24d3a
Merge pull request #191 from HSLdevcom/68397-dependency-upgrades
ahjyrkia Jan 23, 2026
47e6af6
version bump
ahjyrkia Feb 10, 2026
669bd52
Merge pull request #193 from HSLdevcom/version-bump
ahjyrkia Feb 10, 2026
9c2ee02
Merge branch 'master' into development
ahjyrkia Feb 10, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "Code analysis"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
schedule:
- cron: '0 8 * * *' # 8 am
jobs:
analyze:
name: Analyze code
runs-on: 'ubuntu-latest'
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
matrix:
include:
- language: actions
build-mode: none
- language: Javascript
build-mode: none
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"
14 changes: 14 additions & 0 deletions .github/workflows/dependecy-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'Dependency scan'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hsl-driver-instructions",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"homepage": "/kuljettaja",
"dependencies": {
Expand Down
Loading
Loading