Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
egl_konnector
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
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
egl_konnector
Compare revisions
beb4cfd3d4b4b2a803c3f67bf82b4f6672a7fc35 to af9e7d4ae89b540d828942679a9db53062c58eb6
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
web-et-numerique/factory/llle_project/egl-konnector
Select target project
No results found
af9e7d4ae89b540d828942679a9db53062c58eb6
Select Git revision
Swap
Target
web-et-numerique/factory/llle_project/egl-konnector
Select target project
web-et-numerique/factory/llle_project/egl-konnector
1 result
beb4cfd3d4b4b2a803c3f67bf82b4f6672a7fc35
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
bump manifest version to 1.2.0
· 802e0214
Rémi PAILHAREY
authored
2 years ago
802e0214
chore(release): 1.2.0
· af9e7d4a
Rémi PAILHAREY
authored
2 years ago
af9e7d4a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+12
-0
12 additions, 0 deletions
CHANGELOG.md
manifest.konnector
+1
-1
1 addition, 1 deletion
manifest.konnector
package.json
+1
-1
1 addition, 1 deletion
package.json
with
14 additions
and
2 deletions
CHANGELOG.md
View file @
af9e7d4a
...
...
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See
[
standard-version
](
https://github.com/conventional-changelog/standard-version
)
for commit guidelines.
## [1.2.0](https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector/compare/v1.1.0...v1.2.0) (2023-01-16)
### Features
*
renamed egl into epgl (
[
d554f30
](
https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector/commit/d554f30dcce7f313984ee97287502be8000e5e8f
)
)
### ⚠ BREAKING CHANGES
-
**chore:**
updated Node version to 16 + updated dependencies
## 1.1.0 (2023-01-05)
...
...
This diff is collapsed.
Click to expand it.
manifest.konnector
View file @
af9e7d4a
{
"version": "1.
1
.0",
"version": "1.
2
.0",
"name": "EGL",
"type": "konnector",
"language": "node",
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
af9e7d4a
{
"name"
:
"egl"
,
"version"
:
"1.
1
.0"
,
"version"
:
"1.
2
.0"
,
"description"
:
""
,
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.