Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • dfn2/pling-store-development
  • azubieta/pling-store-development
  • skye111/pling-store-development
  • fischy0487/pling-store-development
  • mussah/pling-store-development
  • visdom/pling-store-development
  • violethaze74/pling-store-development
  • wh0eta/pling-store-development
  • walmar163/pling-store-development
  • eefaerber/pling-store-development
  • mutazawad/pling-store-development
  • petrovgeorgi/pling-store-development
  • alleykatt/pling-store-development
  • 1147008/pling-store-development
  • jc01-onwork/pling-store-development
  • arystan/pling-store-development
  • hasithalakshan596/pling-store-development
  • motrmtl/pling-store-development
  • zakirhossain7745/pling-store-development
  • marcuseier/pling-store-development
  • rakansherif23/pling-store-development
  • badr2872/pling-store-development
  • dado105/pling-store-development
  • foolish13/pling-store-development
  • alex0115201/pling-store-development
  • kungfu8edora/pling-store-development
  • cxslucyfer/pling-store-development
  • khmisa4500/pling-store-development
  • androny22-77/pling-store-development
  • asus-bd24/pling-store-development
30 results
Show changes
Commits on Source (2)
{
"main.css": "static/css/main.8055198b.css",
"main.css.map": "static/css/main.8055198b.css.map",
"main.js": "static/js/main.31ce79a1.js",
"main.js.map": "static/js/main.31ce79a1.js.map"
"main.js": "static/js/main.35a069ca.js",
"main.js.map": "static/js/main.35a069ca.js.map"
}
\ No newline at end of file
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="./favicon.ico"><link href="./static/css/main.8055198b.css" rel="stylesheet"></head><body><div id="root"></div><script type="text/javascript" src="./static/js/main.31ce79a1.js"></script></body></html>
\ No newline at end of file
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="shortcut icon" href="./favicon.ico"><link href="./static/css/main.8055198b.css" rel="stylesheet"></head><body><div id="root"></div><script type="text/javascript" src="./static/js/main.35a069ca.js"></script></body></html>
\ No newline at end of file
{
"name": "openesktop-app",
"version": "5.0.1",
"name": "pling-store",
"version": "5.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
......
{
"name": "pling-store",
"productName": "Pling-Store",
"version": "5.1.1",
"version": "5.0.2",
"description": "Store Frontend and Management Application based on OpenCollaborationServices (OCS) of Opendesktop.org.",
"author": "Pling.com",
"license": "GPL-3.0",
"homepage": "./",
"repoHomepage": "https://www.pling.com/",
"repository": "https://www.opencode.net/dfn2/opendesktop-app",
"repository": "https://www.opencode.net/dfn2/pling-store-development",
"bugs": "https://www.opencode.net/dfn2/pling-store/issues",
"main": "src/electron-starter.js",
"scripts": {
"start": "react-scripts build && electron .",
"debug": "electron . --debug",
"package": "electron-packager . opendesktop-app --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'",
"package": "electron-packager . pling-store --platform=linux --arch=x64 --out=dist --overwrite --ignore='^/(\\.gitignore|\\.gitlab\\-ci\\.yml|Makefile|README\\.md|desktop|launcher|pkg|scripts|appimagebuild)($|/)'",
"watch": "webpack --mode development --watch",
"react-start": "react-scripts start",
"build": "react-scripts build",
......
#!/bin/bash
PKGNAME='pling-store'
PKGVER='5.0.1'
PKGVER='5.0.2'
# Only timestamp development branches
if [[ "${CI_PROJECT_NAME}" == *"development"* ]]; then
......