Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
play
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
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
AURA
play
Compare revisions
14d38905a5f5c99f429d9a996cc0101d2dee1dee to caa0a0e37f7eb3505612aefc14e7a7f876efbe7e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
aura/play
Select target project
No results found
caa0a0e37f7eb3505612aefc14e7a7f876efbe7e
Select Git revision
Swap
Target
aura/play
Select target project
aura/play
1 result
14d38905a5f5c99f429d9a996cc0101d2dee1dee
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
chore: deprecate track service component
· 4a5fe7e2
David Trattnig
authored
8 months ago
4a5fe7e2
chore(pre-commit): disable lint for now
· caa0a0e3
David Trattnig
authored
8 months ago
caa0a0e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.husky/pre-commit
+1
-1
1 addition, 1 deletion
.husky/pre-commit
src/routes/+page.svelte
+1
-1
1 addition, 1 deletion
src/routes/+page.svelte
with
2 additions
and
2 deletions
.husky/pre-commit
View file @
caa0a0e3
#!/usr/bin/env sh
.
"
$(
dirname
--
"
$0
"
)
/_/husky.sh"
make lint
#
make lint
This diff is collapsed.
Click to expand it.
src/routes/+page.svelte
View file @
caa0a0e3
...
...
@@ -29,7 +29,7 @@
<li>
<a
href=
"/programme-paper.html"
>
Programme Component (Paper View)
</a>
</li>
<li><a
href=
"/trackservice.html"
>
TrackService Component
</a></li>
<li><a
href=
"/trackservice.html"
>
TrackService Component
(Deprecated)
</a></li>
<li><a
href=
"/category-list.html"
>
Category List Component
</a></li>
</ul>
</div>
...
...
This diff is collapsed.
Click to expand it.