Simple and Robust solution to manage your software development project

Overview

Project moved to GitScrum CE

https://github.com/gitscrum-team/GitScrum-Frontend


Project on GitScrum Laravel 5.4 Total Downloads License



More than 6.600 business use GitScrum to manage their agile projects

Where do we come in?

When running a business or handling large amounts of data, our agile project management software can be a helpful tool in making sure that all runs well and getting your team in operating mode.

GitScrum’s agile approach to project management has proven itself to be a time and money saving strategy with the flexibility to keep up with rapid changes

Site: https://www.gitscrum.com

Product Hunt: https://www.producthunt.com/posts/gitscrum


Overview | Installation | Setup | Screens | Questions and Issues | Contributing | License


GitScrum's goal is to "Transform your IT Team into Instant Rock Stars" !!!


Facebook Group: https://www.facebook.com/groups/gitscrum/

GitScrum wants to transform your IT team into instant Rock Stars

GitScrum collaborates to overcome the objectives with implementation of management model based on meritocracy. GitScrum transforms your project into a game and allows to measure in a transparent way team achievements and individual. You can reward those who have the best results.


Overview

Laravel GitScrum is a free application developed specifically for agile teams to be more agile!. The aim is help the developer teams to use Git and Scrum on task management of the day-to-day.

Available in English, Chinese, Russian, German, Arabic, Spanish, Portuguese, Italian, French, Indonesian, Serbian, Hungarian and Vietnamese.

Laravel GitScrum in gitter.im : https://gitter.im/laravel-gitscrum/Lobby

Features

GitScrum can be integrated with Github or Gitlab or Bitbucket.

  • Product Backlog contains the Product Owner's assessment of business value

  • User Story is a description consisting of one or more sentences in the everyday or business language that captures what a user does or needs to do as part of his or her job function.

    Features: Acceptance criteria, prioritization using MoSCoW, definition of done checklist, pie chart, assign labels, team members, activities, comments and issues.

  • Sprint Backlog is the property of the development team and all included estimates are provided by development team. Often an accompanying sprint planning is the board used to see and change state of the issues.

    Features: Sprint planning using Kanban board, burndown chart, definition of done checklist, effort, attachments, activities, comments and issues.

  • Issue is added in user story to one sprint backlog, or directly in sprint backlog. Generally, each issue should be small enough to be easily completed within a single day.

    Features: Progress state (e.g. to do, in progress, done or archived), issue type (e.g. Improvement, Support Request, Feedback, Customer Problem, UX, Infrastructure, Testing Task, etc...), definition of done checklist, assign labels, effort, attachments, comments, activities, team members.

GitScrum Dashboard

GitScrum Board

GitScrum Sprint

Installation

The requirements to Laravel GitScrum application is:

  • PHP - Supported Versions: >= 7.1
  • Webserver: Nginx or Apache
  • Database: MySQL, or Maria DB

Use Docker - Containers: php7, nginx and mysql57

Composer Package

$ composer create-project gitscrum-community-edition/laravel-gitscrum --stability=stable --keep-vcs
$ cd laravel-gitscrum

Important: If you have not yet installed composer: Installation - Linux / Unix / OSX

Git Clone

$ git clone [email protected]:GitScrum-Community/laravel-gitscrum.git
$ cd laravel-gitscrum
$ composer update
$ composer run-script post-root-package-install

Setup

Important: If you have not the .env file in root folder, you must copy or rename the .env.example to .env

Application URL

.env file

APP_URL=http://yourdomain.tld (you must use protocol http or https)

Language

Options: en | zh | zh_cn | ru | de | es | pt | it | id | fr | hu

.env file

APP_LANG=en

Can you help us translate a few phrases into different languages? See: https://github.com/GitScrum-Community/laravel-gitscrum/tree/feature/language-pack/resources/lang

Database

.env file


DB_CONNECTION=mysql
DB_HOST=XXXXXX
DB_PORT=3306
DB_DATABASE=XXXXX
DB_USERNAME=XXXX
DB_PASSWORD=XXXXX

Remember: Create the database for GitScrum before run artisan command.

php artisan migrate
php artisan db:seed --class=SettingSeeder

Github

You must create a new Github App, visit GitHub's New OAuth Application page, fill out the form, and grab your Client ID and Secret.

Application name: gitscrum
Homepage URL: URL (Same as APP_URL at .env)
Application description: gitscrum
Authorization callback URL: http://{URL is the SAME APP_URL}/auth/provider/github/callback

.env file

GITHUB_CLIENT_ID=XXXXX
GITHUB_CLIENT_SECRET=XXXXXXXXXXXXXXXXXX

Gitlab

You must create a new Gitlab App, visit Gitlab new application, fill out the form, and grab your Application ID and Secret.

name: gitscrum
Redirect URI: http://{URL is the SAME APP_URL}/auth/provider/gitlab/callback
Scopes: api and read_user

.env file

GITLAB_KEY=XXXXX -> Application Id
GITLAB_SECRET=XXXXXXXXXXXXXXXXXX
GITLAB_INSTANCE_URI=https://gitlab.com/

Bitbucket

You must create a new Bitbucket OAuth Consumer, visit Bitbucket new consumer guide, and make sure you give write permissions when creating the consumer specially on (repositories , issues)

name: gitscrum
Callback URL: http://{URL is the SAME APP_URL}/auth/provider/bitbucket/callback
URL: http://{URL is the SAME APP_URL}
Uncheck (This is a private consumer)

.env file

BITBUCKET_CLIENT_ID=XXXXX -> Bitbucket Key
BITBUCKET_CLIENT_SECRET=XXXXXXXXXXXXXXXXXX Bitbucket Secret

Proxy

.env file

PROXY_PORT=
PROXY_METHOD=
PROXY_SERVER=
PROXY_USER=
PROXY_PASS=

Screens

Screenshot 0 Screenshot 0 Screenshot 0 Screenshot 0 Screenshot 0 Screenshot 0 Screenshot 0


Database schema

Screenshot 1


Do you need help?

Renato Marinho: Facebook / LinkedIn / Skype: renatomarinho13

Contributing

Contributions are always welcome! https://github.com/GitScrum-Community/laravel-gitscrum/graphs/contributors

License

Laravel GitScrum is licensed under the MIT license.

Thanks

Translate Team : @orionlu0916 , @Bebbolus , @dongm2ez, @rizalio, @ddmler, @Assada, @edbizarro, @ngabor84, @MarwanMohamed and Manuel Ortega

Comments
  • not able to login to the project

    not able to login to the project

    I tried everything which is mentioned in the readme but still I am not able to login to the project with github

    17098383_1283509838409355_4135263337249650834_n 17098722_1283511051742567_1005178691507545333_n see the images . and please help me to run the project in local so that i can test it and learn from it please.

    opened by rjsnh1522 10
  • Erro quando chegar em wizard/step1.

    Erro quando chegar em wizard/step1.

    image

    Esse erro ocorre logo depois de chamar a url de callback do login com o gitlab. Aqui nos projetos trabalhamos com opção de Grupos. Quando eu faço o login como administrador não tenho esse erro.

    bug 
    opened by edyonil 10
  • PHP Warning:  Unknown: failed to open stream: No such file or directory in Unknown on line 0 error after installing gitscrum

    PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 error after installing gitscrum

    i have just installed gitscrum but when i do an artisan serve, i get the following error on my terminal Laravel development server started: <http://127.0.0.1:8000> [Mon Oct 9 19:34:47 2017] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 [Mon Oct 9 19:34:47 2017] PHP Fatal error: Unknown: Failed opening required '/home/jafar690/school/laravel-gitscrum/server.php' (include_path='.:/usr/share/php') in Unknown on line 0 [Mon Oct 9 19:34:48 2017] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 [Mon Oct 9 19:34:48 2017] PHP Fatal error: Unknown: Failed opening required '/home/jafar690/school/laravel-gitscrum/server.php' (include_path='.:/usr/share/php') in Unknown on line 0 [Mon Oct 9 19:34:48 2017] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 [Mon Oct 9 19:34:48 2017] PHP Fatal error: Unknown: Failed opening required '/home/jafar690/school/laravel-gitscrum/server.php' (include_path='.:/usr/share/php') in Unknown on line 0 [Mon Oct 9 19:34:48 2017] PHP Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 [Mon Oct 9 19:34:48 2017] PHP Fatal error: Unknown: Failed opening required '/home/jafar690/school/laravel-gitscrum/server.php' (include_path='.:/usr/share/php') in Unknown on line 0 i have installed everything correctly but i have not been able to get rid of this error, any help will be highly appreciated.

    opened by jafar690 9
  • Error on showing sprint

    Error on showing sprint

    ErrorException in helpers.php line 532: htmlspecialchars() expects parameter 1 to be string, object given (View: {path to project}/resources/views/sprints/show.blade.php)

    3 - Review 
    opened by SebastiaanKloos 5
  • Problema ao tentar logar com GitHub e Gitlab

    Problema ao tentar logar com GitHub e Gitlab

    Eu baixei o gitscrum pelo composer e pelo repositório do git, baixou tudo certinho... segui todas as instruções, porém quando eu vou tentar logar pelo Github acontece o seguinte erro:

    Client error: `GET https://api.github.com/user?access_token=` resulted in a `401 Unauthorized` response:
    {
    "message": "Bad credentials",
    "documentation_url": "https://developer.github.com/v3"
    }
    
    

    e quando eu vou tentar logar pelo GitLab:

    The redirect URI included is not valid.

    Eu estou usando o XAMPP com Virtual Host no Ubuntu

    essa é a configuração do meu arquivo .env:

    APP_ENV=local
    APP_KEY=base64:W2ToyfW8zHqtWfcZb1hp2kZgccbuy3XtERDyZywtVkE=
    APP_DEBUG=true
    APP_LOG_LEVEL=debug
    APP_URL=http://gitscrum.local/
    APP_TITLE=GitScrum
    
    GITHUB_CLIENT_ID=2f14e2aea90335225d4a
    GITHUB_CLIENT_SECRET=3129819a39bfe255775cb3b826cc9a5c70922026
    
    GITLAB_KEY=7c2bfdf4dae8589e7f65b3cb760fa272698a67e46298cbbcd8d609e38791703b
    GITLAB_SECRET=610815af83025da8741938b65fb93910a028b4db44b0304b40339e97ce5358b5
    GITLAB_INSTANCE_URI=https://gitlab.com/
    
    DB_CONNECTION=mysql
    DB_HOST=localhost
    DB_PORT=3306
    DB_DATABASE=gitscrum
    DB_USERNAME=root
    DB_PASSWORD=
    
    APP_PAGINATE=10
    
    PROXY_PORT=
    PROXY_METHOD=
    PROXY_SERVER=
    PROXY_USER=
    PROXY_PASS=
    
    

    eu já tentei criar várias credenciais pro GitHub e GitLab e mesmo assim não funciona, será que alguém poderia me dar uma ajuda?

    Obrigado

    edit: Essa é a Callback url no GitLab: http://gitscrum.local/auth/login/auth/provider/gitlab/callback

    opened by cesarhgd10 5
  • Work in progress, login with GitLab

    Work in progress, login with GitLab

    You can see the initial commit here: https://github.com/victorfcm/laravel-gitscrum/commit/c755a9532379948005cb7d0657c9764a7044aca6

    The login is working fine, just need now to get the data and build the UserModel with the info.

    I belive i'll finish this before the new year :)

    opened by victorfcm 4
  • Erro

    Erro

    Clonei o repositorio, rodei composer install rodei key:generate rodei migrate Mas estou tendo esse erro nao entendo o porque Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0

    Fatal error: Unknown: Failed opening required 'C:\www\GitScrum/server.php' (include_path='.;c:\php\includes') in Unknown on line 0

    opened by wilianuhlmann 4
  • add doctrine/dba for migration, fix database seeder, and fix bitbucket step/2 error

    add doctrine/dba for migration, fix database seeder, and fix bitbucket step/2 error

    Corrects error [Symfony\Component\Debug\Exception\FatalThrowableError] Class 'Doctrine\DBAL\Driver\PDOMySql\Driver' not found when running command php artisan migrate

    opened by jeremykenedy 3
  • [Ask] Is it necessary to use php 7.1 as minimum requirement?

    [Ask] Is it necessary to use php 7.1 as minimum requirement?

    in latest composer.json it is set php 7.1 as minimum requirement. Is it necessary? i think it is better to stick with laravel minimum requirement itself to use php 5.6 so we can reach more user to able install it.

    opened by didikz 3
  • sprints/list

    sprints/list

    i got this error while go here sprints/list

    alt text

    ubuntu 16.0.4 mysql 5.7 php 7.1 laravel 5.4

    and i got severals Trying to get property of non-object, such as here : notes/store

    opened by Datazource 3
  • SocialiteProviders\GitLab\Provider::getAccessTokenResponse() error

    SocialiteProviders\GitLab\Provider::getAccessTokenResponse() error

    Hi!

    I've found an error on GitLab Socialite provider, it cannot find getAccessTokenResponse() method. I've check the Laravel\Socialite\Two\AbstractProvider and I found getAccessToken() method.

    I think SocialiteProviders/GitLab is not working with Laravel 5.4. Can you help me?

    opened by guetteman 3
  • "php artisan migrate" error

    when i run

    php artisan migrate

    i gat an error:

    > Fatal error: Uncaught Error: Class 'Illuminate\Foundation\Application' not found in /var/www/html/laravel-gitscrum/bootstrap/app.php on line 14
    > 
    > Error: Class 'Illuminate\Foundation\Application' not found in /var/www/html/laravel-gitscrum/bootstrap/app.php on line 14
    > 
    > Call Stack:
    >     0.0009     377384   1. {main}() /var/www/html/laravel-gitscrum/artisan:0
    >     0.0160     483000   2. require_once('/var/www/html/laravel-gitscrum/bootstrap/app.php') /var/www/html/laravel-gitscrum/artisan:18
    

    and when a try to execute

    composer update --no-scripts

    i get

    > Fatal error: Allowed memory size of 1610612736 bytes exhausted (tried to allocate 4096 bytes) in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/RuleWatchGraph.php on line 52
    > 
    > Check https://getcomposer.org/doc/articles/troubleshooting.md#memory-limit-errors for more info on how to handle out of memory errors.#
    
    

    how to fix this issue ?


    PHP 7.1.15

    uname -a

    Linux 0ff336566319 5.10.16.3-microsoft-standard-WSL2 #1 SMP Fri Apr 2 22:23:49 UTC 2021 x86_64 GNU/Linux

    opened by AlexeyPla 1
  • Bump guzzlehttp/guzzle from 6.3.3 to 6.5.8

    Bump guzzlehttp/guzzle from 6.3.3 to 6.5.8

    Bumps guzzlehttp/guzzle from 6.3.3 to 6.5.8.

    Release notes

    Sourced from guzzlehttp/guzzle's releases.

    Release 6.5.8

    See change log for changes.

    Release 6.5.7

    See change log for changes.

    Release 6.5.6

    See change log for changes.

    6.5.5

    No release notes provided.

    6.5.4

    No release notes provided.

    6.5.3

    No release notes provided.

    6.5.2

    • idn_to_ascii() fix for old PHP versions #2489

    6.5.1

    • Better defaults for PHP installations with old ICU lib #2454
    • IDN support for redirects #2424

    6.5.0

    No release notes provided.

    6.4.1

    No release notes provided.

    Changelog

    Sourced from guzzlehttp/guzzle's changelog.

    6.5.8 - 2022-06-20

    • Fix change in port should be considered a change in origin
    • Fix CURLOPT_HTTPAUTH option not cleared on change of origin

    6.5.7 - 2022-06-09

    • Fix failure to strip Authorization header on HTTP downgrade
    • Fix failure to strip the Cookie header on change in host or HTTP downgrade

    6.5.6 - 2022-05-25

    • Fix cross-domain cookie leakage

    6.5.5 - 2020-06-16

    • Unpin version constraint for symfony/polyfill-intl-idn #2678

    6.5.4 - 2020-05-25

    • Fix various intl icu issues #2626

    6.5.3 - 2020-04-18

    • Use Symfony intl-idn polyfill #2550
    • Remove use of internal functions #2548

    6.5.2 - 2019-12-23

    • idn_to_ascii() fix for old PHP versions #2489

    6.5.1 - 2019-12-21

    • Better defaults for PHP installations with old ICU lib #2454
    • IDN support for redirects #2424

    6.5.0 - 2019-12-07

    • Improvement: Added support for reset internal queue in MockHandler. #2143
    • Improvement: Added support to pass arbitrary options to curl_multi_init. #2287
    • Fix: Gracefully handle passing null to the header option. #2132
    • Fix: RetryMiddleware did not do exponential delay between retries due unit mismatch. #2132 Previously, RetryMiddleware would sleep for 1 millisecond, then 2 milliseconds, then 4 milliseconds. After this change, RetryMiddleware will sleep for 1 second, then 2 seconds, then 4 seconds. Middleware::retry() accepts a second callback parameter to override the default timeouts if needed.
    • Fix: Prevent undefined offset when using array for ssl_key options. #2348
    • Deprecated ClientInterface::VERSION

    6.4.1 - 2019-10-23

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies php 
    opened by dependabot[bot] 0
  • Bump guzzlehttp/psr7 from 1.4.2 to 1.8.5

    Bump guzzlehttp/psr7 from 1.4.2 to 1.8.5

    Bumps guzzlehttp/psr7 from 1.4.2 to 1.8.5.

    Release notes

    Sourced from guzzlehttp/psr7's releases.

    1.8.5

    See change log for changes.

    1.8.4

    See change log for changes.

    1.8.3

    See change log for changes.

    1.8.2

    See change log for changes.

    1.8.1

    See change log for changes.

    1.8.0

    See change log for changes.

    1.7.0

    See change log for changes.

    Revert PSR-7 type assertions

    1.6.0 introduced a few type assertions to enforce types defined by PSR-7. Unfortunately that break the library for users not strictly following the PSR-7 standard. Since the users impacted by this change seems to be rather large, this hotfix reverts that change with the note that we will reapply it in 2.0.0, so fixing this is recommended regardless of which version you use.

    Details are in #282 and #283

    1.6.0

    Version 1.6.0 is released which will likely be the last minor release in 1.x. We're focussing 2.0 now with support for psr/http-factory, PHP 7.2 requirement and type declarations.

    Added

    • Allowed version ^3.0 of ralouphie/getallheaders dependency (#244)
    • Added MIME type for WEBP image format (#246)
    • Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#250, #272)

    Changed

    • Tests don't pass with HHVM 4.0, so HHVM support got dropped. Other libraries like composer have done the same. (#262)
    • Accept port number 0 to be valid (#270)

    Fixed

    • Fixed subsequent reads from php://input in ServerRequest (#247)
    • Fixed readable/writable detection for certain stream modes (#248)
    • Fixed encoding of special characters in the userInfo component of an URI (#253)

    1.5.0

    After a really long waiting period, 1.5.0 is finally here with the following changes:

    Added

    ... (truncated)

    Changelog

    Sourced from guzzlehttp/psr7's changelog.

    1.8.5 - 2022-03-20

    Fixed

    • Correct header value validation

    1.8.4 - 2022-03-20

    Fixed

    • Validate header values properly

    1.8.3 - 2021-10-05

    Fixed

    • Return null in caching stream size if remote size is null

    1.8.2 - 2021-04-26

    Fixed

    • Handle possibly unset url in stream_get_meta_data

    1.8.1 - 2021-03-21

    Fixed

    • Issue parsing IPv6 URLs
    • Issue modifying ServerRequest lost all its attributes

    1.8.0 - 2021-03-21

    Added

    • Locale independent URL parsing
    • Most classes got a @final annotation to prepare for 2.0

    Fixed

    • Issue when creating stream from php://input and curl-ext is not installed
    • Broken Utils::tryFopen() on PHP 8

    1.7.0 - 2020-09-30

    Added

    • Replaced functions by static methods

    Fixed

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies php 
    opened by dependabot[bot] 0
  • Bump erusev/parsedown from 1.7.1 to 1.7.4

    Bump erusev/parsedown from 1.7.1 to 1.7.4

    Bumps erusev/parsedown from 1.7.1 to 1.7.4.

    Release notes

    Sourced from erusev/parsedown's releases.

    1.7.4

    Introduce rawHtml concept from beta 1.8 that extensions may optionally utilise. In 1.8 beta versions this feature is utilised internally and might have compatibility issues with extensions, this release does not use this feature internally so no such issues will be present.

    1.7.3

    No release notes provided.

    1.7.2

    This is a security release and resolves an issue which would allow a user to add arbitrary classes to fenced code blocks. This might have security consequences, see #699 for more detail.

    Commits
    • cb17b64 Increment version for release
    • 21f99b1 Merge pull request #745 from aidantwoods/dev-1.7.x/opt-in-rawHtml
    • 791faca Test on 7.4
    • add8d18 Add rawHtml without using it (extensions may opt-in)
    • 7073ac3 Dev for 1.7.4
    • 3d2b25b Add test to prevent regression
    • 6d89393 New release due to mislabeled previous tag
    • d60bcdc Bump version
    • c390a9e Merge pull request #700 from aidantwoods/fix/spaces-in-class-names-1.7.x
    • 0f1e9da Fix test platforms
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
    • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
    • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
    • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

    You can disable automated security fix PRs for this repo from the Security Alerts page.

    dependencies php 
    opened by dependabot[bot] 0
  • git clone instructions in README.md fail with Permission denied (publickey)

    git clone instructions in README.md fail with Permission denied (publickey)

    Detailed description

    Provide a detailed description of the change or addition you are proposing. Please exchange this line in README.md: $ git clone [email protected]:GitScrum-Community/laravel-gitscrum.git by this line: $ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git

    Make it clear if the issue is a bug, an enhancement or just a question. This is a bug, as the line causes the git clone to fail

    Context

    Why is this change important to you? How would you use it? This change enables me to get the sourcecode of GitScrum

    How can it benefit other users? Other people who want to start with GitScrum also don't have the key that git is asking for.

    Possible implementation

    Not obligatory, but suggest an idea for implementing addition or change. Please exchange this line in README.md: $ git clone [email protected]:GitScrum-Community/laravel-gitscrum.git by this line: $ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git

    Your environment

    Include as many relevant details about the environment you experienced the bug in and how to reproduce it. To reproduce: $ git clone [email protected]:GitScrum-Community/laravel-gitscrum.git Cloning into 'laravel-gitscrum'... The authenticity of host 'github.com (140.82.121.4)' can't be established. ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU. This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'github.com' (ED25519) to the list of known hosts. [email protected]: Permission denied (publickey). fatal: Could not read from remote repository.

    Please make sure you have the correct access rights and the repository exists.

    Terminal output with the corrected command: $ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git Cloning into 'laravel-gitscrum'... remote: Enumerating objects: 8019, done. remote: Counting objects: 100% (13/13), done. remote: Compressing objects: 100% (13/13), done. remote: Total 8019 (delta 5), reused 3 (delta 0), pack-reused 8006 Receiving objects: 100% (8019/8019), 14.08 MiB | 3.37 MiB/s, done. Resolving deltas: 100% (4266/4266), done.

    • Version used (e.g. PHP 7.1, HHVM 3): $ git --version git version 2.34.1

    • Operating system and version (e.g. Ubuntu 16.04, Windows 7): Arch linux $ uname -a Linux cedric 5.15.7-arch1-1 #1 SMP PREEMPT Wed, 08 Dec 2021 14:33:16 +0000 x86_64 GNU/Linux

    • Link to your project:

    opened by cdwijs 0
  • Installation failed for PHP 8.0.13 on arch linux

    Installation failed for PHP 8.0.13 on arch linux

    Detailed description

    I tried to install gitscrum on my arch linux installation, but it doesn't like version 8 of php

    Provide a detailed description of the change or addition you are proposing. $ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git Cloning into 'laravel-gitscrum'... remote: Enumerating objects: 8019, done. remote: Counting objects: 100% (13/13), done. remote: Compressing objects: 100% (13/13), done. remote: Total 8019 (delta 5), reused 3 (delta 0), pack-reused 8006 Receiving objects: 100% (8019/8019), 14.08 MiB | 3.37 MiB/s, done. Resolving deltas: 100% (4266/4266), done.

    $ cd laravel-gitscrum/ [cedric@cedric laravel-gitscrum]$ composer update Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

    Problem 1 - phpunit/phpunit[6.2.0, ..., 6.5.14] require php ^7.0 -> your php version (8.0.13) does not satisfy that requirement. - Root composer.json requires phpunit/phpunit ~6.2 -> satisfiable by phpunit/phpunit[6.2.0, ..., 6.5.14].

    $ php --version PHP 8.0.13 (cli) (built: Nov 21 2021 22:49:59) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.13, Copyright (c) Zend Technologies

    Make it clear if the issue is a bug, an enhancement or just a question. This issue is a bug, as the instructions here indicate PHP >=7.1 is supported: https://github.com/gitscrum-ce/laravel-gitscrum

    Context

    Why is this change important to you? How would you use it? This bug prevents me from installing gitscrum on my arch linux system. Therefore I can't use gitscrum until this is fixed.

    How can it benefit other users? Other users are also running arch linux with PHP8, as it's now the standard version on that distribution.

    Possible implementation

    Not obligatory, but suggest an idea for implementing addition or change.

    Your environment

    Include as many relevant details about the environment you experienced the bug in and how to reproduce it. Here's the terminal output: $ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git Cloning into 'laravel-gitscrum'... remote: Enumerating objects: 8019, done. remote: Counting objects: 100% (13/13), done. remote: Compressing objects: 100% (13/13), done. remote: Total 8019 (delta 5), reused 3 (delta 0), pack-reused 8006 Receiving objects: 100% (8019/8019), 14.08 MiB | 3.37 MiB/s, done. Resolving deltas: 100% (4266/4266), done.

    $ cd laravel-gitscrum/ [cedric@cedric laravel-gitscrum]$ composer update Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

    Problem 1 - phpunit/phpunit[6.2.0, ..., 6.5.14] require php ^7.0 -> your php version (8.0.13) does not satisfy that requirement. - Root composer.json requires phpunit/phpunit ~6.2 -> satisfiable by phpunit/phpunit[6.2.0, ..., 6.5.14].

    • Version used (e.g. PHP 7.1, HHVM 3): $ php --version PHP 8.0.13 (cli) (built: Nov 21 2021 22:49:59) ( NTS ) Copyright (c) The PHP Group Zend Engine v4.0.13, Copyright (c) Zend Technologies

    • Operating system and version (e.g. Ubuntu 16.04, Windows 7): Arch linux $ uname -a Linux cedric 5.15.7-arch1-1 #1 SMP PREEMPT Wed, 08 Dec 2021 14:33:16 +0000 x86_64 GNU/Linux

    • Link to your project:

    opened by cdwijs 0
Releases(1.1.0)
  • 1.1.0(Oct 1, 2017)

    CHANGELOG

    • Add filter labels by user stories
    • Add creating issue through ajax
    • Refactor issueController index method
    • Add sync withoud detach
    • This fix solve the issue related to private mode for sprints
    • Removed unused variables
    • Add laravel page speed
    • Configuration for tests and seeders
    Source code(tar.gz)
    Source code(zip)
Owner
GitScrum
Be agile! GitScrum lets you control your tasks, user stories and sprints
GitScrum
Free and Online Accounting Software

Akaunting™ Akaunting is a free, open source and online accounting software designed for small businesses and freelancers. It is built with modern tech

Akaunting 5.8k Dec 27, 2022
Personal CRM. Remember everything about your friends, family and business relationships.

Personal Relationship Manager Monica is a great open source personal relationship management system. Introduction Purpose Features Who is it for? What

Monica 18.5k Jan 2, 2023
Invoices, Expenses and Tasks built with Laravel and Flutter

Invoice Ninja Hosted | Self-Hosted We're on Slack, join us at slack.invoiceninja.com or if you like StackOverflow Just make sure to add the invoice-ni

Invoice Ninja 6.8k Jan 9, 2023
Deployer is a free and open source deployment tool.

Deployer Deployer is a PHP Application deployment system powered by Laravel 6.0, written & maintained by Stephen Ball. Check out the releases, license

Stephen Ball 886 Dec 15, 2022
Attendize is an open-source ticket selling and event management platform built on Laravel.

Attendize is an open-source ticketing and event management application built using the Laravel PHP framework. Attendize allows event organisers to sel

Attendize 3.6k Jan 6, 2023
Vuedo is a blog platform, built with Laravel and Vue.js.

Vuedo What is Vuedo? Vuedo is an open source project built with Laravel and Vue.js. It is a live example of how everything works together. Interested

vuedo 2.3k Dec 24, 2022
Jumpstart your web development journey with the HALT Stack Starter Kit, a one-command solution for creating dynamic, scalable, and clean web applications.

Welcome to the HALT Stack Starter Kit! This kit is designed to help you kickstart your web development projects using the HALT Stack, a powerful combi

HALT Stack 6 Jun 7, 2023
LiveZilla - a help desk software that offers a help desk solution for small companies to large businesses

LiveZilla includes a live chat software with multi-website support, visitor monitoring and a help desk system that allows you to not only integrate emails that you receive from customers but also messages from Twitter and Facebook in your ticket system.

Maher Amara 9 Nov 10, 2022
GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.

GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.

GLPI 2.9k Jan 2, 2023
A high-performance license server system service for creating and managing products, major versions, and software licenses for the purpose of selling installable software products.

A high-performance license server system service for creating and managing products, major versions, and software licenses for the purpose of selling installable software products. Comes with a SDK and command-line tool. Works anywhere that PHP runs.

CubicleSoft 32 Dec 5, 2022
🎲Neard is a portable WAMP software stack involving useful binaries, tools and applications for your web development.

About Neard is a portable WAMP software stack involving useful binaries, tools and applications for your web development. It also offers several versi

Neard 335 Dec 22, 2022
Instagram automation represents the use of third-party software to manage your account, carry out tasks and/or interact with users without a human present. Bulit in Laravel Framework

How to Deploy laravel project to heroku Video Link : https://youtu.be/7Nq_a2QiaHo Home Page Login Page Dashboard Page About Laravel Laravel is a web a

null 1 Dec 3, 2021
Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:

Latest Salt Documentation Open an issue (bug report, feature request, etc.) Salt is the world’s fastest, most intelligent and scalable automation engi

SaltStack 13k Jan 8, 2023
Dolibarr ERP & CRM is a modern software package that helps manage your organization's activity (contacts, suppliers, invoices, orders, stocks, agenda…).

Dolibarr ERP CRM is a modern software package to manage your company or foundation activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). It is open source software written in PHP and designed for small and medium businesses, foundations and freelancers. You can freely install, use and distribute it as a standalone application or as a web application to use it from every internet access and media.

Dolibarr ERP & CRM 3.7k Jan 7, 2023
"Student Management System (SMS) is a solution tool that is designed to track, maintain and manage all the data generated by a School, including the grades of a student.

STUDENT-MANAGEMENT-SYSTEM "Student Management System" (SMS) is a solution tool that is designed to track, maintain and manage all the data generated b

SAMBIT RAJ 13 Aug 21, 2021
CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on the Software License Manager Plugin.

CI4-Lic CI4-Lic is a software license manager modul for Codeigniter 4, connecting to WordPress license server based on Software License Manager Plugin

George Lewe 1 Jan 15, 2022
The game is implemented as an example of scalable and high load architecture combined with modern software development practices

Crossword game The game is implemented as an example of scalable and high load architecture combined with modern software development practices Exampl

Roman 56 Oct 27, 2022
Powerful framework for designers and developers to create responsive, fast & robust Joomla based websites and templates.

Astroid Framework Powerful Frontend Template Framework for Joomla CMS Powerful framework for designers and developers to create responsive, fast & rob

JoomBoost 1 Oct 28, 2021
Orangescrum is a simple yet powerful free and open source project management software that helps team to organize their tasks, projects and deliver more.

Free, open source Project Management software Introduction Orangescrum is the simple yet powerful free and open source project management software tha

Orangescrum 110 Dec 30, 2022
:gem: Go! AOP PHP - modern aspect-oriented framework for the new level of software development

Go! Aspect-Oriented Framework for PHP Go! AOP is a modern aspect-oriented framework in plain PHP with rich features for the new level of software deve

Go! Aspect-Oriented Framework 1.6k Dec 29, 2022